html { scroll-behavior: smooth; }
body { font-family: 'Inter', sans-serif; }
.font-serif { font-family: 'Source Serif 4', serif; }
.hero-pattern { background-image: radial-gradient(circle at 1px 1px, rgba(56,56,56,0.07) 1px, transparent 0); background-size: 24px 24px; }
.mesh-bg {
  background:
    radial-gradient(at 20% 10%, rgba(254,220,0,0.18) 0px, transparent 50%),
    radial-gradient(at 85% 5%, rgba(222,133,48,0.10) 0px, transparent 45%),
    radial-gradient(at 75% 80%, rgba(254,220,0,0.10) 0px, transparent 50%);
}
.card-hover { transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease; }
.card-hover:hover { transform: translateY(-3px); }
.focus-ring:focus-visible { outline: 2px solid #de8530; outline-offset: 2px; border-radius: 4px; }
[x-cloak] { display: none !important; }

/* Fixed sidebar floating contact icons */
.fab-stack { position: fixed; right: 18px; top: 50%; transform: translateY(-50%); z-index: 60; display: flex; flex-direction: column; gap: 10px; }
.fab {
  width: 48px; height: 48px; border-radius: 999px;
  display:flex; align-items:center; justify-content:center;
  box-shadow: 0 8px 24px -8px rgba(0,0,0,.25), 0 2px 6px -2px rgba(0,0,0,.18);
  transition: transform .2s ease, box-shadow .2s ease;
  color:#fff;
}
.fab:hover { transform: scale(1.08); }
.fab-wa { background: #25d366; }
.fab-ig { background: linear-gradient(135deg,#feda75 0%,#fa7e1e 25%,#d62976 50%,#962fbf 75%,#4f5bd5 100%); }
@media (max-width: 640px) {
  .fab-stack { right: 12px; gap: 8px; }
  .fab { width: 42px; height: 42px; }
}

/* Subtle gradient text */
.text-gradient { background: linear-gradient(90deg,#de8530,#fedc00); -webkit-background-clip: text; background-clip: text; color: transparent; }

/* Marquee for institutions */
.marquee { display:flex; gap: 56px; animation: scroll 30s linear infinite; }
@keyframes scroll { from { transform: translateX(0); } to { transform: translateX(-50%); } }
.marquee-wrap { overflow:hidden; mask-image: linear-gradient(90deg, transparent, #000 10%, #000 90%, transparent); }

/* Process step connector */
.step-num { font-feature-settings: "tnum"; }
