/* Telefoon-CTA — kritische styles (apart bestand voor betrouwbare cache-bust op hosting) */
.cta-section__phone-cta-wrap {
  margin: 0.35rem 0 0;
}

.contact-benefits__phone {
  margin: clamp(0.85rem, 2vw, 1.1rem) 0 0;
  width: 75%;
  max-width: 75%;
}

.contact-benefits__phone .btn--phone-cta {
  width: 100%;
}

.btn--phone-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.55rem;
  padding: 0.52rem 1.05rem;
  font-family: inherit;
  font-size: clamp(0.78rem, 1.35vw, 0.86rem);
  font-weight: 600;
  letter-spacing: 0.01em;
  line-height: 1.2;
  text-decoration: none;
  color: rgba(232, 252, 252, 0.96);
  background:
    linear-gradient(180deg, rgba(0, 255, 255, 0.07) 0%, rgba(0, 255, 255, 0.04) 100%),
    rgba(8, 14, 18, 0.36);
  border: 1px solid rgba(0, 255, 255, 0.42);
  border-radius: 999px;
  box-shadow: 0 0 16px rgba(0, 255, 255, 0.06);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  transition:
    color 0.25s ease,
    border-color 0.25s ease,
    background 0.25s ease,
    box-shadow 0.3s ease,
    transform 0.25s ease;
}

.btn--phone-cta__icon {
  flex-shrink: 0;
  color: rgba(130, 255, 255, 0.96);
  transition: color 0.25s ease, filter 0.3s ease;
}

.btn--phone-cta:hover,
.btn--phone-cta:focus-visible {
  color: rgba(255, 255, 255, 0.99);
  background:
    linear-gradient(180deg, rgba(0, 255, 255, 0.1) 0%, rgba(0, 255, 255, 0.05) 100%),
    rgba(6, 12, 16, 0.48);
  border-color: rgba(0, 255, 255, 0.62);
  box-shadow:
    0 0 0 1px rgba(0, 255, 255, 0.14),
    0 0 28px rgba(0, 255, 255, 0.24);
  transform: translateY(-1px);
}

.btn--phone-cta:hover .btn--phone-cta__icon,
.btn--phone-cta:focus-visible .btn--phone-cta__icon {
  color: #00ffff;
  filter: drop-shadow(0 0 8px rgba(0, 255, 255, 0.5));
}

@media (max-width: 899px) {
  .cta-section__phone-cta-wrap {
    display: flex;
    justify-content: center;
    width: 100%;
  }

  .btn--phone-cta {
    width: 100%;
    max-width: min(22rem, 100%);
  }

  .page--contact .contact-benefits__phone {
    display: flex;
    justify-content: center;
    width: min(22rem, 92%);
    max-width: none;
    margin-left: auto;
    margin-right: auto;
  }

  .page--contact .contact-benefits__phone .btn--phone-cta {
    width: 100%;
    max-width: min(22rem, 100%);
  }
}
