@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url('fonts/manrope-latin-ext.woff2') format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

@font-face {
  font-family: 'Manrope';
  font-style: normal;
  font-weight: 400 800;
  font-display: swap;
  src: url('fonts/manrope-latin.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

body {
  font-family: 'Manrope', sans-serif;
  -webkit-font-smoothing: antialiased;
}

/* Tailwind CDN fallback layer for the custom brand utilities used on every page. */
.text-brand-100 { color: #dbeafe !important; }
.text-brand-200 { color: #bfdbfe !important; }
.text-brand-300 { color: #93c5fd !important; }
.text-brand-400 { color: #60a5fa !important; }
.text-brand-500 { color: #3b82f6 !important; }
.text-brand-600 { color: #2563eb !important; }
.text-brand-700 { color: #1d4ed8 !important; }

.bg-brand-50 { background-color: #eff6ff !important; }
.bg-brand-100 { background-color: #dbeafe !important; }
.bg-brand-500 { background-color: #3b82f6 !important; }
.bg-brand-600 { background-color: #2563eb !important; }
.bg-brand-500\/10 { background-color: rgba(59, 130, 246, .10) !important; }
.bg-brand-500\/15 { background-color: rgba(59, 130, 246, .15) !important; }
.bg-brand-500\/20 { background-color: rgba(59, 130, 246, .20) !important; }

.border-brand-100 { border-color: #dbeafe !important; }
.border-brand-200 { border-color: #bfdbfe !important; }
.border-brand-300 { border-color: #93c5fd !important; }
.border-brand-400 { border-color: #60a5fa !important; }
.border-brand-500 { border-color: #3b82f6 !important; }
.border-brand-300\/15 { border-color: rgba(147, 197, 253, .15) !important; }
.border-brand-300\/20 { border-color: rgba(147, 197, 253, .20) !important; }
.border-brand-500\/20 { border-color: rgba(59, 130, 246, .20) !important; }

.ring-brand-100 { --tw-ring-color: #dbeafe !important; }
.ring-brand-700\/15 { --tw-ring-color: rgba(29, 78, 216, .15) !important; }

.from-brand-50 { --tw-gradient-from: #eff6ff var(--tw-gradient-from-position) !important; --tw-gradient-to: rgb(239 246 255 / 0) var(--tw-gradient-to-position) !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important; }
.from-brand-400 { --tw-gradient-from: #60a5fa var(--tw-gradient-from-position) !important; --tw-gradient-to: rgb(96 165 250 / 0) var(--tw-gradient-to-position) !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important; }
.from-brand-600 { --tw-gradient-from: #2563eb var(--tw-gradient-from-position) !important; --tw-gradient-to: rgb(37 99 235 / 0) var(--tw-gradient-to-position) !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important; }
.from-brand-700 { --tw-gradient-from: #1d4ed8 var(--tw-gradient-from-position) !important; --tw-gradient-to: rgb(29 78 216 / 0) var(--tw-gradient-to-position) !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important; }
.from-brand-500\/20 { --tw-gradient-from: rgba(59, 130, 246, .20) var(--tw-gradient-from-position) !important; --tw-gradient-to: rgb(59 130 246 / 0) var(--tw-gradient-to-position) !important; --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to) !important; }
.to-brand-500 { --tw-gradient-to: #3b82f6 var(--tw-gradient-to-position) !important; }
.to-brand-600 { --tw-gradient-to: #2563eb var(--tw-gradient-to-position) !important; }

.hover\:text-brand-600:hover { color: #2563eb !important; }
.hover\:text-brand-700:hover { color: #1d4ed8 !important; }
.hover\:bg-brand-50:hover { background-color: #eff6ff !important; }
.hover\:bg-brand-400:hover { background-color: #60a5fa !important; }
.hover\:bg-brand-500:hover { background-color: #3b82f6 !important; }
.hover\:bg-brand-600:hover { background-color: #2563eb !important; }
.hover\:bg-brand-700:hover { background-color: #1d4ed8 !important; }
.hover\:border-brand-300:hover { border-color: #93c5fd !important; }
.hover\:border-brand-400:hover { border-color: #60a5fa !important; }
.hover\:border-brand-600:hover { border-color: #2563eb !important; }
.group:hover .group-hover\:text-brand-700 { color: #1d4ed8 !important; }
.group:hover .group-hover\:text-white { color: #fff !important; }
.group:hover .group-hover\:bg-brand-600 { background-color: #2563eb !important; }

.bg-white\/3 { background-color: rgba(255, 255, 255, .03) !important; }
.bg-white\/4 { background-color: rgba(255, 255, 255, .04) !important; }
.bg-white\/6 { background-color: rgba(255, 255, 255, .06) !important; }
.bg-white\/7 { background-color: rgba(255, 255, 255, .07) !important; }
.bg-white\/8 { background-color: rgba(255, 255, 255, .08) !important; }
.bg-white\/12 { background-color: rgba(255, 255, 255, .12) !important; }
.border-white\/6 { border-color: rgba(255, 255, 255, .06) !important; }
.border-white\/7 { border-color: rgba(255, 255, 255, .07) !important; }
.border-white\/8 { border-color: rgba(255, 255, 255, .08) !important; }

.glass {
  background: rgba(255, 255, 255, .92);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
}

.nav-link {
  position: relative;
}

.nav-link::after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 50%;
  right: 50%;
  height: 2px;
  background: #3b82f6;
  border-radius: 1px;
  transition: all .2s;
}

.nav-link:hover::after {
  left: 12px;
  right: 12px;
}

@keyframes trophyGlow {
  0%, 100% {
    box-shadow: 0 0 0 16px rgba(251, 191, 36, .08), 0 0 0 32px rgba(251, 191, 36, .04), 0 20px 60px rgba(251, 191, 36, .25);
  }
  50% {
    box-shadow: 0 0 0 24px rgba(251, 191, 36, .13), 0 0 0 48px rgba(251, 191, 36, .07), 0 24px 80px rgba(251, 191, 36, .45);
  }
}

.trophy-glow {
  animation: trophyGlow 3s ease-in-out infinite;
}

@keyframes starPop {
  from { opacity: 0; transform: scale(.2) rotate(-30deg); }
  to { opacity: 1; transform: scale(1) rotate(0); }
}

.star-pop {
  animation: starPop .4s ease both;
}

@keyframes fadeUp {
  from { opacity: 0; transform: translateY(28px); }
  to { opacity: 1; transform: translateY(0); }
}

.fade-up {
  animation: fadeUp .6s ease both;
}

.d1 { animation-delay: .1s; }
.d2 { animation-delay: .22s; }
.d3 { animation-delay: .34s; }
.d4 { animation-delay: .46s; }

@keyframes pDot {
  0%, 100% { opacity: 1; }
  50% { opacity: .25; }
}

.pdot {
  animation: pDot 1.6s ease-in-out infinite;
}

#demoSuccess,
#articleModal,
#applyModal {
  opacity: 0;
  pointer-events: none;
  transition: opacity .25s;
}

#demoSuccess.show,
#articleModal.open,
#applyModal.open {
  opacity: 1;
  pointer-events: all;
}

.noscroll::-webkit-scrollbar {
  display: none;
}

.noscroll {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.step-connector {
  position: absolute;
  top: 27px;
  left: calc(50% + 28px);
  right: calc(-50% + 28px);
  height: 2px;
  background: linear-gradient(90deg, #3b82f6, rgba(59, 130, 246, .25));
}

.demo-cat {
  color: rgba(255, 255, 255, .52);
}

.demo-cat.active-cat,
.demo-cat:hover {
  background: rgba(59, 130, 246, .18);
  color: rgb(147, 197, 253);
}

.demo-card {
  background: rgba(255, 255, 255, .055);
  border: 1px solid rgba(255, 255, 255, .08);
}

.demo-card:hover {
  background: rgba(59, 130, 246, .14);
  border-color: rgba(96, 165, 250, .45);
  transform: translateY(-2px);
}

.view {
  display: none;
}

.view.active {
  display: block;
}

.legal-section {
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid #f1f5f9;
}

.legal-section:last-child {
  border-bottom: none;
}

.legal-section h2 {
  font-size: 1rem;
  font-weight: 900;
  color: #0f172a;
  margin-bottom: .75rem;
}

.legal-section p,
.legal-section li {
  font-size: .9rem;
  color: #475569;
  font-weight: 600;
  line-height: 1.75;
}

.legal-section ul {
  list-style: disc;
  padding-left: 1.25rem;
  margin-top: .5rem;
  margin-bottom: .5rem;
}

pre {
  font-family: 'Courier New', monospace;
}
