/* Umrah Visa page: sections + the multi-step application form.
   Mirrors Umrah Visa.dc.html and the shared "Umrah Visa Form" component. */

.section { padding: 90px 0; }
.section-sand { background: var(--sand); }
.section-dark { background: var(--ink); color: #fff; }
.section-head { text-align: center; margin-bottom: 48px; }
.section-head .eyebrow { margin-bottom: 16px; }

.g2 { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.g3 { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 60px; align-items: start; }
.split-lead { grid-template-columns: .95fr 1.05fr; }
@media (max-width: 760px) {
  .g2, .g3, .split { grid-template-columns: 1fr; }
  .split { gap: 40px; }
  .section { padding: 64px 0; }
}

/* Hero --------------------------------------------------------------------- */
.hero { position: relative; background: var(--ink); color: #fff; overflow: hidden; }
.hero-bg { position: absolute; inset: 0; overflow: hidden; }
.hero-bg img { width: 100%; height: 116%; object-fit: cover; filter: brightness(.42); will-change: transform; }
.hero .wrap { position: relative; padding-top: 96px; padding-bottom: 96px; }
.hero-copy { max-width: 820px; }
.hero-copy .eyebrow { margin-bottom: 22px; }
.hero-copy .h1 { margin-bottom: 22px; text-wrap: balance; }
.hero-lede { font-size: 18px; line-height: 1.7; color: #fff; font-weight: 300; max-width: 560px; margin: 0 0 34px; }
.hero-actions { display: flex; gap: 13px; flex-wrap: wrap; margin-bottom: 44px; }
.hero-facts { display: flex; gap: 34px; flex-wrap: wrap; font-size: 12px; letter-spacing: .14em; text-transform: uppercase; color: #fff; }
.hero-facts span { display: inline-flex; align-items: center; gap: 9px; }
.hero-facts svg { color: #fff; flex-shrink: 0; }
@media (max-width: 760px) {
  .hero .wrap { padding-top: 64px; padding-bottom: 64px; }
  .hero-facts { gap: 16px 24px; }
}

/* How it works ------------------------------------------------------------- */
.how { padding: 96px 0 86px; }
.step {
  position: relative;
  padding: 38px 30px;
  background: #fff;
  border: 1px solid var(--line);
  transition: border-color .4s, transform .4s, box-shadow .4s;
}
.step:hover { border-color: var(--gold); transform: translateY(-5px); box-shadow: 0 26px 50px -26px rgba(0,0,0,.25); }
.step-n {
  font-family: var(--font-display);
  font-size: 58px; font-weight: 400; line-height: .85;
  color: #e0dcd2;
  margin-bottom: 16px;
  transition: color .4s;
}
.step:hover .step-n { color: var(--ink); }
.step .h3 { margin-bottom: 10px; }
.step p { font-size: 14.5px; line-height: 1.7; color: var(--muted); margin: 0; }

/* Eligibility -------------------------------------------------------------- */
.elig-copy .eyebrow { margin-bottom: 16px; }
.elig-copy .h2 { margin-bottom: 20px; }
.elig-copy .lede { margin: 0 0 22px; }
.elig-copy .lede:last-child { margin-bottom: 0; }
.flags { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.flagcard {
  display: flex; align-items: center; gap: 13px;
  padding: 15px 17px;
  background: #fff;
  border: 1px solid var(--line);
  transition: border-color .3s, transform .3s;
  font-size: 14.5px; font-weight: 500;
}
.flagcard:hover { border-color: var(--gold); transform: translateY(-2px); }
.flagcard svg { border: 1px solid var(--line-3); flex-shrink: 0; }

/* Cards (pricing, rules) --------------------------------------------------- */
.card { background: #fff; border: 1px solid var(--line); padding: 34px 30px; }
.card-gold { border-top: 3px solid var(--gold); }
.card-icon { color: var(--gold); margin-bottom: 18px; }
.card .eyebrow { margin-bottom: 12px; }
.stat { font-family: var(--font-display); font-size: 52px; line-height: 1; font-weight: 500; margin-bottom: 6px; }
.stat small { font-size: 20px; color: var(--muted-2); }
.card p { font-size: 14px; line-height: 1.7; color: var(--muted); margin: 14px 0 0; }
.card p strong { font-weight: 600; color: var(--ink); }
.card-head { display: flex; align-items: center; gap: 11px; margin-bottom: 18px; }
.card-head svg { color: var(--gold); flex-shrink: 0; }
.card-head.alert svg { color: var(--ink); }
.card-head.alert .eyebrow { font-weight: 700; }
.card-alert { border-left: 2px solid var(--ink); }
.card .list { display: flex; flex-direction: column; gap: 13px; }
.card .list + p, .card .warns + p { font-size: 13.5px; margin-top: 18px; }
.card .warns { display: flex; flex-direction: column; gap: 11px; }
.card-alert > p:first-of-type { margin: 0 0 16px; }

.doc { display: flex; gap: 13px; align-items: start; font-size: 14.5px; line-height: 1.65; color: var(--ink-2); }
.doc svg { color: var(--gold); flex-shrink: 0; margin-top: 3px; }
.warn { display: flex; gap: 12px; align-items: start; font-size: 14px; line-height: 1.65; color: var(--ink-2); }
.warn svg { color: var(--ink); flex-shrink: 0; margin-top: 3px; }

/* Required documents (dark) ------------------------------------------------ */
.docs-copy .eyebrow { margin-bottom: 16px; }
.docs-copy .h2 { margin-bottom: 24px; color: #fff; }
.docs-list { display: flex; flex-direction: column; gap: 15px; }
.docs-list .doc { color: rgba(255,255,255,.85); }
.panel-outline {
  border: 1px solid rgba(201,162,74,.3);
  background: rgba(255,255,255,.04);
  padding: 32px;
  margin-bottom: 20px;
}
.panel-head { display: flex; align-items: center; gap: 11px; margin-bottom: 16px; }
.panel-head svg { color: var(--gold); flex-shrink: 0; }
.panel-title { font-size: 11px; letter-spacing: .2em; text-transform: uppercase; color: var(--gold); font-weight: 700; }
.panel-outline p { font-size: 14px; line-height: 1.7; color: rgba(255,255,255,.8); margin: 0 0 16px; }
.panel-outline .docs-list { gap: 11px; font-size: 14px; color: rgba(255,255,255,.8); }
.panel-outline .docs-list .doc { color: inherit; font-size: 14px; }
.panel-outline .fine { font-size: 13px; line-height: 1.65; color: rgba(255,255,255,.55); margin: 16px 0 0; }
.panel-gold { border-left: 2px solid var(--gold); background: rgba(201,162,74,.1); padding: 24px 26px; }
.panel-gold .panel-head { margin-bottom: 12px; }
.panel-gold p { font-size: 14px; line-height: 1.7; color: rgba(255,255,255,.85); margin: 0; }

/* Travel rules ------------------------------------------------------------- */
.rules-intro { max-width: 640px; margin-bottom: 40px; }
.rules-intro .eyebrow { margin-bottom: 16px; }
.rules-intro .h2 { margin-bottom: 20px; }
.rules-intro .lede { margin: 0; }

/* Why choose --------------------------------------------------------------- */
.why-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2px;
  background: var(--line);
  border: 1px solid var(--line);
}
@media (max-width: 900px) { .why-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 520px) { .why-grid { grid-template-columns: 1fr; } }
.why { background: #fff; padding: 32px 26px; }
.why svg { color: var(--gold); margin-bottom: 14px; }
.why-t { font-size: 15px; font-weight: 600; margin-bottom: 6px; }
.why-p { font-size: 13.5px; line-height: 1.65; color: var(--muted); }
.section-head.tight { margin-bottom: 44px; }

/* FAQs --------------------------------------------------------------------- */
.faqs .wrap { max-width: 940px; }
.faqs-head { margin-bottom: 36px; }
.faqs-head .eyebrow { margin-bottom: 16px; }
.faq { border-bottom: 1px solid var(--line); }
.faq summary {
  cursor: pointer;
  padding: 22px 0;
  font-size: 16.5px; font-weight: 500; color: var(--ink);
  list-style: none;
  display: flex; justify-content: space-between; align-items: center; gap: 20px;
  transition: color .25s;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary:hover { color: var(--muted); }
.faq summary::after {
  content: "+";
  font-family: var(--font-display);
  font-size: 28px; color: var(--ink); line-height: 1; flex-shrink: 0;
}
.faq[open] summary::after { content: "–"; }
.faq p { margin: 0 0 22px; font-size: 14.5px; line-height: 1.75; color: var(--muted); max-width: 800px; }

/* CTA ---------------------------------------------------------------------- */
.cta { position: relative; padding: 96px 0; background: var(--ink); color: #fff; overflow: hidden; }
.cta-bg { position: absolute; inset: 0; overflow: hidden; }
.cta-bg img { width: 100%; height: 116%; object-fit: cover; opacity: .3; filter: grayscale(1); will-change: transform; }
.cta-bg::after { content: ""; position: absolute; inset: 0; background: rgba(10,10,10,.66); }
.cta .wrap { position: relative; }
.cta-copy { max-width: 640px; }
.cta-copy .eyebrow { margin-bottom: 18px; }
.cta-copy .h2 { color: #fff; margin-bottom: 20px; }
.cta-copy p { font-size: 16.5px; line-height: 1.75; color: rgba(255,255,255,.84); font-weight: 300; margin: 0 0 34px; }
.cta-actions { display: flex; gap: 13px; flex-wrap: wrap; }
@media (max-width: 760px) { .cta { padding: 64px 0; } }
