/* Contribute page styles — extracted from contribute.html v10 */

/* ── Reset & tokens ─────────────────────────────────────────────────────── */
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}
img{display:block;max-width:100%}
:root{
  --g1:#144540;--g2:#1E6B56;--g3:#4A9B7F;
  --g4:#EAF4EF;--w:#fff;--ln:#F6F4F0;--bd:#E2DED8;
  --c1:#1A1A1A;--c2:#3D3D3D;--c3:#6B6B6B;
  --ease:all .3s cubic-bezier(.4,0,.2,1);
}
html{scroll-behavior:smooth;scroll-padding-top:160px}
@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}}
body{font-family:'DM Sans',sans-serif;background:#F7F4EF;color:var(--c2);overflow-x:hidden}
section[id]{scroll-margin-top:160px}
.wrap{max-width:1180px;margin:0 auto;padding:0 48px}
@media(max-width:768px){.wrap{padding:0 22px}}
@media(max-width:480px){.wrap{padding:0 18px}}

/* ── Nav ────────────────────────────────────────────────────────────────── */
.nav{position:fixed;top:0;left:0;right:0;z-index:9999;height:68px;background:transparent;border-bottom:1px solid transparent;transition:background .4s,border-color .4s,box-shadow .4s}
.nav.solid{background:rgba(247,244,239,.97);border-color:rgba(226,222,216,.6);box-shadow:0 2px 24px rgba(20,69,64,.06);backdrop-filter:blur(12px)}
.nav::before{display:none}
.nav.solid::before{opacity:0}
.nav-row{height:68px;display:flex;align-items:center;justify-content:space-between;max-width:1180px;margin:0 auto;padding:0 48px}
.logo-wrap{display:flex;align-items:center;text-decoration:none;padding:0;background:transparent;border:none}
.logo-img{display:block;height:42px;width:auto;object-fit:contain}
.nav-links{display:flex;align-items:center;gap:28px;list-style:none}
.nav-links a{font-size:13.5px;font-weight:400;color:rgba(255,255,255,.9);text-decoration:none;transition:color .3s}
.nav.solid .nav-links a{color:var(--c2)}
.nav-links a:hover{color:#fff}
.nav.solid .nav-links a:hover{color:var(--g1)}
.nav-ctas{display:flex;align-items:center;gap:10px;flex-shrink:0}
.nav-cta{flex-shrink:0;font-size:13px;font-weight:500;padding:8px 20px;border-radius:5px;background:var(--g1);color:#fff;border:1.5px solid var(--g1);text-decoration:none;transition:background .3s,border-color .3s,transform .2s;white-space:nowrap}
.nav-cta:hover{background:var(--g2);border-color:var(--g2);transform:translateY(-1px)}
.nav-cta-ghost{background:rgba(255,255,255,.12);color:#fff !important;border-color:rgba(255,255,255,.55) !important;backdrop-filter:blur(4px)}
.nav-cta-ghost:hover{background:rgba(255,255,255,.22) !important;border-color:rgba(255,255,255,.8) !important}
.nav.solid .nav-cta-ghost{background:transparent !important;color:var(--g1) !important;border-color:var(--g1) !important}
.nav.solid .nav-cta-ghost:hover{background:var(--g4) !important}
@media(max-width:1024px){.nav-links{display:none}}
@media(max-width:640px){.nav{height:60px}.nav-row{height:60px;padding:0 18px}.logo-img{height:36px}.nav-cta{font-size:12px;padding:7px 14px}}
@media(max-width:480px){.nav-cta-ghost{display:none}}

/* ── Hero ───────────────────────────────────────────────────────────────── */
.c-hero{position:relative;height:100svh;min-height:560px;display:flex;flex-direction:column;align-items:center;justify-content:flex-end;overflow:hidden;background:#EAD9C8}
@supports not (height:100svh){.c-hero{height:100vh}}
.c-hero-video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:1;z-index:1}
.c-hero-ov{display:none}
.c-hero-cta-wrap{position:relative;z-index:2;padding-bottom:56px;display:flex;flex-direction:column;align-items:center;gap:20px}
.c-hero-cta{display:inline-flex;align-items:center;gap:10px;background:rgba(255,255,255,.96);color:var(--g1);font-family:'DM Sans',sans-serif;font-size:15px;font-weight:500;padding:16px 36px;border-radius:5px;border:1.5px solid transparent;text-decoration:none;box-shadow:0 8px 32px rgba(0,0,0,.18);transition:background .3s,transform .3s,box-shadow .3s}
.c-hero-cta:hover{background:#fff;transform:translateY(-3px);box-shadow:0 14px 40px rgba(0,0,0,.22)}
.c-hero-cta svg{width:16px;height:16px;transition:transform .3s}
.c-hero-cta:hover svg{transform:translateX(4px)}
.c-hero-scroll-hint{font-size:10px;font-weight:500;letter-spacing:.18em;text-transform:uppercase;color:rgba(80,70,60,.55)}
@media(max-width:768px){.c-hero-cta{font-size:13px;padding:13px 28px}.c-hero-cta-wrap{padding-bottom:44px}}

/* ── Bank details ───────────────────────────────────────────────────────── */
.c-bank{background:#F7F4EF;padding:100px 0 92px}
.c-bank-inner{max-width:800px;margin:0 auto;text-align:center}
.c-bank-label{font-size:10px;font-weight:600;letter-spacing:.22em;text-transform:uppercase;color:var(--g3);margin-bottom:18px;display:flex;align-items:center;justify-content:center;gap:14px}
.c-bank-label::before,.c-bank-label::after{content:'';flex:1;max-width:48px;height:1px;background:linear-gradient(90deg,transparent,var(--g3))}
.c-bank-label::after{background:linear-gradient(90deg,var(--g3),transparent)}
.c-bank-h{font-family:'Playfair Display',serif;font-size:clamp(28px,3.5vw,48px);font-weight:400;line-height:1.16;letter-spacing:-.02em;color:var(--c1);margin-bottom:14px}
.c-bank-h em{font-style:italic;color:var(--g2)}
.c-bank-sub{font-size:15px;font-weight:300;color:var(--c3);line-height:1.78;margin-bottom:52px}
.c-bank-card{background:#fff;border:1px solid var(--bd);border-radius:20px;overflow:hidden;box-shadow:0 4px 32px rgba(20,69,64,.07);text-align:left}
.c-bank-card-top{height:4px;background:linear-gradient(90deg,var(--g1),var(--g3))}
.c-bank-card-body{padding:40px 44px}
.c-bank-rows{display:grid;grid-template-columns:1fr 1fr;gap:32px 48px;margin-bottom:36px;padding-bottom:32px;border-bottom:1px solid var(--bd)}
.c-bank-field-label{font-size:10px;font-weight:600;letter-spacing:.15em;text-transform:uppercase;color:var(--c3);margin-bottom:7px}
.c-bank-field-val{font-size:15.5px;font-weight:400;color:var(--c1);line-height:1.4}
.c-bank-iban-row{display:flex;align-items:center;justify-content:space-between;gap:20px;flex-wrap:wrap}
.c-bank-iban-label{font-size:10px;font-weight:600;letter-spacing:.15em;text-transform:uppercase;color:var(--c3);margin-bottom:9px}
.c-bank-iban-num{font-family:'DM Sans',sans-serif;font-size:clamp(15px,2.2vw,24px);font-weight:600;color:var(--g1);letter-spacing:.08em;word-break:break-all}
.c-bank-copy-btn{display:inline-flex;align-items:center;gap:8px;background:var(--g4);color:var(--g1);font-family:'DM Sans',sans-serif;font-size:13px;font-weight:500;padding:12px 24px;border-radius:5px;border:none;cursor:pointer;transition:background .3s,transform .2s;flex-shrink:0;white-space:nowrap}
.c-bank-copy-btn:hover{background:#d4e9dc;transform:translateY(-1px)}
.c-bank-copy-btn svg{width:14px;height:14px}
.c-bank-actions{display:flex;align-items:center;gap:14px;margin-top:32px;flex-wrap:wrap}
.c-btn-wa{display:inline-flex;align-items:center;gap:10px;background:var(--g4);color:var(--g1);font-size:14px;font-weight:500;padding:14px 28px;border-radius:5px;border:1.5px solid var(--g4);text-decoration:none;transition:background .3s,transform .2s,box-shadow .3s}
.c-btn-wa:hover{background:#d4e9dc;border-color:#d4e9dc;transform:translateY(-2px);box-shadow:0 8px 24px rgba(20,69,64,.14)}
.c-btn-wa svg{width:18px;height:18px;flex-shrink:0}
.c-btn-home{display:inline-flex;align-items:center;gap:8px;background:transparent;color:var(--g1);font-size:14px;font-weight:400;padding:14px 22px;border-radius:5px;border:1.5px solid var(--g1);text-decoration:none;transition:background .3s,color .3s,transform .2s}
.c-btn-home:hover{background:var(--g1);color:#fff;transform:translateY(-1px)}
.c-btn-home svg{width:14px;height:14px;flex-shrink:0}
@media(max-width:640px){
  .c-bank-card-body{padding:28px 22px}
  .c-bank-rows{grid-template-columns:1fr;gap:22px}
  .c-bank-iban-row{flex-direction:column;align-items:flex-start}
  .c-bank-copy-btn,.c-btn-wa,.c-btn-home{width:100%;justify-content:center}
  .c-bank-actions{flex-direction:column}
}
@media(max-width:768px){.c-bank{padding:72px 0 68px}.c-bank-inner{text-align:left}.c-bank-label{justify-content:flex-start}.c-bank-label::before{display:none}}

/* ── Info ───────────────────────────────────────────────────────────────── */
.c-info{background:#EAF4EF;padding:100px 0 108px}
.c-info-header{text-align:center;margin-bottom:72px}
.c-info-header-label{font-size:10px;font-weight:600;letter-spacing:.22em;text-transform:uppercase;color:var(--g3);margin-bottom:16px}
.c-info-header-h{font-family:'Playfair Display',serif;font-size:clamp(26px,3vw,42px);font-weight:400;line-height:1.2;letter-spacing:-.018em;color:var(--c1);margin-bottom:14px}
.c-info-header-h em{font-style:italic;color:var(--g2)}
.c-info-header-p{font-size:15px;font-weight:300;color:var(--c3);line-height:1.78;max-width:520px;margin:0 auto}
.c-info-split{display:grid;grid-template-columns:1fr 1px 1fr;gap:0 60px;align-items:start;border-top:1px solid var(--bd);padding-top:60px}
.c-info-divider{background:var(--bd);align-self:stretch;min-height:280px}
.c-info-col-num{font-family:'Playfair Display',serif;font-size:10.5px;font-style:italic;color:var(--c3);margin-bottom:16px}
.c-info-col-h{font-family:'Playfair Display',serif;font-size:clamp(20px,2vw,28px);font-weight:500;color:var(--c1);line-height:1.22;margin-bottom:20px}
.c-info-col-p{font-size:14px;font-weight:300;color:var(--c3);line-height:1.82;margin-bottom:28px}
.c-info-list{list-style:none;display:flex;flex-direction:column}
.c-info-item{display:flex;align-items:flex-start;gap:14px;padding:14px 0;border-bottom:1px solid var(--bd);font-size:14px;font-weight:300;color:var(--c2);line-height:1.6}
.c-info-item:last-child{border-bottom:none}
.c-info-item-n{font-family:'Playfair Display',serif;font-size:11px;font-style:italic;color:var(--c3);flex-shrink:0;min-width:20px;padding-top:2px}
.c-info-accent{margin-top:32px;padding-top:24px;border-top:1px solid var(--bd);font-family:'Playfair Display',serif;font-size:13.5px;font-style:italic;color:var(--g2);line-height:1.6}
@media(max-width:760px){.c-info-split{grid-template-columns:1fr;gap:48px 0}.c-info-divider{display:none}.c-info{padding:72px 0 80px}}

/* ── Reference image ────────────────────────────────────────────────────── */
.c-ref-section{background:#F7F4EF;padding:80px 0 0}
.c-ref-label{text-align:center;padding-bottom:28px;font-size:10px;font-weight:600;letter-spacing:.2em;text-transform:uppercase;color:var(--g3)}
.c-ref-img-wrap{width:100%;overflow:hidden}
.c-ref-img-wrap img{width:100%;height:auto;display:block}

/* ── Quote ──────────────────────────────────────────────────────────────── */
.c-quote{background:var(--g1);padding:76px 0 80px;text-align:center}
.c-quote-mark{font-family:'Playfair Display',serif;font-size:60px;line-height:.3;color:rgba(255,255,255,.18);display:block;margin-bottom:26px}
.c-quote-text{font-family:'Playfair Display',serif;font-size:clamp(17px,2.2vw,28px);font-weight:400;font-style:italic;color:rgba(255,255,255,.8);line-height:1.58;max-width:660px;margin:0 auto 18px}
.c-quote-text strong{font-style:normal;font-weight:600;color:#fff}
.c-quote-attr{font-size:10px;font-weight:600;letter-spacing:.18em;text-transform:uppercase;color:rgba(255,255,255,.32)}

/* ── Footer (exact copy from homepage) ──────────────────────────────────── */

/* ── Footer — verbatim from homepage ──────────────────────── */
/* ── Footer ─────────────────────────────────────────────────────────────── */
/* ── Footer (consolidated, polished) ────────────────────────────────────── */
.footer{background:#070c09;padding:80px 0 0}
.footer .wrap{max-width:1180px;margin:0 auto;padding:0 48px}

.footer-grid{
  display:grid;
  grid-template-columns:1.45fr 1fr 1fr 1.25fr;
  column-gap:48px;
  row-gap:0;
  padding-bottom:56px;
  border-bottom:1px solid rgba(255,255,255,.09);
  align-items:start;
}

.footer-brand{padding-right:0}
.footer-logo-wrap{width:72px;height:auto;display:flex;align-items:center;margin-bottom:18px}
.footer-logo-wrap img{width:56px;height:auto;object-fit:contain;display:block}
.footer-brand-name{
  font-family:'Playfair Display',serif;
  font-size:15px;font-weight:500;
  color:rgba(255,255,255,.88);
  margin-bottom:8px;letter-spacing:.005em;
}
.footer-tagline{
  font-size:12px;font-weight:300;
  color:rgba(255,255,255,.56);
  line-height:1.78;margin-bottom:14px;
  max-width:240px;
}
.footer-urdu{
  font-family:'Noto Nastaliq Urdu',serif;
  font-size:13px;color:rgba(255,255,255,.4);
  direction:rtl;margin-bottom:18px;
}
.footer-social{display:flex;gap:8px}
.fsoc{
  width:32px;height:32px;border-radius:50%;
  border:1px solid rgba(255,255,255,.14);
  display:flex;align-items:center;justify-content:center;
  color:rgba(255,255,255,.55);
  transition:border-color .3s,color .3s,background .3s,transform .2s;
}
.fsoc:hover{border-color:var(--g3);color:var(--g3);background:rgba(74,155,127,.1);transform:translateY(-1px)}
.fsoc svg{width:12px;height:12px}

.footer-col{padding:0;min-width:0}
.footer-col h4{
  font-size:10px;font-weight:700;
  letter-spacing:.18em;text-transform:uppercase;
  color:rgba(255,255,255,.55);
  margin:0 0 18px 0;
}
.footer-col ul{list-style:none;display:flex;flex-direction:column;gap:10px;padding:0;margin:0}
.footer-col ul li a{
  font-size:13px;font-weight:300;
  color:rgba(255,255,255,.66);
  text-decoration:none;
  transition:color .25s;
  line-height:1.5;display:inline-block;
}
.footer-col ul li a:hover{color:#fff}

.footer-col p{
  font-size:13px;font-weight:300;
  color:rgba(255,255,255,.62);
  line-height:1.72;margin:0 0 12px 0;
}
.footer-col p:last-child{margin-bottom:0}
.footer-col p strong{
  font-weight:600;
  color:rgba(255,255,255,.85);
  display:block;margin-bottom:3px;
  font-size:10px;letter-spacing:.16em;text-transform:uppercase;
}

.footer-bottom{
  padding:22px 0 28px;
  display:flex;justify-content:space-between;align-items:center;
  flex-wrap:wrap;gap:14px;
}
.footer-copy{
  font-size:11px;letter-spacing:.02em;
  color:rgba(255,255,255,.42);
}
.footer-sdgs{display:flex;gap:6px;flex-wrap:wrap}
.fsdg{
  font-size:9px;font-weight:600;letter-spacing:.08em;
  padding:4px 9px;border-radius:3px;
  border:1px solid rgba(255,255,255,.16);
  color:rgba(255,255,255,.45);
}

@media(max-width:1024px){
  .footer-grid{grid-template-columns:1fr 1fr 1fr;column-gap:32px;row-gap:36px}
  .footer-brand{grid-column:1/-1;padding-bottom:32px;border-bottom:1px solid rgba(255,255,255,.06)}
  .footer-tagline{max-width:420px}
}
@media(max-width:760px){
  .footer{padding:56px 0 0}
  .footer .wrap{padding:0 22px}
  .footer-grid{grid-template-columns:1fr 1fr;column-gap:24px;row-gap:32px;padding-bottom:40px}
  .footer-brand{grid-column:1/-1}
  .footer-logo-wrap{width:60px;height:60px}
  .footer-logo-wrap img{width:48px;height:48px}
}
@media(max-width:480px){
  .footer .wrap{padding:0 18px}
  .footer-grid{grid-template-columns:1fr;row-gap:28px;padding-bottom:32px}
  .footer-bottom{flex-direction:column;align-items:flex-start;gap:12px;padding:18px 0 24px}
  .footer-copy{font-size:10.5px;line-height:1.6}
}

/* ════════════════════════════════════════════════════════
   FLOATING UI — scroll-helper + social rail
   (additive: does not touch existing sections)
════════════════════════════════════════════════════════ */

/* Shared deep-green pill style */
.st-fab,
.st-rail a {
  background: rgba(20,69,64,.92);
  color: #fff;
  border: 1px solid rgba(255,255,255,.08);
  box-shadow: 0 4px 14px rgba(0,0,0,.22), 0 1px 2px rgba(0,0,0,.18);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
}

/* ── Scroll helper button (bottom-right) ── */
.st-fab {
  position: fixed;
  right: 24px;
  bottom: 24px;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 9990;
  opacity: 0;
  pointer-events: none;
  transform: translateY(8px);
  transition: opacity .35s ease, transform .35s ease, background .25s, box-shadow .25s;
}
.st-fab.is-visible { opacity: 1; pointer-events: auto; transform: translateY(0); }
.st-fab:hover { background: rgba(30,107,86,.96); box-shadow: 0 8px 22px rgba(20,69,64,.32); }
.st-fab:focus-visible { outline: 2px solid #fff; outline-offset: 2px; }
.st-fab svg { width: 14px; height: 14px; transition: transform .3s ease; }
.st-fab.is-up svg { transform: rotate(180deg); }
@media (max-width:640px){
  .st-fab { right: 14px; bottom: 14px; width: 40px; height: 40px; }
}

/* ── Social rail (left side, desktop) ── */
.st-rail {
  position: fixed;
  left: 18px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 10px;
  z-index: 9985;
  opacity: 0;
  pointer-events: none;
  transition: opacity .5s ease;
}
.st-rail.is-visible { opacity: 1; pointer-events: auto; }
.st-rail a {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background .25s, transform .25s, box-shadow .25s;
}
.st-rail a:hover {
  background: rgba(30,107,86,.96);
  transform: translateX(2px);
  box-shadow: 0 6px 18px rgba(20,69,64,.28);
}
.st-rail a svg { width: 14px; height: 14px; fill: currentColor; }

/* Mobile: collapse rail to a single bottom-left toggle */
.st-rail-toggle {
  display: none;
  position: fixed;
  left: 14px;
  bottom: 14px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  background: rgba(20,69,64,.92);
  color: #fff;
  border: 1px solid rgba(255,255,255,.08);
  box-shadow: 0 4px 14px rgba(0,0,0,.22);
  z-index: 9986;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transition: opacity .35s ease, background .25s;
}
.st-rail-toggle.is-visible { opacity: 1; pointer-events: auto; }
.st-rail-toggle:hover { background: rgba(30,107,86,.96); }
.st-rail-toggle svg { width: 14px; height: 14px; fill: currentColor; }

@media (max-width:768px){
  .st-rail {
    flex-direction: row;
    left: 14px;
    bottom: 64px;          /* stack above the toggle, below scroll fab */
    top: auto;
    transform: translateY(8px);
    gap: 8px;
    opacity: 0;
    pointer-events: none;
  }
  .st-rail.is-open { opacity: 1; pointer-events: auto; transform: translateY(0); }
  .st-rail.is-visible:not(.is-open) { opacity: 0; pointer-events: none; }
  .st-rail-toggle { display: flex; }
}

.sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}

