.esp-audio-effects-wrap {
  background-color: #1C1E24;
  background: linear-gradient(180deg, #030911, #1B1C20 47%, #1C1E24 80%);
}
.esp-audio-effects-wrap svg {
  position: relative;
}
.flexslider .slides>li {
  max-height: 100% !important;
}
body:not(.views-display-home-dynews) .new-banner-video-wrap .video-banner-container::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 5.4vw;
  background-color: #030911;
}
@media (min-width: 768px) {
  body:not(.views-display-home-dynews) li.new-banner-video-wrap::before,
  body:not(.views-display-home-dynews) li.new-banner-video-wrap::after {
    content: '';
    position: absolute;
    bottom: 5.4vw;
    background-position: left bottom;
    background-repeat: no-repeat;
    background-size: cover;
    width: 31vw;
    height: 11vw;
    z-index: 1;
  }
  body:not(.views-display-home-dynews) li.new-banner-video-wrap::before {
    background-image: url(../images/esp-audio-effects/banner-left.png);
    left: 0;
  }
  body:not(.views-display-home-dynews) li.new-banner-video-wrap::after {
    background-image: url(../images/esp-audio-effects/banner-right.png);
    right: 0;
  }
}
.body-esp-audio-effects-page .pdb-word {
  --esp-font-size-banner-h1: 48px;
  --esp-font-size-banner-p: 30px;
  position: absolute !important;
  top: 13% !important;
  left: 50%;
  transform: translateX(-50%) !important;
  text-align: center;
  width: 100% !important;
}
@media (max-width: 1170px) {
  .body-esp-audio-effects-page .pdb-word {
    top: 10% !important;
    --esp-font-size-banner-h1: 38px;
    --esp-font-size-banner-p: 26px;
  }
}

/* ===== Custom audio-waveform cursor ===== */
body * {
  box-sizing: border-box;
}
body {
  color: #fff;
  background-color: #030911;
}
.esp-audio-effects-wrap .new-inside {
  max-width: 1246px !important;
}
.intro-wrapper .esp-audio-effects-wrap p {
  color: #fff;
  margin-bottom: 0;
  margin-top: 0;
}
.intro-wrapper .esp-audio-effects-wrap p + p {
  margin-top: 1em;
}
/* ===== Feature section layout ===== */
.esp-audio-effects-wrap {
  --eae-font-size-h1: 44px;
  --eae-font-size-h2: 38px;
  --eae-accent: #38BDF8;
  --eae-cyan: #54c8ff;
  --eae-panel-1: #1b1f28;
  --eae-panel-2: #12151d;
  --eae-text: #fff;
  --eae-muted: #a3a3a3;
  --eae-dim: #666;
  color: var(--eae-text);
}
.esp-audio-effects-wrap .overview-wrap {
  padding-top: 100px;
  padding-bottom: 0;
}
@media (min-width: 1170px) {
  .esp-audio-effects-wrap .overview-wrap  {
    padding-top: calc(100px - 5.4vw);
  }
}
.i18n-en .esp-audio-effects-wrap .overview-wrap {
  max-width: 1226px !important;
}

.esp-audio-effects-wrap .features-wrap {
  padding-top: 120px;
  max-width: 100% !important;
  padding-bottom: 0 !important;
}
.esp-audio-effects-wrap .features-tab-content-wrap {
  max-width: 1280px !important;
  margin: 0 auto;
}

body.html .intro-wrapper .features-wrap .title-line {
  margin: 0 0 48px;
  text-align: center;
  font-family: var(--esp-font-family-maison) !important;
  font-size: var(--eae-font-size-h1) !important;
  font-weight: 700 !important;
  color: var(--eae-text);
}

/* Top-level tabs — sticky within the Features section */
.features-tabs-wrap {
  position: sticky;
  top: 114px;
  z-index: 20;
  margin-bottom: 40px;
  padding-top: 20px;
  background: #0F1116;
}
.features-tabs-wrap ul {
  display: flex;
  justify-content: center;
  gap: 60px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.features-tabs-wrap li {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 0 0 14px;
  color: rgba(255, 255, 255, 0.6);
  font-family: var(--esp-font-family-trueno-light);
  font-size: var(--esp-font-size-h3);
  cursor: pointer;
  white-space: nowrap;
  transition: color 0.2s ease;
}
.i18n-zh-hans .features-tabs-wrap li {
  font-family: var(--esp-font-family-light) !important;
}
.i18n-zh-hans .features-tabs-wrap li.active {
  font-family: var(--esp-font-family-trueno) !important;
  font-weight: 600;
}
/* .features-tabs-wrap li::before {
  content: '';
  display: block;
  width: 24px;
  height: 24px;
  background-image: url(../images/esp-audio-effects/format-conversion.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.features-tabs-wrap li:hover::before,
.features-tabs-wrap li.active::before  {
  background-image: url(../images/esp-audio-effects/format-conversion-active.svg);
}
.features-tabs-wrap li[data-value="audio-routing"]::before {
  background-image: url(../images/esp-audio-effects/audio-routing.svg);
}
.features-tabs-wrap li[data-value="audio-routing"]:hover::before,
.features-tabs-wrap li[data-value="audio-routing"].active::before  {
  background-image: url(../images/esp-audio-effects/audio-routing-active.svg);
}
.features-tabs-wrap li[data-value="dynamic-processing"]::before {
  background-image: url(../images/esp-audio-effects/dynamic-processing.svg);
}
.features-tabs-wrap li[data-value="dynamic-processing"]:hover::before,
.features-tabs-wrap li[data-value="dynamic-processing"].active::before {
  background-image: url(../images/esp-audio-effects/dynamic-processing-active.svg);
}
.features-tabs-wrap li[data-value="audio-effects"]::before {
  background-image: url(../images/esp-audio-effects/audio-effects.svg);
}
.features-tabs-wrap li[data-value="audio-effects"]:hover::before,
.features-tabs-wrap li[data-value="audio-effects"].active::before {
  background-image: url(../images/esp-audio-effects/audio-effects-active.svg);
} */

.features-tabs-wrap li:hover,
.features-tabs-wrap li.active {
  color: #fff;
}
.features-tabs-wrap li.active {
  font-family: var(--esp-font-family-trueno) !important;
  font-weight: 600;
}
.features-tabs-wrap ul {
  position: relative;
}
.features-tabs-wrap .tab-indicator {
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 0;
  height: 2px;
  transition: left 0.35s ease, width 0.35s ease;
  pointer-events: none;
}

/* Content area — all categories stacked; tabs scroll-navigate between them */
.features-tab-content-wrap .item {
  display: flex;
  gap: 68px;
  align-items: flex-start;
  scroll-margin-top: 96px;
}
.features-tab-content-wrap .item + .item {
  margin-top: 60px;
}
.item-left {
  flex: 0 0 666px;
  max-width: 666px;
}
.item-right {
  flex: 1;
  min-width: 0;
  padding-top: 6px;
}
.item-right > .item-content {
  display: none;
}
.item-right > .item-content.active {
  display: block;
}

/* Left: animation panel */
.item-img {
  position: relative;
  width: 100%;
  max-width: 666px;
  height: auto;
  border-radius: 12px;
  background: #1D1D1D;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.item-img::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: inherit;
  background: linear-gradient(120deg, transparent, rgba(112, 140, 255, 0.12), transparent);
  translate: -120% 0;
  animation: sweep 5.8s ease-in-out infinite;
}
@keyframes sweep { 0%, 42% { translate: -120% 0; } 70%, 100% { translate: 120% 0; } }
/* Audio demo control bar: play/pause + progress + "Enable Effect" toggle
   (shown only when the active module ships an audio pair) */
.item-img .audio-controls {
  position: absolute;
  left: 16px;
  right: 16px;
  bottom: 2px;
  z-index: 3;
  display: none !important;
  align-items: center;
  gap: 0;
  padding: 0;
}
.item-img .audio-controls.has-audio {
  display: flex;
}
/* 有播放条的卡片底部预留高度，播放条不遮挡动画内容 */
.item-img.has-audio-pad {
  padding-bottom: 64px;
}
.item-img .audio-controls .ac-play {
  flex: none;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: none;
  cursor: pointer;
  background-color: transparent;
}
.item-img .audio-controls .ac-play img {
  width: 20px;
  height: 20px;
}
/* 播放中隐藏三角显示暂停双竖条，反之亦然 */
.item-img .audio-controls .ac-ico-pause {
  display: none;
}
.item-img .audio-controls.is-playing .ac-ico-play {
  display: none;
}
.item-img .audio-controls.is-playing .ac-ico-pause {
  display: block;
}
/* 进度条（原生 range 换皮） */
.item-img .audio-controls .ac-bar {
  flex: 1;
  min-width: 0;
  max-width: 122px;
  -webkit-appearance: none;
  appearance: none;
  height: 2px;
  margin: 0;
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.22);
  outline: none;
  cursor: pointer;
}
.item-img .audio-controls .ac-bar:disabled {
  cursor: default;
  opacity: 0.45;
}
.item-img .audio-controls .ac-bar::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 4px;
  height: 4px;
  border: none;
  border-radius: 50%;
  background: #9FB8FF;
  cursor: pointer;
}
.item-img .audio-controls .ac-bar::-moz-range-thumb {
  width: 4px;
  height: 4px;
  border: none;
  border-radius: 50%;
  background: #9FB8FF;
  cursor: pointer;
}
/* Enable Effect 开关 */
.item-img .audio-controls .ac-switch {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  cursor: pointer;
}
.item-img .audio-controls .ac-switch input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.item-img .audio-controls .ac-switch .icheckbox {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.item-img .audio-controls .ac-track {
  position: relative;
  width: 24px;
  height: 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.25);
  transition: background 0.2s ease;
}
.item-img .audio-controls .ac-track::after {
  content: "";
  position: absolute;
  top: -1px;
  left: 0px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #fff;
  transition: transform 0.2s ease;
}
.item-img .audio-controls .ac-switch input:checked + .ac-track,
.item-img .audio-controls .ac-switch .icheckbox.checked + .ac-track  {
  background: #9FB8FF;
}
.item-img .audio-controls .ac-switch input:checked + .ac-track::after,
.item-img .audio-controls .ac-switch .icheckbox.checked  + .ac-track::after {
  transform: translateX(12px);
}
.item-img .audio-controls .ac-text {
  font-size: 10px;
  line-height: normal;
  white-space: nowrap;
  font-family: var(--esp-font-family-regular);
  color: #EAEAEA;
}
.item-img .svg {
  width: 100%;
}

/* Left: numbered sub-tabs — single row, horizontally scrollable with arrows */
.item-tabs {
  margin-top: 32px;
  display: flex;
  align-items: flex-start;
  gap: 12px;
}
.item-tabs ul {
  counter-reset: subtab;
  display: flex;
  flex: 1 1 auto;
  min-width: 0;
  flex-wrap: nowrap;
  gap: 20px;
  margin: 0;
  list-style: none;
  overflow-x: auto;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  background-color: rgb(29, 29, 29, 0.7);
  border-radius: 36px;
  height: 32px;
}
.item-tabs ul::-webkit-scrollbar {
  display: none;
}
.item-tabs li {
  position: relative;
  flex: 0 0 auto;
  white-space: nowrap;
  padding-top: 26px;
  color: rgba(255, 255, 255, 0.6);
  font-size: var(--esp-font-size-h3);
  font-family: var(--esp-font-family-trueno-light);
  cursor: pointer;
  height: 100%;
  transition: color 0.2s ease;
  padding: 0 21px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}
.item-tabs li::before {
  counter-increment: subtab;
  content: "0" counter(subtab);
  position: absolute;
  top: 0;
  left: 0;
  font-size: 16px;
  letter-spacing: 0.5px;
  color: rgba(255, 255, 255, 0.3);
}
.item-tabs li.active {
  color: #fff;
  font-family: var(--esp-font-family-trueno) !important;
  font-weight: 700 !important;
}
.item-tabs ul {
  position: relative;
}
.item-tabs .subtab-indicator {
  position: absolute;
  left: 0;
  top: 0 !important;
  width: 0;
  height: 100%;
  transition: left 0.35s ease, width 0.35s ease;
  pointer-events: none;
  background: linear-gradient(90.98deg, #5672C8 23.45%, #95A5D5 182.06%);
  border-radius: 36px;
}

/* Prev/next arrows — shown only when the sub-tabs overflow their width */
.item-tabs .subtab-arrow {
  display: none;
  flex: 0 0 auto;
  position: relative;
  width: 30px;
  height: 30px;
  margin-top: 16px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
  transition: border-color 0.2s ease, opacity 0.2s ease;
}
.item-tabs.has-overflow .subtab-arrow {
  display: none;
}
.item-tabs .subtab-arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 7px;
  height: 7px;
  border-top: 1.5px solid var(--eae-muted);
  border-right: 1.5px solid var(--eae-muted);
  transition: border-color 0.2s ease;
}
.item-tabs .subtab-prev::before { transform: translate(-30%, -50%) rotate(-135deg); }
.item-tabs .subtab-next::before { transform: translate(-70%, -50%) rotate(45deg); }
.item-tabs .subtab-arrow:hover {
  border-color: rgba(56, 189, 248, 0.6);
}
.item-tabs .subtab-arrow:hover::before {
  border-color: var(--eae-accent);
}
.item-tabs .subtab-arrow:disabled {
  opacity: 0.3;
  cursor: default;
}

/* Mobile pager (hidden on desktop) */
.item-pager {
  display: none;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 26px;
}
.item-pager .pager-btn {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  cursor: pointer;
  position: relative;
  padding: 0;
  font-style: normal;
  flex: 0 0 auto;
  background-color: transparent;
  background-image: url(../images/esp-audio-effects/next.svg?v=1);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  border: none !important;
}
.item-pager .pager-btn.pager-prev:not(.disabled) {
  transform: rotate(180deg);
}
.item-pager .pager-btn.pager-next.disabled {
  transform: rotate(180deg);
} 
.item-pager .pager-btn.disabled {
  background-image: url(../images/esp-audio-effects/prev.svg?v=1);
  opacity: 0.4;
}
.item-pager .pager-count {
  font-size: 14px;
  color: var(--eae-dim);
  font-style: normal !important;
}
.item-pager .pager-cur {
  color: #fff;
  font-family: var(--esp-font-family-maison) !important;
  font-weight: 700;
  font-style: normal !important;
}

/* Right: description */
body.html .intro-wrapper .item-right h1 {
  position: relative;
  margin: 0;
  font-size: var(--eae-font-size-h2) !important;
  font-family: var(--esp-font-family-maison) !important;
  font-weight: 500 !important;
  line-height: normal;
  color: var(--eae-text);
  letter-spacing: 1.5px;
}
.item-right .desc {
  margin: 28px 0 40px !important;
  color: var(--eae-muted) !important;
  line-height: 1.625;
}
.item-right .link-wrap {
  margin: 0 !important;
}
.item-right .link-wrap a {
  position: relative;
  display: inline-block;
  padding-right: 24px;
  color: rgba(255, 255, 255, 0.5);
  letter-spacing: 1.5px;
  text-decoration: none !important;
  font-family: var(--esp-font-family-light);
  line-height: 1.25;
  transition: none !important;
  padding-bottom: 4px;
  text-transform: uppercase;
  color: #9FB8FF;
}
.item-right .link-wrap a::before {
  content: "";
  position: absolute;
  left: 0;
  right: 2px;
  bottom: 0;
  height: 1px;
  background: transparent;
}
.item-right .link-wrap a::after {
  content: "";
  position: absolute;
  right: -2px;
  top: 50%;
  transform: translate(0, -58%);
  width: 20px;
  height: 20px;
  background: center / contain no-repeat url("../images/esp-audio-effects/arrow-active.svg?v=3");
}
.item-right .link-wrap a:hover {
  color: #9FB8FF !important;
}
.item-right .link-wrap a:hover::before {
  background: #9FB8FF !important;
}
.item-right h3 {
  margin: 62px 0 18px;
  font-family: var(--esp-font-family-trueno-regular) !important;
  font-size: var(--esp-font-size-h3) !important;
  font-weight: 400 !important;
  color: var(--eae-text);
  letter-spacing: -0.44px;
  line-height: 1.555;
  display: none !important;
}
.item-right ul {
  margin: 0;
  padding: 0;
  list-style: none;
  max-height: 126px;
  overflow: hidden;
  overflow-y: auto;
}
.item-right ul::-webkit-scrollbar {
    width: 4px;
    height: 10px;
}

.item-right ul::-webkit-scrollbar-thumb {
    background-color: rgba(217, 217, 217, .2);
    border-radius: 15px;
}

.item-right ul::-webkit-scrollbar-track {
    background-color: rgba(217, 217, 217, .1);
    border-radius: 15px;
}
.item-right ul li {
  position: relative;
  padding-left: 28px;
  color: #bcbcbc;
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.44px;
}
.item-right ul li + li {
  margin-top: 12px;
}
.item-right ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  color: #95A5D5;
  width: 8px;
  height: 8px;
  transform: translateY(5px);
  background-image: url(../images/esp-audio-effects/icon.svg?v=1);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.i18n-en .item-right ul li::before  {
  transform: translateY(6px);
}

/* ===== Key Benefits ===== */
.esp-audio-effects-wrap .key-benefits-wrap {
  padding-top: 120px;
  max-width: 1250px !important;
  padding-bottom: 100px !important;
}
body.html .intro-wrapper .key-benefits-wrap .title-line {
  margin: 0 0 60px;
  text-align: center;
  font-family: var(--esp-font-family-maison) !important;
  font-size: var(--eae-font-size-h1) !important;
  font-weight: 700 !important;
  color: var(--eae-text);
}
.key-benefits-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 64px;
}
.benefit-card {
  position: relative;
  border-radius: 12px;
  /* Reveal-on-scroll: hidden until JS adds .is-visible */
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.7s ease,
              transform 0.7s cubic-bezier(0.22, 1, 0.36, 1),
              border-color 0.25s ease,
              box-shadow 0.25s ease,
              background 0.25s ease;
}
.benefit-card + .benefit-card::before {
  content: '';
  position: absolute;
  left: -32px;
  top: 0;
  height: 100%;
  width: 1px;
  background-color: rgba(255, 255, 255, 0.1);
}
.benefit-card.is-visible {
  opacity: 1;
  transform: none;
}
/* Hover: lift + accent border-glow (only once revealed) */
.benefit-card.is-visible:hover {
}
.benefit-card .benefit-icon {
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1);
}
.benefit-card.is-visible:hover .benefit-icon {
  transform: translateY(-2px) scale(1.1);
}

@media (prefers-reduced-motion: reduce) {
  .benefit-card {
    opacity: 1 !important;
    transform: none !important;
    transition: border-color 0.25s ease, box-shadow 0.25s ease, background 0.25s ease;
  }
}
.benefit-icon {
  width: 46px;
  height: 46px;
  margin-bottom: 20px;
}
.benefit-icon img {
  display: block;
  width: 100%;
  height: 100%;
}
.benefit-card h3 {
  margin: 0 0 12px;
  font-family: var(--esp-font-family-maison) !important;
  font-size: var(--esp-font-size-h3) !important;
  font-weight: 500 !important;
  line-height: 1.33;
  color: var(--eae-text);
}
.benefit-card p {
  margin: 0;
  font-size: 14px;
  line-height: 1.72;
  color: rgba(255, 255, 255, 0.6) !important;
}
.esp-audio-effects-wrap .buy-now {
  margin-bottom: 0;
  background-color: transparent !important;
}
.esp-audio-effects-wrap .buy-now .buy-now-bg {
  background-image: none;
  background-position: top left;
  background-size: contain;
}
.esp-audio-effects-wrap  {
  background-image: url(../images/esp-audio-effects/buy-bg.png?v=1);
  background-position: left bottom;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (min-width: 1600px) {
  .esp-audio-effects-wrap {
    background-position: 0% calc(100% + 5vw);
  }
}
@media (min-width: 1800px) {
  .esp-audio-effects-wrap {
    background-position: 0% calc(100% + 8vw);
  }
}
@media (min-width: 2200px) {
  .esp-audio-effects-wrap {
    background-position: 0% calc(100% + 10vw);
  }
}
@media (min-width: 1440px) {
  .esp-audio-effects-wrap .buy-now .buy-now-bg {
    background-size: contain;
  }
}
@media (max-width: 1280px) {
  .esp-audio-effects-wrap .buy-now .buy-now-bg {
    background-size: cover;
  }
}
.esp-audio-effects-wrap .buy-now .inside {
  padding-top: 114px;
  padding-bottom: 120px;
}
body.html .intro-wrapper .esp-audio-effects-wrap .buy-now h2 {
  font-family: var(--esp-font-family-maison) !important;
  font-size: var(--eae-font-size-h1) !important;
  font-weight: 700 !important;
  margin-bottom: 40px;
}
.esp-audio-effects-wrap .btn-wrap a {
  color: #fff !important;
  text-decoration: none !important;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 7px 26px;
  border: 1px solid #fff;
  transition: all 0.1s linear !important;
  border-radius: 4px;
  line-height: normal;
  letter-spacing: -0.31px;
  min-height: 38px;
}
.esp-audio-effects-wrap .btn-wrap a::before {
  content: '';
  display: block;
  height: 20px;
  width: 20px;
  background-image: url(../images/esp-audio-effects/email.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 8px;
}
.esp-audio-effects-wrap .btn-wrap li:nth-child(2) a::before {
  background-image: url(../images/esp-audio-effects/sdk.svg);
}
.esp-audio-effects-wrap .btn-wrap li:nth-child(3) a::before {
  background-image: url(../images/esp-audio-effects/guide.svg);
}
.esp-audio-effects-wrap .btn-wrap a:hover::before {
  background-image: url(../images/esp-audio-effects/email-active.svg);
}
.esp-audio-effects-wrap .btn-wrap li:nth-child(2) a:hover::before {
  background-image: url(../images/esp-audio-effects/sdk-active.svg);
}
.esp-audio-effects-wrap .btn-wrap li:nth-child(3) a:hover::before {
  background-image: url(../images/esp-audio-effects/guide-active.svg);
}
.esp-audio-effects-wrap .btn-wrap a:hover {
  background-color: #fff !important;
  border-color: #fff !important;
  color: #38393a !important;
}
.row .btn-wrap ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
}
.row .btn-wrap li {
  margin: 0;
}


/* ===== Responsive: tablet / mobile ===== */
/* Flatten item-left / item-tabs so the panel, copy and nav become
   reorderable siblings: panel on top, copy below, nav last. */
@media (max-width: 1169px) {
  .esp-audio-effects-wrap {
    --eae-font-size-h1: 30px;
    --eae-font-size-h2: 22px;
  }
  .esp-audio-effects-wrap .overview-wrap {
    padding-top: 60px;
  }
  .esp-audio-effects-wrap .features-wrap {
    padding-top: 80px;
  }
  .features-tab-content-wrap .item {
    flex-direction: column;
    gap: 0;
  }
  /* Mobile: show one category card at a time; tapping a tab switches it with
     a left/right slide (forward = slide in from the right; back = from the
     left) instead of stacking all cards vertically. */
  .features-tab-content-wrap .item-wrap {
    position: relative;
    overflow: hidden;
  }
  .features-tab-content-wrap .item {
    display: none;
  }
  .features-tab-content-wrap .item.m-active {
    display: flex;
  }
  .features-tab-content-wrap .item.m-active.m-in {
    animation: eaeMSlideIn 0.4s ease;
  }
  .features-tab-content-wrap .item.m-active.m-in.m-back {
    animation: eaeMSlideInBack 0.4s ease;
  }
  .features-tab-content-wrap .item.m-leaving {
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    pointer-events: none;
    animation: eaeMSlideOut 0.4s ease forwards;
  }
  .features-tab-content-wrap .item.m-leaving.m-back {
    animation: eaeMSlideOutBack 0.4s ease forwards;
  }
  @keyframes eaeMSlideIn {
    from { opacity: 0; transform: translateX(44px); }
    to   { opacity: 1; transform: none; }
  }
  @keyframes eaeMSlideOut {
    from { opacity: 1; transform: none; }
    to   { opacity: 0; transform: translateX(-44px); }
  }
  @keyframes eaeMSlideInBack {
    from { opacity: 0; transform: translateX(-44px); }
    to   { opacity: 1; transform: none; }
  }
  @keyframes eaeMSlideOutBack {
    from { opacity: 1; transform: none; }
    to   { opacity: 0; transform: translateX(44px); }
  }
  .item-left,
  .item-tabs {
    display: contents;
  }
  .item-sticky {
    display: contents;
  }
  .features-tab-content-wrap .item {
    position: relative;
    background: #171717;
    border-radius: 12px;
    max-width: 800px;
    margin: 0 auto;
    padding: 0 0 38px;
    overflow: hidden;
  }
  .item-img {
    order: 1;
    flex: none;
    width: 100%;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 40px 46px 20px;
    overflow: unset;
    background: transparent;
  }
  .item-img .svg {
    max-width: 100%;
    margin: 0 auto;
  }
  .item-right {
    order: 2;
    flex: none;
    width: 100%;
    padding: 20px 30px 0;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
  }
  .item-right .desc {
    margin: 18px 0 28px !important;
  }
  .item-right h3 {
    margin: 46px 0 16px;
  }
  .features-tabs-wrap .tab-indicator {
    min-width: 100px;
    background-image: url(../images/esp-audio-effects/vector-line.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }
  .features-tabs-wrap {
    margin-bottom: 34px;
    padding-top: 0;
  }
  .features-tab-content-wrap .item + .item {
    margin-top: 0;
  }
  .item-img .audio-controls {
    left: 8px;
    right: 8px;
    gap: 8px;
    padding: 6px 12px;
  }
  .item-img.has-audio-pad {
    padding-bottom: 62px;
  }
  .esp-audio-effects-wrap .key-benefits-wrap {
    padding-top: 80px;
    padding-bottom: 60px !important;
  }
  .esp-audio-effects-wrap .buy-now .inside {
    padding-top: 80px;
  }
  .item-right .link-wrap {
    margin-bottom: 20px !important;
  }
  .item-tabs > ul {
    display: none;
    order: 3;
    justify-content: flex-start;
  }
  /* swap numbered sub-tabs for the pager */
  .item-pager {
    display: flex;
    margin: 0 auto;
  }
  .item-tabs .subtab-arrow {
    display: none !important; /* full-width row: swipe/scroll, no arrows needed */
  }
  .item-pager {
    order: 3;
  }
  .key-benefits-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .features-tabs-wrap ul {
    gap: 28px;
  }
  .features-tabs-wrap ul li {
    padding-left: 16px;
    padding-right: 16px;
  }
  .features-tabs-wrap::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    height: 1px;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.08);
  }
}

@media (max-width: 768px) {
  .esp-audio-effects-wrap {
    --eae-font-size-h1: 26px;
    --eae-font-size-h2: 18px;
  }
  .esp-audio-effects-wrap .overview-wrap {
    padding-top: 20px;
  }
  .esp-audio-effects-wrap .features-wrap,
  .esp-audio-effects-wrap .key-benefits-wrap {
    padding-top: 60px;
  }
  .key-benefits-grid {
    grid-template-columns: 1fr;
    gap: 32px;
    padding-left: 40px;
    padding-right: 40px;
  }
  .features-tabs-wrap {
    margin-bottom: 28px;
    padding-top: 0;
  }
  .features-tabs-wrap ul {
    position: relative;
    justify-content: flex-start;
    gap: 8px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .features-tabs-wrap ul::-webkit-scrollbar {
    display: none;
  }
  .features-tabs-wrap li {
    padding-bottom: 18px;
  }
  .item-right ul li + li {
    margin-top: 8px;
  }
  body.html .intro-wrapper .features-wrap .title-line {
    margin-bottom: 40px;
  }
  .item-img {
    padding: 40px 40px 20px !important;
  }
  .item-right {
    padding-left: 24px;
    padding-right: 24px;
  }
  .item-img::before {
    display: none !important;
  }
  .item-right h3 {
    margin: 32px 0 12px !important;
  }
  body.html .intro-wrapper .key-benefits-wrap .title-line {
    margin-bottom: 40px !important;
  }
  .benefit-icon {
    margin-bottom: 16px;
  }
  body.html .intro-wrapper h3 {
    margin-bottom: 8px;
  }
  .esp-audio-effects-wrap .buy-now .inside {
    padding-top: 36px;
    padding-bottom: 100px;
  }
  body.html .intro-wrapper .esp-audio-effects-wrap .buy-now h2 {
    margin-bottom: 28px;
  }
  .buy-now .buy-now-bg .btn-wrap {
    margin-top: 0;
  }
  .row .btn-wrap ul {
    max-width: 100%;
    margin: 0 auto;
    flex-wrap: wrap;
    gap: 12px;
  }
  .benefit-card + .benefit-card::before {
    display: none !important;
  }
  .row .btn-wrap li + li {
    margin-top: 0;
  }
  .row .btn-wrap li {
    margin: 0;
  }
  .gallary .flexslider li::after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 11%;
    width: 70vw;
    height: 34vw;
    transform: translateX(-50%);
    background: url(../images/esp-audio-effects/esp-audio-effects-icon-banner.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  }
  .body-esp-audio-effects-page .pdb-word {
    top: 13% !important;
    --esp-font-size-banner-h1: 30px;
    --esp-font-size-banner-p: 24px;
    left: 0;
    transform: none !important;
    margin: 0 !important;
    padding: 0 20px;
  }
  .features-tabs-wrap::before {
    bottom: 1px;
  }
  .features-tabs-wrap .tab-indicator {
    bottom: 1px;
  }
  .esp-audio-effects-wrap {
    background-image: url(../images/esp-audio-effects/buy-now-mobile.png?v=3);
    background-position: 0% calc(100% + 17vw);
  }
  body {
    background-color: #06090F;
  }
}

/* ===== Desktop (≥1170px): sidebar categories + single feature card ===== */
@media (min-width: 1170px) {
  /* Scrollytelling: #features is a tall scroll track (height set by JS);
     .features-pin pins its content near the top of the viewport while scroll
     progress drives the four cards through a depth transition. */
  .esp-audio-effects-wrap .features-wrap.features-pinned {
    position: relative;
  }
  .features-pin {
    position: sticky;
    top: max(calc(50vh - 385px), 50px);
    padding: 0;
  }
  /* When the pin is not engaged (e.g. reduced-motion / short viewport
     fallback), the track collapses and the stage flows normally. */
  .esp-audio-effects-wrap .features-wrap:not(.features-pinned) .features-pin {
    position: static;
    min-height: 0;
    display: block;
    padding: 0;
  }

  .esp-audio-effects-wrap .features-content-wrap {
    display: grid;
    grid-template-columns: minmax(190px, 236px) minmax(0, 1fr);
    column-gap: 46px;
    align-items: start;
    max-width: 1250px;
    margin: 0 auto;
  }
  .i18n-zh-hans .esp-audio-effects-wrap .features-content-wrap {
    grid-template-columns: minmax(160px, 196px) minmax(0, 1fr);
  }

  /* Left: vertical category nav (pin is handled by .features-pin, so the nav
     itself is static within the pinned stage). */
  .features-tabs-wrap {
    position: static;
    top: auto;
    z-index: 20;
    margin-bottom: 0;
    padding-top: 10px;
    background: transparent;
  }
  .features-tabs-wrap ul {
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: 4px;
    border-bottom: none;
    border-left: 1px solid rgba(255, 255, 255, 0.08);
  }
  .features-tabs-wrap li {
    padding: 4px 20px 4px 20px;
    transition: all 0.2s linear;
    line-height: normal;
    display: inline-block;
    vertical-align: middle;
    width: fit-content;
    min-height: 32px;
  }
  .features-tabs-wrap li + li {
    margin-top: 40px;
  }
  .features-tabs-wrap li.active {
    margin-left: 14px;
    background-color: #35373F;
    border-radius: 37px;
  }
  .features-tabs-wrap li:hover {
    color: #fff;
  }
  /* Vertical active indicator bar (positioned by JS) */
  .features-tabs-wrap .tab-indicator {
    left: -2px;
    bottom: auto;
    width: 2px;
    height: 0;
    transition: top 0.35s ease, height 0.35s ease;
    background-image: url('../images/esp-audio-effects/horizontal-line.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
  }

  /* Each category renders as one rounded panel card. Default (non-pinned /
     reduced-motion fallback): cards stack and flow normally. */
  .features-tab-content-wrap .item {
    display: block;
    gap: 0;
    scroll-margin-top: 120px;
  }
  /* Pinned scrollytelling (adapted from scroll.html): all four cards are
     stacked in one 3D-perspective stage. Scroll progress (JS renderCards)
     drives a depth transition — the leaving card recedes into depth (pushed
     back in Z, tilted, dimmed, blurred) while the next rises from below.
     Cards are top-anchored (not inset) so each keeps its own content height;
     the wrap's height is set by JS to the tallest card. */
  /* All cards are absolute, so this column has no in-flow width; its
     `margin:0 auto` (base rule) would otherwise absorb the whole track and
     collapse it. Pin it to fill the grid track. */
  .features-pinned .features-tab-content-wrap {
    width: 100%;
    margin: 0;
  }
  .features-pinned .features-tab-content-wrap .item-wrap {
    position: relative;
    overflow: hidden;
    perspective: 1350px;
  }
  .features-pinned .features-tab-content-wrap .item {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0;
    transform-origin: 50% 18%;
    backface-visibility: hidden;
    will-change: transform, opacity, filter;
  }
  /* Uniform card height — JS sizes every .item to the tallest card, so the
     depth stack is even and each card's translateY (a % of its own height)
     travels the same distance, matching scroll.html's fixed-size cards. The
     panel fills that height. */
  .features-pinned .features-tab-content-wrap .item-sticky {
    height: 100%;
  }
  .item-sticky {
    display: grid;
    grid-template-columns: minmax(0, 1.06fr) minmax(0, 0.94fr);
    grid-template-areas:
      "tabs tabs"
      "img text"
      "params params";
    column-gap: 44px;
    padding: 24px 40px 60px;
    border: 1px solid #303030;
    border-radius: 32px;
    background-image: url(../images/esp-audio-effects/features-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 101% 101%;
    border: 1px solid #303030;
  }
  .item-left {
    display: contents;
  }
  .item-tabs {
    grid-area: tabs;
    margin-top: 0;
    margin-bottom: 40px;
  }
  .item-tabs ul {
    gap: 16px;
    border-bottom: none;
  }
  /* Sub-tabs inside the card: plain labels, no numbers */
  .item-tabs li {
    padding-top: 0;
    font-size: 16px;
  }
  .item-tabs li::before {
    display: none;
  }
  .item-img {
    grid-area: img;
    max-width: none;
    align-self: start;
    background-size: 34px 34px, 34px 34px, auto;
  }
  /* Unwrap .item-right / the active .item-content so .item-summary (image-
     level row: heading + desc + link) and .item-params (full-width row
     below: "详情参数") become direct grid items of .item-sticky, each
     placed in its own named area — a genuine two-row (top/bottom) split
     rather than everything crammed into the narrow right column. */
  .item-right {
    display: contents;
  }
  .item-right > .item-content {
    display: none;
  }
  .item-right > .item-content.active {
    display: contents;
  }
  .item-summary {
    grid-area: text;
    min-width: 0;
    padding-top: 0;
  }
  .item-params {
    grid-area: params;
    min-width: 0;
  }
  body.html .intro-wrapper .item-right h1 {
    font-size: 22px !important;
  }
  .item-right .desc {
    margin: 16px 0 26px !important;
    font-size: 16px;
  }
  .item-right .link-wrap {
    margin: 0 0 8px;
  }
  .item-right h3 {
    margin: 28px 0 14px;
  }
  /* Bullet list in two columns, spanning the card's full width. CSS Grid
     (not column-count) so the whole block scrolls vertically as one unit
     when it exceeds 256px — multi-column layout would instead spill
     overflowing items into hidden extra columns rather than scroll. */
  .item-right ul {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 36px;
    row-gap: 12px;
    max-height: 58px;
    overflow-y: auto;
    overflow-x: hidden;
  }
  .item-right ul li + li {
    margin-top: 0;
  }

  /* The whole stage pins via .features-pin; each category's card is static
     inside it (no per-card sticky). Scroll progress only swaps the active
     top-level tab + card — see esp-audio-effects.js. */
  .features-tab-content-wrap .item-sticky {
    position: static;
  }

  /* Harden the card's internal grid against the site theme's cascade. The
     class names (.item / .item-left / .item-right / .item-content) are generic
     and collide with other Drupal components, which can override the grid.
     These !important + higher-specificity rules keep the intended layout —
     image | heading+desc on top, "详情参数" as its own full-width row below —
     regardless of outside CSS. */
  .esp-audio-effects-wrap .item-sticky {
    display: grid !important;
    grid-template-columns: minmax(0, 1.08fr) minmax(0, 1fr) !important;
    grid-template-areas: "tabs tabs" "img text" "params params" !important;
    min-width: 962px;
    max-width: 962px;
  }
  .i18n-zh-hans .esp-audio-effects-wrap .item-sticky {
    min-width: 992px;
    max-width: 992px;
  }
  .esp-audio-effects-wrap .item-sticky > .item-left {
    display: contents !important;
  }
  .esp-audio-effects-wrap .item-sticky > .item-right {
    display: contents !important;
  }
  .esp-audio-effects-wrap .item-sticky > .item-right > .item-content {
    display: none !important;
  }
  .esp-audio-effects-wrap .item-sticky > .item-right > .item-content.active {
    display: contents !important;
  }
  .esp-audio-effects-wrap .item-sticky .item-tabs { grid-area: tabs !important; }
  /* .esp-audio-effects-wrap .item-sticky .item-img  { grid-area: img !important; float: none !important; width: auto !important;min-height: 238px;padding: 26px 40px 48px; } */
  .esp-audio-effects-wrap .item-sticky .item-img  { grid-area: img !important; float: none !important; width: auto !important;min-height: 238px;padding: 26px 40px 28px; }
  .esp-audio-effects-wrap .item-sticky .item-summary { grid-area: text !important; float: none !important; width: auto !important; clear: none !important; padding-top: 14px; }
  .esp-audio-effects-wrap .item-sticky .item-params  { margin-top: 48px;  grid-area: params !important; float: none !important; width: auto !important; clear: none !important; padding-left: 16px; }
}
@media (min-width: 1170px) and (max-width: 1320px) {
  .esp-audio-effects-wrap .item-sticky {
    min-width: 0 !important;
  }
}
@media (min-width: 1170px) and (max-width: 1300px) {
  .esp-audio-effects-wrap .features-content-wrap {
    column-gap: 28px;
  }
  .item-sticky {
    column-gap: 28px;
    padding: 20px 28px 32px;
  }
}

/* ===== Feature module SVG animations ===== */
.item-img .svg {
  display: none;
}
.item-img .svg.active {
  display: block;
}
.item-img .svg > svg {
  display: block;
  width: 100%;
  /* Uniform 2:1 display box: each SVG's viewBox is framed to its own content
     at 2:1, so every animation fills this box edge-to-edge at the same size. */
  /* aspect-ratio: 2 / 1; */
  height: auto;
  overflow: hidden;
}

.item-img .fine { stroke: rgba(165, 185, 255, 0.22); stroke-width: 1; fill: none; }
.item-img .axis { stroke: rgba(166, 189, 208, 0.35); stroke-width: 1.2; fill: none; }
.item-img .wire { fill: none; stroke: url(#strokeGlow); stroke-width: 2.3; stroke-linecap: round; stroke-linejoin: round; }
.item-img .wire2 { fill: none; stroke: #86a4ff; stroke-width: 2.1; stroke-linecap: round; stroke-linejoin: round; opacity: .88; }
.item-img .violet { stroke: #a985ff; fill: none; }
.item-img .label { fill: #d9f7ff; font-size: 11px; font-weight: 650; }
.item-img .small { fill: #b9c9ea; font-size: 10px; }
.item-img .chip { fill: rgba(5, 19, 34, .82); stroke: rgba(112, 140, 255, .38); stroke-width: 1; }
.item-img .node { fill: #071826; stroke: rgba(112, 140, 255, .62); stroke-width: 1.4; }

.item-img .pulse { animation: eae-pulse 2.2s ease-in-out infinite; transform-origin: center; }
.item-img .float-a { animation: eae-floatA 3.8s ease-in-out infinite; }
.item-img .float-b { animation: eae-floatB 4.6s ease-in-out infinite; }
.item-img .dash { stroke-dasharray: 7 8; animation: eae-dash 1.8s linear infinite; }
.item-img .spark { animation: eae-spark 2.4s ease-in-out infinite; }
.item-img .flow { animation: eae-flow 2.6s linear infinite; }
.item-img .fade { animation: eae-fade 3s ease-in-out infinite; }
.item-img .rotate { animation: eae-rotate 8s linear infinite; transform-box: fill-box; transform-origin: center; }
.item-img .band1,
.item-img .band2,
.item-img .band3,
.item-img .band4 {
  transform-box: fill-box;
  transform-origin: center bottom;
}
.item-img .band1 { animation: eae-band 1.7s ease-in-out infinite; }
.item-img .band2 { animation: eae-band 1.7s ease-in-out .2s infinite; }
.item-img .band3 { animation: eae-band 1.7s ease-in-out .4s infinite; }
.item-img .band4 { animation: eae-band 1.7s ease-in-out .6s infinite; }
.item-img .gain-line { stroke-dasharray: 460; stroke-dashoffset: 460; animation: eae-draw 3.5s ease-in-out infinite; }
.item-img .curve-point { animation: eae-curvePoint 2.8s ease-in-out infinite; transform-box: fill-box; transform-origin: center; }
.item-img .sample-rate-sparse { animation: eae-sampleRateSparse 5.2s ease-in-out infinite; }
.item-img .sample-rate-dense { animation: eae-sampleRateDense 5.2s ease-in-out infinite; }
.item-img .sample-rate-draw { animation: eae-sampleRateDraw 5.2s ease-in-out infinite; stroke-dasharray: 430; stroke-dashoffset: 430; }
.item-img .mix-weight { animation: eae-mixWeight 3.6s ease-in-out infinite; transform-box: fill-box; transform-origin: left center; }
.item-img .alc-curve { animation: eae-alcDraw 4.8s ease-in-out infinite; stroke-dasharray: 360; stroke-dashoffset: 360; }
.item-img .bit-u8 { animation: eae-bitU8 6.4s ease-in-out infinite; }
.item-img .bit-s16 { animation: eae-bitS16 6.4s ease-in-out infinite; }
.item-img .bit-s24 { animation: eae-bitS24 6.4s ease-in-out infinite; }
.item-img .bit-s32 { animation: eae-bitS32 6.4s ease-in-out infinite; }
.item-img .rv-wave-ripple { transform-origin: 600px 300px; animation: eae-rvRipple 6s cubic-bezier(.2, .5, .8, 1) infinite; }
.item-img .rv-source-pulse { transform-origin: 600px 300px; animation: eae-rvSourcePulse 2s ease-in-out infinite alternate; }
.item-img .rv-wavy-core { transform-origin: 600px 300px; animation: eae-rvSpin 25s linear infinite; }
.item-img .rv-wavy-core-reverse { transform-origin: 600px 300px; animation: eae-rvSpinReverse 35s linear infinite; }

@keyframes eae-pulse { 0%, 100% { opacity: .55; scale: .96; } 50% { opacity: 1; scale: 1.04; } }
@keyframes eae-floatA { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(-8px); } }
@keyframes eae-floatB { 0%, 100% { transform: translateY(0); } 50% { transform: translateY(8px); } }
@keyframes eae-dash { to { stroke-dashoffset: -30; } }
@keyframes eae-spark { 0%, 100% { opacity: .25; } 45%, 60% { opacity: 1; } }
@keyframes eae-flow { to { stroke-dashoffset: -54; } }
@keyframes eae-fade { 0%, 100% { opacity: .25; } 50% { opacity: 1; } }
@keyframes eae-rotate { to { rotate: 360deg; } }
@keyframes eae-band { 0%,100% { scale: 1 .42; } 50% { scale: 1 1; } }
@keyframes eae-draw { 0% { stroke-dashoffset: 460; } 45%, 65% { stroke-dashoffset: 0; } 100% { stroke-dashoffset: -460; } }
@keyframes eae-curvePoint { 0%, 100% { scale: .88; opacity: .65; } 50% { scale: 1.25; opacity: 1; } }
@keyframes eae-sampleRateSparse { 0%, 34% { opacity: 1; } 54%, 100% { opacity: .04; } }
@keyframes eae-sampleRateDense { 0%, 36% { opacity: .04; } 58%, 100% { opacity: 1; } }
@keyframes eae-sampleRateDraw { 0% { opacity: .35; stroke-dashoffset: 430; } 58%, 88% { opacity: .9; stroke-dashoffset: 0; } 100% { opacity: .2; stroke-dashoffset: -430; } }
@keyframes eae-mixWeight { 0%, 100% { scale: .72 1; opacity: .72; } 50% { scale: 1 1; opacity: 1; } }
@keyframes eae-alcDraw { 0% { stroke-dashoffset: 360; opacity: .35; } 52%, 84% { stroke-dashoffset: 0; opacity: 1; } 100% { stroke-dashoffset: -360; opacity: .3; } }
@keyframes eae-bitU8 { 0%, 18% { opacity: 1; } 28%, 100% { opacity: .08; } }
@keyframes eae-bitS16 { 0%, 20% { opacity: .08; } 30%, 42% { opacity: 1; } 52%, 100% { opacity: .1; } }
@keyframes eae-bitS24 { 0%, 46% { opacity: .08; } 56%, 68% { opacity: 1; } 78%, 100% { opacity: .1; } }
@keyframes eae-bitS32 { 0%, 70% { opacity: .08; } 82%, 100% { opacity: 1; } }
@keyframes eae-rvRipple { 0% { transform: scale(.1); opacity: 1; stroke-width: 8px; } 40% { opacity: .7; stroke-width: 3px; } 100% { transform: scale(4.5); opacity: 0; stroke-width: .5px; } }
@keyframes eae-rvSourcePulse { 0% { transform: scale(.9); opacity: .8; } 100% { transform: scale(1.3); opacity: 1; } }
@keyframes eae-rvSpin { to { transform: rotate(360deg); } }
@keyframes eae-rvSpinReverse { to { transform: rotate(-360deg); } }

