:root {
  --sp-ink: #151b26;
  --sp-muted: #56606e;
  --sp-navy: #07182d;
  --sp-navy-2: #0b243d;
  --sp-gold: #e19a3a;
  --sp-gold-light: #f0b862;
  --sp-vermilion: #a72e22;
  --sp-paper: #f3eee5;
  --sp-ivory: #fbf7ef;
  --sp-white: #fffdf9;
  --sp-line: rgba(21, 27, 38, .13);
  --sp-serif: "Cormorant Garamond", Georgia, serif;
  --sp-sans: "DM Sans", Arial, sans-serif;
  --sp-devanagari: "Noto Serif Devanagari", "Nirmala UI", serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 96px; }
body { margin: 0; background: var(--sp-paper); color: var(--sp-ink); font-family: var(--sp-sans); overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, summary { font: inherit; -webkit-tap-highlight-color: transparent; }
::selection { background: rgba(225, 154, 58, .28); }

.sp-announcement {
  align-items: center;
  background: var(--sp-vermilion);
  color: #fff;
  display: flex;
  font-size: 9px;
  font-weight: 700;
  gap: 26px;
  height: 34px;
  justify-content: center;
  letter-spacing: .15em;
}
.sp-announcement i { background: #e0b378; border-radius: 50%; height: 3px; width: 3px; }

.sp-header {
  align-items: center;
  background: rgba(255, 253, 249, .97);
  border-bottom: 1px solid #e7e0d7;
  display: flex;
  height: 84px;
  justify-content: space-between;
  padding: 0 clamp(22px, 5.5vw, 88px);
  position: sticky;
  top: 0;
  z-index: 30;
}
.sp-brand { align-items: center; display: flex; gap: 11px; }
.sp-brand img { height: 52px; object-fit: contain; width: 52px; }
.sp-brand > span { display: flex; flex-direction: column; font: 500 23px/.84 var(--sp-serif); letter-spacing: .03em; }
.sp-brand strong { font-weight: 700; }
.sp-brand small { color: #ae8047; font: 600 6px/1 var(--sp-sans); letter-spacing: .32em; margin-top: 8px; }
.sp-header nav { align-items: center; display: flex; font-size: 10px; font-weight: 600; gap: clamp(17px, 2.5vw, 37px); letter-spacing: .08em; text-transform: uppercase; }
.sp-header nav > a:not(.sp-nav-cta) { position: relative; }
.sp-header nav > a:not(.sp-nav-cta)::after { background: var(--sp-vermilion); bottom: -8px; content: ""; height: 1px; left: 50%; position: absolute; right: 50%; transition: .2s; }
.sp-header nav > a:hover::after { left: 0; right: 0; }
.sp-nav-cta { background: var(--sp-vermilion); color: #fff; padding: 12px 17px; transition: background .2s, transform .2s; }
.sp-nav-cta:hover { background: #8e251b; transform: translateY(-2px); }

.sp-hero {
  align-items: center;
  background:
    linear-gradient(90deg, rgba(7, 24, 45, .99), rgba(7, 24, 45, .87)),
    radial-gradient(circle at 78% 45%, rgba(225, 154, 58, .25), transparent 33%),
    var(--sp-navy);
  color: #fff;
  display: grid;
  gap: clamp(50px, 7vw, 110px);
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, .62fr);
  min-height: calc(100svh - 118px);
  overflow: hidden;
  padding: 92px clamp(24px, 7vw, 110px);
  position: relative;
}
.sp-hero::before {
  background-image: radial-gradient(rgba(255,255,255,.23) .65px, transparent .65px);
  background-size: 27px 27px;
  content: "";
  inset: 0;
  mask-image: linear-gradient(90deg, #000, transparent 68%);
  opacity: .18;
  position: absolute;
}
.sp-orbit { border: 1px solid rgba(225,154,58,.12); border-radius: 50%; position: absolute; right: -230px; }
.sp-orbit-one { height: 680px; top: 60px; width: 680px; }
.sp-orbit-two { height: 470px; top: 165px; width: 470px; right: -125px; }
.sp-hero-copy, .sp-hero-card { position: relative; z-index: 2; }

.sp-kicker { color: #a96a2b; font-size: 10px; font-weight: 700; letter-spacing: .23em; margin: 0 0 22px; text-transform: uppercase; }
.sp-kicker.sp-light { color: #e6b565; }
.sp-hero h1 {
  font: 500 clamp(57px, 6vw, 96px)/.92 var(--sp-serif);
  letter-spacing: -.052em;
  margin: 0;
  max-width: 770px;
}
.sp-hero h1 em { color: var(--sp-gold-light); display: block; font-weight: 500; margin-top: 9px; }
.sp-hero-hindi { border-left: 1px solid rgba(225,154,58,.7); color: #efd4aa; font: 500 clamp(18px,1.6vw,24px)/1.5 var(--sp-devanagari); margin: 34px 0 20px; padding: 4px 0 4px 17px; }
.sp-lede { color: rgba(255,255,255,.66); font: 500 clamp(17px,1.35vw,21px)/1.63 var(--sp-serif); margin: 0; max-width: 650px; }
.sp-actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 34px; }
.sp-button {
  align-items: center;
  border: 1px solid transparent;
  cursor: pointer;
  display: inline-flex;
  font-size: 11px;
  font-weight: 700;
  gap: 13px;
  justify-content: center;
  letter-spacing: .07em;
  min-height: 51px;
  padding: 0 23px;
  text-transform: uppercase;
  transition: background .2s, box-shadow .2s, transform .2s;
}
.sp-button:hover { transform: translateY(-3px); }
.sp-button-gold { background: var(--sp-gold); box-shadow: 0 12px 28px rgba(225,154,58,.18); color: var(--sp-navy); }
.sp-button-gold:hover { background: #efaa4e; box-shadow: 0 16px 34px rgba(225,154,58,.27); }
.sp-button-line { border-color: rgba(255,255,255,.2); color: rgba(255,255,255,.8); }
.sp-voluntary { align-items: center; color: rgba(255,255,255,.42); display: flex; font-size: 10px; gap: 9px; margin: 25px 0 0; }
.sp-voluntary span { background: var(--sp-gold); border-radius: 50%; height: 5px; width: 5px; }

.sp-hero-card {
  background: var(--sp-white);
  border-radius: 2px 58px 2px 58px;
  box-shadow: 0 36px 90px rgba(0,0,0,.34);
  color: var(--sp-ink);
  justify-self: end;
  max-width: 400px;
  padding: clamp(27px,3vw,44px);
  text-align: center;
  width: 100%;
}
.sp-hero-card > p { color: #8d663c; font-size: 9px; font-weight: 800; letter-spacing: .24em; margin: 0 0 20px; }
.sp-qr-frame { background: #fff; border: 1px solid var(--sp-line); margin: auto; max-width: 270px; padding: 15px; position: relative; }
.sp-qr-frame::before, .sp-qr-frame::after { border-color: var(--sp-gold); border-style: solid; content: ""; height: 26px; position: absolute; width: 26px; }
.sp-qr-frame::before { border-width: 2px 0 0 2px; left: -5px; top: -5px; }
.sp-qr-frame::after { border-width: 0 2px 2px 0; bottom: -5px; right: -5px; }
.sp-qr-frame img { image-rendering: pixelated; width: 100%; }
.sp-hero-card > strong { display: block; font-size: clamp(16px,1.7vw,21px); margin: 24px 0 6px; }
.sp-hero-card > span { color: var(--sp-muted); display: block; font: 500 13px var(--sp-serif); }
.sp-upi-intent { border-bottom: 1px solid var(--sp-ink); display: none; font-size: 10px; font-weight: 700; letter-spacing: .07em; margin-top: 20px; padding-bottom: 3px; text-transform: uppercase; }

.sp-section { padding: clamp(86px,9vw,140px) clamp(24px,7vw,110px); }
.sp-section-heading { align-items: end; display: grid; gap: 65px; grid-template-columns: minmax(0,1fr) minmax(300px,.55fr); margin-bottom: 55px; }
.sp-section h2, .sp-footer h2 { font: 500 clamp(46px,5vw,75px)/1 var(--sp-serif); letter-spacing: -.045em; margin: 0; }
.sp-section-heading > p, .sp-why-copy > p:last-child, .sp-support-copy > p { color: var(--sp-muted); font: 500 17px/1.7 var(--sp-serif); margin: 0; }

.sp-mission {
  background:
    linear-gradient(rgba(243,238,229,.9),rgba(243,238,229,.97)),
    radial-gradient(circle at 8% 12%,rgba(225,154,58,.15),transparent 34%);
}
.sp-mission-art { background: var(--sp-navy); box-shadow: 0 30px 75px rgba(21,27,38,.17); margin: 0; overflow: hidden; position: relative; }
.sp-mission-art::after { background: linear-gradient(180deg,transparent 58%,rgba(7,24,45,.88)); content: ""; inset: 0; position: absolute; }
.sp-mission-art img { aspect-ratio: 2/1; object-fit: cover; transition: transform 1s cubic-bezier(.2,.8,.2,1); width: 100%; }
.sp-mission-art:hover img { transform: scale(1.025); }
.sp-mission-art figcaption { align-items: end; bottom: 0; color: #fff; display: flex; justify-content: space-between; left: 0; padding: 28px 32px; position: absolute; right: 0; z-index: 2; }
.sp-mission-art figcaption span { font: 500 27px var(--sp-devanagari); }
.sp-mission-art figcaption small { color: rgba(255,255,255,.65); font-size: 9px; letter-spacing: .1em; text-transform: uppercase; }
.sp-mission-copy { display: grid; gap: 60px; grid-template-columns: 1.12fr .88fr; margin-top: 55px; }
.sp-mission-copy p { color: var(--sp-muted); font: 500 19px/1.72 var(--sp-serif); margin: 0; }
.sp-mission-copy p:first-child { color: var(--sp-ink); font-size: 24px; }
.sp-mission-copy p:first-child::first-letter { color: var(--sp-gold); float: left; font-size: 76px; line-height: .76; margin: 11px 9px 0 0; }

.sp-why {
  background: var(--sp-navy);
  color: #fff;
  display: grid;
  gap: clamp(55px,8vw,115px);
  grid-template-columns: minmax(0,.68fr) minmax(420px,1fr);
}
.sp-why-copy h2 { font-size: clamp(44px,4.5vw,68px); }
.sp-why-copy > p:last-child { color: rgba(255,255,255,.55); margin-top: 28px; }
.sp-cost-card { background: rgba(255,255,255,.055); border: 1px solid rgba(255,255,255,.11); display: grid; gap: 24px; grid-template-columns: 1fr auto 1fr; padding: clamp(28px,4vw,52px); }
.sp-metric { display: flex; flex-direction: column; gap: 9px; }
.sp-metric span { color: rgba(255,255,255,.47); font-size: 9px; letter-spacing: .08em; line-height: 1.45; text-transform: uppercase; }
.sp-metric strong { color: var(--sp-gold-light); font: 500 clamp(34px,3.4vw,51px) var(--sp-serif); }
.sp-income strong { color: #fff; }
.sp-times { align-items: center; display: flex; flex-direction: column; justify-content: center; max-width: 75px; text-align: center; }
.sp-times b { color: var(--sp-gold); font: 600 27px var(--sp-serif); }
.sp-times small { color: rgba(255,255,255,.35); font-size: 7px; line-height: 1.35; text-transform: uppercase; }
.sp-bars { display: flex; flex-direction: column; gap: 8px; grid-column: 1/-1; margin-top: 13px; }
.sp-bars span { display: block; height: 8px; position: relative; }
.sp-bars i { font-size: 7px; font-style: normal; letter-spacing: .08em; position: absolute; right: 0; text-transform: uppercase; top: -16px; }
.sp-production-bar { background: linear-gradient(90deg,#b75d22,#efb55c); width: 100%; }
.sp-production-bar i { color: var(--sp-gold-light); }
.sp-income-bar { background: rgba(255,255,255,.28); width: 10%; }
.sp-income-bar i { color: rgba(255,255,255,.38); left: 0; right: auto; top: 15px; white-space: nowrap; }
.sp-cost-card > p { color: rgba(255,255,255,.43); font-size: 10px; grid-column: 1/-1; line-height: 1.65; margin: 20px 0 0; }
.sp-why blockquote { border-top: 1px solid rgba(255,255,255,.12); font: 500 clamp(22px,2.15vw,31px)/1.45 var(--sp-serif); grid-column: 1/-1; margin: -42px 0 0; padding: 35px 0 0 55px; position: relative; }
.sp-why blockquote::before { color: var(--sp-gold); content: "“"; font-size: 65px; left: 0; line-height: .8; position: absolute; top: 35px; }

.sp-create { background: var(--sp-ivory); }
.sp-needs-grid { border-left: 1px solid var(--sp-line); border-top: 1px solid var(--sp-line); display: grid; grid-template-columns: repeat(2,1fr); }
.sp-needs-grid article { border-bottom: 1px solid var(--sp-line); border-right: 1px solid var(--sp-line); display: grid; gap: 27px; grid-template-columns: auto 1fr; min-height: 178px; padding: 31px; transition: background .2s, transform .2s; }
.sp-needs-grid article:hover { background: #fff; transform: translateY(-3px); }
.sp-needs-grid article > span { color: #ab682c; font: italic 14px var(--sp-serif); }
.sp-needs-grid h3 { font: 600 21px var(--sp-serif); letter-spacing: -.02em; margin: 0 0 11px; }
.sp-needs-grid p { color: var(--sp-muted); font-size: 12px; line-height: 1.65; margin: 0; }

.sp-support {
  background: radial-gradient(circle at 13% 30%,rgba(225,154,58,.16),transparent 31%),var(--sp-navy);
  color: #fff;
  display: grid;
  gap: clamp(60px,9vw,140px);
  grid-template-columns: minmax(0,1fr) minmax(370px,.64fr);
}
.sp-support h2 { font-size: clamp(48px,5vw,74px); }
.sp-support-copy > p { color: rgba(255,255,255,.56); margin-top: 28px; max-width: 650px; }
.sp-support-copy ul { border-bottom: 1px solid rgba(255,255,255,.12); border-top: 1px solid rgba(255,255,255,.12); display: grid; gap: 14px; list-style: none; margin: 36px 0 0; padding: 25px 0; }
.sp-support-copy li { align-items: center; color: rgba(255,255,255,.7); display: flex; font-size: 11px; gap: 11px; }
.sp-support-copy li span { align-items: center; border: 1px solid rgba(225,154,58,.46); border-radius: 50%; color: var(--sp-gold); display: flex; font-size: 8px; height: 20px; justify-content: center; width: 20px; }
details { border-bottom: 1px solid rgba(255,255,255,.12); padding: 21px 0; }
summary { color: rgba(255,255,255,.78); cursor: pointer; font-size: 11px; font-weight: 700; letter-spacing: .04em; }
details p { color: rgba(255,255,255,.5); font-size: 11px; line-height: 1.65; margin: 14px 0 0; }
.sp-payment-card { align-self: center; background: var(--sp-white); box-shadow: 0 40px 95px rgba(0,0,0,.32); color: var(--sp-ink); justify-self: end; max-width: 450px; padding: clamp(27px,3vw,40px); width: 100%; }
.sp-payment-head { align-items: center; display: flex; justify-content: space-between; margin-bottom: 23px; }
.sp-payment-head > span { align-items: center; display: flex; font: 600 23px var(--sp-serif); gap: 10px; }
.sp-payment-head img { height: 38px; object-fit: contain; width: 38px; }
.sp-payment-head i { background: #e9f4e8; border-radius: 99px; color: #47724b; font-size: 7px; font-style: normal; font-weight: 800; letter-spacing: .1em; padding: 7px 9px; text-transform: uppercase; }
.sp-payment-qr { border: 1px solid var(--sp-line); image-rendering: pixelated; margin: auto; max-width: 292px; padding: 10px; width: 100%; }
.sp-copy-row { align-items: center; border-bottom: 1px solid var(--sp-line); display: flex; justify-content: space-between; margin-top: 23px; padding-bottom: 19px; }
.sp-copy-row div, .sp-beneficiary { display: flex; flex-direction: column; gap: 5px; }
.sp-copy-row small, .sp-beneficiary small { color: #888d94; font-size: 7px; font-weight: 800; letter-spacing: .15em; }
.sp-copy-row strong { font-size: clamp(14px,1.25vw,17px); }
.sp-copy-row button { background: var(--sp-paper); border: 1px solid var(--sp-line); border-radius: 99px; cursor: pointer; font-size: 9px; font-weight: 700; min-width: 67px; padding: 9px 12px; }
.sp-beneficiary { margin-top: 17px; }
.sp-beneficiary strong { font: 600 15px var(--sp-serif); }
.sp-pay { display: none; margin-top: 23px; width: 100%; }

.sp-hindi { background: linear-gradient(135deg,rgba(225,154,58,.13),transparent 45%),#eee5d6; overflow: hidden; position: relative; }
.sp-hindi > img { height: 310px; opacity: .06; position: absolute; right: -35px; top: 24px; transform: rotate(-8deg); width: 310px; }
.sp-hindi > .sp-kicker { font-family: var(--sp-sans); position: relative; }
.sp-hindi h2 { font: 500 clamp(54px,6vw,86px)/1.25 var(--sp-devanagari); letter-spacing: -.05em; position: relative; }
.sp-hindi-columns { border-top: 1px solid rgba(21,27,38,.14); column-count: 2; column-gap: 75px; margin-top: 43px; padding-top: 38px; position: relative; }
.sp-hindi-columns p { break-inside: avoid; color: #414a56; font: 400 18px/1.9 var(--sp-devanagari); margin: 0 0 22px; }

.sp-voluntary-section { background: var(--sp-paper); }
.sp-disclosure { background: var(--sp-white); border-left: 4px solid var(--sp-gold); box-shadow: 0 20px 60px rgba(21,27,38,.08); display: grid; gap: 75px; grid-template-columns: .8fr 1.2fr; padding: clamp(36px,5.5vw,72px); }
.sp-disclosure h2 { font-size: clamp(42px,4vw,60px); }
.sp-disclosure > div:last-child { display: grid; gap: 17px; }
.sp-disclosure > div:last-child p { color: var(--sp-muted); font: 500 16px/1.7 var(--sp-serif); margin: 0; }

.sp-ways { background: var(--sp-ivory); padding-top: 0; }
.sp-pills { display: flex; flex-wrap: wrap; gap: 11px; }
.sp-pills > span { align-items: center; background: #fff; border: 1px solid var(--sp-line); border-radius: 99px; display: flex; font: 600 16px var(--sp-serif); gap: 13px; padding: 9px 19px 9px 9px; transition: border .2s, transform .2s; }
.sp-pills > span:hover { border-color: rgba(171,104,44,.5); transform: translateY(-3px); }
.sp-pills i { align-items: center; background: var(--sp-paper); border-radius: 50%; color: #a5662c; display: flex; font: normal 7px var(--sp-sans); height: 33px; justify-content: center; width: 33px; }

.sp-footer {
  background: radial-gradient(circle at 50% 130%,rgba(225,154,58,.22),transparent 42%),var(--sp-navy);
  color: #fff;
  overflow: hidden;
  padding: clamp(85px,9vw,135px) clamp(24px,7vw,110px) 30px;
  text-align: center;
}
.sp-footer > img { filter: drop-shadow(0 12px 35px rgba(225,154,58,.28)); height: 110px; margin: 0 auto 25px; object-fit: contain; width: 110px; }
.sp-footer > p { color: #e4b364; font-size: 8px; font-weight: 800; letter-spacing: .25em; margin: 0 0 25px; }
.sp-footer h2 { font-size: clamp(49px,6vw,84px); margin: auto; max-width: 1000px; }
.sp-footer > small { color: rgba(255,255,255,.5); display: block; font: 500 17px/1.7 var(--sp-serif); margin: 28px auto 0; max-width: 750px; }
.sp-mantras { display: flex; flex-wrap: wrap; gap: 14px; justify-content: center; margin-top: 47px; }
.sp-mantras span { border: 1px solid rgba(255,255,255,.13); border-radius: 99px; color: rgba(255,255,255,.77); font: 500 15px var(--sp-devanagari); padding: 10px 17px; }
.sp-footer-bottom { border-top: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.38); display: flex; font-size: 8px; justify-content: space-between; letter-spacing: .1em; margin-top: 68px; padding-top: 23px; text-transform: uppercase; }
.sp-footer-bottom a:hover { color: #fff; }

.sp-toast { background: #171411; bottom: 22px; color: #fff; font-size: 9px; left: 50%; letter-spacing: .08em; opacity: 0; padding: 12px 21px; pointer-events: none; position: fixed; transform: translate(-50%,70px); transition: .25s; z-index: 60; }
.sp-toast.show { opacity: 1; transform: translate(-50%,0); }

@media (max-width: 1030px) {
  .sp-header nav > a:not(.sp-nav-cta) { display: none; }
  .sp-hero { gap: 45px; grid-template-columns: minmax(0,1fr) minmax(300px,.7fr); }
  .sp-why, .sp-support { gap: 60px; grid-template-columns: 1fr; }
  .sp-why blockquote { margin-top: 0; }
  .sp-payment-card { justify-self: center; max-width: 510px; }
}

@media (max-width: 760px) {
  .sp-announcement { gap: 12px; justify-content: center; overflow: hidden; padding: 0 13px; white-space: nowrap; }
  .sp-announcement span:nth-of-type(2), .sp-announcement i:nth-of-type(2), .sp-announcement span:nth-of-type(3) { display: none; }
  .sp-header { height: 70px; padding: 0 16px; }
  .sp-brand img { height: 44px; width: 44px; }
  .sp-brand > span { font-size: 19px; }
  .sp-nav-cta { font-size: 8px; padding: 10px 11px; }
  .sp-hero { grid-template-columns: 1fr; min-height: 0; padding: 82px 22px 88px; }
  .sp-hero-card { justify-self: center; max-width: 430px; }
  .sp-upi-intent, .sp-pay { display: inline-flex; }
  .sp-section { padding: 78px 22px; }
  .sp-section-heading { align-items: start; gap: 23px; grid-template-columns: 1fr; margin-bottom: 40px; }
  .sp-mission-art img { aspect-ratio: 4/5; }
  .sp-mission-art figcaption { align-items: flex-start; flex-direction: column; gap: 8px; padding: 21px; }
  .sp-mission-copy { gap: 24px; grid-template-columns: 1fr; margin-top: 41px; }
  .sp-cost-card { grid-template-columns: 1fr; }
  .sp-times { align-items: center; flex-direction: row; gap: 9px; max-width: none; text-align: left; }
  .sp-bars { grid-column: 1; }
  .sp-cost-card > p { grid-column: 1; }
  .sp-needs-grid { grid-template-columns: 1fr; }
  .sp-support { padding-top: 83px; }
  .sp-hindi-columns { column-count: 1; }
  .sp-hindi > img { height: 220px; width: 220px; }
  .sp-disclosure { gap: 32px; grid-template-columns: 1fr; padding: 34px 25px; }
  .sp-ways { padding-top: 0; }
  .sp-pills > span { border-radius: 17px; width: 100%; }
}

@media (max-width: 470px) {
  .sp-brand small { display: none; }
  .sp-nav-cta { max-width: 110px; text-align: center; }
  .sp-hero h1 { font-size: clamp(50px,15vw,63px); }
  .sp-hero-card { border-radius: 2px 38px 2px 38px; padding: 27px 21px; }
  .sp-section h2, .sp-footer h2 { font-size: 42px; }
  .sp-needs-grid article { gap: 14px; grid-template-columns: 1fr; min-height: 0; padding: 25px; }
  .sp-payment-card { padding: 24px 19px; }
  .sp-copy-row { align-items: flex-end; gap: 10px; }
  .sp-copy-row strong { font-size: 13px; }
  .sp-hindi h2 { font-size: 49px; }
  .sp-footer-bottom { align-items: center; flex-direction: column; gap: 14px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; }
}
