/* Persistent ARIA channel launcher for ClickFlowGrow's public marketing pages. */
.cfg-aria-launcher,
.cfg-aria-launcher * {
  box-sizing: border-box;
}

.cfg-aria-launcher {
  position: fixed;
  right: clamp(14px, 2vw, 24px);
  bottom: max(16px, env(safe-area-inset-bottom));
  z-index: 1950;
  display: grid;
  justify-items: end;
  gap: 12px;
  width: min(370px, calc(100vw - 28px));
  color: #f8fbff;
  font-family: "Manrope", Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  transition: opacity .2s ease, transform .2s ease;
}

.cfg-aria-launcher--context-hidden {
  opacity: 0;
  pointer-events: none;
  transform: translateY(14px);
}

.cfg-aria-launcher__panel {
  position: relative;
  width: 100%;
  padding: 24px;
  overflow: hidden;
  border: 1px solid rgba(11, 234, 181, .56);
  border-radius: 24px;
  background:
    radial-gradient(circle at 92% 8%, rgba(11, 234, 181, .17), transparent 35%),
    linear-gradient(145deg, rgba(33, 40, 92, .97), rgba(9, 7, 53, .98) 58%, rgba(6, 5, 42, .97));
  box-shadow:
    0 34px 72px -30px rgba(3, 3, 31, .94),
    inset 0 1px 0 rgba(255, 255, 255, .13),
    0 0 38px -20px rgba(11, 234, 181, .7);
  backdrop-filter: blur(18px) saturate(1.08);
  -webkit-backdrop-filter: blur(18px) saturate(1.08);
  transform-origin: right bottom;
}

.cfg-aria-launcher__panel[hidden] {
  display: none;
}

.cfg-aria-launcher__close {
  position: absolute;
  top: 17px;
  right: 17px;
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 999px;
  background: rgba(255, 255, 255, .07);
  color: #dfe5fa;
  font: inherit;
  font-size: 1.15rem;
  line-height: 1;
  cursor: pointer;
}

.cfg-aria-launcher__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0 44px 15px 0;
  color: #9ff3df;
  font-size: .68rem;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.cfg-aria-launcher__dot,
.cfg-aria-launcher__trigger-dot {
  flex: 0 0 auto;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #0beab5;
  box-shadow: 0 0 13px rgba(11, 234, 181, .86);
}

.cfg-aria-launcher__panel h2 {
  margin: 0;
  color: #fff;
  font-size: clamp(1.35rem, 4vw, 1.72rem);
  font-weight: 800;
  letter-spacing: -.035em;
  line-height: 1.12;
}

.cfg-aria-launcher__intro {
  margin: 10px 0 19px;
  color: #c7ceec;
  font-size: .88rem;
  line-height: 1.58;
}

.cfg-aria-launcher__choices {
  display: grid;
  gap: 10px;
}

.cfg-aria-launcher__choice {
  display: grid;
  grid-template-columns: 42px minmax(0, 1fr) auto;
  align-items: center;
  gap: 12px;
  width: 100%;
  min-width: 0;
  padding: 13px 14px;
  border: 1px solid rgba(159, 243, 223, .2);
  border-radius: 16px;
  background: rgba(255, 255, 255, .065);
  color: #fff;
  text-decoration: none;
  transition: border-color .18s ease, background .18s ease, transform .18s ease;
}

.cfg-aria-launcher__choice:hover {
  border-color: rgba(11, 234, 181, .56);
  background: rgba(11, 234, 181, .105);
  transform: translateY(-1px);
}

.cfg-aria-launcher__choice-icon {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid rgba(11, 234, 181, .3);
  border-radius: 14px;
  background: linear-gradient(145deg, rgba(11, 234, 181, .22), rgba(11, 143, 108, .1));
  color: #9ff3df;
}

.cfg-aria-launcher__choice-icon svg {
  width: 21px;
  height: 21px;
}

.cfg-aria-launcher__choice-copy {
  min-width: 0;
}

.cfg-aria-launcher__choice-copy strong,
.cfg-aria-launcher__choice-copy span {
  display: block;
}

.cfg-aria-launcher__choice-copy strong {
  color: #fff;
  font-size: .88rem;
  font-weight: 800;
}

.cfg-aria-launcher__choice-copy span {
  margin-top: 3px;
  color: #b9c1df;
  font-size: .7rem;
  line-height: 1.35;
}

.cfg-aria-launcher__choice-arrow {
  color: #9ff3df;
  font-size: 1rem;
  font-weight: 800;
}

.cfg-aria-launcher__status {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  margin: 17px 1px 0;
  color: #aeb6d8;
  font-size: .67rem;
  font-weight: 700;
  line-height: 1.45;
}

.cfg-aria-launcher__status .cfg-aria-launcher__dot {
  width: 6px;
  height: 6px;
  margin-top: .34em;
}

.cfg-aria-launcher__trigger {
  display: inline-grid;
  grid-template-columns: 38px auto;
  align-items: center;
  gap: 11px;
  min-height: 60px;
  padding: 10px 18px 10px 11px;
  border: 1px solid rgba(11, 234, 181, .64);
  border-radius: 999px;
  background:
    linear-gradient(145deg, rgba(33, 40, 92, .96), rgba(9, 7, 53, .98));
  color: #fff;
  box-shadow:
    0 20px 48px -22px rgba(3, 3, 31, .98),
    inset 0 1px 0 rgba(255, 255, 255, .13),
    0 0 34px -17px rgba(11, 234, 181, .88);
  font: inherit;
  text-align: left;
  cursor: pointer;
  transition: transform .18s ease, border-color .18s ease;
}

.cfg-aria-launcher__trigger:hover {
  border-color: #0beab5;
  transform: translateY(-2px);
}

.cfg-aria-launcher__trigger-orb {
  position: relative;
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background:
    radial-gradient(circle at 34% 28%, #8affdf 0 6%, transparent 7%),
    radial-gradient(circle at 50% 50%, #0beab5 0, #0b8f6c 62%, #075742 100%);
  box-shadow: 0 0 21px rgba(11, 234, 181, .55);
}

.cfg-aria-launcher__trigger-orb svg {
  width: 19px;
  height: 19px;
  color: #06140e;
}

.cfg-aria-launcher__trigger-copy strong,
.cfg-aria-launcher__trigger-copy span {
  display: block;
  white-space: nowrap;
}

.cfg-aria-launcher__trigger-copy strong {
  color: #fff;
  font-size: .83rem;
  font-weight: 800;
  line-height: 1.2;
}

.cfg-aria-launcher__trigger-copy span {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-top: 3px;
  color: #9ff3df;
  font-size: .62rem;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.cfg-aria-launcher button:focus-visible,
.cfg-aria-launcher a:focus-visible {
  outline: 3px solid rgba(159, 243, 223, .96);
  outline-offset: 3px;
}

@media (max-width: 480px) {
  .cfg-aria-launcher {
    right: 14px;
  }

  .cfg-aria-launcher__panel {
    padding: 21px 18px;
    border-radius: 21px;
  }

  .cfg-aria-launcher__choice {
    grid-template-columns: 38px minmax(0, 1fr) auto;
    gap: 10px;
    padding: 12px;
  }

  .cfg-aria-launcher__choice-icon {
    width: 38px;
    height: 38px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .cfg-aria-launcher,
  .cfg-aria-launcher__trigger,
  .cfg-aria-launcher__choice {
    transition: none;
  }
}
