/**
 * Quick Access 1 — landing / link-in-bio (QR-friendly).
 *
 * @package royaleyecolor
 */

body.page-quick-access-1 .header {
  background: rgba(17, 22, 33, 0.92);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(148, 163, 184, 0.12);
}

body.page-quick-access-1 .royal-qa1-main {
  min-height: calc(100vh - 120px);
}

@media (min-width: 768px) {
  body.page-quick-access-1 .royal-qa1-main {
    min-height: calc(100vh - 100px);
  }
}

body.page-quick-access-1 .royal-qa1-glow {
  pointer-events: none;
  position: absolute;
  border-radius: 50%;
  filter: blur(80px);
  opacity: 0.45;
}

body.page-quick-access-1 .royal-qa1-card {
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

body.page-quick-access-1 .royal-qa1-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 20px 40px -20px rgba(23, 84, 207, 0.35);
  border-color: rgba(23, 84, 207, 0.45);
}

body.page-quick-access-1 .royal-qa1-social a {
  transition: transform 0.18s ease, background-color 0.18s ease, border-color 0.18s ease;
}

body.page-quick-access-1 .royal-qa1-social a:hover {
  transform: translateY(-2px);
}

body.page-quick-access-1 footer {
  margin-top: 0;
}
