:root {
  --green-950: #073c2b;
  --green-900: #0a4b35;
  --green-800: #096044;
  --green-700: #0a7551;
  --green-600: #12845d;
  --green-500: #1b9b6d;
  --green-100: #dff3ea;
  --green-50: #f2faf6;
  --gold: #c9a454;
  --ink: #17231e;
  --muted: #5c6c64;
  --line: #dce7e1;
  --white: #ffffff;
  --shadow: 0 18px 55px rgba(7, 60, 43, 0.12);
  --radius-lg: 28px;
  --radius-md: 18px;
  --radius-sm: 12px;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--white);
  line-height: 1.65;
}
img { max-width: 100%; display: block; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }

.skip-link {
  position: fixed;
  left: 1rem;
  top: -5rem;
  z-index: 9999;
  background: var(--green-950);
  color: #fff;
  padding: .75rem 1rem;
  border-radius: .5rem;
}
.skip-link:focus { top: 1rem; }

.container { width: min(var(--max), calc(100% - 2rem)); margin-inline: auto; }
.section { padding: 5rem 0; }
.section-sm { padding: 3rem 0; }
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  color: var(--green-700);
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: .78rem;
}
.eyebrow::before { content: ""; width: 1.6rem; height: 2px; background: var(--gold); }
.section-title { margin: .65rem 0 1rem; font-size: clamp(2rem, 4vw, 3.35rem); line-height: 1.08; letter-spacing: -.035em; }
.section-intro { max-width: 720px; color: var(--muted); font-size: 1.08rem; }

.topbar { background: var(--green-950); color: #e9fff5; font-size: .88rem; }
.topbar-inner { min-height: 38px; display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.topbar a { text-decoration: none; font-weight: 700; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: rgba(255,255,255,.94);
  border-bottom: 1px solid rgba(9,96,68,.12);
  backdrop-filter: blur(14px);
}
.header-inner { min-height: 120px; display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.brand { display: inline-flex; align-items: center; gap: .8rem; text-decoration: none; min-width: 0; }
.brand img { width: 104px; height: 104px; border-radius: 50%; object-fit: contain; background: #fff; border: 0; box-shadow: none; }
.brand-copy { display: grid; line-height: 1.05; }
.brand-name { color: var(--green-950); font-weight: 900; font-size: 1.05rem; letter-spacing: -.02em; }
.brand-tag { color: var(--muted); font-size: .76rem; margin-top: .3rem; }
.nav { display: flex; align-items: center; gap: .15rem; }
.nav a { text-decoration: none; font-weight: 750; font-size: .94rem; padding: .72rem .68rem; border-radius: .7rem; color: #33453c; }
.nav a:hover, .nav a[aria-current="page"] { color: var(--green-800); background: var(--green-50); }
.nav .donate-link { background: var(--green-800); color: #fff; margin-left: .4rem; padding-inline: 1rem; }
.nav .donate-link:hover, .nav .donate-link[aria-current="page"] { background: var(--green-950); color: #fff; }
.menu-toggle { display: none; border: 0; background: var(--green-50); color: var(--green-950); border-radius: .7rem; padding: .65rem .8rem; font-weight: 900; }

.hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 82% 20%, rgba(201,164,84,.18), transparent 28%),
    linear-gradient(135deg, #f8fffb 0%, #eff9f4 52%, #e0f2e9 100%);
  border-bottom: 1px solid var(--line);
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: .18;
  background-image: url("../images/islamic-pattern.svg");
  background-size: 420px;
}
.hero-inner { position: relative; display: grid; grid-template-columns: 1.08fr .92fr; align-items: center; gap: 3rem; min-height: 640px; padding: 4.5rem 0; }
.arabic { font-family: "Traditional Arabic", "Noto Naskh Arabic", serif; color: var(--green-800); font-size: 1.55rem; margin-bottom: .4rem; }
.hero h1 { font-size: clamp(2.8rem, 6vw, 5.4rem); line-height: .98; letter-spacing: -.055em; margin: .6rem 0 1.3rem; color: var(--green-950); }
.hero h1 span { color: var(--green-700); }
.hero-copy { color: var(--muted); font-size: 1.16rem; max-width: 680px; }
.actions { display: flex; flex-wrap: wrap; gap: .85rem; margin-top: 2rem; }
.btn { display: inline-flex; align-items: center; justify-content: center; gap: .5rem; min-height: 50px; padding: .8rem 1.25rem; border: 1px solid transparent; border-radius: .8rem; text-decoration: none; font-weight: 850; cursor: pointer; }
.btn-primary { background: var(--green-800); color: #fff; box-shadow: 0 12px 30px rgba(9,96,68,.22); }
.btn-primary:hover { background: var(--green-950); transform: translateY(-1px); }
.btn-secondary { background: #fff; border-color: #bfd7ca; color: var(--green-900); }
.btn-secondary:hover { border-color: var(--green-700); background: var(--green-50); }
.btn-disabled { opacity: .55; cursor: not-allowed; }

.hero-visual { position: relative; display: grid; place-items: center; }
.mosque-card { width: min(100%, 470px); background: rgba(255,255,255,.88); border: 1px solid rgba(9,96,68,.15); border-radius: 36px; padding: 1.35rem; box-shadow: var(--shadow); }
.mosque-art { border-radius: 26px; overflow: hidden; background: linear-gradient(180deg, #0d694c 0%, #073c2b 100%); min-height: 330px; display: grid; place-items: end center; position: relative; }
.mosque-art svg { width: 100%; height: 100%; }
.next-prayer { margin-top: 1rem; display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: 1rem 1.1rem; background: var(--green-50); border-radius: 16px; }
.next-prayer strong { color: var(--green-950); display: block; font-size: 1.05rem; }
.next-prayer span { color: var(--muted); font-size: .9rem; }
.countdown { font-variant-numeric: tabular-nums; font-weight: 900; color: var(--green-800); font-size: 1.1rem; white-space: nowrap; }

.prayer-strip { margin-top: -42px; position: relative; z-index: 10; }
.prayer-panel { background: #fff; border: 1px solid var(--line); box-shadow: var(--shadow); border-radius: 24px; padding: 1.2rem; }
.prayer-panel-head { display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: .25rem .35rem 1rem; }
.prayer-panel-head h2 { margin: 0; font-size: 1.25rem; }
.prayer-location { color: var(--muted); font-size: .92rem; }
.prayer-grid { display: grid; grid-template-columns: repeat(5,1fr); gap: .75rem; }
.prayer-item { padding: 1rem; border-radius: 14px; background: var(--green-50); border: 1px solid #e2eee8; text-align: center; }
.prayer-item.active { background: var(--green-900); color: #fff; border-color: var(--green-900); box-shadow: 0 10px 22px rgba(7,60,43,.2); }
.prayer-name { font-weight: 850; }
.prayer-time { display: block; font-size: 1.35rem; font-weight: 900; margin-top: .25rem; font-variant-numeric: tabular-nums; }
.prayer-iqamah { display: block; font-size: .75rem; opacity: .72; margin-top: .2rem; }
.prayer-note { color: var(--muted); font-size: .82rem; margin: .8rem .35rem 0; }

.cards-3 { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.25rem; }
.card { border: 1px solid var(--line); border-radius: var(--radius-md); background: #fff; padding: 1.55rem; transition: .2s ease; }
.card:hover { transform: translateY(-4px); box-shadow: 0 18px 36px rgba(7,60,43,.1); border-color: #bad8c9; }
.icon-box { width: 52px; height: 52px; border-radius: 14px; display: grid; place-items: center; background: var(--green-100); color: var(--green-900); font-size: 1.35rem; }
.card h3 { margin: 1rem 0 .5rem; color: var(--green-950); font-size: 1.18rem; }
.card p { color: var(--muted); margin: 0; }
.card-link { display: inline-flex; margin-top: 1rem; font-weight: 850; color: var(--green-700); text-decoration: none; }

.split { display: grid; grid-template-columns: 1fr 1fr; gap: 3.5rem; align-items: center; }
.media-panel { min-height: 430px; border-radius: var(--radius-lg); overflow: hidden; background: linear-gradient(145deg, var(--green-950), var(--green-700)); position: relative; box-shadow: var(--shadow); }
.media-panel svg { width: 100%; height: 100%; position: absolute; inset: 0; }
.check-list { list-style: none; padding: 0; margin: 1.4rem 0 0; display: grid; gap: .75rem; }
.check-list li { display: flex; gap: .75rem; align-items: flex-start; }
.check-list li::before { content: "✓"; flex: 0 0 auto; width: 1.55rem; height: 1.55rem; border-radius: 50%; display: grid; place-items: center; background: var(--green-100); color: var(--green-800); font-weight: 900; margin-top: .08rem; }

.band { background: var(--green-950); color: #fff; position: relative; overflow: hidden; }
.band::after { content: ""; position: absolute; inset: 0; opacity: .11; background-image: url("../images/islamic-pattern.svg"); background-size: 340px; }
.band-inner { position: relative; z-index: 1; display: grid; grid-template-columns: 1fr auto; gap: 2rem; align-items: center; }
.band h2 { margin: 0 0 .5rem; font-size: clamp(1.8rem, 4vw, 3rem); }
.band p { margin: 0; color: #d7eee3; max-width: 700px; }

.page-hero { background: linear-gradient(135deg, var(--green-950), var(--green-700)); color: #fff; padding: 5rem 0 4rem; position: relative; overflow: hidden; }
.page-hero::after { content: ""; position: absolute; inset: 0; opacity: .12; background-image: url("../images/islamic-pattern.svg"); background-size: 380px; }
.page-hero .container { position: relative; z-index: 1; }
.page-hero h1 { font-size: clamp(2.6rem, 6vw, 4.8rem); line-height: 1; letter-spacing: -.05em; margin: .5rem 0 1rem; }
.page-hero p { max-width: 720px; color: #dff5e9; font-size: 1.1rem; }
.breadcrumb { font-size: .88rem; color: #cce9da; }
.breadcrumb a { color: #fff; text-decoration: none; }

.table-wrap { overflow-x: auto; border: 1px solid var(--line); border-radius: var(--radius-md); }
.schedule-table { width: 100%; border-collapse: collapse; min-width: 680px; }
.schedule-table th, .schedule-table td { padding: 1rem; text-align: left; border-bottom: 1px solid var(--line); }
.schedule-table th { background: var(--green-50); color: var(--green-950); }
.schedule-table tr:last-child td { border-bottom: 0; }

.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.field { display: grid; gap: .4rem; }
.field.full { grid-column: 1 / -1; }
.field label { font-weight: 800; color: var(--green-950); }
.field input, .field select, .field textarea { width: 100%; border: 1px solid #cbdcd3; border-radius: .75rem; padding: .8rem .9rem; background: #fff; color: var(--ink); }
.field input:focus, .field select:focus, .field textarea:focus { outline: 3px solid rgba(27,155,109,.18); border-color: var(--green-600); }
.notice { border-left: 4px solid var(--gold); background: #fffaf0; padding: 1rem 1.1rem; border-radius: .4rem .8rem .8rem .4rem; color: #65552c; }

.contact-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 2rem; }
.contact-card { background: var(--green-50); border: 1px solid var(--line); padding: 1.5rem; border-radius: var(--radius-md); }
.contact-list { display: grid; gap: 1rem; margin-top: 1.2rem; }
.contact-line strong { display: block; color: var(--green-950); }
.contact-line span, .contact-line a { color: var(--muted); text-decoration: none; }

.footer { background: #062f22; color: #e6f5ed; padding: 4rem 0 1.5rem; }
.footer-grid { display: grid; grid-template-columns: 1.35fr .7fr .7fr 1fr; gap: 2rem; }
.footer-brand { display: flex; gap: .85rem; align-items: center; text-decoration: none; }
.footer-brand img { width: 78px; height: 78px; border-radius: 50%; object-fit: contain; background: #fff; }
.footer h3 { font-size: 1rem; color: #fff; margin-top: 0; }
.footer p, .footer a { color: #bcd7ca; }
.footer a { text-decoration: none; }
.footer a:hover { color: #fff; }
.footer-links { list-style: none; padding: 0; margin: 0; display: grid; gap: .55rem; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.12); margin-top: 2.5rem; padding-top: 1.25rem; display: flex; justify-content: space-between; gap: 1rem; color: #9fbeaf; font-size: .86rem; }

.reveal { opacity: 0; transform: translateY(18px); transition: opacity .55s ease, transform .55s ease; }
.reveal.visible { opacity: 1; transform: none; }

@media (max-width: 980px) {
  .menu-toggle { display: inline-flex; }
  .nav { display: none; position: absolute; top: calc(100% + 1px); left: 0; right: 0; padding: 1rem; background: #fff; border-bottom: 1px solid var(--line); box-shadow: 0 20px 35px rgba(7,60,43,.12); flex-direction: column; align-items: stretch; }
  .nav.open { display: flex; }
  .nav a { padding: .8rem 1rem; }
  .nav .donate-link { margin: .25rem 0 0; text-align: center; }
  .hero-inner, .split, .contact-grid { grid-template-columns: 1fr; }
  .hero-inner { padding-top: 3rem; }
  .hero-visual { max-width: 620px; }
  .cards-3 { grid-template-columns: repeat(2,1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .brand-tag { display: none; }
}

@media (max-width: 680px) {
  .topbar-inner { justify-content: center; text-align: center; }
  .topbar-inner > :last-child { display: none; }
  .header-inner { min-height: 94px; }
  .brand img { width: 72px; height: 72px; }
  .brand-name { font-size: .92rem; }
  .hero-inner { min-height: auto; padding: 3.5rem 0 5rem; }
  .hero h1 { font-size: 3rem; }
  .prayer-grid { grid-template-columns: repeat(2,1fr); }
  .prayer-item:last-child { grid-column: 1 / -1; }
  .prayer-panel-head { align-items: flex-start; flex-direction: column; }
  .cards-3, .footer-grid, .form-grid { grid-template-columns: 1fr; }
  .field.full { grid-column: auto; }
  .band-inner { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; }
  .section { padding: 4rem 0; }
  .mosque-art { min-height: 270px; }
}

/* Full-width center banner below the navigation on every page */
.site-banner-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  background: #f4faf7;
  border: 0;
}
.site-banner-table td {
  padding: 0;
  border: 0;
}
.site-banner-table img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 2048 / 762;
  object-fit: contain;
  object-position: center;
}

/* Lighter typography for a calmer, more refined presentation */
body { font-weight: 400; }
.brand-name { font-weight: 700; }
.nav a { font-weight: 500; }
.menu-toggle { font-weight: 600; }
.eyebrow { font-weight: 600; }
.hero h1,
.page-hero h1,
.section-title,
.band h2 { font-weight: 600; }
.btn { font-weight: 600; }
.card h3,
.footer h3,
.prayer-panel-head h2,
.contact-line strong,
.field label { font-weight: 600; }
.card-link,
.prayer-name { font-weight: 600; }
.prayer-time,
.countdown { font-weight: 700; }

/* The home hero now uses a clean single-column layout. */
.hero-inner {
  grid-template-columns: minmax(0, 1fr);
  min-height: 500px;
  max-width: 920px;
  margin-inline: auto;
}
.hero-inner > div:first-child { max-width: 850px; }

@media (max-width: 680px) {
  .hero-inner { min-height: auto; }
}


/* Keep the official logo anchored at the left side of the navigation header. */
.header-inner { position: relative; }
.brand { margin-right: auto; flex: 0 1 auto; }


/* Five Pillars panel on the About page */
.pillars-panel {
  min-height: 430px;
  padding: 2rem;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  box-shadow: var(--shadow);
}
.pillars-panel h2 {
  margin: .65rem 0 .75rem;
  color: var(--green-950);
  font-size: clamp(1.8rem, 3vw, 2.55rem);
  line-height: 1.08;
  letter-spacing: -.025em;
}
.pillars-panel > p { margin: 0; color: var(--muted); }
.pillar-links { display: grid; gap: .68rem; margin-top: 1.45rem; }
.pillar-link {
  display: grid;
  grid-template-columns: 42px 1fr auto;
  align-items: center;
  gap: .9rem;
  padding: .82rem .9rem;
  color: var(--ink);
  text-decoration: none;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 14px;
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.pillar-link:hover,
.pillar-link:focus-visible {
  transform: translateX(4px);
  border-color: #b9d7c8;
  box-shadow: 0 10px 24px rgba(7,60,43,.09);
  outline: none;
}
.pillar-number {
  width: 42px;
  height: 42px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--green-50);
  border: 1px solid #cfe5d9;
  color: var(--green-900);
  font-weight: 800;
}
.pillar-link strong { display: block; color: var(--green-950); font-size: 1rem; font-weight: 700; }
.pillar-link small { display: block; color: var(--muted); font-size: .82rem; }
.pillar-arrow { color: var(--gold); font-size: 1.35rem; line-height: 1; }

/* Individual Five Pillars pages */
.pillar-page-head {
  padding: 4.5rem 0 2.25rem;
  background: linear-gradient(180deg, #fff 0%, var(--green-50) 100%);
  border-bottom: 1px solid var(--line);
}
.pillar-page-head .pillar-badge {
  display: inline-flex;
  align-items: center;
  gap: .7rem;
  margin-bottom: 1rem;
  color: var(--green-800);
  font-weight: 700;
}
.pillar-page-head .pillar-badge span {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #c9dfd3;
  box-shadow: 0 7px 18px rgba(7,60,43,.08);
}
.pillar-page-head h1 {
  max-width: 900px;
  margin: 0 0 1rem;
  color: var(--green-950);
  font-size: clamp(2.55rem, 6vw, 4.8rem);
  line-height: 1;
  letter-spacing: -.045em;
}
.pillar-page-head p { max-width: 820px; margin: 0; color: var(--muted); font-size: 1.12rem; }
.pillar-content-grid { display: grid; grid-template-columns: minmax(0,1.45fr) minmax(280px,.7fr); gap: 2rem; align-items: start; }
.pillar-article { display: grid; gap: 1.2rem; }
.pillar-content-card {
  padding: 1.65rem;
  background: #fff;
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
}
.pillar-content-card h2,
.pillar-content-card h3 { margin: 0 0 .65rem; color: var(--green-950); }
.pillar-content-card p:last-child { margin-bottom: 0; }
.importance-card { border-top: 4px solid var(--gold); box-shadow: 0 16px 38px rgba(7,60,43,.08); }
.pillar-side-nav {
  position: sticky;
  top: 132px;
  padding: 1.4rem;
  background: var(--green-50);
  border: 1px solid var(--line);
  border-radius: var(--radius-md);
}
.pillar-side-nav h2 { margin: 0 0 1rem; color: var(--green-950); font-size: 1.18rem; }
.pillar-side-nav a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .8rem;
  padding: .72rem .8rem;
  color: #33453c;
  text-decoration: none;
  border-radius: .7rem;
}
.pillar-side-nav a:hover,
.pillar-side-nav a[aria-current="page"] { color: var(--green-900); background: #fff; }
.pillar-side-nav a[aria-current="page"] { font-weight: 700; box-shadow: 0 7px 18px rgba(7,60,43,.08); }
.pillar-note { font-size: .9rem; color: var(--muted); }

@media (max-width: 980px) {
  .pillar-content-grid { grid-template-columns: 1fr; }
  .pillar-side-nav { position: static; }
}
@media (max-width: 680px) {
  .pillars-panel { padding: 1.25rem; min-height: 0; }
  .pillar-link { grid-template-columns: 38px 1fr auto; gap: .7rem; padding: .75rem; }
  .pillar-number { width: 38px; height: 38px; }
  .pillar-page-head { padding: 3.25rem 0 1.8rem; }
}


/* 2026 Masjid Rassull Center refinements */
.brand img { background:#fff; border-color:rgba(7,60,43,.08); image-rendering:auto; }
.footer-brand img { background:#fff; }
.home-prayer-section { padding:4.5rem 0; background:#fff; }
.home-prayer-calendar { min-height:650px; border-radius:var(--radius-lg); overflow:hidden; background-image:linear-gradient(rgba(3,33,24,.34),rgba(3,33,24,.62)),url("../images/kaaba-compass.png"); background-size:cover; background-position:52% center; box-shadow:var(--shadow); display:grid; place-items:center; }
.home-prayer-overlay { width:min(620px,calc(100% - 2rem)); margin:2rem; padding:1.7rem; border:1px solid rgba(255,255,255,.42); border-radius:24px; background:rgba(3,37,27,.76); backdrop-filter:blur(7px); color:#fff; }
.home-prayer-overlay .prayer-panel-head h2 { color:#fff; font-size:clamp(1.7rem,4vw,2.5rem); }
.home-prayer-overlay .prayer-location,.home-prayer-note { color:#ecfff6; }
.eyebrow.light { color:#fff; }
.prayer-list-vertical { display:grid; gap:.65rem; margin-top:1rem; }
.prayer-row { display:flex; align-items:center; justify-content:space-between; gap:1rem; padding:1rem 1.2rem; border-radius:14px; background:rgba(255,255,255,.94); color:var(--green-950); border:1px solid rgba(255,255,255,.8); }
.prayer-row.active { background:#fff; box-shadow:0 12px 30px rgba(0,0,0,.2); outline:3px solid var(--gold); }
.prayer-row .prayer-name { font-size:1.05rem; }
.prayer-row .prayer-time { margin:0; color:var(--green-800); font-size:1.45rem; font-weight:900; }
.btn-light { background:#fff; color:var(--green-950); margin-top:1rem; }
.btn-light:hover { background:var(--green-50); }
.kaaba-panel { background:#fff; }
.kaaba-panel img { width:100%; height:100%; min-height:430px; object-fit:cover; object-position:center; }
.imam-section { background:#fff; }
.imam-grid { display:grid; grid-template-columns:minmax(280px,.72fr) 1.28fr; gap:3.5rem; align-items:center; }
.imam-photo-wrap { max-width:470px; border-radius:var(--radius-lg); overflow:hidden; box-shadow:var(--shadow); border:1px solid var(--line); }
.imam-photo-wrap img { width:100%; aspect-ratio:4/5; object-fit:cover; }
.tax-section { background:var(--green-50); }
.tax-card { border:1px solid #cfe3d8; background:#fff; border-radius:var(--radius-lg); padding:clamp(1.5rem,4vw,3rem); box-shadow:0 16px 38px rgba(7,60,43,.08); }
.tax-card h2 { margin:.55rem 0 .9rem; color:var(--green-950); font-size:clamp(1.8rem,4vw,2.8rem); }
.tax-card p { max-width:960px; color:#42544b; }
.prayer-grid-vertical { grid-template-columns:1fr !important; max-width:640px; }
.prayer-grid-vertical .prayer-item { display:flex; align-items:center; justify-content:space-between; text-align:left; padding:1rem 1.2rem; }
.prayer-grid-vertical .prayer-time { margin:0; color:var(--green-800); font-weight:900; }
.prayer-grid-vertical .prayer-item.active .prayer-time { color:#fff; }
.donation-choice .btn { margin-top:1.2rem; }
.qr-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:1.25rem; margin-top:2rem; }
.qr-card { background:#fff; border:1px solid var(--line); border-radius:var(--radius-md); padding:1.25rem; text-align:center; box-shadow:0 10px 28px rgba(7,60,43,.06); }
.qr-card h2 { color:var(--green-950); margin-top:.2rem; }
.qr-card img { width:100%; max-width:300px; aspect-ratio:1/1; object-fit:contain; margin:0 auto 1rem; background:#fff; border:1px solid #e7ece9; border-radius:14px; }
.qr-card p { color:var(--muted); }
.back-donation { display:inline-flex; margin-bottom:1.4rem; color:var(--green-800); font-weight:800; text-decoration:none; }
.back-donation:hover { text-decoration:underline; }
.bottom-back { margin-top:2rem; }
.donation-notify { display:grid; grid-template-columns:1fr 1fr; gap:2rem; margin-top:3rem; padding:2rem; border-radius:var(--radius-lg); background:var(--green-50); border:1px solid var(--line); }
.donation-form { background:#fff; padding:1.35rem; border:1px solid var(--line); border-radius:var(--radius-md); }
.form-status { padding:.9rem 1rem; border-radius:10px; background:#edf8f2; color:var(--green-950); border:1px solid #c8e2d5; }
.form-status-error { background:#fff2f2; color:#8a1f1f; border-color:#efb8b8; }
.robot-check { padding:1rem; border:1px solid #c8e2d5; border-radius:.85rem; background:#f4fbf7; }
.robot-check small { display:block; margin-top:.45rem; color:var(--muted); }
.footer-bottom a { color:#d5eadf; text-decoration:underline; text-underline-offset:3px; }
@media(max-width:980px){.imam-grid,.donation-notify{grid-template-columns:1fr}.imam-photo-wrap{max-width:520px}.qr-grid{grid-template-columns:1fr 1fr}}
@media(max-width:680px){.home-prayer-calendar{min-height:560px}.home-prayer-overlay{padding:1rem;margin:1rem}.prayer-row{padding:.85rem 1rem}.qr-grid{grid-template-columns:1fr}.qr-card img{max-width:270px}.donation-notify{padding:1.2rem}}
