/* Wave 25F - interface calm-down: ticker lasers, DK orb palette, Reserve transferability. */

:root {
  --w25f-navy: #06101b;
  --w25f-navy-soft: #0a1726;
  --w25f-cyan: #5dc9d6;
  --w25f-cyan-bright: #7ee0e8;
  --w25f-gold: #e6b84f;
  --w25f-gold-bright: #f5d982;
  --w25f-white: #f6f1e7;
}

/* Recurring Signal ticker: calm text, no red/green UI coding, only thin moving lasers. */
.wave22a-signal-bar {
  position: relative;
  overflow: hidden;
  border-block: 0 !important;
  background:
    linear-gradient(90deg, rgba(6, 16, 27, 0.98), rgba(7, 18, 31, 0.94)),
    var(--w25f-navy) !important;
  box-shadow:
    inset 0 1px 0 rgba(246, 241, 231, 0.03),
    0 14px 30px rgba(0, 0, 0, 0.22) !important;
}

.wave22a-signal-bar::before,
.wave22a-signal-bar::after {
  content: "";
  position: absolute;
  z-index: 1;
  left: -34%;
  width: 34%;
  height: 1px;
  pointer-events: none;
  opacity: 0;
  transform: translateX(0);
}

.wave22a-signal-bar::before {
  top: 0;
  background: linear-gradient(90deg, transparent, rgba(245, 217, 130, 0.2), var(--w25f-gold-bright), rgba(245, 217, 130, 0.22), transparent);
  box-shadow: 0 0 10px rgba(230, 184, 79, 0.42);
  animation: w25fGoldLaser 6.8s ease-in-out infinite;
}

.wave22a-signal-bar::after {
  bottom: 0;
  background: linear-gradient(90deg, transparent, rgba(93, 201, 214, 0.22), var(--w25f-cyan-bright), rgba(93, 201, 214, 0.22), transparent);
  box-shadow: 0 0 12px rgba(93, 201, 214, 0.46);
  animation: w25fCyanLaser 7.4s ease-in-out 0.65s infinite;
}

.wave22a-signal-bar .signal-ticker__inner {
  position: relative;
  z-index: 2;
}

.wave22a-signal-bar .signal-ticker__label {
  align-self: stretch;
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0 1rem;
  border: 1px solid rgba(230, 184, 79, 0.24);
  background: linear-gradient(135deg, rgba(230, 184, 79, 0.86), rgba(201, 148, 47, 0.82));
  color: var(--w25f-navy) !important;
  letter-spacing: 0.24em;
  box-shadow: inset 0 1px 0 rgba(246, 241, 231, 0.22);
}

.wave22a-signal-bar .signal-ticker__label::before {
  width: 5px;
  height: 5px;
  background: var(--w25f-gold-bright) !important;
  box-shadow: 0 0 8px rgba(230, 184, 79, 0.52) !important;
}

.wave22a-signal-bar .signal-ticker__brand {
  color: var(--w25f-navy) !important;
}

.wave22a-signal-bar .signal-ticker__sig {
  color: rgba(6, 16, 27, 0.78) !important;
}

.wave22a-signal-bar [data-recurring-signal-line] {
  color: var(--w25f-white) !important;
  text-shadow: 0 0 0 rgba(93, 201, 214, 0);
  animation: w25fSignalTextGlow 8.8s ease-in-out infinite !important;
}

.wave22a-signal-bar.is-updating [data-recurring-signal-line] {
  opacity: 0.82;
}

.wave22a-signal-bar .signal-ticker__count {
  color: rgba(246, 241, 231, 0.52) !important;
}

@keyframes w25fSignalTextGlow {
  0%,
  100% {
    color: var(--w25f-white);
    text-shadow: 0 0 0 rgba(93, 201, 214, 0);
  }
  46%,
  56% {
    color: #ffffff;
    text-shadow:
      0 0 10px rgba(93, 201, 214, 0.62),
      0 0 24px rgba(93, 201, 214, 0.32);
  }
}

@keyframes w25fGoldLaser {
  0%,
  18% {
    opacity: 0;
    transform: translateX(0);
  }
  26%,
  48% {
    opacity: 0.85;
  }
  60%,
  100% {
    opacity: 0;
    transform: translateX(395%);
  }
}

@keyframes w25fCyanLaser {
  0%,
  16% {
    opacity: 0;
    transform: translateX(0);
  }
  24%,
  50% {
    opacity: 0.88;
  }
  62%,
  100% {
    opacity: 0;
    transform: translateX(395%);
  }
}

/* ROI proof orb/stamp fallback: remove inherited red/green treatments. */
.roi-calculator-page .value-signal-stamp.value-signal-stamp--neon.proof-seal {
  border-color: rgba(230, 184, 79, 0.44) !important;
  background:
    radial-gradient(circle at 72% 38%, rgba(93, 201, 214, 0.18), transparent 34%),
    radial-gradient(circle at 28% 68%, rgba(230, 184, 79, 0.12), transparent 34%),
    linear-gradient(145deg, rgba(6, 15, 26, 0.98), rgba(7, 17, 29, 0.96)) !important;
  box-shadow:
    0 0 0 1px rgba(246, 241, 231, 0.05),
    0 0 28px rgba(93, 201, 214, 0.12),
    0 0 52px rgba(230, 184, 79, 0.08) !important;
  animation: w25fBrandOrbPulse 6.4s ease-in-out infinite !important;
}

.roi-calculator-page .value-signal-stamp.value-signal-stamp--neon.proof-seal::before {
  background:
    linear-gradient(115deg, transparent 0 18%, rgba(246, 241, 231, 0.08) 24%, transparent 32%),
    radial-gradient(circle at 18% 12%, rgba(230, 184, 79, 0.2), transparent 34%),
    radial-gradient(circle at 86% 18%, rgba(93, 201, 214, 0.2), transparent 34%) !important;
}

.roi-calculator-page .value-signal-stamp.value-signal-stamp--neon.proof-seal .value-signal-stamp__label {
  color: var(--w25f-cyan-bright) !important;
}

.roi-calculator-page .value-signal-stamp.value-signal-stamp--neon.proof-seal strong {
  color: var(--w25f-gold-bright) !important;
}

.roi-calculator-page .value-signal-stamp.value-signal-stamp--neon.proof-seal .value-signal-stamp__proof {
  color: rgba(246, 241, 231, 0.78) !important;
}

@keyframes w25fBrandOrbPulse {
  0%,
  100% {
    box-shadow:
      0 0 0 1px rgba(246, 241, 231, 0.05),
      0 0 24px rgba(93, 201, 214, 0.12),
      0 0 46px rgba(230, 184, 79, 0.07);
  }
  50% {
    box-shadow:
      0 0 0 1px rgba(230, 184, 79, 0.18),
      0 0 36px rgba(93, 201, 214, 0.2),
      0 0 64px rgba(230, 184, 79, 0.12);
  }
}

/* Stakeholder Transferability: promote as buying argument, not a hidden bullet. */
.w25f-transferability-callout {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(260px, 0.9fr);
  gap: clamp(1rem, 2.5vw, 2rem);
  margin: 0 0 1px;
  padding: clamp(1.35rem, 3vw, 2.1rem);
  border: 1px solid rgba(93, 201, 214, 0.28);
  background:
    radial-gradient(circle at 92% 20%, rgba(93, 201, 214, 0.12), transparent 34%),
    linear-gradient(135deg, rgba(6, 16, 27, 0.94), rgba(10, 23, 38, 0.86));
}

.w25f-transferability-callout span {
  display: inline-block;
  margin: 0 0 0.55rem;
  color: var(--w25f-cyan-bright);
  font: 800 0.68rem/1.2 "JetBrains Mono", ui-monospace, monospace;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.w25f-transferability-callout h3 {
  max-width: 18ch;
  margin: 0;
  color: var(--w25f-white);
  font-size: clamp(1.45rem, 3vw, 2.2rem);
  line-height: 1.05;
}

.w25f-transferability-callout p {
  margin: 0;
  color: rgba(246, 241, 231, 0.74);
  line-height: 1.65;
}

.w25f-transferability-callout ul {
  display: grid;
  gap: 0.55rem;
  margin: 1rem 0 0;
  padding: 0;
  list-style: none;
}

.w25f-transferability-callout li {
  position: relative;
  padding-left: 1.15rem;
  color: rgba(246, 241, 231, 0.82);
}

.w25f-transferability-callout li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.55em;
  width: 6px;
  height: 6px;
  background: var(--w25f-gold);
  transform: rotate(45deg);
}

.w25f-transferability-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin-top: 1px;
  background: rgba(93, 201, 214, 0.22);
}

.w25f-transferability-strip > span {
  display: block;
  min-height: 96px;
  padding: 1rem;
  background: rgba(6, 16, 27, 0.82);
  color: rgba(246, 241, 231, 0.84);
  font-weight: 760;
  line-height: 1.35;
}

.w25f-transferability-strip strong {
  display: block;
  margin-bottom: 0.35rem;
  color: var(--w25f-gold-bright);
  font: 800 0.66rem/1.2 "JetBrains Mono", ui-monospace, monospace;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

@media (max-width: 820px) {
  .w25f-transferability-callout,
  .w25f-transferability-strip {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .wave22a-signal-bar .signal-ticker__label {
    padding: 0.72rem 0.9rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .wave22a-signal-bar::before,
  .wave22a-signal-bar::after,
  .wave22a-signal-bar [data-recurring-signal-line],
  .roi-calculator-page .value-signal-stamp.value-signal-stamp--neon.proof-seal {
    animation: none !important;
  }
}

/* Wave 25K: authoritative ticker finish after legacy broadcast styles. */
.signal-ticker.wave22a-signal-bar::before,
.signal-ticker.wave22a-signal-bar::after {
  left: 0 !important;
  right: auto !important;
  width: 100% !important;
  height: 1px !important;
  opacity: 0.9 !important;
  background-repeat: no-repeat !important;
  box-shadow: none !important;
}

.signal-ticker.wave22a-signal-bar::before {
  top: 0 !important;
  bottom: auto !important;
  background-image: linear-gradient(90deg, transparent 0, rgba(230, 184, 79, 0.08) 15%, rgba(245, 217, 130, 0.52) 42%, rgba(255, 250, 224, 0.98) 50%, rgba(230, 184, 79, 0.34) 60%, transparent 100%) !important;
  background-size: 22% 100% !important;
  animation: w25kGoldLaser 5.8s linear infinite !important;
}

.signal-ticker.wave22a-signal-bar::after {
  top: auto !important;
  bottom: 0 !important;
  background-image: linear-gradient(90deg, transparent 0, rgba(93, 201, 214, 0.06) 15%, rgba(126, 224, 232, 0.5) 42%, rgba(240, 254, 255, 0.98) 50%, rgba(93, 201, 214, 0.34) 60%, transparent 100%) !important;
  background-size: 24% 100% !important;
  animation: w25kCyanLaser 6.2s linear 0.48s infinite !important;
}

body .signal-ticker.wave22a-signal-bar .signal-ticker__sig {
  color: #f5d982 !important;
  text-shadow: 0 0 7px rgba(230, 184, 79, 0.28) !important;
}

body .signal-ticker.wave22a-signal-bar [data-recurring-signal-line] {
  color: #fffaf0 !important;
  text-shadow: 0 0 4px rgba(255, 250, 240, 0.34) !important;
  animation: w25kTickerTextGlow 6.4s ease-in-out infinite !important;
}

@keyframes w25kGoldLaser {
  from { background-position: -28% 0; }
  to { background-position: 128% 0; }
}

@keyframes w25kCyanLaser {
  from { background-position: -30% 0; }
  to { background-position: 130% 0; }
}

@keyframes w25kTickerTextGlow {
  0%, 100% {
    color: #fffaf0;
    text-shadow: 0 0 4px rgba(255, 250, 240, 0.34);
  }
  50% {
    color: #f7ffff;
    text-shadow: 0 0 8px rgba(255, 255, 255, 0.64), 0 0 18px rgba(93, 201, 214, 0.58), 0 0 34px rgba(93, 201, 214, 0.3);
  }
}

@media (prefers-reduced-motion: reduce) {
  .signal-ticker.wave22a-signal-bar::before,
  .signal-ticker.wave22a-signal-bar::after,
  body .signal-ticker.wave22a-signal-bar [data-recurring-signal-line] {
    animation: none !important;
  }
}

/* Wave 91: Services-only card density and stakeholder-transferability promotion. */
body.services-page .w25ab-depth-list {
  gap: 0.75rem;
}

body.services-page .w25ab-depth-card {
  gap: clamp(1rem, 2vw, 1.75rem);
  align-items: center;
  padding: clamp(1.15rem, 1.8vw, 1.55rem);
}

body.services-page .w25ab-depth-card__title > span {
  margin-bottom: 0.72rem;
}

body.services-page .w25ab-depth-card__title > strong {
  margin-top: 0.82rem;
  padding-top: 0.78rem;
}

body.services-page .w25ab-depth-card__title > strong::after {
  margin-top: 0.5rem;
}

body.services-page .w25ab-depth-card dl {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

body.services-page .w25ab-depth-card dl > div {
  padding: 0 clamp(0.75rem, 1.4vw, 1.15rem);
}

body.services-page .w25ab-depth-card dd {
  margin-top: 0.45rem;
  line-height: 1.42;
}

body.services-page .w25ab-depth-card__actions {
  align-self: center;
}

body.services-page .w25ab-depth-card__actions .w25ab-route-review {
  justify-content: center;
  text-align: center;
}

body.services-page .w25ab-reserve .w25ab-reserve-grid article {
  min-height: 0 !important;
  padding: clamp(1.35rem, 2.2vw, 1.85rem);
}

body.services-page .w25ab-reserve-grid article > span {
  margin-bottom: 0.72rem;
}

body.services-page .w25ab-reserve-grid article > p:last-child {
  margin-bottom: 0;
}

body.services-page .w25f-transferability-strip--promoted {
  grid-template-columns: minmax(280px, 1.25fr) repeat(2, minmax(0, 1fr));
  gap: 0;
  margin-top: 1px;
  border: 1px solid rgba(93, 201, 214, 0.34);
  background:
    linear-gradient(90deg, rgba(93, 201, 214, 0.34), rgba(230, 184, 79, 0.18));
  box-shadow:
    0 0 0 1px rgba(246, 241, 231, 0.025),
    0 18px 44px rgba(0, 0, 0, 0.2);
}

body.services-page .w25f-transferability-strip--promoted > span {
  min-height: 0;
  padding: clamp(1.15rem, 2vw, 1.55rem);
  border-left: 1px solid rgba(93, 201, 214, 0.2);
  background:
    radial-gradient(circle at 100% 0, rgba(93, 201, 214, 0.08), transparent 48%),
    rgba(6, 16, 27, 0.94);
  font-size: 0.91rem;
  font-weight: 640;
  line-height: 1.48;
}

body.services-page .w25f-transferability-strip--promoted > span:first-child {
  border-left: 0;
}

body.services-page .w25f-transferability-strip--promoted strong {
  margin-bottom: 0.52rem;
  color: #7ee0e8;
}

body.services-page .w25f-transferability-strip__lead {
  position: relative;
  border-left: 3px solid #5dc9d6 !important;
  background:
    radial-gradient(circle at 0 50%, rgba(93, 201, 214, 0.16), transparent 54%),
    linear-gradient(135deg, rgba(8, 25, 40, 0.98), rgba(6, 16, 27, 0.94)) !important;
}

body.services-page .w25f-transferability-strip__lead b {
  display: block;
  max-width: 24ch;
  color: #fff;
  font-size: clamp(1.12rem, 1.7vw, 1.42rem);
  font-weight: 820;
  line-height: 1.16;
  letter-spacing: -0.018em;
}

body.services-page .w25f-transferability-strip__lead small {
  display: block;
  margin-top: 0.58rem;
  color: rgba(246, 241, 231, 0.68);
  font-size: 0.78rem;
  font-weight: 600;
  line-height: 1.42;
}

@media (min-width: 1101px) {
  body.services-page .w25ab-depth-card {
    grid-template-columns: minmax(230px, 0.82fr) minmax(0, 1.9fr) minmax(190px, 0.58fr);
  }
}

@media (min-width: 761px) and (max-width: 1100px) {
  body.services-page .w25ab-depth-card {
    grid-template-columns: minmax(210px, 0.7fr) minmax(0, 1.3fr);
  }

  body.services-page .w25ab-depth-card dl {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  body.services-page .w25ab-depth-card__actions {
    grid-column: 1 / -1;
  }
}

@media (max-width: 820px) {
  body.services-page .w25f-transferability-strip--promoted {
    grid-template-columns: 1fr;
  }

  body.services-page .w25f-transferability-strip--promoted > span {
    border-top: 1px solid rgba(93, 201, 214, 0.2);
    border-left: 0;
  }

  body.services-page .w25f-transferability-strip--promoted > span:first-child {
    border-top: 0;
  }
}

@media (max-width: 760px) {
  body.services-page .w25ab-depth-card {
    grid-template-columns: 1fr;
  }

  body.services-page .w25ab-depth-card dl {
    grid-template-columns: 1fr;
  }

  body.services-page .w25ab-depth-card dl > div {
    padding: 0.72rem 0;
    border-left: 0;
  }

  body.services-page .w25ab-depth-card__actions {
    grid-column: auto;
  }
}
