/**
 * Minimal modern curved buttons — soft 3D telecom CTAs.
 */

.ar-btn--soft {
  border-radius: 999px !important;
  border: 0 !important;
  min-height: 2.75rem;
  padding: 0.7rem 1.35rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.35) inset,
    0 6px 16px rgba(61, 13, 40, 0.14);
  transition:
    transform 0.3s cubic-bezier(0.22, 1, 0.36, 1),
    box-shadow 0.3s cubic-bezier(0.22, 1, 0.36, 1),
    filter 0.3s ease;
}

.ar-btn--soft:hover,
.ar-btn--soft:focus-visible {
  transform: translateY(-3px);
  filter: brightness(1.04);
  text-decoration: none;
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.4) inset,
    0 12px 28px rgba(161, 34, 115, 0.22);
}

.ar-btn--soft:active {
  transform: translateY(1px);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.25) inset,
    0 4px 12px rgba(61, 13, 40, 0.16);
}

.ar-btn--violet {
  background: linear-gradient(160deg, #C44A95 0%, #A12273 42%, #8B1C62 100%);
  color: #fff !important;
}

.ar-btn--violet:hover,
.ar-btn--violet:focus-visible {
  background: linear-gradient(160deg, #D97BB0 0%, #A12273 40%, #7A194F 100%);
}

.ar-btn--signal {
  background: linear-gradient(160deg, #C44A95 0%, #A12273 40%, #8B1C62 100%);
  color: #fff !important;
  gap: 0.55rem;
}

.ar-btn--signal:hover,
.ar-btn--signal:focus-visible {
  background: linear-gradient(160deg, #D97BB0 0%, #A12273 35%, #8B1C62 100%);
}

.ar-btn--signal svg {
  flex-shrink: 0;
}

/* Tone down legacy heavy gold CTA → cleaner capsule */
.ar-header__cta.ar-btn--gold,
.ar-btn--gold.ar-btn--soft,
.ar-header__cta {
  background: linear-gradient(160deg, #A12273 0%, #A12273 100%) !important;
  color: #fff !important;
  border: 0 !important;
  border-radius: 999px !important;
  min-height: 2.65rem;
  padding: 0.65rem 1.15rem !important;
  font-size: 0.875rem !important;
  font-weight: 700;
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.28) inset,
    0 8px 20px rgba(161, 34, 115, 0.28) !important;
}

.ar-header__cta:hover,
.ar-header__cta:focus-visible {
  color: #fff !important;
  transform: translateY(-3px);
  box-shadow:
    0 1px 0 rgba(255, 255, 255, 0.35) inset,
    0 14px 30px rgba(161, 34, 115, 0.35) !important;
}

.ar-header__cta .ar-icon--headset {
  animation: none;
}

/* Nav hover tint — chips + neon owned by header.css */
.ar-header--glass .ar-nav__list > li > a:hover,
.ar-header--glass .ar-nav__list > li > a:focus-visible,
.ar-header--glass .ar-nav__list > .current-menu-item > a,
.ar-header--glass .ar-nav__list > .current-menu-ancestor > a {
  color: #A12273 !important;
}

.ar-header--glass .ar-nav__list > .ar-nav-shop-pill > a:hover,
.ar-header--glass .ar-nav__list > .ar-nav-shop-pill > a:focus-visible {
  color: #fff !important;
}
