.ui-v2 .button {
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  border: 1px solid transparent;
  border-radius: 999px;
  background: var(--ui-brand);
  color: #fff;
  font-family: inherit;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  box-shadow: none;
  transition: background 170ms ease, border-color 170ms ease, color 170ms ease, transform 170ms var(--ui-ease);
}

.ui-v2 .button:hover {
  background: var(--ui-brand-hover);
  color: #fff;
  transform: translateY(-1px);
}

.ui-v2 .button-secondary {
  border-color: var(--ui-line-strong);
  background: transparent;
  color: var(--ui-ink);
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}

.ui-v2 .button-secondary:hover {
  border-color: var(--ui-ink);
  background: transparent;
  color: var(--ui-ink);
}

.ui-v2-dark-hero .hero .button-secondary,
.ui-v2-dark-hero .hero-actions .button-secondary {
  border-color: rgba(255, 255, 255, 0.38);
  background: rgba(4, 15, 27, 0.18);
  color: #fff;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
}

.ui-v2-dark-hero .hero .button-secondary:hover,
.ui-v2-dark-hero .hero-actions .button-secondary:hover {
  border-color: rgba(255, 255, 255, 0.66);
  background: rgba(4, 15, 27, 0.44);
  color: #fff;
}

.ui-v2 :where(.eyebrow, .eu-overline, .italy-villa-overline, .proof-kicker, .answer-label) {
  color: var(--ui-brand);
  font-size: 12px;
  font-weight: 740;
  letter-spacing: 0.085em;
  line-height: 1.35;
  text-transform: uppercase;
}

.ui-v2 :where(.section-heading, .eu-section-heading, .case-section-heading, .italy-villa-section-intro) > :where(p, div > p) {
  color: var(--ui-muted);
}

.ui-v2 :where(.cta, .final-cta) {
  position: relative;
  overflow: hidden;
}

.ui-v2 .cta {
  border-top: 1px solid var(--ui-line);
  background: var(--ui-warm);
  color: var(--ui-ink);
}

.ui-v2 .cta .cta-inner {
  min-height: 320px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: clamp(32px, 7vw, 88px);
  padding-block: clamp(64px, 8vw, 104px);
}

.ui-v2 .cta h2 {
  max-width: 760px;
  margin: 0 0 14px;
  color: var(--ui-ink);
  font-size: clamp(34px, 4.5vw, 62px);
  line-height: 1.03;
}

.ui-v2 .cta p {
  max-width: 680px;
  margin: 0;
  color: var(--ui-muted);
}

.ui-v2 :where(.related-links, .case-related-links) {
  gap: 0;
}

.ui-v2 :where(.related-links, .case-related-links) a {
  border: 0;
  border-top: 1px solid var(--ui-line);
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.ui-v2 details > summary {
  min-height: 52px;
  cursor: pointer;
}

.ui-v2 .boundary-note {
  border: 0;
  border-left: 3px solid var(--ui-brand);
  border-radius: 0;
  background: var(--ui-soft);
  color: var(--ui-ink);
}

.ui-v2 :where(.case-status--active, .status-active, [data-status="active"]) {
  color: var(--ui-active);
}

@media (max-width: 767px) {
  .ui-v2 .button {
    min-height: 48px;
    padding-inline: 20px;
    font-size: 14.5px;
  }

  .ui-v2 :where(.hero-actions, .eu-hero__actions, .italy-villa-hero__actions) {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .ui-v2 :where(.hero-actions, .eu-hero__actions, .italy-villa-hero__actions) .button {
    width: 100%;
  }

  .ui-v2 .cta .cta-inner {
    min-height: 0;
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .ui-v2 .cta .button {
    width: 100%;
  }

  .ui-v2 .cta h2 {
    font-size: clamp(32px, 10vw, 44px);
  }
}
