@font-face {
  font-family: Vazirmatn;
  src: url("../fonts/Vazirmatn-Regular.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: Vazirmatn;
  src: url("../fonts/Vazirmatn-Medium.woff2") format("woff2");
  font-weight: 500;
  font-display: swap;
}
@font-face {
  font-family: Vazirmatn;
  src: url("../fonts/Vazirmatn-Bold.woff2") format("woff2");
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: Vazirmatn;
  src: url("../fonts/Vazirmatn-Black.woff2") format("woff2");
  font-weight: 900;
  font-display: swap;
}


:root {
  --navy-50: #EEF3F9;
  --navy-100: #DCE6F1;
  --navy-600: #1D4E7E;
  --navy-700: #12395F;
  --navy-800: #0E2F4F;
  --navy-900: #0A2540;
  --navy-950: #061A2E;
  --gold-50: #FBF7EC;
  --gold-100: #F6EED8;
  --gold-200: #EDDCA3;
  --gold-300: #E3C96B;
  --gold-400: #D6B54A;
  --gold-500: #C9A227;
  --gold-600: #B08A1B;
  --gold-700: #8F6F14;
  --mist: #F5F7FA;
  --ink: #1A202C;
  --shadow-card: 0 1px 2px rgba(10,37,64,.05), 0 14px 34px -18px rgba(10,37,64,.18);
  --shadow-lift: 0 4px 10px rgba(10,37,64,.06), 0 28px 56px -22px rgba(10,37,64,.30);
  --shadow-ring: 0 0 0 1px rgba(201,162,39,.35), 0 18px 44px -18px rgba(201,162,39,.45);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body {
  margin: 0;
  font-family: Vazirmatn, ui-sans-serif, system-ui, sans-serif;
  color: var(--ink);
  background: #fff;
  overflow-x: hidden;
}
img { max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font-family: inherit; }
svg { width: 1.25rem; height: 1.25rem; flex-shrink: 0; }
svg.w-3 { width: .75rem; height: .75rem; }
svg.w-4 { width: 1rem; height: 1rem; }
svg.w-5 { width: 1.25rem; height: 1.25rem; }
svg.w-6 { width: 1.5rem; height: 1.5rem; }
svg.w-7 { width: 1.75rem; height: 1.75rem; }
svg.w-8 { width: 2rem; height: 2rem; }

.skip-link {
  position: absolute; right: 1rem; top: -40px; z-index: 100;
  background: var(--gold-500); color: var(--navy-900);
  padding: .6rem 1rem; border-radius: .5rem; font-weight: 800;
}
.skip-link:focus { top: 1rem; }

.wrap { max-width: 80rem; margin: 0 auto; padding: 0 1rem; }
@media (min-width: 768px) { .wrap { padding: 0 1.5rem; } }

.bg-white { background: #fff; }
.bg-mist { background: var(--mist); }
.bg-navy-900 { background: var(--navy-900); }
.bg-navy-950 { background: var(--navy-950); }
.bg-gold-50 { background: var(--gold-50); }
.bg-gold-400 { background: var(--gold-400); }
.bg-gold-500 { background: var(--gold-500); }
.bg-gold-500\/15 { background: rgba(201,162,39,.15); }
.text-white { color: #fff; }
.text-navy-900 { color: var(--navy-900); }
.text-gold-300 { color: var(--gold-300); }
.text-gold-400 { color: var(--gold-400); }
.text-gold-500 { color: var(--gold-500); }
.text-gold-600 { color: var(--gold-600); }
.text-gold-700 { color: var(--gold-700); }
.text-ink { color: var(--ink); }
.text-ink-55 { color: rgba(26,32,44,.55); }
.text-ink-60 { color: rgba(26,32,44,.6); }
.text-white-60 { color: rgba(255,255,255,.6); }
.text-white-70 { color: rgba(255,255,255,.7); }

.font-body { font-family: Vazirmatn, ui-sans-serif, system-ui, sans-serif; }
.font-nastaliq { font-family: "Noto Nastaliq Urdu", serif; }
.font-bold { font-weight: 700; }
.font-extrabold { font-weight: 800; }
.font-black { font-weight: 900; }

.rounded-lg { border-radius: .5rem; }
.rounded-xl { border-radius: .75rem; }
.rounded-2xl { border-radius: 1rem; }
.rounded-full { border-radius: 9999px; }
.shadow-card { box-shadow: var(--shadow-card); }
.shadow-lift { box-shadow: var(--shadow-lift); }
.shadow-ring { box-shadow: var(--shadow-ring); }

.topbar { background: var(--navy-900); color: rgba(255,255,255,.85); font-size: 12.5px; }
.topbar-inner { display: flex; justify-content: space-between; align-items: center; padding: .5rem 0; gap: 1rem; }
@media (max-width: 767px) { .topbar { display: none; } }

.site-header {
  position: sticky; top: 0; z-index: 60;
  background: rgba(255,255,255,.95);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(10,37,64,.1);
}
.site-header.is-scrolled { box-shadow: var(--shadow-card); }
.header-inner { display: flex; align-items: center; justify-content: space-between; height: 72px; }
.logo { display: flex; align-items: center; gap: .75rem; }
.logo-mark {
  width: 2.75rem; height: 2.75rem; border-radius: .75rem;
  background: var(--navy-900); color: var(--gold-400);
  display: grid; place-items: center; position: relative;
  box-shadow: var(--shadow-card);
}
.nav-desk { display: none; gap: 1.75rem; font-size: 14.5px; font-weight: 500; color: rgba(26,32,44,.75); }
.nav-desk a:hover { color: var(--navy-900); }
@media (min-width: 1024px) { .nav-desk { display: flex; } .menu-btn { display: none; } }

.btn-gold {
  position: relative; overflow: hidden;
  display: inline-flex; align-items: center; justify-content: center; gap: .5rem;
  background: var(--gold-500); color: var(--navy-900);
  font-weight: 800; border: 0; cursor: pointer;
  padding: .85rem 1.5rem; border-radius: .5rem;
  box-shadow: var(--shadow-card);
}
.btn-gold:hover { background: var(--gold-600); box-shadow: var(--shadow-ring); }
.btn-gold::after {
  content: ""; position: absolute; inset-block: 0; width: 40%;
  background: linear-gradient(105deg, transparent, rgba(255,255,255,.45), transparent);
  transform: translateX(120%) skewX(-18deg);
}
.btn-gold:hover::after { animation: sheen 1.1s ease; }
@keyframes sheen { from { transform: translateX(120%) skewX(-18deg); } to { transform: translateX(-220%) skewX(-18deg); } }

.btn-outline {
  display: inline-flex; align-items: center; gap: .5rem;
  border: 1px solid rgba(10,37,64,.2); color: var(--navy-900);
  font-weight: 700; padding: .85rem 1.5rem; border-radius: .5rem;
}
.btn-outline:hover { background: var(--navy-900); color: #fff; }

.menu-btn {
  width: 2.75rem; height: 2.75rem; border-radius: .5rem;
  border: 1px solid rgba(10,37,64,.15); background: #fff; cursor: pointer;
  display: grid; place-items: center;
}

.mobile-menu { position: fixed; inset: 0; z-index: 70; pointer-events: none; }
.mobile-menu.open { pointer-events: auto; }
.mobile-overlay { position: absolute; inset: 0; background: rgba(6,26,46,.6); opacity: 0; transition: opacity .3s; }
.mobile-menu.open .mobile-overlay { opacity: 1; }
.mobile-panel {
  position: absolute; top: 0; right: 0; height: 100%; width: 300px;
  background: #fff; box-shadow: var(--shadow-lift);
  transform: translateX(100%); transition: transform .3s ease-out;
  display: flex; flex-direction: column;
}
.mobile-menu.open .mobile-panel { transform: translateX(0); }
.mm-link { display: block; padding: .85rem 1rem; border-radius: .5rem; }
.mm-link:hover { background: var(--mist); }

.page-hero { background: linear-gradient(180deg, var(--mist), #fff); padding: 3.5rem 0 3rem; }
.crumb { font-size: .85rem; color: rgba(26,32,44,.5); margin-bottom: 1rem; }
.crumb a:hover { color: var(--gold-600); }
.kicker { display: flex; align-items: center; gap: .75rem; color: var(--gold-600); font-weight: 800; font-size: .875rem; margin-bottom: 1rem; }
.kicker i { width: 2.25rem; height: 1px; background: var(--gold-500); display: block; }
h1.page-h1 { font-size: clamp(1.7rem, 4vw, 2.5rem); font-weight: 900; color: var(--navy-900); line-height: 1.4; margin: 0 0 1rem; }
.lead { font-size: 1.05rem; line-height: 2; color: rgba(26,32,44,.62); max-width: 46rem; }

.prose { max-width: 48rem; }
.prose h2 { color: var(--navy-900); font-size: 1.35rem; margin: 2rem 0 .75rem; }
.prose h3 { color: var(--navy-900); font-size: 1.1rem; margin: 1.5rem 0 .5rem; }
.prose p, .prose li { line-height: 2; color: rgba(26,32,44,.68); font-size: 1rem; }
.prose ul { padding-inline-start: 1.2rem; }
.prose a { color: var(--gold-700); font-weight: 700; }

.grid-cards { display: grid; gap: 1rem; }
@media (min-width: 768px) { .grid-cards.cols-3 { grid-template-columns: repeat(3, 1fr); } .grid-cards.cols-2 { grid-template-columns: repeat(2, 1fr); } }
.card {
  background: #fff; border: 1px solid rgba(10,37,64,.1);
  border-radius: 1rem; padding: 1.4rem; box-shadow: var(--shadow-card);
}
.card:hover { border-color: rgba(201,162,39,.45); box-shadow: var(--shadow-lift); }
.card h3 { margin: 0 0 .4rem; color: var(--navy-900); }
.card p { margin: 0; color: rgba(26,32,44,.58); line-height: 1.9; font-size: .92rem; }

.section { padding: 4rem 0; }
.disclaimer {
  background: var(--mist); border: 1px solid rgba(10,37,64,.08);
  border-radius: .75rem; padding: 1rem 1.2rem; font-size: .85rem;
  color: rgba(26,32,44,.55); line-height: 1.9;
}

.faq-item { background: var(--mist); border: 1px solid rgba(10,37,64,.1); border-radius: .75rem; }
.faq-item.open { border-color: rgba(201,162,39,.45); background: #fff; }
.faq-toggle {
  width: 100%; background: none; border: 0; text-align: right;
  display: flex; justify-content: space-between; gap: 1rem;
  padding: 1.2rem 1.4rem; font-weight: 800; color: var(--navy-900); cursor: pointer;
}
.faq-panel { display: grid; grid-template-rows: 0fr; transition: grid-template-rows .5s cubic-bezier(.22,1,.36,1); }
.faq-item.open .faq-panel { grid-template-rows: 1fr; }
.faq-panel > div { overflow: hidden; }
.faq-plus { transition: transform .4s ease; }
.faq-item.open .faq-plus { transform: rotate(45deg); }

.cta-band { background: var(--navy-950); color: #fff; padding: 4rem 0; }
.footer { background: var(--navy-900); color: rgba(255,255,255,.7); padding: 4rem 0 2rem; }
.footer a:hover { color: var(--gold-300); }
.footer-grid { display: grid; gap: 2rem; }
@media (min-width: 768px) { .footer-grid { grid-template-columns: 2fr 1fr 1fr 1.4fr; } }

#toTop {
  position: fixed; bottom: 1.5rem; left: 1.5rem; z-index: 65;
  width: 3rem; height: 3rem; border-radius: 9999px; border: 0;
  background: var(--gold-500); color: var(--navy-900);
  box-shadow: var(--shadow-lift); cursor: pointer;
  display: grid; place-items: center;
  opacity: 0; pointer-events: none; transform: translateY(1rem);
  transition: .3s ease;
}
#toTop.show { opacity: 1; pointer-events: auto; transform: none; }

.reveal { opacity: 0; transform: translateY(28px); transition: opacity .8s ease, transform .9s cubic-bezier(.22,1,.36,1); }
.reveal.is-in { opacity: 1; transform: none; }
.form-row { margin-bottom: 1rem; }
.form-row label { display: block; font-size: .85rem; font-weight: 700; color: var(--navy-900); margin-bottom: .35rem; }
.form-row input, .form-row select, .form-row textarea {
  width: 100%; border-radius: .5rem; border: 1px solid rgba(10,37,64,.15);
  background: var(--mist); padding: .85rem 1rem; outline: none;
}
.form-row input:focus, .form-row select:focus, .form-row textarea:focus {
  border-color: var(--gold-500); box-shadow: 0 0 0 3px rgba(201,162,39,.25);
}
.hp, .hp-field {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  border: 0 !important;
}
.alert-err { color: var(--gold-700); font-size: .9rem; margin: .5rem 0; }
.hidden { display: none; }
.max-w-md { max-width: 28rem; }
.max-w-6xl { max-width: 72rem; }
.mx-auto { margin-left: auto; margin-right: auto; }
.px-4 { padding-left: 1rem; padding-right: 1rem; }
.py-10 { padding-top: 2.5rem; padding-bottom: 2.5rem; }
.p-3 { padding: .75rem; }
.p-6 { padding: 1.5rem; }
.p-8 { padding: 2rem; }
.mb-1 { margin-bottom: .25rem; }
.mb-2 { margin-bottom: .5rem; }
.mb-6 { margin-bottom: 1.5rem; }
.mb-8 { margin-bottom: 2rem; }
.mt-1 { margin-top: .25rem; }
.mt-4 { margin-top: 1rem; }
.mt-6 { margin-top: 1.5rem; }
.w-full { width: 100%; }
.flex { display: flex; }
.items-center { align-items: center; }
.items-end { align-items: flex-end; }
.justify-between { justify-content: space-between; }
.gap-3 { gap: .75rem; }
.space-y-2 > * + * { margin-top: .5rem; }
.space-y-4 > * + * { margin-top: 1rem; }
.text-sm { font-size: .875rem; }
.text-xs { font-size: .75rem; }
.text-2xl { font-size: 1.5rem; }
.text-3xl { font-size: 1.875rem; }
.text-right { text-align: right; }
.overflow-x-auto { overflow-x: auto; }
.border { border-width: 1px; border-style: solid; }
.border-navy-900\/10 { border-color: rgba(10,37,64,.1); }
.border-navy-900\/15 { border-color: rgba(10,37,64,.15); }
.border-b { border-bottom: 1px solid rgba(10,37,64,.1); }

section[id], footer[id] { scroll-margin-top: 96px; }

.texture {
  position: fixed; inset: 0; z-index: 55; pointer-events: none; opacity: .038;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='2'/%3E%3C/filter%3E%3Crect width='140' height='140' filter='url(%23n)' opacity='0.55'/%3E%3C/svg%3E");
}

::-webkit-scrollbar { width: 10px; }
::-webkit-scrollbar-track { background: #F5F7FA; }
::-webkit-scrollbar-thumb { background: #0A2540; border-radius: 8px; border: 2px solid #F5F7FA; }
::selection { background: #C9A227; color: #0A2540; }

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation-duration: .001ms !important; animation-iteration-count: 1 !important; transition-duration: .001ms !important; }
  html { scroll-behavior: auto; }
  .reveal { opacity: 1 !important; transform: none !important; }
}
