/* AntenService Signal Runway footer and persistent contact system. */

.as-site-footer {
  direction: rtl;
  text-align: right;
  background:
    radial-gradient(circle at 16% 12%, rgb(33 199 183 / 12%), transparent 25rem),
    radial-gradient(circle at 87% 22%, rgb(240 138 68 / 8%), transparent 22rem),
    linear-gradient(145deg, #05141f 0%, var(--as-color-navy-950) 44%, #0a2438 100%);
  color: var(--as-color-surface);
  margin-block-start: clamp(4rem, 9vw, 8rem);
  overflow: hidden;
  padding-block: clamp(4.5rem, 9vw, 8rem) 1.5rem;
  position: relative;
}

.as-site-footer::before {
  background-image:
    linear-gradient(rgb(255 255 255 / 3.5%) 1px, transparent 1px),
    linear-gradient(90deg, rgb(255 255 255 / 3.5%) 1px, transparent 1px);
  background-size: 4rem 4rem;
  content: "";
  inset: 0;
  mask-image: linear-gradient(to bottom, black 0%, transparent 78%);
  pointer-events: none;
  position: absolute;
}

.as-site-footer::after {
  background: linear-gradient(90deg, transparent, rgb(67 216 201 / 75%), transparent);
  block-size: 1px;
  content: "";
  inset-block-start: 0;
  inset-inline: 0;
  opacity: 0.75;
  position: absolute;
}

.as-footer-ambient {
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.as-footer-ambient__halo {
  background: radial-gradient(circle, rgb(67 216 201 / 14%), transparent 68%);
  filter: blur(18px);
  inline-size: min(42rem, 75vw);
  aspect-ratio: 1;
  inset-inline-start: -12rem;
  inset-block-start: 12%;
  position: absolute;
}

.as-footer-ambient__route {
  block-size: 62%;
  inset-block-start: 7%;
  inset-inline: -4%;
  inline-size: 108%;
  opacity: 0.75;
  position: absolute;
}

.as-footer-route__base,
.as-footer-route__energy {
  fill: none;
  stroke-linecap: round;
}

.as-footer-route__base {
  stroke: rgb(220 248 245 / 11%);
  stroke-width: 2;
}

.as-footer-route__energy {
  filter: drop-shadow(0 0 0.6rem rgb(67 216 201 / 45%));
  stroke: var(--as-color-signal-400);
  stroke-dasharray: 4 22;
  stroke-width: 2.5;
}

.as-footer-ambient circle {
  fill: var(--as-color-urgent-500);
  filter: drop-shadow(0 0 0.8rem rgb(240 138 68 / 62%));
}

.as-footer-shell {
  direction: rtl;
  position: relative;
  text-align: right;
  z-index: 1;
}

.as-footer-hero {
  align-items: stretch;
  display: grid;
  gap: clamp(2rem, 6vw, 6rem);
  grid-template-columns: minmax(0, 1.35fr) minmax(18rem, 0.65fr);
}

.as-footer-cta {
  align-content: center;
  direction: rtl;
  display: grid;
  justify-items: start;
  text-align: right;
  gap: 1.25rem;
  min-inline-size: 0;
}

.as-footer-kicker {
  align-items: center;
  color: var(--as-color-signal-400);
  display: inline-flex;
  font-size: var(--as-font-size-xs);
  font-weight: var(--as-font-weight-semibold);
  gap: 0.75rem;
  margin: 0;
}

.as-footer-kicker span {
  background: currentColor;
  block-size: 1px;
  inline-size: 2.75rem;
  position: relative;
}

.as-footer-kicker span::after {
  background: var(--as-color-urgent-500);
  border-radius: 50%;
  box-shadow: 0 0 0 0.35rem rgb(240 138 68 / 12%);
  content: "";
  inline-size: 0.375rem;
  aspect-ratio: 1;
  inset-block-start: 50%;
  inset-inline-end: 0;
  position: absolute;
  transform: translate(50%, -50%);
}

.as-footer-cta h2 {
  color: var(--as-color-surface);
  font-size: clamp(2.25rem, 5.8vw, 6.5rem);
  font-weight: var(--as-font-weight-light);
  letter-spacing: -0.035em;
  line-height: 1.22;
  margin: 0;
  max-inline-size: 14ch;
  text-wrap: balance;
}

.as-footer-cta__description {
  color: rgb(220 248 245 / 66%);
  font-size: var(--as-font-size-base);
  margin: 0;
  max-inline-size: 56ch;
}

.as-footer-actions {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-block-start: 0.5rem;
}

.as-footer-actions .as-btn svg {
  fill: none;
  inline-size: 1.15rem;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.75;
}

.as-footer-actions .as-btn--secondary {
  --as-btn-background: rgb(255 255 255 / 5%);
  --as-btn-border: rgb(220 248 245 / 24%);
  --as-btn-color: var(--as-color-surface);
  backdrop-filter: blur(16px);
}

.as-footer-actions .as-btn--secondary:is(:hover, :focus-visible) {
  --as-btn-background: rgb(220 248 245 / 10%);
  --as-btn-border: rgb(67 216 201 / 60%);
}

.as-footer-status-deck {
  align-content: start;
  backdrop-filter: blur(18px) saturate(130%);
  background:
    linear-gradient(145deg, rgb(255 255 255 / 8%), rgb(255 255 255 / 3%));
  border: 1px solid rgb(255 255 255 / 12%);
  border-radius: 2rem;
  box-shadow: inset 0 1px 0 rgb(255 255 255 / 9%), 0 2rem 6rem rgb(0 0 0 / 18%);
  display: grid;
  gap: 1.5rem;
  min-block-size: 24rem;
  overflow: hidden;
  padding: clamp(1.5rem, 3.5vw, 2.25rem);
  position: relative;
}

.as-footer-status-deck::before {
  background: linear-gradient(90deg, transparent, rgb(67 216 201 / 52%), transparent);
  block-size: 1px;
  content: "";
  inset-inline: 1.5rem;
  inset-block-start: 0;
  position: absolute;
}

.as-footer-orbit {
  align-items: center;
  aspect-ratio: 1;
  display: grid;
  inline-size: min(14rem, 76%);
  justify-self: center;
  place-items: center;
  position: relative;
}

.as-footer-orbit__ring {
  border: 1px solid rgb(67 216 201 / 22%);
  border-radius: 50%;
  inset: 0;
  position: absolute;
}

.as-footer-orbit__ring--two {
  border-color: rgb(240 138 68 / 22%);
  inset: 17%;
}

.as-footer-orbit__ring--one::before,
.as-footer-orbit__ring--two::before {
  background: var(--as-color-signal-400);
  border-radius: 50%;
  box-shadow: 0 0 1rem rgb(67 216 201 / 68%);
  content: "";
  inline-size: 0.45rem;
  aspect-ratio: 1;
  inset-block-start: 10%;
  inset-inline-start: 20%;
  position: absolute;
}

.as-footer-orbit__ring--two::before {
  background: var(--as-color-urgent-500);
  box-shadow: 0 0 1rem rgb(240 138 68 / 60%);
  inset-block-start: auto;
  inset-block-end: 7%;
  inset-inline-start: auto;
  inset-inline-end: 18%;
}

.as-footer-orbit__beam {
  background: linear-gradient(90deg, transparent, rgb(67 216 201 / 55%), transparent);
  block-size: 1px;
  inline-size: 130%;
  position: absolute;
  transform: rotate(-32deg);
}


.as-footer-status-deck__copy {
  display: grid;
  gap: 0.25rem;
  justify-items: start;
  text-align: right;
}

.as-footer-status-deck__copy span,
.as-footer-status-list dt {
  color: rgb(220 248 245 / 52%);
  font-size: var(--as-font-size-xs);
}

.as-footer-status-deck__copy strong {
  color: var(--as-color-surface);
  font-size: var(--as-font-size-xl);
  font-weight: var(--as-font-weight-semibold);
}

.as-footer-status-list {
  border-block-start: 1px solid rgb(255 255 255 / 10%);
  direction: rtl;
  display: grid;
  gap: 0;
  margin: 0;
  text-align: right;
}

.as-footer-status-list > div {
  align-items: center;
  border-block-end: 1px solid rgb(255 255 255 / 8%);
  direction: rtl;
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  padding-block: 0.85rem;
}

.as-footer-status-list dt {
  flex: 0 1 auto;
  margin: 0;
  text-align: right;
}

.as-footer-status-list dd {
  color: var(--as-color-surface);
  flex: 0 0 auto;
  font-size: var(--as-font-size-sm);
  font-weight: var(--as-font-weight-semibold);
  margin: 0;
  text-align: left;
}

.as-footer-runway {
  border-block: 1px solid rgb(255 255 255 / 10%);
  display: grid;
  gap: clamp(1.5rem, 4vw, 3rem);
  grid-template-columns: minmax(14rem, 0.7fr) minmax(0, 1.3fr);
  margin-block: clamp(4rem, 9vw, 7rem);
  padding-block: clamp(2rem, 4vw, 3rem);
  position: relative;
}

.as-footer-runway::before {
  background: linear-gradient(90deg, var(--as-color-signal-500), transparent);
  block-size: 1px;
  content: "";
  inline-size: 28%;
  inset-block-start: -1px;
  inset-inline-start: 0;
  position: absolute;
}

.as-footer-runway__heading {
  align-content: start;
  direction: rtl;
  justify-items: start;
  text-align: right;
  display: grid;
  gap: 0.5rem;
}

.as-footer-runway__heading span {
  color: var(--as-color-signal-400);
  font-size: var(--as-font-size-xs);
  font-weight: var(--as-font-weight-semibold);
}

.as-footer-runway__heading h3 {
  color: var(--as-color-surface);
  font-size: var(--as-font-size-xl);
  font-weight: var(--as-font-weight-semibold);
  line-height: 1.55;
  margin: 0;
  max-inline-size: 22ch;
}

.as-footer-runway__steps {
  counter-reset: none;
  display: grid;
  gap: 0;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}

.as-footer-runway__steps::before {
  background: linear-gradient(90deg, rgb(67 216 201 / 8%), rgb(67 216 201 / 52%), rgb(67 216 201 / 8%));
  block-size: 1px;
  content: "";
  inset-block-start: 1.1rem;
  inset-inline: 0;
  position: absolute;
}

.as-footer-runway__steps li {
  direction: rtl;
  display: grid;
  justify-items: start;
  text-align: right;
  gap: 0.35rem;
  padding-inline: clamp(0.5rem, 1.6vw, 1rem);
  position: relative;
}

.as-footer-runway__steps li > span {
  align-items: center;
  background: var(--as-color-navy-950);
  border: 1px solid rgb(67 216 201 / 32%);
  border-radius: 50%;
  color: var(--as-color-signal-400);
  display: inline-flex;
  font-family: ui-monospace, SFMono-Regular, Menlo, monospace;
  font-size: 0.625rem;
  inline-size: 2.25rem;
  aspect-ratio: 1;
  justify-content: center;
  margin-block-end: 0.35rem;
  position: relative;
  z-index: 1;
}

.as-footer-runway__steps strong {
  color: var(--as-color-surface);
  font-size: var(--as-font-size-sm);
  font-weight: var(--as-font-weight-semibold);
}

.as-footer-runway__steps small {
  color: rgb(220 248 245 / 48%);
  font-size: var(--as-font-size-xs);
  line-height: 1.7;
}

.as-footer-lower {
  direction: rtl;
  display: grid;
  text-align: right;
  gap: clamp(2rem, 6vw, 6rem);
  grid-template-columns: minmax(15rem, 1.2fr) minmax(12rem, 0.8fr) minmax(12rem, 0.7fr);
}

.as-footer-brand {
  align-content: start;
  direction: rtl;
  display: grid;
  gap: 1rem;
  justify-items: start;
  text-align: right;
}

.as-footer-brand__logo-wrap {
  display: inline-flex;
  inline-size: fit-content;
  max-inline-size: min(14rem, 100%);
}

.as-footer-brand__logo {
  block-size: auto;
  display: block;
  max-block-size: 4rem;
  max-inline-size: 100%;
  object-fit: contain;
  object-position: right center;
}

.as-footer-brand .as-brand-logo--text {
  inline-size: 3.5rem;
}

.as-footer-brand p {
  color: rgb(220 248 245 / 56%);
  margin: 0;
  max-inline-size: 32ch;
}

.as-footer-column-title {
  color: var(--as-color-signal-400);
  font-size: var(--as-font-size-xs);
  font-weight: var(--as-font-weight-semibold);
  margin: 0 0 1rem;
}

.as-footer-menu {
  direction: rtl;
  display: grid;
  text-align: right;
  gap: 0.25rem;
  list-style: none;
  margin: 0;
  padding: 0;
}

.as-footer-menu li {
  margin: 0;
  padding: 0;
}

.as-footer-menu a,
.as-footer-social__list a {
  align-items: center;
  direction: rtl;
  border-block-end: 1px solid rgb(255 255 255 / 8%);
  color: rgb(255 255 255 / 82%);
  display: flex;
  font-size: var(--as-font-size-sm);
  justify-content: space-between;
  min-block-size: 2.75rem;
  text-decoration: none;
  transition:
    border-color 180ms var(--as-motion-ease-standard),
    color 180ms var(--as-motion-ease-standard),
    padding-inline 260ms var(--as-motion-ease-standard);
}

.as-footer-menu a::after {
  content: none;
}

.as-footer-menu a:is(:hover, :focus-visible),
.as-footer-social__list a:is(:hover, :focus-visible) {
  border-color: rgb(67 216 201 / 42%);
  color: var(--as-color-signal-100);
  padding-inline-start: 0.5rem;
}

.as-footer-menu a:is(:hover, :focus-visible)::after {
  opacity: 1;
  transform: translateX(0);
}

.as-footer-social {
  direction: rtl;
  text-align: right;
}

.as-footer-social__list {
  direction: rtl;
  display: grid;
  text-align: right;
}

.as-footer-social__list i {
  color: var(--as-color-signal-400);
  font-style: normal;
  font-size: 0.75rem;
}

.as-footer-bottom {
  align-items: center;
  direction: rtl;
  text-align: right;
  border-block-start: 1px solid rgb(255 255 255 / 9%);
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  margin-block-start: clamp(3rem, 7vw, 5rem);
  padding-block-start: 1.5rem;
}

.as-footer-bottom p {
  color: rgb(220 248 245 / 42%);
  font-size: var(--as-font-size-xs);
  margin: 0;
}

.as-footer-bottom__links {
  align-items: center;
  direction: rtl;
  display: flex;
  justify-content: flex-start;
  text-align: right;
  flex-wrap: wrap;
  gap: 1rem;
}

.as-footer-bottom a,
.as-footer-bottom button {
  background: none;
  border: 0;
  color: rgb(220 248 245 / 58%);
  cursor: pointer;
  font: inherit;
  font-size: var(--as-font-size-xs);
  padding: 0;
  text-decoration: none;
}

.as-footer-bottom button {
  align-items: center;
  display: inline-flex;
  gap: 0.35rem;
}

.as-footer-bottom a:is(:hover, :focus-visible),
.as-footer-bottom button:is(:hover, :focus-visible) {
  color: var(--as-color-signal-400);
}

.as-persistent-contact {
  position: relative;
  z-index: var(--as-z-contact, 1050);
}

.as-floating-phone {
  align-items: center;
  background: linear-gradient(145deg, var(--as-color-urgent-500), var(--as-color-urgent-600));
  border: 1px solid rgb(255 255 255 / 52%);
  border-radius: var(--as-radius-pill);
  bottom: max(1.25rem, env(safe-area-inset-bottom));
  box-shadow: 0 1rem 2.5rem rgb(217 106 43 / 28%);
  color: var(--as-color-navy-950);
  display: inline-flex;
  gap: 0.65rem;
  inset-inline-start: 1.25rem;
  min-block-size: 3.75rem;
  overflow: visible;
  padding: 0.5rem 0.8rem;
  position: fixed;
  text-decoration: none;
  transform: translateY(0);
  transition:
    opacity 240ms var(--as-motion-ease-standard),
    transform 300ms var(--as-motion-ease-standard),
    box-shadow 220ms var(--as-motion-ease-standard);
}

.as-floating-phone__orbit {
  border: 1px solid rgb(240 138 68 / 42%);
  border-radius: var(--as-radius-pill);
  inset: -0.45rem;
  pointer-events: none;
  position: absolute;
}

.as-floating-phone__icon {
  align-items: center;
  background: rgb(255 255 255 / 78%);
  border-radius: 50%;
  display: inline-flex;
  inline-size: 2.6rem;
  aspect-ratio: 1;
  justify-content: center;
}

.as-floating-phone svg,
.as-mobile-contact-bar svg {
  fill: none;
  inline-size: 1.15rem;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.as-floating-phone__label {
  font-size: var(--as-font-size-sm);
  font-weight: var(--as-font-weight-extrabold);
  padding-inline-end: 0.35rem;
  white-space: nowrap;
}

.as-floating-phone:is(:hover, :focus-visible) {
  box-shadow: 0 1.25rem 3rem rgb(217 106 43 / 38%);
  transform: translateY(-0.2rem);
}

.as-mobile-contact-bar {
  align-items: stretch;
  backdrop-filter: blur(20px) saturate(145%);
  background: rgb(244 249 252 / 92%);
  border: 1px solid rgb(219 231 237 / 88%);
  border-radius: 1.1rem;
  bottom: max(0.5rem, env(safe-area-inset-bottom));
  box-shadow: 0 1rem 3rem rgb(6 24 38 / 18%);
  display: none;
  gap: 0.35rem;
  inset-inline: 0.75rem;
  padding: 0.35rem;
  position: fixed;
  transform: translateY(0);
  transition: opacity 220ms var(--as-motion-ease-standard), transform 300ms var(--as-motion-ease-standard);
}

.as-mobile-contact-bar__item {
  align-items: center;
  border-radius: 0.85rem;
  color: var(--as-color-navy-950);
  display: flex;
  flex: 1 1 0;
  font-size: var(--as-font-size-sm);
  font-weight: var(--as-font-weight-semibold);
  gap: 0.55rem;
  justify-content: center;
  min-block-size: 3.2rem;
  padding-inline: 0.75rem;
  text-decoration: none;
}

.as-mobile-contact-bar__item--call {
  background: var(--as-color-urgent-500);
}

.as-mobile-contact-bar__item--whatsapp,
.as-mobile-contact-bar__item--services {
  background: var(--as-color-surface);
  border: 1px solid var(--as-color-border);
}

.as-menu-open .as-floating-phone,
.as-menu-open .as-mobile-contact-bar,
.as-footer-in-view .as-floating-phone,
.as-footer-in-view .as-mobile-contact-bar {
  opacity: 0;
  pointer-events: none;
  transform: translateY(1.25rem);
}

.as-site-footer.is-footer-motion-ready:not(.is-footer-entered) .as-footer-cta,
.as-site-footer.is-footer-motion-ready:not(.is-footer-entered) .as-footer-status-deck,
.as-site-footer.is-footer-motion-ready:not(.is-footer-entered) .as-footer-runway,
.as-site-footer.is-footer-motion-ready:not(.is-footer-entered) .as-footer-lower {
  opacity: 0;
  transform: translateY(1.25rem);
}

.as-site-footer.is-footer-entered .as-footer-cta,
.as-site-footer.is-footer-entered .as-footer-status-deck,
.as-site-footer.is-footer-entered .as-footer-runway,
.as-site-footer.is-footer-entered .as-footer-lower {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 700ms var(--as-motion-ease-standard), transform 850ms cubic-bezier(0.16, 1, 0.3, 1);
}

.as-site-footer.is-footer-entered .as-footer-status-deck { transition-delay: 90ms; }
.as-site-footer.is-footer-entered .as-footer-runway { transition-delay: 160ms; }
.as-site-footer.is-footer-entered .as-footer-lower { transition-delay: 230ms; }

@media (prefers-reduced-motion: no-preference) {
  .as-site-footer.is-footer-entered .as-footer-route__energy {
    animation: as-footer-route-travel 12s linear infinite;
  }

  .as-site-footer.is-footer-entered .as-footer-ambient circle {
    animation: as-footer-node-pulse 2.2s ease-in-out infinite;
  }

  .as-footer-orbit__ring--one { animation: as-footer-orbit 16s linear infinite; }
  .as-footer-orbit__ring--two { animation: as-footer-orbit-reverse 11s linear infinite; }
  .as-floating-phone__orbit { animation: as-floating-phone-orbit 2.6s ease-out infinite; }
}

@keyframes as-footer-route-travel { to { stroke-dashoffset: -260; } }
@keyframes as-footer-node-pulse { 50% { opacity: 0.4; transform: scale(0.78); transform-origin: center; } }
@keyframes as-footer-orbit { to { transform: rotate(360deg); } }
@keyframes as-footer-orbit-reverse { to { transform: rotate(-360deg); } }
@keyframes as-floating-phone-orbit {
  0% { opacity: 0.5; transform: scale(0.94); }
  72%, 100% { opacity: 0; transform: scale(1.16); }
}

.as-footer-menu a:focus-visible,
.as-footer-social__list a:focus-visible,
.as-footer-bottom a:focus-visible,
.as-footer-bottom button:focus-visible,
.as-floating-phone:focus-visible,
.as-mobile-contact-bar__item:focus-visible {
  outline: var(--as-focus-ring-width) solid rgb(67 216 201 / 78%);
  outline-offset: var(--as-focus-ring-offset);
}

/* 0.7.2 RTL correction: footer content originates from the physical right. */
.as-footer-cta,
.as-footer-status-deck,
.as-footer-runway,
.as-footer-lower,
.as-footer-brand,
.as-footer-nav,
.as-footer-social,
.as-footer-bottom {
  direction: rtl;
  text-align: right;
}

.as-footer-column-title,
.as-footer-brand p,
.as-footer-runway__heading h3,
.as-footer-runway__heading span,
.as-footer-runway__steps strong,
.as-footer-runway__steps small {
  text-align: right;
}

@media (max-width: 64rem) {
  .as-footer-hero {
    grid-template-columns: minmax(0, 1fr) minmax(16rem, 0.7fr);
  }

  .as-footer-runway {
    grid-template-columns: 1fr;
  }

  .as-footer-lower {
    grid-template-columns: 1.1fr 0.9fr;
  }

  .as-footer-social {
    grid-column: 1 / -1;
  }
}

@media (max-width: 48rem) {
  body.as-has-contact-system {
    padding-block-end: calc(4.6rem + env(safe-area-inset-bottom));
  }

  .as-site-footer {
    margin-block-start: 4rem;
    padding-block-start: 4rem;
  }

  .as-footer-hero,
  .as-footer-lower {
    grid-template-columns: 1fr;
  }

  .as-footer-cta h2 {
    font-size: clamp(2rem, 11vw, 3.5rem);
    max-inline-size: 15ch;
  }

  .as-footer-actions .as-btn {
    inline-size: 100%;
  }

  .as-footer-status-deck {
    min-block-size: 0;
  }

  .as-footer-orbit {
    inline-size: min(12rem, 62vw);
  }

  .as-footer-runway__steps {
    gap: 1rem;
    grid-template-columns: 1fr 1fr;
  }

  .as-footer-runway__steps::before {
    display: none;
  }

  .as-footer-runway__steps li {
    background: rgb(255 255 255 / 4%);
    border: 1px solid rgb(255 255 255 / 8%);
    border-radius: 1rem;
    padding: 1rem;
  }

  .as-footer-bottom {
    align-items: flex-start;
    flex-direction: column;
    inline-size: 100%;
    text-align: right;
  }

  .as-footer-bottom__links {
    inline-size: 100%;
    justify-content: flex-start;
  }

  .as-floating-phone {
    display: none;
  }

  .as-mobile-contact-bar {
    display: flex;
  }

  .as-footer-ambient__route {
    block-size: 45%;
    opacity: 0.48;
  }
}

@media (max-width: 30rem) {
  .as-footer-runway__steps {
    grid-template-columns: 1fr;
  }

  .as-mobile-contact-bar {
    inset-inline: 0.5rem;
  }

  .as-mobile-contact-bar__item {
    font-size: 0.82rem;
    min-block-size: 3rem;
    padding-inline: 0.5rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .as-footer-route__energy,
  .as-footer-ambient circle,
  .as-footer-orbit__ring,
  .as-floating-phone__orbit {
    animation: none !important;
  }

  .as-site-footer.is-footer-motion-ready:not(.is-footer-entered) .as-footer-cta,
  .as-site-footer.is-footer-motion-ready:not(.is-footer-entered) .as-footer-status-deck,
  .as-site-footer.is-footer-motion-ready:not(.is-footer-entered) .as-footer-runway,
  .as-site-footer.is-footer-motion-ready:not(.is-footer-entered) .as-footer-lower {
    opacity: 1;
    transform: none;
  }

  .as-site-footer.is-footer-entered .as-footer-cta,
  .as-site-footer.is-footer-entered .as-footer-status-deck,
  .as-site-footer.is-footer-entered .as-footer-runway,
  .as-site-footer.is-footer-entered .as-footer-lower,
  .as-floating-phone,
  .as-mobile-contact-bar {
    transition-duration: 1ms;
  }
}

/* --------------------------------------------------------------------------
 * 0.7.3 premium footer and persistent-contact refinement
 * -------------------------------------------------------------------------- */

.as-footer-cta h2 {
  font-weight: var(--as-font-weight-extrabold);
  letter-spacing: -0.025em;
}

.as-footer-runway__heading h3,
.as-footer-status-deck__copy strong {
  font-weight: var(--as-font-weight-extrabold);
}

.as-footer-runway__steps strong,
.as-footer-column-title,
.as-footer-menu a,
.as-footer-social__list a,
.as-footer-bottom a,
.as-footer-bottom button {
  font-weight: var(--as-font-weight-semibold);
}

.as-footer-cta__description,
.as-footer-brand p,
.as-footer-runway__steps small,
.as-footer-status-list,
.as-footer-bottom p,
.as-footer-trust > div > span {
  font-weight: var(--as-font-weight-regular);
}

/* Footer CTAs deliberately do not inherit the orange/red urgent appearance.
 * Their neutral white treatment keeps the footer premium; turquoise is used
 * only as the interactive accent. */
.as-footer-actions .as-btn,
.as-footer-actions .as-btn--urgent,
.as-footer-actions .as-btn--secondary {
  --as-btn-background: rgb(255 255 255 / 4%);
  --as-btn-border: rgb(255 255 255 / 32%);
  --as-btn-color: var(--as-color-surface);
  backdrop-filter: blur(16px) saturate(125%);
  background: var(--as-btn-background);
  border-color: var(--as-btn-border);
  box-shadow: inset 0 1px 0 rgb(255 255 255 / 8%);
  color: var(--as-btn-color);
}

.as-footer-actions .as-btn:is(:hover, :focus-visible),
.as-footer-actions .as-btn--urgent:is(:hover, :focus-visible),
.as-footer-actions .as-btn--secondary:is(:hover, :focus-visible) {
  --as-btn-background: rgb(67 216 201 / 12%);
  --as-btn-border: rgb(67 216 201 / 72%);
  --as-btn-color: var(--as-color-signal-100);
  box-shadow:
    inset 0 1px 0 rgb(255 255 255 / 12%),
    0 0.9rem 2.3rem rgb(33 199 183 / 10%);
}

/* The animated route orb is positioned by footer.js directly on the existing
 * SVG path. CSS only controls its premium layered appearance. */
.as-footer-route__orb {
  opacity: 0;
  pointer-events: none;
  will-change: transform, opacity;
}

.as-footer-route__orb-halo {
  fill: rgb(240 138 68 / 12%);
  filter: blur(4px);
}

.as-footer-route__orb-core {
  fill: var(--as-color-urgent-500);
  filter: drop-shadow(0 0 0.75rem rgb(240 138 68 / 78%));
}

/* Real social glyphs are presented as a right-aligned system rather than
 * generic text rows. */
.as-footer-social__list {
  gap: 0.35rem;
}

.as-footer-social__list a {
  border: 1px solid rgb(255 255 255 / 9%);
  border-radius: 0.95rem;
  gap: 0.7rem;
  justify-content: flex-start;
  min-block-size: 3rem;
  padding-inline: 0.8rem;
}

.as-footer-social__list a:is(:hover, :focus-visible) {
  background: rgb(67 216 201 / 8%);
  border-color: rgb(67 216 201 / 42%);
  padding-inline-start: 0.8rem;
}

.as-footer-social__list svg {
  fill: none;
  flex: 0 0 auto;
  inline-size: 1.1rem;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.65;
}

/* Configurable trust marks: no empty placeholders are rendered by PHP. */
.as-footer-trust {
  align-items: center;
  border-block-start: 1px solid rgb(255 255 255 / 9%);
  direction: rtl;
  display: flex;
  gap: clamp(1rem, 4vw, 3rem);
  justify-content: space-between;
  margin-block-start: clamp(2.5rem, 6vw, 4.5rem);
  padding-block-start: 1.5rem;
  text-align: right;
}

.as-footer-trust > div:first-child {
  display: grid;
  gap: 0.3rem;
}

.as-footer-trust .as-footer-column-title {
  margin: 0;
}

.as-footer-trust > div > span {
  color: rgb(220 248 245 / 48%);
  font-size: var(--as-font-size-xs);
}

.as-footer-trust__list {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: flex-start;
}

.as-footer-trust__list > a,
.as-footer-trust__list > span {
  align-items: center;
  background: rgb(255 255 255 / 94%);
  border: 1px solid rgb(255 255 255 / 20%);
  border-radius: 1rem;
  display: inline-flex;
  inline-size: 5.25rem;
  justify-content: center;
  min-block-size: 5.25rem;
  overflow: hidden;
  padding: 0.55rem;
  transition:
    border-color 180ms var(--as-motion-ease-standard),
    box-shadow 220ms var(--as-motion-ease-standard),
    transform 220ms var(--as-motion-ease-standard);
}

.as-footer-trust__list > a:is(:hover, :focus-visible) {
  border-color: rgb(67 216 201 / 68%);
  box-shadow: 0 0.8rem 2rem rgb(33 199 183 / 12%);
  transform: translateY(-0.15rem);
}

.as-footer-trust__list img {
  block-size: auto;
  display: block;
  max-block-size: 4rem;
  max-inline-size: 100%;
  object-fit: contain;
}

/* Eliminate refresh flicker: the mobile bar is not paint-visible until the JS
 * has measured the footer and explicitly marks the contact system ready. */
.as-mobile-contact-bar {
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}

.as-contact-system-ready .as-mobile-contact-bar {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}

.as-contact-system-ready.as-menu-open .as-mobile-contact-bar,
.as-contact-system-ready.as-footer-in-view .as-mobile-contact-bar {
  opacity: 0;
  pointer-events: none;
  transform: translateY(1.25rem);
  visibility: hidden;
}

@media (max-width: 48rem) {
  .as-footer-trust {
    align-items: flex-start;
    flex-direction: column;
  }

  .as-footer-trust__list {
    inline-size: 100%;
    justify-content: flex-start;
  }

  .as-footer-actions .as-btn {
    justify-content: center;
  }
}

@media (prefers-reduced-motion: reduce) {

  .as-footer-trust__list > a,
  .as-mobile-contact-bar {
    transition-duration: 1ms;
  }
}


/* --------------------------------------------------------------------------
 * 0.7.5 footer runway hover and orbit simplification
 * -------------------------------------------------------------------------- */

/* Exactly one visible route orb: a solid core plus a non-separate soft halo.
 * No pulsing ring or secondary translated dot is rendered. */
.as-footer-route__orb-halo {
  opacity: 0.42;
}

.as-footer-route__orb-core {
  transform-box: fill-box;
  transform-origin: center;
}

.as-footer-runway__steps li {
  border-radius: 1.25rem;
  padding-block: 0.5rem 0.85rem;
  transition:
    transform 220ms var(--as-motion-ease-standard),
    background-color 220ms var(--as-motion-ease-standard),
    box-shadow 220ms var(--as-motion-ease-standard),
    border-color 220ms var(--as-motion-ease-standard);
}

.as-footer-runway__steps li::after {
  background: linear-gradient(180deg, rgb(67 216 201 / 10%), rgb(67 216 201 / 3%));
  border: 1px solid transparent;
  border-radius: inherit;
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
  transition:
    border-color 220ms var(--as-motion-ease-standard),
    background-color 220ms var(--as-motion-ease-standard),
    box-shadow 220ms var(--as-motion-ease-standard),
    opacity 220ms var(--as-motion-ease-standard);
  opacity: 0;
}

.as-footer-runway__steps li:is(:hover, :focus-within) {
  transform: translateY(-0.35rem);
}

.as-footer-runway__steps li:is(:hover, :focus-within)::after {
  border-color: rgb(67 216 201 / 22%);
  box-shadow: inset 0 1px 0 rgb(255 255 255 / 4%), 0 1rem 2.4rem rgb(0 0 0 / 12%);
  opacity: 1;
}

.as-footer-runway__steps li:is(:hover, :focus-within) > span {
  border-color: rgb(67 216 201 / 62%);
  box-shadow: 0 0 0 0.3rem rgb(67 216 201 / 8%);
  color: var(--as-color-surface);
}

.as-footer-runway__steps li:is(:hover, :focus-within) strong {
  color: rgb(220 248 245 / 96%);
}

.as-footer-runway__steps li:is(:hover, :focus-within) small {
  color: rgb(220 248 245 / 74%);
}

@media (prefers-reduced-motion: reduce) {
  .as-footer-runway__steps li {
    transition-duration: 1ms;
  }

  .as-footer-runway__steps li:is(:hover, :focus-within) {
    transform: none;
  }
}


/* --------------------------------------------------------------------------
 * 0.7.6 single route circle
 * --------------------------------------------------------------------------
 * The ambient path contains one SVG circle only. Any stale cached halo node is
 * force-hidden, while the remaining circle receives one restrained shadow.
 */
.as-footer-route__orb-halo {
  display: none;
}

.as-footer-route__orb-core {
  fill: var(--as-color-urgent-500);
  filter: drop-shadow(0 0 0.65rem rgb(240 138 68 / 68%));
  transform: none;
}
