.avistera-tool-upsell {
  margin-top: 1.5rem;
  padding: 1.25rem 1.5rem;
  border-radius: 16px;
  border: 1px solid rgba(216, 180, 101, 0.35);
  background: linear-gradient(145deg, rgba(216, 180, 101, 0.08), rgba(10, 13, 43, 0.55));
}

.avistera-tool-upsell__eyebrow {
  font-size: 0.65rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(216, 180, 101, 0.75);
  margin-bottom: 0.5rem;
}

.avistera-tool-upsell__title {
  font-family: Cinzel, serif;
  font-size: 1.15rem;
  margin-bottom: 0.5rem;
  background: linear-gradient(135deg, #c9a14a, #f5e6b8, #c9a14a);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.avistera-tool-upsell__teaser {
  font-size: 0.8rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.62);
  margin-bottom: 1rem;
}

.avistera-tool-upsell__price {
  font-family: Cinzel, serif;
  font-size: 1.35rem;
  color: #d8b465;
  margin-bottom: 0.75rem;
}

.avistera-tool-upsell__cta {
  display: block;
  width: 100%;
  text-align: center;
  padding: 0.75rem 1rem;
  border-radius: 12px;
  font-size: 0.7rem;
  letter-spacing: 0.15em;
  text-decoration: none;
}

.avistera-tool-upsell__secondary {
  margin-top: 0.85rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1rem;
  justify-content: center;
}

.avistera-tool-upsell__secondary a {
  font-size: 0.7rem;
  color: rgba(216, 180, 101, 0.75);
  text-decoration: none;
}

.avistera-tool-upsell__secondary a:hover {
  color: #f5e6b8;
  text-decoration: underline;
}

.avistera-tool-upsell--dual .avistera-tool-upsell__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  margin-top: 0.5rem;
}

.avistera-tool-upsell--stacked .avistera-tool-upsell__grid {
  grid-template-columns: 1fr;
}

.avistera-tool-upsell__intro {
  font-size: 0.78rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.55);
  margin: 0 0 0.75rem;
  text-align: center;
}

.avistera-tool-upsell__status {
  display: none;
  margin: 0 0 0.75rem;
  padding: 0.65rem 0.85rem;
  border-radius: 10px;
  border: 1px solid rgba(232, 160, 64, 0.45);
  background: rgba(232, 160, 64, 0.12);
  color: #f5d08a;
  font-size: 0.75rem;
  line-height: 1.45;
  text-align: center;
}

.avistera-tool-upsell__status--visible {
  display: block;
}

.avistera-tool-upsell--revealed {
  animation: avisteraUpsellReveal 0.55s ease forwards;
}

@keyframes avisteraUpsellReveal {
  from {
    opacity: 0.6;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.avistera-tool-upsell__cta--pulse {
  animation: avisteraUpsellCtaPulse 2.8s ease-in-out infinite;
  cursor: pointer;
  position: relative;
  z-index: 2;
}

.avistera-tool-upsell__card:hover .avistera-tool-upsell__cta--pulse,
.avistera-tool-upsell__cta--pulse:focus-visible {
  animation: none;
  box-shadow: 0 10px 36px rgba(216, 180, 101, 0.45), 0 0 24px rgba(216, 180, 101, 0.22);
}

@keyframes avisteraUpsellCtaPulse {
  0%, 100% {
    box-shadow: 0 6px 22px rgba(216, 180, 101, 0.22);
  }
  50% {
    box-shadow: 0 8px 32px rgba(216, 180, 101, 0.42), 0 0 18px rgba(216, 180, 101, 0.18);
  }
}

.avistera-tool-upsell__step {
  font-size: 0.62rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(216, 180, 101, 0.65);
  margin: 0;
}

.avistera-tool-upsell__flow-hint {
  font-size: 0.68rem;
  color: rgba(255, 255, 255, 0.48);
  margin: 0;
  text-align: center;
}

.avistera-tool-upsell__card--checkout {
  gap: 0.75rem;
}

.avistera-tool-upsell__card--checkout .avistera-tool-upsell__legal {
  margin-top: 0.15rem;
  margin-bottom: 0.35rem;
  font-size: 0.72rem;
}

.avistera-tool-upsell__card--checkout .avistera-tool-upsell__legal .avistera-legal-block {
  margin-top: 0;
}

@container (min-width: 560px) {
  .avistera-tool-upsell--dual:not(.avistera-tool-upsell--in-result) .avistera-tool-upsell__grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (min-width: 900px) {
  .avistera-tool-upsell--dual:not(.avistera-tool-upsell--in-result) .avistera-tool-upsell__grid {
    grid-template-columns: 1fr 1fr;
  }
}

.avistera-tool-upsell__card {
  padding: 1rem 1.1rem;
  border-radius: 14px;
  border: 1px solid rgba(216, 180, 101, 0.22);
  background: rgba(10, 13, 43, 0.35);
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  min-height: 100%;
}

.avistera-tool-upsell__card-title {
  font-family: Cinzel, serif;
  font-size: 1rem;
  margin: 0;
  color: #f5e6b8;
}

.avistera-tool-upsell__card-teaser {
  font-size: 0.78rem;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.62);
  margin: 0;
  flex: 1;
}

.avistera-tool-upsell__card-price {
  font-family: Cinzel, serif;
  font-size: 1.2rem;
  color: #d8b465;
  margin: 0;
}

.avistera-tool-upsell__legal {
  margin-top: 1rem;
  font-size: 0.72rem;
}

.avistera-tool-upsell__legal .avistera-legal-block {
  margin-top: 0;
}
