/* Angelskin Medical — Solutions / services page */

html.as-solutions {
  scroll-behavior: smooth;
}

html.as-solutions header.header-absolute + section.breadcrumbs-custom {
  padding-top: clamp(5.25rem, 11vw, 7rem);
}

html.as-solutions body {
  -webkit-font-smoothing: antialiased;
}

html.as-solutions .btn.as-btn-gold {
  border-radius: 999px;
  padding: 0.65rem 1.75rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  font-size: 0.72rem;
  background: var(--as-gold);
  border: none;
  color: #0c0f14;
  transition: transform 0.45s var(--as-ease-out), box-shadow 0.45s var(--as-ease-out);
}

html.as-solutions .btn.as-btn-gold:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 40px var(--as-gold-soft);
  color: #0c0f14;
}

html.as-solutions .as-sol-jump {
  font-size: 0.75rem;
  letter-spacing: 0.06em;
}
html.as-solutions .as-sol-jump a {
  color: var(--as-muted);
  text-decoration: none;
  font-weight: 600;
}
html.as-solutions .as-sol-jump a:hover {
  color: #2a93c9;
}

html.as-solutions .as-sol-reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.75s var(--as-ease-out), transform 0.75s var(--as-ease-out);
}

html.as-solutions .as-sol-reveal.as-inview {
  opacity: 1;
  transform: none;
}

@media (prefers-reduced-motion: reduce) {
  html.as-solutions .as-sol-reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

html.as-solutions section.bg-default-liac p.text-gray-light,
html.as-solutions section.bg-default p.text-gray-light {
  color: var(--as-muted) !important;
}

html.as-solutions .as-sol-compare {
  border-radius: var(--as-radius);
  background: var(--as-surface);
  border: 1px solid rgba(12, 15, 20, 0.08);
  padding: 1.5rem 1.35rem;
  height: 100%;
  box-shadow: 0 14px 44px rgba(12, 15, 20, 0.06);
}

html.as-solutions .as-sol-compare h4 {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.35rem;
  margin-bottom: 1rem;
  color: var(--as-text);
}

html.as-solutions .as-sol-compare ul {
  margin: 0;
  padding-left: 1.1rem;
  color: var(--as-muted);
  line-height: 1.6;
  font-size: 0.95rem;
}
