.cambria-hero-cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
  max-width: 360px;
  margin: -0.5rem auto 1.5rem;
  position: relative;
  z-index: 10;
}

.cambria-ca-copy--hero {
  width: 100%;
  margin: 0;
}

.cambria-buy-btn {
  display: flex;
  height: 70px;
  width: 200px;
  align-items: center;
  justify-content: center;
  background-position: bottom;
  background-repeat: no-repeat;
  font-size: 1.25rem;
  font-weight: 800;
  text-transform: uppercase;
  transition: ease-in-out;
  background-image: url(/img/button.png);
  background-size: 200px auto;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
}

.cambria-buy-btn:hover {
  background-image: url(/img/button-hover.png);
  background-position: 0 100%;
  background-size: 203.5px auto;
}

.cambria-buy-btn:active {
  transform: scale(0.95);
}

@media (min-width: 1024px) {
  .cambria-hero-cta {
    margin-bottom: 2rem;
  }
}

.cambria-ca-copy {
  width: 100%;
  border-radius: 0.375rem;
  border: 1px solid rgba(175, 142, 115, 0.55);
  background: rgba(0, 0, 0, 0.72);
  padding: 0.5rem 0.625rem;
  backdrop-filter: blur(4px);
}

.cambria-ca-copy-label {
  margin-bottom: 0.25rem;
  text-align: center;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #756446;
}

.cambria-ca-btn {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  gap: 0.5rem;
  border-radius: 0.25rem;
  border: 1px solid rgba(175, 142, 115, 0.35);
  background: #120f0d;
  padding: 0.375rem 0.5rem;
  cursor: pointer;
  transition: border-color 0.2s, background-color 0.2s;
}

.cambria-ca-btn:hover {
  border-color: rgba(252, 191, 93, 0.55);
  background: #000;
}

.cambria-ca-btn code {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  font-size: 11px;
  color: #fcbf5d;
}

.cambria-ca-btn span {
  flex-shrink: 0;
  font-size: 10px;
  text-transform: uppercase;
  color: #756446;
  transition: color 0.2s;
}

.cambria-ca-btn:hover span,
.cambria-ca-btn.copied span {
  color: #fcbf5d;
}

.cambria-ca-btn.copied span::after {
  content: '!';
}
