.hero-ca-row {
  margin-bottom: 0.85rem;
}

.hero-ca-copy {
  isolation: isolate;
  cursor: pointer;
  color: #f2feff;
  text-shadow: 0 0 6px #bafcfff2, 0 0 14px #7cf7ff8c, 0 1px #ffffff59;
  background: linear-gradient(168deg, #1a345cfa 0%, #0d1b38fa 100%);
  border: 1px solid #7cf7ff59;
  border-radius: 12px;
  align-items: center;
  gap: 0.55rem;
  max-width: 100%;
  padding: 10px 14px;
  font-family: Syne, Outfit, system-ui, sans-serif;
  transition: background 0.2s, border-color 0.2s, box-shadow 0.2s, transform 0.12s;
  display: inline-flex;
  position: relative;
  overflow: hidden;
  box-shadow:
    inset 0 1px #a8f7ff3d,
    inset 0 -1px #00000059,
    inset 0 0 0 1px #7cf7ff29,
    0 10px 24px #0000006b,
    0 0 18px #7cf7ff42;
}

.hero-ca-copy:hover,
.hero-ca-copy:focus-visible {
  background: linear-gradient(168deg, #214070fa 0%, #102243fa 100%);
  border-color: #7cf7ff7a;
  outline: none;
  box-shadow:
    inset 0 1px #a8f7ff47,
    inset 0 -1px #00000059,
    inset 0 0 0 1px #7cf7ff33,
    0 0 14px #7cf7ff3d,
    0 10px 24px #0000006b,
    0 0 22px #7cf7ff52;
}

.hero-ca-copy:active {
  transform: scale(0.98);
}

.hero-ca-copy.is-copied {
  border-color: #7cf7ffbf;
}

.hero-ca-copy__label {
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #7cf7ffe6;
  flex-shrink: 0;
  font-size: 0.72rem;
  font-weight: 800;
}

.hero-ca-copy__address {
  letter-spacing: 0.02em;
  color: #e8fbfff2;
  font-family: ui-monospace, Cascadia Code, SF Mono, Menlo, monospace;
  font-size: 0.78rem;
  font-weight: 600;
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.hero-ca-copy__action {
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #7cf7ffcc;
  flex-shrink: 0;
  align-items: center;
  gap: 0.35rem;
  margin-left: 0.15rem;
  font-size: 0.62rem;
  font-weight: 700;
  display: inline-flex;
}

.hero-ca-copy__icon {
  flex-shrink: 0;
  width: 0.85rem;
  height: 0.85rem;
  color: #7cf7ffcc;
}

@media (width <= 768px) {
  .hero-ca-row {
    margin-bottom: 0.65rem;
  }

  .hero-ca-copy {
    width: 100%;
    padding: 8px 12px;
  }

  .hero-ca-copy__address {
    flex: 1;
    min-width: 0;
    font-size: 0.68rem;
  }
}
