:root {
  --blue: #064f9d;
  --blue-dark: #06386c;
  --blue-soft: #eaf3fb;
  --red: #ee2524;
  --red-dark: #c91818;
  --ink: #15263a;
  --muted: #64748b;
  --line: #dce6f0;
  --white: #ffffff;
  --soft: #f6f9fc;
  --shadow: 0 20px 60px rgba(20,55,90,.12);
  --radius: 24px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: "Inter", Arial, sans-serif;
  color: var(--ink);
  background: var(--white);
  line-height: 1.65;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
.container { width: min(1160px, calc(100% - 40px)); margin: 0 auto; }
.skip-link {
  position: fixed;
  left: 15px;
  top: -100px;
  z-index: 999;
  padding: 10px 15px;
  background: var(--ink);
  color: white;
  border-radius: 8px;
}
.skip-link:focus { top: 15px; }

.header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255,255,255,.96);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(220,230,240,.8);
}
.nav-shell {
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 25px;
}
.brand img { width: 295px; height: 78px; object-fit: contain; object-position: left center; }
.nav-menu { display: flex; align-items: center; gap: 20px; font-size: 13px; font-weight: 700; }
.nav-menu a { transition: .2s ease; white-space: nowrap; }
.nav-menu a:hover { color: var(--red); }
.nav-donate {
  padding: 12px 18px;
  color: white !important;
  background: var(--red);
  border-radius: 999px;
  box-shadow: 0 10px 24px rgba(238,37,36,.22);
}
.menu-toggle { display: none; border: 0; background: none; padding: 8px; cursor: pointer; }
.menu-toggle span { width: 25px; height: 2px; background: var(--blue); display: block; margin: 5px; }

.hero {
  position: relative;
  overflow: hidden;
  min-height: 710px;
  display: flex;
  align-items: center;
  background:
    radial-gradient(circle at 5% 10%, rgba(238,37,36,.08), transparent 25%),
    linear-gradient(120deg, #f8fbff 0%, #edf6ff 55%, #fff 100%);
}
.hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 1.12fr .88fr;
  align-items: center;
  gap: 70px;
  padding: 88px 0 125px;
}
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-transform: uppercase;
  letter-spacing: .14em;
  color: var(--red);
  font-size: 12px;
  font-weight: 800;
  margin-bottom: 15px;
}
.eyebrow::before { content: ""; width: 30px; height: 2px; background: currentColor; }
.eyebrow-light { color: #ffb6b6; }
.hero h1, .section h2 {
  font-family: "Playfair Display", Georgia, serif;
  line-height: 1.08;
  margin: 0 0 22px;
  color: var(--blue-dark);
}
.hero h1 { font-size: clamp(44px, 6vw, 76px); letter-spacing: -.03em; }
.hero h1 span { color: var(--red); }
.hero-content > p { max-width: 690px; color: var(--muted); font-size: 18px; }
.urdu-line {
  font-family: "Noto Nastaliq Urdu", serif;
  font-size: 21px !important;
  color: var(--blue-dark) !important;
  line-height: 2.2;
  text-align: left;
}
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; margin: 30px 0; }
.btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 50px;
  padding: 0 23px;
  border-radius: 999px;
  border: 0;
  font-weight: 800;
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease;
}
.btn:hover { transform: translateY(-2px); }
.btn-primary { color: white; background: var(--red); box-shadow: 0 12px 28px rgba(238,37,36,.25); }
.btn-secondary { color: var(--blue); border: 1px solid var(--blue); background: white; }
.btn-map { color: var(--blue-dark); border: 1px solid var(--line); background: var(--blue-soft); }
.btn-white { background: white; color: var(--blue); }
.hero-phones {
  display: flex;
  flex-wrap: wrap;
  gap: 25px 40px;
}
.hero-phones div { display: flex; flex-direction: column; }
.hero-phones span {
  color: var(--muted);
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .12em;
}
.hero-phones a { color: var(--blue); font-size: 20px; font-weight: 800; }

.hero-visual { display: flex; justify-content: center; }
.visual-panel {
  position: relative;
  width: min(430px, 100%);
  padding: 55px 40px 38px;
  border-radius: 38px;
  color: white;
  background: linear-gradient(145deg, var(--blue), var(--blue-dark));
  box-shadow: 0 30px 80px rgba(6,79,157,.28);
}
.visual-panel::before {
  content: "";
  position: absolute;
  inset: 14px;
  border: 1px solid rgba(255,255,255,.16);
  border-radius: 30px;
}
.visual-icon {
  position: relative;
  width: 74px; height: 74px;
  display: grid; place-items: center;
  border-radius: 24px;
  background: var(--red);
  font-size: 36px;
  box-shadow: 0 14px 30px rgba(0,0,0,.18);
}
.visual-kicker { position: relative; margin: 30px 0 8px; color: #b9daf8; text-transform: uppercase; font-size: 12px; font-weight: 800; letter-spacing: .13em; }
.visual-panel h2 { position: relative; margin: 0 0 30px; color: white; font-family: "Playfair Display", Georgia, serif; font-size: 38px; line-height: 1.14; }
.mini-cards { position: relative; display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.mini-cards div { padding: 14px 10px; border-radius: 14px; background: rgba(255,255,255,.1); }
.mini-cards strong, .mini-cards span { display: block; }
.mini-cards strong { font-size: 13px; }
.mini-cards span { color: #bdd7ef; font-size: 11px; }
.hero-orb { position: absolute; border-radius: 999px; }
.orb-one { width: 300px; height: 300px; right: -90px; top: 25px; background: rgba(6,79,157,.07); }
.orb-two { width: 190px; height: 190px; left: -70px; bottom: 50px; background: rgba(238,37,36,.06); }
.hero-wave { position: absolute; bottom: -1px; left: 0; right: 0; height: 70px; background: white; clip-path: polygon(0 65%, 25% 35%, 55% 70%, 78% 40%, 100% 60%, 100% 100%, 0 100%); }

.trust-strip { margin-top: -30px; position: relative; z-index: 5; }
.trust-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background: white;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
  border-radius: 22px;
  overflow: hidden;
}
.trust-grid > div { padding: 24px; display: grid; grid-template-columns: 42px 1fr; column-gap: 10px; }
.trust-grid > div:not(:last-child) { border-right: 1px solid var(--line); }
.trust-grid span { grid-row: 1 / 3; color: var(--red); font-weight: 800; font-size: 12px; }
.trust-grid strong { font-size: 14px; }
.trust-grid small { color: var(--muted); font-size: 11px; }

.section { padding: 105px 0; scroll-margin-top: 85px; }
.section h2 { font-size: clamp(36px, 4.2vw, 56px); }
.section p { color: var(--muted); }
.two-column { display: grid; grid-template-columns: .95fr 1.05fr; gap: 85px; align-items: center; }
.about-art { min-height: 480px; position: relative; }
.art-block { box-shadow: var(--shadow); }
.art-main {
  width: 82%;
  height: 410px;
  border-radius: 34px;
  background: linear-gradient(150deg, var(--blue), #082b55);
  color: white;
  padding: 50px;
  display: flex;
  flex-direction: column;
  justify-content: end;
}
.art-main span { font-size: 86px; line-height: 1; font-weight: 900; color: var(--red); }
.art-main strong { font-family: "Playfair Display", Georgia, serif; font-size: 38px; }
.art-main small { color: #bad4ec; font-size: 16px; }
.art-small {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 58%;
  background: white;
  border-left: 5px solid var(--red);
  border-radius: 20px;
  padding: 24px 28px;
}
.art-small p { margin-bottom: 0; font-size: 14px; }
.section-copy > p { font-size: 17px; }
.values { display: grid; gap: 12px; margin-top: 30px; }
.values div { padding: 15px 18px; background: var(--soft); border-radius: 14px; border-left: 3px solid var(--blue); }
.values strong, .values span { display: block; }
.values span { color: var(--muted); font-size: 13px; }

.programs, .faq { background: var(--soft); }
.section-heading { max-width: 760px; margin: 0 auto 50px; text-align: center; }
.section-heading .eyebrow::before { display: none; }
.program-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.program-card {
  position: relative;
  min-height: 275px;
  padding: 30px;
  background: white;
  border: 1px solid var(--line);
  border-radius: 22px;
  transition: .25s ease;
}
.program-card:hover { transform: translateY(-7px); box-shadow: var(--shadow); border-color: transparent; }
.program-number { position: absolute; top: 22px; right: 22px; color: #d9e4ef; font-weight: 900; font-size: 28px; }
.program-icon { font-size: 35px; margin-bottom: 25px; }
.program-card h3 { margin: 0 0 12px; color: var(--blue-dark); }
.program-card p { font-size: 14px; margin: 0; }

.dispensary { background: white; }
.dispensary-grid { display: grid; grid-template-columns: .76fr 1.24fr; gap: 70px; align-items: center; }
.dispensary-image {
  padding: 12px;
  background: white;
  border: 1px solid var(--line);
  border-radius: 24px;
  box-shadow: var(--shadow);
}
.dispensary-image img { border-radius: 16px; width: 100%; height: auto; }
.dispensary-copy > p { font-size: 17px; }
.project-details { display: grid; gap: 12px; margin: 28px 0; }
.project-details div { padding: 16px 18px; background: var(--soft); border-left: 4px solid var(--red); border-radius: 12px; }
.project-details span, .project-details strong { display: block; }
.project-details span { color: var(--muted); font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; }
.project-details strong { color: var(--blue-dark); margin-top: 3px; }

.mission {
  color: white;
  background: linear-gradient(120deg, #06386c, #064f9d);
}
.mission-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: 80px; align-items: center; }
.mission h2 { color: white; }
.mission p { color: #c5d9ec; }
.mission ul { padding: 0; list-style: none; display: grid; gap: 12px; }
.mission li::before { content: "✓"; color: #ff8b8b; font-weight: 900; margin-right: 12px; }
.mission-quote {
  padding: 42px;
  border-radius: 30px;
  background: rgba(255,255,255,.1);
  border: 1px solid rgba(255,255,255,.16);
}
.quote-mark { font-family: Georgia, serif; font-size: 90px; color: #ff8b8b; line-height: .7; }
blockquote { margin: 20px 0; font-family: "Playfair Display", Georgia, serif; font-size: 32px; line-height: 1.25; }
.mission-quote p { margin-bottom: 0; font-size: 13px; text-transform: uppercase; letter-spacing: .12em; }

.volunteer-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  padding: 52px;
  border-radius: 28px;
  background: var(--blue-soft);
  border: 1px solid #d5e6f5;
}
.volunteer-box h2 { margin-bottom: 12px; }
.volunteer-box p { max-width: 750px; margin-bottom: 0; }

.donate {
  color: white;
  background: linear-gradient(110deg, rgba(238,37,36,.96), rgba(183,20,20,.96));
}
.donate-grid { display: grid; grid-template-columns: 1fr .82fr; gap: 70px; align-items: center; }
.donate h2 { color: white; }
.donate p { color: #ffe1e1; }
.donate-contact small, .donate-contact a { display: block; }
.donate-contact small { text-transform: uppercase; letter-spacing: .13em; font-weight: 800; }
.donate-contact a { font-size: 25px; font-weight: 800; }
.donation-panel { padding: 38px; background: white; color: var(--ink); border-radius: 28px; box-shadow: 0 20px 50px rgba(95,0,0,.18); }
.donation-panel h3 { color: var(--blue-dark); font-size: 26px; margin-top: 0; }
.donation-panel p { color: var(--muted); }
.donation-panel small { display: block; margin-top: 18px; color: var(--muted); }

.location { background: white; }
.location-grid { display: grid; grid-template-columns: 1.35fr .65fr; gap: 25px; }
.map-card {
  min-height: 470px;
  overflow: hidden;
  border-radius: 26px;
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}
.map-card iframe { display: block; width: 100%; height: 470px; border: 0; }
.address-card {
  padding: 35px;
  border-radius: 26px;
  background: var(--blue-dark);
  color: white;
  box-shadow: var(--shadow);
}
.address-label { color: #a9cae7; font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; }
.address-card h3 { font-size: 27px; line-height: 1.25; margin: 15px 0; }
.address-card address { font-style: normal; color: #d3e3f1; margin-bottom: 20px; }
.urdu-address {
  color: white !important;
  font-family: "Noto Nastaliq Urdu", serif;
  line-height: 2.2;
  font-size: 18px;
  text-align: right;
}

.faq-container { max-width: 900px; }
.faq details {
  margin-bottom: 14px;
  padding: 0 22px;
  background: white;
  border: 1px solid var(--line);
  border-radius: 16px;
}
.faq summary {
  padding: 20px 0;
  cursor: pointer;
  font-weight: 800;
  color: var(--blue-dark);
}
.faq details p { margin-top: -3px; padding-bottom: 20px; }

.contact-grid { display: grid; grid-template-columns: .86fr 1.14fr; gap: 75px; }
.contact-list { display: grid; gap: 14px; margin-top: 30px; }
.contact-list a { padding: 18px 20px; background: var(--soft); border-radius: 15px; border: 1px solid var(--line); }
.contact-list span, .contact-list strong { display: block; }
.contact-list span { color: var(--muted); font-size: 12px; text-transform: uppercase; letter-spacing: .11em; }
.contact-list strong { color: var(--blue); }
.social-links { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 18px; }
.social-links a { padding: 9px 14px; border: 1px solid var(--line); border-radius: 999px; color: var(--blue); font-weight: 700; font-size: 13px; }
.contact-form { padding: 34px; background: white; border: 1px solid var(--line); border-radius: 24px; box-shadow: var(--shadow); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.contact-form label { display: block; margin-bottom: 16px; font-size: 13px; font-weight: 800; color: var(--blue-dark); }
input, textarea, select {
  width: 100%;
  margin-top: 7px;
  padding: 13px 15px;
  border-radius: 12px;
  border: 1px solid #cfdbe6;
  color: var(--ink);
  background: white;
  outline: none;
}
input:focus, textarea:focus, select:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(6,79,157,.1); }
.form-note { margin-bottom: 0; font-size: 12px; }

.floating-whatsapp {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 30;
  width: 58px; height: 58px;
  display: grid; place-items: center;
  border-radius: 50%;
  background: #25d366;
  color: white;
  font-weight: 900;
  box-shadow: 0 15px 30px rgba(0,0,0,.2);
}

.footer { padding: 65px 0 22px; background: #071d33; color: white; }
.footer-grid { display: grid; grid-template-columns: 1.6fr .7fr .7fr; gap: 60px; }
.footer-brand img { width: 310px; border-radius: 8px; margin-bottom: 15px; }
.footer p { max-width: 440px; color: #9fb4c9; }
.footer h2 { margin-top: 0; font-family: inherit; font-size: 17px; color: white; }
.footer a { display: block; color: #bdcbd8; margin: 9px 0; font-size: 14px; }
.footer a:hover { color: white; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; margin-top: 45px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.12); color: #849aae; font-size: 12px; }

@media (max-width: 1080px) {
  .menu-toggle { display: block; }
  .nav-menu {
    display: none;
    position: absolute;
    left: 20px; right: 20px; top: 80px;
    padding: 24px;
    flex-direction: column;
    align-items: stretch;
    background: white;
    border: 1px solid var(--line);
    border-radius: 18px;
    box-shadow: var(--shadow);
  }
  .nav-menu.open { display: flex; }
  .hero-grid, .two-column, .mission-grid, .donate-grid, .contact-grid, .dispensary-grid, .location-grid { grid-template-columns: 1fr; }
  .hero-grid { padding-top: 70px; gap: 40px; }
  .hero { min-height: auto; }
  .trust-grid { grid-template-columns: repeat(2, 1fr); }
  .trust-grid > div:nth-child(2) { border-right: 0; }
  .trust-grid > div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .program-grid { grid-template-columns: repeat(2, 1fr); }
  .two-column { gap: 45px; }
  .about-art { min-height: 400px; }
  .mission-grid, .donate-grid { gap: 40px; }
  .dispensary-image { max-width: 600px; margin: 0 auto; }
}
@media (max-width: 650px) {
  .container { width: min(100% - 28px, 1160px); }
  .brand img { width: 235px; height: 68px; }
  .section { padding: 75px 0; }
  .hero-grid { padding-bottom: 100px; }
  .hero h1 { font-size: 46px; }
  .hero-content > p { font-size: 16px; }
  .urdu-line { font-size: 17px !important; }
  .visual-panel { padding: 42px 26px 28px; border-radius: 28px; }
  .visual-panel h2 { font-size: 31px; }
  .mini-cards { grid-template-columns: 1fr; }
  .trust-grid, .program-grid, .field-row, .footer-grid { grid-template-columns: 1fr; }
  .trust-grid > div { border-right: 0 !important; border-bottom: 1px solid var(--line); }
  .trust-grid > div:last-child { border-bottom: 0; }
  .about-art { min-height: 360px; }
  .art-main { width: 95%; height: 330px; padding: 34px; }
  .art-main span { font-size: 62px; }
  .art-main strong { font-size: 30px; }
  .art-small { width: 75%; }
  .volunteer-box { display: block; padding: 34px 26px; }
  .volunteer-box .btn { margin-top: 20px; }
  .contact-form { padding: 24px; }
  .footer-grid { gap: 28px; }
  .footer-bottom { flex-direction: column; }
  .map-card, .map-card iframe { min-height: 390px; height: 390px; }
  .address-card { padding: 28px; }
}
