/* ============================================================
   info.css -- /about, /contact, /terms, /privacy

   Chaaron page par koi JS nahi chalti (nav ke alawa). Sirf padhne
   ke liye hain, isliye sabse zaroori cheez padhne mein aasani hai:
   line ki lambai naapi hui, line-height khula, aur heading ke upar
   saans lene ki jagah.

   theme.css ke token par chalti hai.
   ============================================================ */

.info-wrap { padding-block: 44px 84px; }
@media (max-width: 700px) { .info-wrap { padding-block: 28px 60px; } }

/* Legal page par ek hi column -- lambi lakeer padhna mushkil hota
   hai, isliye chaudai roki hai. */
.info-wrap.narrow { max-width: 760px; }

.info-hero { margin-bottom: 38px; max-width: 640px; }
.info-hero h1 {
  font-family: var(--font-display); font-size: clamp(31px, 4.6vw, 48px);
  font-weight: 700; letter-spacing: -.035em; line-height: 1.05; margin: 13px 0 15px;
}
.info-lede { font-size: 16.5px; line-height: 1.72; color: var(--text-muted); }

.info-cta { display: flex; gap: 11px; flex-wrap: wrap; margin-top: 30px; }

/* ══════════════════ ABOUT ══════════════════ */

.about-grid {
  display: grid; grid-template-columns: 330px 1fr;
  gap: 52px; align-items: start;
}
@media (max-width: 900px) { .about-grid { grid-template-columns: 1fr; gap: 32px; } }

/* photo baayein rukti hai, taaki lamba text padhte waqt saath rahe */
.about-photo { position: sticky; top: 92px; }
@media (max-width: 900px) { .about-photo { position: static; } }

.ap-slot {
  aspect-ratio: 4/5; border-radius: var(--r-xl, 26px);
  background: var(--accent-light); border: 1px solid var(--border);
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  gap: 6px; text-align: center; padding: 22px;
  box-shadow: 0 22px 54px -30px rgba(26,107,72,.36);
}
/* Peela nishaan -- photo admin se upload hone tak */
.ap-note {
  background: #fff7e0; border: 1px dashed #c9a227; border-radius: 5px;
  padding: 2px 10px; font-size: 12px; font-weight: 700; color: #8a6a12;
}
.ap-sub { font-size: 12px; color: var(--text-muted); }

.about-facts {
  display: grid; grid-template-columns: 1fr 1fr; gap: 16px 14px; margin-top: 22px;
}
.about-facts b {
  display: block; font-family: var(--font-display); font-size: 19px;
  font-weight: 700; letter-spacing: -.02em;
}
.about-facts span { font-size: 12.5px; color: var(--text-muted); }

.about-text h2 {
  font-family: var(--font-display); font-size: 21px; font-weight: 600;
  letter-spacing: -.02em; margin: 32px 0 12px;
}
.about-text h2:first-child { margin-top: 0; }
.about-text p {
  font-size: 16px; line-height: 1.78; color: var(--text-muted);
  margin-bottom: 15px; max-width: 620px;
}
.about-text strong { color: var(--text); font-weight: 600; }

/* ══════════════════ CONTACT ══════════════════ */

.contact-grid {
  display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin-bottom: 46px;
}
@media (max-width: 700px) { .contact-grid { grid-template-columns: 1fr; } }

.c-card {
  display: block; background: var(--surface); border: 1px solid var(--border);
  border-radius: var(--r-xl, 26px); padding: 26px; color: inherit;
  transition: transform var(--dur-med) var(--ease),
              border-color var(--dur-med) var(--ease),
              box-shadow var(--dur-med) var(--ease);
}
.c-card:hover {
  transform: translateY(-3px); border-color: rgba(26,107,72,.4);
  box-shadow: 0 18px 44px -24px rgba(26,107,72,.34);
}
.c-ico {
  width: 42px; height: 42px; border-radius: var(--r-md);
  background: var(--accent-light); color: var(--accent);
  display: grid; place-items: center; margin-bottom: 15px;
}
.c-ico svg { width: 21px; height: 21px; }
.c-card h2 {
  font-family: var(--font-display); font-size: 17px; font-weight: 600;
  letter-spacing: -.02em; margin-bottom: 5px;
}
.c-card p { font-size: 14px; color: var(--text-muted); line-height: 1.6; margin-bottom: 13px; }
.c-val {
  font-family: var(--font-mono); font-size: 13.5px; color: var(--accent);
  word-break: break-all;
}

.info-sec { margin-bottom: 40px; }
.info-sec h2 {
  font-family: var(--font-display); font-size: 21px; font-weight: 600;
  letter-spacing: -.02em; margin-bottom: 20px;
}
.qa { padding: 16px 0; border-bottom: 1px solid var(--border); }
.qa:last-child { border-bottom: 0; }
.qa .q { font-size: 15.5px; font-weight: 600; margin-bottom: 5px; }
.qa .a { font-size: 15px; line-height: 1.72; color: var(--text-muted); max-width: 640px; }
.qa .a a { color: var(--accent); border-bottom: 1px solid rgba(26,107,72,.3); }
.qa .a a:hover { border-bottom-color: var(--accent); }

.info-addr {
  background: var(--surface); border: 1px solid var(--border);
  border-radius: var(--r-lg); padding: 20px 22px;
  font-size: 14.5px; line-height: 1.7; color: var(--text-muted);
}
.info-addr .ia-l {
  font-size: 10.5px; letter-spacing: .16em; text-transform: uppercase;
  color: var(--text-dim); margin-bottom: 7px;
}

/* ══════════════════ TERMS / PRIVACY ══════════════════ */

.legal h2 {
  font-family: var(--font-display); font-size: 18.5px; font-weight: 600;
  letter-spacing: -.02em; margin: 34px 0 11px;
}
.legal h2:first-child { margin-top: 0; }
.legal p {
  font-size: 15.5px; line-height: 1.78; color: var(--text-muted); margin-bottom: 13px;
}
.legal strong { color: var(--text); font-weight: 600; }
.legal ul { list-style: none; margin: 0 0 15px; display: flex; flex-direction: column; gap: 9px; }
.legal li {
  position: relative; padding-left: 24px;
  font-size: 15.5px; line-height: 1.72; color: var(--text-muted);
}
.legal li::before {
  content: ''; position: absolute; left: 3px; top: 10px;
  width: 6px; height: 6px; border-radius: 2px;
  background: var(--accent); opacity: .5;
}
.legal a { color: var(--accent); border-bottom: 1px solid rgba(26,107,72,.3); }
.legal a:hover { border-bottom-color: var(--accent); }
