:root {
  --saffron: #f15a13;
  --saffron-dark: #ce3f04;
  --saffron-soft: #fff0e5;
  --green: #087b3c;
  --green-dark: #05612e;
  --green-soft: #e9f7ef;
  --ink: #261712;
  --ink-soft: #584944;
  --muted: #786d67;
  --line: #eadfd5;
  --paper: #fffdf9;
  --cream: #fbf5ea;
  --cream-deep: #f4eadb;
  --blue: #176dad;
  --red: #bc2e2e;
  --shadow-sm: 0 8px 24px rgba(73, 42, 20, .08);
  --shadow-md: 0 18px 50px rgba(73, 42, 20, .12);
  --shadow-lg: 0 28px 80px rgba(73, 42, 20, .16);
  --radius-sm: 14px;
  --radius: 22px;
  --radius-lg: 30px;
  --font: "Noto Sans Devanagari", "Mangal", "Kohinoor Devanagari", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --safe-bottom: env(safe-area-inset-bottom, 0px);
}

* { box-sizing: border-box; }
html { width: 100%; scroll-behavior: smooth; scroll-padding-top: 88px; }
body {
  width: 100%;
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 5% 0%, rgba(241,90,19,.09), transparent 24rem),
    radial-gradient(circle at 95% 9%, rgba(8,123,60,.07), transparent 26rem),
    linear-gradient(180deg, #fffdfa 0%, #fbf4e9 45%, #fffdfa 100%);
  font-family: var(--font);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: .22;
  z-index: -1;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='92' height='92' viewBox='0 0 92 92'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.82' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.05'/%3E%3C/svg%3E");
}

img { max-width: 100%; display: block; }
a { color: inherit; }
button, input, select, textarea { max-width: 100%; font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { color: inherit; text-align: center; }
svg { display: block; }
.svg-sprite { position: absolute; width: 0; height: 0; overflow: hidden; }
.material-symbols-outlined {
  display: block;
  flex: 0 0 auto;
  font-family: "Material Symbols Outlined";
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  font-feature-settings: "liga";
  -webkit-font-feature-settings: "liga";
  -webkit-font-smoothing: antialiased;
  font-variation-settings: "FILL" 0, "wght" 500, "GRAD" 0, "opsz" 24;
}
.install-button .material-symbols-outlined { font-size: 19px; }
.contact-icon .material-symbols-outlined { font-size: 20px; }
.heading-icon .material-symbols-outlined { font-size: 31px; }
.form-badge .material-symbols-outlined { color: var(--saffron); font-size: 28px; }
.input-shell > .material-symbols-outlined { color: #767d84; font-size: 21px; }
.textarea-shell > .material-symbols-outlined { margin-top: 15px; }
.panel-icon .material-symbols-outlined { font-size: 22px; }
.drop-camera .material-symbols-outlined { font-size: 30px; }
.remove-photo .material-symbols-outlined { font-size: 15px; }
.photo-map-head .material-symbols-outlined { font-size: 20px; }
.custom-check .material-symbols-outlined { color: #fff; font-size: 15px; opacity: 0; }
.consent-row input:checked + .custom-check .material-symbols-outlined { opacity: 1; }
.button-content .material-symbols-outlined { font-size: 25px; }
.privacy-note .material-symbols-outlined { font-size: 15px; }
.content-icon .material-symbols-outlined { font-size: 34px; }
.feature-pills .material-symbols-outlined { font-size: 14px; }
.contact-buttons .material-symbols-outlined { font-size: 19px; }
.install-dismiss .material-symbols-outlined { font-size: 18px; }
.camera-close .material-symbols-outlined { font-size: 20px; }
.camera-location-note .material-symbols-outlined { color: var(--green); font-size: 17px; }
.camera-capture .material-symbols-outlined { font-size: 17px; }
.dialog-close .material-symbols-outlined { font-size: 19px; }
.success-icon .material-symbols-outlined { font-size: 35px; }
.mobile-dock .material-symbols-outlined { font-size: 20px; }

:focus-visible {
  outline: 3px solid rgba(23,109,173,.35);
  outline-offset: 3px;
}

.network-status {
  position: fixed;
  z-index: 90;
  top: calc(10px + env(safe-area-inset-top, 0px));
  left: 50%;
  transform: translate(-50%, -160%);
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 32px;
  padding: 6px 12px;
  border-radius: 999px;
  color: #fff;
  background: rgba(18, 24, 20, .88);
  backdrop-filter: blur(12px);
  font-size: 12px;
  font-weight: 750;
  box-shadow: var(--shadow-sm);
  transition: transform .3s ease;
}
.network-status.show { transform: translate(-50%, 0); }
.network-dot { width: 8px; height: 8px; border-radius: 50%; background: #42dc82; box-shadow: 0 0 0 4px rgba(66,220,130,.18); }
.network-status.offline .network-dot { background: #ffbe47; box-shadow: 0 0 0 4px rgba(255,190,71,.18); }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255,253,249,.88);
  backdrop-filter: blur(18px) saturate(1.2);
  border-bottom: 1px solid rgba(234,223,213,.78);
}
.header-inner {
  width: min(1180px, calc(100% - 36px));
  min-height: 86px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr auto auto;
  align-items: center;
  gap: 28px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  text-decoration: none;
  min-width: 0;
}
.brand-mark {
  width: 64px;
  height: 64px;
  object-fit: cover;
  border-radius: 50%;
  border: 2px solid #fff;
  box-shadow: 0 4px 16px rgba(73,42,20,.14);
}
.brand-copy { display: grid; gap: 1px; min-width: 0; }
.brand-title { display: flex; align-items: center; line-height: 1; letter-spacing: -.04em; white-space: nowrap; }
.brand-title strong { font-size: clamp(27px, 2.5vw, 39px); font-weight: 900; }
.brand-title b {
  margin-left: 9px;
  padding: 5px 12px 4px;
  color: #fff;
  background: var(--saffron);
  border-radius: 10px;
  font-size: clamp(24px, 2.2vw, 34px);
  box-shadow: inset 0 -3px 0 rgba(110,30,0,.12);
}
.saffron-text { color: var(--saffron); }
.green-text { color: var(--green); }
.brand-tagline { color: var(--ink-soft); font-size: 13px; font-weight: 750; white-space: nowrap; }

.header-motto {
  display: grid;
  justify-items: end;
  transform: rotate(-4deg);
  font-size: 17px;
  line-height: 1.04;
  font-weight: 700;
}
.header-motto strong { font-size: 21px; }
.header-motto i {
  width: 118px;
  height: 5px;
  margin-top: 6px;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--saffron) 0 42%, #fff 42% 58%, var(--green) 58%);
  box-shadow: 0 1px 0 rgba(0,0,0,.06);
}
.install-button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 44px;
  padding: 10px 16px;
  border: 0;
  border-radius: 13px;
  color: #fff;
  background: linear-gradient(135deg, var(--saffron), #ff7b28);
  font-weight: 800;
  cursor: pointer;
  box-shadow: 0 10px 24px rgba(241,90,19,.2);
}
.install-button svg { width: 19px; height: 19px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }

.page-shell {
  width: min(1180px, calc(100% - 36px));
  margin: 26px auto 0;
  padding-bottom: 34px;
}

.hero-card {
  position: relative;
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr) 270px;
  gap: 30px;
  align-items: center;
  min-height: 402px;
  padding: 28px;
  overflow: hidden;
  border: 1px solid rgba(225,211,198,.96);
  border-radius: var(--radius-lg);
  background:
    radial-gradient(circle at 15% 100%, rgba(241,90,19,.10), transparent 30%),
    linear-gradient(135deg, rgba(255,255,255,.98), rgba(255,251,245,.96));
  box-shadow: var(--shadow-md);
}
.hero-card::before,
.hero-card::after {
  content: "";
  position: absolute;
  pointer-events: none;
}
.hero-card::before {
  width: 340px;
  height: 340px;
  right: -180px;
  top: -180px;
  border: 40px solid rgba(8,123,60,.035);
  border-radius: 50%;
}
.hero-card::after {
  left: 0;
  right: 0;
  bottom: 0;
  height: 5px;
  background: linear-gradient(90deg, var(--saffron) 0 34%, #fff 34% 65%, var(--green) 65%);
}

.hero-photo-wrap {
  position: relative;
  align-self: stretch;
  min-height: 342px;
  border-radius: 24px;
  overflow: hidden;
  background: linear-gradient(160deg, #fff5ec, #f7e8d8);
  box-shadow: inset 0 0 0 1px rgba(225,211,198,.78), 0 15px 34px rgba(73,42,20,.10);
}
.candidate-photo {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  min-height: 342px;
  object-fit: cover;
  object-position: 50% 20%;
}
.photo-accent { position: absolute; border-radius: 50%; filter: blur(1px); }
.photo-accent-a { width: 170px; height: 170px; right: -68px; top: -70px; background: rgba(241,90,19,.18); }
.photo-accent-b { width: 140px; height: 140px; left: -70px; bottom: -62px; background: rgba(8,123,60,.16); }
.ward-chip {
  position: absolute;
  z-index: 4;
  left: 14px;
  bottom: 14px;
  padding: 8px 13px 7px;
  color: #fff;
  background: rgba(33,21,16,.84);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255,255,255,.3);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 850;
}

.candidate-info { min-width: 0; }
.eyebrow,
.section-kicker {
  display: inline-block;
  color: var(--saffron);
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.candidate-info h1 {
  margin: 5px 0 0;
  font-size: clamp(42px, 4.6vw, 67px);
  line-height: 1.06;
  letter-spacing: -.045em;
  text-wrap: balance;
}
.candidate-role {
  margin: 8px 0 22px;
  color: var(--ink-soft);
  font-size: 17px;
  font-weight: 650;
}
.contact-list { display: grid; gap: 9px; }
.contact-list a {
  display: grid;
  grid-template-columns: 43px minmax(0,1fr);
  align-items: center;
  gap: 10px;
  min-height: 48px;
  padding: 5px 8px 5px 5px;
  text-decoration: none;
  border-radius: 14px;
  transition: background .2s ease, transform .2s ease;
}
.contact-list a:hover { background: var(--cream); transform: translateX(3px); }
.contact-icon {
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
}
.contact-icon.orange { background: var(--saffron); }
.contact-icon.green { background: var(--green); }
.contact-icon svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.contact-list span:last-child { min-width: 0; display: grid; gap: 1px; }
.contact-list small { color: var(--muted); font-size: 11px; font-weight: 700; }
.contact-list strong { font-size: 16px; overflow-wrap: anywhere; }

.hero-quote {
  position: relative;
  margin: 0;
  padding: 30px 8px 24px 28px;
  border-left: 1px solid var(--line);
  transform: rotate(-1.5deg);
}
.quote-mark { position: absolute; top: -2px; left: 15px; color: var(--saffron); font-size: 66px; font-family: Georgia, serif; line-height: 1; }
.hero-quote p { margin: 0; font-size: 25px; line-height: 1.4; font-weight: 650; }
.hero-quote p strong { font-size: 30px; }
.hero-quote footer { margin-top: 18px; font-size: 15px; font-weight: 800; }
.tricolor-stroke {
  display: block;
  width: 120px;
  height: 6px;
  margin: 14px 0 0 10px;
  border-radius: 999px;
  transform: rotate(-7deg);
  background: linear-gradient(90deg, var(--saffron) 0 42%, #fff 42% 58%, var(--green) 58%);
  box-shadow: 0 0 0 1px rgba(0,0,0,.04);
}

.form-card,
.content-card {
  border: 1px solid rgba(225,211,198,.92);
  border-radius: var(--radius-lg);
  background: rgba(255,253,249,.97);
  box-shadow: var(--shadow-md);
}
.form-card { padding: clamp(22px, 3vw, 38px); }
.form-heading {
  display: grid;
  grid-template-columns: 64px minmax(0,1fr) auto;
  align-items: center;
  gap: 18px;
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid var(--line);
}
.heading-icon {
  width: 62px;
  height: 62px;
  display: grid;
  place-items: center;
  color: #fff;
  border-radius: 18px;
  background: linear-gradient(145deg, var(--saffron), #ff7b24);
  box-shadow: 0 12px 26px rgba(241,90,19,.24);
}
.heading-icon svg { width: 31px; height: 31px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.form-heading h2,
.content-card h2,
.contact-card h2 {
  margin: 3px 0 3px;
  font-size: clamp(27px, 3vw, 42px);
  line-height: 1.18;
  letter-spacing: -.035em;
}
.form-heading > div,
.panel-title > div,
.camera-dialog-head > div { min-width: 0; }
.form-heading p { margin: 0; color: var(--muted); font-size: 14px; overflow-wrap: anywhere; }
.form-badge {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 16px;
  border: 1px solid #f0d8c6;
  border-radius: 16px;
  background: #fff6ed;
  color: #8d3d14;
  font-size: 12px;
  line-height: 1.35;
}
.form-badge svg { width: 28px; height: 28px; fill: none; stroke: var(--saffron); stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.form-badge strong { font-size: 14px; }

.issue-form { display: grid; gap: 22px; }
.field-grid { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 18px 22px; }
.field { display: grid; gap: 7px; min-width: 0; }
.field label { font-size: 14px; font-weight: 850; }
em { color: #d4382f; font-style: normal; }
.input-shell {
  min-height: 54px;
  display: grid;
  grid-template-columns: 24px minmax(0,1fr);
  align-items: center;
  gap: 10px;
  padding: 0 15px;
  border: 1.5px solid #ded5cf;
  border-radius: 13px;
  background: #fff;
  transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}
.input-shell:focus-within { border-color: var(--saffron); box-shadow: 0 0 0 4px rgba(241,90,19,.10); background: #fffdfb; }
.input-shell > svg { width: 21px; height: 21px; fill: none; stroke: #767d84; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.input-shell input,
.input-shell select,
.input-shell textarea {
  width: 100%;
  min-width: 0;
  border: 0;
  outline: 0;
  color: var(--ink);
  background: transparent;
  font-size: 15px;
}
.input-shell input { height: 51px; }
.input-shell select { height: 51px; cursor: pointer; }
.input-shell textarea { min-height: 126px; resize: vertical; padding: 14px 0; line-height: 1.6; }
.input-shell input::placeholder,
.input-shell textarea::placeholder { color: #a59b95; }
.textarea-shell { align-items: start; }
.textarea-shell > svg { margin-top: 15px; }
.field-error { display: none; color: var(--red); font-size: 11px; font-weight: 700; }
.field.invalid .input-shell { border-color: #d74d46; box-shadow: 0 0 0 4px rgba(215,77,70,.08); }
.field.invalid .field-error { display: inline; }
.field-meta { display: flex; align-items: center; justify-content: space-between; gap: 12px; color: var(--muted); font-size: 11px; }
.field-meta .field-error { margin-right: auto; }

.attachment-grid { display: grid; grid-template-columns: 1fr; }
.upload-panel {
  min-width: 0;
  padding: 19px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: linear-gradient(180deg,#fff,#fffcf8);
}
.panel-title { display: flex; align-items: center; gap: 11px; margin-bottom: 15px; }
.panel-icon { flex: 0 0 auto; width: 42px; height: 42px; display: grid; place-items: center; color: #fff; border-radius: 13px; }
.panel-icon.orange { background: var(--saffron); }
.panel-icon svg { width: 22px; height: 22px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.panel-title h3 { margin: 0; font-size: 17px; overflow-wrap: anywhere; }
.panel-title p { margin: 1px 0 0; color: var(--muted); font-size: 11px; line-height: 1.45; overflow-wrap: anywhere; }
.drop-zone {
  width: 100%;
  min-height: 165px;
  display: grid;
  place-items: center;
  align-content: center;
  gap: 7px;
  padding: 18px;
  text-align: center;
  border: 1.5px dashed #c9c0ba;
  border-radius: 15px;
  color: inherit;
  background: #fff;
  font: inherit;
  appearance: none;
  cursor: pointer;
  transition: border-color .2s ease, background .2s ease, transform .2s ease;
}
.drop-zone:hover,
.drop-zone:focus-visible { border-color: var(--saffron); background: var(--saffron-soft); transform: translateY(-1px); outline: 3px solid rgba(241,90,19,.16); outline-offset: 2px; }
.drop-zone:disabled { cursor: wait; opacity: .7; transform: none; }
.drop-camera { width: 50px; height: 50px; display: grid; place-items: center; color: #6e7880; border-radius: 15px; background: #f3f4f5; }
.drop-camera svg { width: 30px; height: 30px; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.drop-zone strong { font-size: 15px; line-height: 1.4; text-wrap: balance; }
.drop-zone small { color: var(--muted); font-size: 11px; line-height: 1.45; text-wrap: balance; }
.photo-evidence { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); align-items: stretch; gap: 14px; margin-top: 14px; }
.photo-evidence[hidden] { display: none; }
.photo-preview { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); align-content: start; gap: 8px; }
.preview-item { position: relative; aspect-ratio: 1; overflow: hidden; border: 2px solid transparent; border-radius: 12px; background: #f0ece8; cursor: pointer; transition: border-color .18s ease, box-shadow .18s ease; }
.preview-item:only-child { grid-column: 1 / -1; }
.preview-item.active { border-color: var(--green); box-shadow: 0 0 0 3px rgba(8,123,60,.12); }
.preview-item:focus-visible { outline: 3px solid rgba(8,123,60,.2); outline-offset: 2px; }
.preview-item img { width: 100%; height: 100%; object-fit: cover; }
.remove-photo {
  position: absolute;
  top: 5px;
  right: 5px;
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border: 0;
  border-radius: 50%;
  color: #fff;
  background: rgba(31,20,16,.76);
  backdrop-filter: blur(6px);
  cursor: pointer;
}
.remove-photo svg { width: 15px; height: 15px; fill: none; stroke: currentColor; stroke-width: 2.4; stroke-linecap: round; }
.photo-map-card { min-width: 0; overflow: hidden; display: flex; flex-direction: column; padding: 13px; border: 1px solid #cfe6d8; border-radius: 14px; background: var(--green-soft); }
.photo-map-head { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-bottom: 10px; }
.photo-map-head span { color: var(--green); font-size: 10px; font-weight: 850; }
.photo-map-head h4 { margin: 2px 0 0; font-size: 17px; }
.photo-map-head a { flex: 0 0 auto; width: 44px; height: 44px; display: grid; place-items: center; border-radius: 12px; color: #fff; background: var(--green); }
.photo-map-head svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.photo-map-card iframe { width: 100%; min-height: 250px; flex: 1 1 auto; border: 0; border-radius: 11px; background: #e8eee9; }

.consent-row {
  display: grid;
  grid-template-columns: 24px minmax(0,1fr);
  align-items: start;
  gap: 10px;
  padding: 14px 15px;
  border: 1px solid var(--line);
  border-radius: 13px;
  background: #fff;
  color: var(--ink-soft);
  font-size: 12px;
  line-height: 1.55;
  cursor: pointer;
}
.consent-row input { position: absolute; opacity: 0; pointer-events: none; }
.custom-check { width: 22px; height: 22px; display: grid; place-items: center; border: 1.5px solid #a99e97; border-radius: 6px; background: #fff; transition: .2s ease; }
.custom-check svg { width: 15px; height: 15px; fill: none; stroke: #fff; stroke-width: 3; stroke-linecap: round; stroke-linejoin: round; opacity: 0; }
.consent-row input:checked + .custom-check { border-color: var(--green); background: var(--green); }
.consent-row input:checked + .custom-check svg { opacity: 1; }
.consent-row input:focus-visible + .custom-check { outline: 3px solid rgba(23,109,173,.35); outline-offset: 3px; }
.consent-row.invalid { border-color: #d74d46; background: #fff8f7; }

.submit-wrap { display: grid; justify-items: center; gap: 9px; }
.submit-button {
  width: min(520px,100%);
  min-height: 58px;
  border: 0;
  border-radius: 16px;
  color: #fff;
  background: linear-gradient(135deg, var(--saffron-dark), var(--saffron), #ff7a23);
  box-shadow: 0 15px 30px rgba(241,90,19,.26), inset 0 1px 0 rgba(255,255,255,.25);
  font-size: 18px;
  font-weight: 900;
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease, opacity .2s ease;
}
.submit-button:hover { transform: translateY(-2px); box-shadow: 0 19px 38px rgba(241,90,19,.31), inset 0 1px 0 rgba(255,255,255,.25); }
.submit-button:active { transform: translateY(0); }
.submit-button[disabled] { opacity: .7; cursor: wait; }
.button-content,
.button-loading { align-items: center; justify-content: center; gap: 10px; }
.button-content { display: flex; }
.button-loading { display: none; }
.submit-button.loading .button-content { display: none; }
.submit-button.loading .button-loading { display: flex; }
.button-content svg { width: 25px; height: 25px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.spinner { width: 22px; height: 22px; border: 3px solid rgba(255,255,255,.45); border-top-color: #fff; border-radius: 50%; animation: spin .75s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }
.privacy-note,
.delivery-note { max-width: 72ch; margin: 0; color: var(--muted); text-align: center; font-size: 11px; line-height: 1.5; }
.privacy-note { display: inline-flex; align-items: center; gap: 6px; }
.privacy-note svg { width: 15px; height: 15px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.delivery-note { opacity: .85; }

.content-card { padding: clamp(22px, 3vw, 34px); }
.about-section { display: grid; grid-template-columns: 76px minmax(0,1fr); gap: 22px; margin-top: 18px; align-items: start; }
.content-icon { width: 68px; height: 68px; display: grid; place-items: center; color: var(--saffron); border-radius: 20px; background: var(--saffron-soft); }
.content-icon svg { width: 34px; height: 34px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.content-copy h2 { font-size: clamp(25px, 2.6vw, 36px); }
.content-copy p { margin: 10px 0 0; color: var(--ink-soft); line-height: 1.75; font-size: 15px; }
.feature-pills { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 19px; }
.feature-pills span { display: inline-flex; align-items: center; gap: 6px; padding: 7px 11px; border: 1px solid #cfe6d8; border-radius: 999px; color: var(--green-dark); background: var(--green-soft); font-size: 12px; font-weight: 800; }
.feature-pills svg { width: 14px; height: 14px; fill: none; stroke: currentColor; stroke-width: 2.5; stroke-linecap: round; stroke-linejoin: round; }

.contact-card {
  position: relative;
  min-height: 240px;
  display: grid;
  grid-template-columns: 205px minmax(0,1fr);
  align-items: center;
  gap: 30px;
  margin-top: 18px;
  padding: 28px 36px;
  overflow: hidden;
  color: #fff;
  border-radius: var(--radius-lg);
  background:
    radial-gradient(circle at 8% 100%, rgba(255,255,255,.18), transparent 26%),
    linear-gradient(125deg, #07562a, #078041 62%, #0c9a50);
  box-shadow: var(--shadow-md);
}
.contact-card::after { content: "73"; position: absolute; right: 24px; top: -40px; color: rgba(255,255,255,.06); font-size: 230px; font-weight: 950; line-height: 1; }
.contact-portrait { align-self: end; height: 220px; overflow: hidden; border-radius: 22px 22px 0 0; background: #fff; box-shadow: 0 -2px 0 rgba(255,255,255,.2), 0 16px 30px rgba(0,0,0,.18); }
.contact-portrait img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 18%; }
.contact-copy { position: relative; z-index: 2; }
.section-kicker.light { color: #ffd0ad; }
.contact-card h2 { max-width: 700px; font-size: clamp(28px,3vw,42px); }
.contact-card p { margin: 8px 0 18px; color: rgba(255,255,255,.78); }
.contact-buttons { display: flex; flex-wrap: wrap; gap: 9px; }
.contact-buttons a { min-height: 43px; display: inline-flex; align-items: center; gap: 8px; padding: 9px 13px; border: 1px solid rgba(255,255,255,.25); border-radius: 12px; color: #fff; background: rgba(255,255,255,.12); text-decoration: none; font-weight: 850; font-size: 13px; backdrop-filter: blur(6px); }
.contact-buttons a:hover { background: rgba(255,255,255,.2); }
.contact-buttons svg { width: 19px; height: 19px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }

.site-footer {
  position: relative;
  min-height: 190px;
  overflow: hidden;
  color: var(--ink);
  background: linear-gradient(180deg, rgba(255,253,249,0), #fff5e8 45%, #fee9d0 100%);
}
.footer-inner {
  position: relative;
  z-index: 2;
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto;
  padding: 32px 0 88px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
}
.footer-inner > div { display: grid; justify-items: center; }
.footer-inner strong { font-size: 22px; }
.footer-inner p { margin: 4px 0 0; color: var(--muted); font-size: 13px; }
.footer-tricolor { width: 170px; height: 6px; margin-top: 8px; border-radius: 999px; transform: rotate(-3deg); background: linear-gradient(90deg,var(--saffron) 0 42%,#fff 42% 58%,var(--green) 58%); box-shadow: 0 0 0 1px rgba(0,0,0,.04); }
.bikaner-skyline { position: absolute; left: 0; right: 0; bottom: 0; width: 100%; height: 108px; fill: #ee6a1f; opacity: .97; }
.bikaner-skyline .camel { fill: #b44b15; }

.mobile-dock { display: none; }

.install-banner {
  position: fixed;
  z-index: 100;
  left: 50%;
  bottom: calc(18px + var(--safe-bottom));
  width: min(620px, calc(100% - 28px));
  transform: translate(-50%, 20px);
  grid-template-columns: 56px minmax(0,1fr) auto;
  align-items: center;
  gap: 12px;
  padding: 12px;
  border: 1px solid rgba(255,255,255,.5);
  border-radius: 20px;
  color: #fff;
  background: rgba(31,23,19,.93);
  backdrop-filter: blur(18px) saturate(1.2);
  box-shadow: var(--shadow-lg);
  opacity: 0;
  transition: opacity .25s ease, transform .25s ease;
}
.install-banner[hidden] { display: none; }
.install-banner.visible { display: grid; opacity: 1; transform: translate(-50%, 0); }
.install-banner img { width: 56px; height: 56px; border-radius: 15px; }
.install-banner > div:nth-child(2) { min-width: 0; display: grid; gap: 2px; }
.install-banner strong { font-size: 14px; }
.install-banner span { color: rgba(255,255,255,.72); font-size: 11px; line-height: 1.4; }
.install-actions { display: flex; align-items: center; gap: 5px; }
.install-now { min-height: 39px; padding: 8px 13px; border: 0; border-radius: 11px; color: #fff; background: var(--saffron); font-weight: 850; cursor: pointer; }
.install-dismiss { width: 38px; height: 38px; display: grid; place-items: center; border: 0; border-radius: 11px; color: #fff; background: rgba(255,255,255,.09); cursor: pointer; }
.install-dismiss svg { width: 18px; height: 18px; fill: none; stroke: currentColor; stroke-width: 2.4; stroke-linecap: round; }

.camera-dialog {
  width: min(620px, calc(100% - 24px));
  max-height: calc(100dvh - 24px);
  padding: 16px;
  border: 0;
  border-radius: 24px;
  color: var(--ink);
  background: #fffdf9;
  box-shadow: var(--shadow-lg);
}
.camera-dialog::backdrop { background: rgba(18,13,11,.82); backdrop-filter: blur(6px); }
.camera-dialog-head { display: flex; align-items: center; justify-content: space-between; gap: 14px; margin-bottom: 12px; }
.camera-dialog-head span { color: var(--green); font-size: 11px; font-weight: 850; }
.camera-dialog-head span.location-error { color: #9d2a25; }
.camera-dialog-head h2 { margin: 2px 0 0; font-size: 23px; }
.camera-close { flex: 0 0 auto; width: 44px; height: 44px; display: grid; place-items: center; border: 0; border-radius: 13px; color: var(--ink-soft); background: #f3ece6; cursor: pointer; }
.camera-close svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 2.4; stroke-linecap: round; }
.camera-viewport { position: relative; overflow: hidden; aspect-ratio: 4 / 3; border-radius: 18px; background: #16120f; }
.camera-viewport video { width: 100%; height: 100%; display: block; object-fit: cover; }
.camera-guide { position: absolute; inset: 8%; border: 1px solid rgba(255,255,255,.45); border-radius: 14px; pointer-events: none; }
.camera-location-note { display: flex; align-items: center; justify-content: center; gap: 7px; margin: 11px 0; color: var(--muted); font-size: 11px; text-align: center; }
.camera-location-note svg { flex: 0 0 auto; width: 17px; height: 17px; fill: none; stroke: var(--green); stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.camera-capture { width: 100%; min-height: 52px; display: flex; align-items: center; justify-content: center; gap: 10px; border: 0; border-radius: 14px; color: #fff; background: var(--saffron); font-size: 15px; font-weight: 850; cursor: pointer; }
.camera-capture strong { font: inherit; }
.camera-capture span { width: 30px; height: 30px; display: grid; place-items: center; border: 2px solid rgba(255,255,255,.7); border-radius: 50%; }
.camera-capture svg { width: 17px; height: 17px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; }
.camera-capture:disabled { cursor: wait; opacity: .7; }

.app-dialog {
  width: min(440px, calc(100% - 28px));
  padding: 30px;
  border: 0;
  border-radius: 26px;
  text-align: center;
  color: var(--ink);
  background: #fffdf9;
  box-shadow: var(--shadow-lg);
}
.app-dialog::backdrop { background: rgba(31,21,17,.58); backdrop-filter: blur(5px); }
.dialog-close { position: absolute; top: 12px; right: 12px; width: 44px; height: 44px; display: grid; place-items: center; border: 0; border-radius: 12px; color: var(--ink-soft); background: #f5eee7; cursor: pointer; }
.dialog-close svg { width: 19px; height: 19px; fill: none; stroke: currentColor; stroke-width: 2.3; stroke-linecap: round; }
.dialog-app-icon { width: 82px; height: 82px; margin: 0 auto 13px; border-radius: 22px; box-shadow: var(--shadow-sm); }
.app-dialog h2 { margin: 0 0 8px; font-size: 25px; }
.app-dialog p { color: var(--muted); line-height: 1.6; }
.ios-steps { margin: 17px 0 21px; padding-left: 22px; color: var(--ink-soft); text-align: left; line-height: 1.65; }
.dialog-primary { width: 100%; min-height: 48px; border: 0; border-radius: 13px; color: #fff; background: var(--saffron); font-weight: 850; cursor: pointer; }
.dialog-primary:disabled { cursor: wait; opacity: .7; }
.permission-dialog { width: min(470px, calc(100% - 28px)); }
.permission-main-icon { width: 68px; height: 68px; margin: 0 auto 14px; display: grid; place-items: center; border-radius: 21px; color: #fff; background: linear-gradient(145deg, var(--saffron), var(--green)); box-shadow: 0 14px 28px rgba(73,42,20,.18); }
.permission-main-icon .material-symbols-outlined { font-size: 34px; }
.permission-list { display: grid; gap: 9px; margin: 20px 0; text-align: left; }
.permission-row { display: grid; grid-template-columns: 42px minmax(0,1fr) auto; align-items: center; gap: 11px; padding: 10px 12px; border: 1px solid var(--line); border-radius: 13px; background: #fff; }
.permission-icon { width: 42px; height: 42px; display: grid; place-items: center; border-radius: 12px; }
.permission-icon.orange { color: var(--saffron-dark); background: var(--saffron-soft); }
.permission-icon.green { color: var(--green); background: var(--green-soft); }
.permission-icon .material-symbols-outlined { font-size: 22px; }
.permission-row strong { font-size: 14px; }
.permission-state { padding: 5px 8px; border-radius: 999px; color: #805c00; background: #fff3c4; font-size: 10px; font-weight: 850; white-space: nowrap; }
.permission-state[data-state="granted"] { color: var(--green-dark); background: var(--green-soft); }
.permission-state[data-state="denied"] { color: #8f2723; background: #fee8e6; }
.permission-help { display: block; margin-top: 10px; color: var(--muted); font-size: 10px; line-height: 1.5; }
.success-icon { width: 70px; height: 70px; margin: 0 auto 14px; display: grid; place-items: center; color: #fff; border-radius: 50%; background: var(--green); box-shadow: 0 13px 28px rgba(8,123,60,.22); }
.success-icon svg { width: 35px; height: 35px; fill: none; stroke: currentColor; stroke-width: 2.5; stroke-linecap: round; stroke-linejoin: round; }
.reference-box { display: grid; gap: 3px; margin: 18px 0; padding: 12px; border: 1px dashed #d7ccc4; border-radius: 13px; background: #fff; }
.reference-box small { color: var(--muted); }
.reference-box strong { color: var(--saffron-dark); font-size: 19px; letter-spacing: .04em; }

.toast {
  position: fixed;
  z-index: 120;
  left: 50%;
  bottom: calc(24px + var(--safe-bottom));
  width: max-content;
  max-width: calc(100% - 28px);
  padding: 11px 15px;
  border-radius: 12px;
  color: #fff;
  background: rgba(29,21,17,.94);
  box-shadow: var(--shadow-md);
  font-size: 13px;
  font-weight: 750;
  transform: translate(-50%, 30px);
  opacity: 0;
  pointer-events: none;
  transition: .25s ease;
}
.toast.show { transform: translate(-50%,0); opacity: 1; }
.toast.error { background: #9d2a25; }
.toast.success { background: #086b35; }

@media (max-width: 1050px) {
  .header-inner { grid-template-columns: 1fr auto; }
  .header-motto { display: none; }
  .hero-card { grid-template-columns: 250px minmax(0,1fr); }
  .hero-quote { grid-column: 1 / -1; display: flex; align-items: center; justify-content: center; gap: 18px; padding: 19px 20px; border-left: 0; border-top: 1px solid var(--line); transform: none; text-align: center; }
  .quote-mark { position: static; }
  .hero-quote p { font-size: 20px; }
  .hero-quote p strong { font-size: 24px; }
  .hero-quote footer { margin: 0; }
  .tricolor-stroke { display: none; }
  .form-heading { grid-template-columns: 64px minmax(0,1fr); }
  .form-badge { display: none; }
}

@media (max-width: 760px) {
  html { scroll-padding-top: 72px; }
  body { padding-bottom: calc(77px + var(--safe-bottom)); }
  .site-header { position: sticky; }
  .header-inner { width: min(100% - 24px, 720px); min-height: 70px; gap: 8px; }
  .brand { gap: 9px; }
  .brand-mark { width: 48px; height: 48px; }
  .brand-title strong { font-size: 25px; }
  .brand-title b { margin-left: 6px; padding: 4px 8px 3px; border-radius: 8px; font-size: 22px; }
  .brand-tagline { font-size: 10px; }
  .install-button { width: 44px; min-height: 44px; justify-content: center; padding: 0; border-radius: 12px; }
  .install-button svg { margin: auto; }
  .install-button .material-symbols-outlined { margin: auto; font-size: 23px; }
  .install-button { font-size: 0; }

  .camera-dialog { width: calc(100% - 16px); max-height: calc(100dvh - 16px); padding: 12px; border-radius: 20px; }
  .camera-dialog-head h2 { font-size: 20px; }
  .camera-viewport { border-radius: 15px; }

  .page-shell { width: min(100% - 20px, 720px); margin-top: 12px; padding-bottom: 18px; }
  .hero-card { grid-template-columns: 112px minmax(0,1fr); gap: 14px; min-height: auto; padding: 14px; border-radius: 23px; }
  .hero-photo-wrap { min-height: 174px; height: 174px; border-radius: 18px; }
  .candidate-photo { min-height: 174px; height: 174px; object-position: 50% 18%; }
  .ward-chip { left: 8px; bottom: 8px; padding: 5px 8px 4px; font-size: 10px; }
  .eyebrow { font-size: 9px; letter-spacing: .04em; }
  .candidate-info h1 { margin-top: 2px; font-size: clamp(27px,8vw,31px); }
  .candidate-role { margin: 4px 0 9px; font-size: 11px; line-height: 1.35; }
  .contact-list { gap: 3px; }
  .contact-list a { grid-template-columns: 34px minmax(0,1fr); min-height: 44px; gap: 7px; padding: 4px 2px; border-radius: 10px; }
  .contact-icon { width: 34px; height: 34px; }
  .contact-icon svg { width: 15px; height: 15px; }
  .contact-icon .material-symbols-outlined { font-size: 15px; }
  .contact-list small { display: none; }
  .contact-list strong { font-size: 10.5px; line-height: 1.2; }
  .hero-quote { grid-column: 1/-1; margin: 0 -2px -2px; padding: 11px 9px; gap: 7px; border-radius: 14px; background: #fff6ed; }
  .quote-mark { font-size: 35px; }
  .hero-quote p { font-size: 13px; line-height: 1.35; }
  .hero-quote p strong { font-size: 15px; }
  .hero-quote footer { font-size: 10px; }

  .form-card,
  .content-card { border-radius: 22px; }
  .form-card { padding: 17px 14px 19px; }
  .form-heading { grid-template-columns: 48px minmax(0,1fr); gap: 11px; padding-bottom: 16px; margin-bottom: 17px; }
  .heading-icon { width: 48px; height: 48px; border-radius: 14px; }
  .heading-icon svg { width: 25px; height: 25px; }
  .heading-icon .material-symbols-outlined { font-size: 25px; }
  .form-heading h2 { font-size: clamp(22px,7vw,26px); line-height: 1.16; }
  .form-heading p { font-size: 11px; line-height: 1.5; }
  .form-badge { display: none; }
  .section-kicker { font-size: 9px; }
  .issue-form { gap: 17px; }
  .field-grid,
  .attachment-grid { grid-template-columns: 1fr; gap: 14px; }
  .field label { font-size: 12px; }
  .input-shell { min-height: 50px; padding: 0 12px; border-radius: 12px; }
  .input-shell input,
  .input-shell select { height: 51px; font-size: 16px; }
  .input-shell textarea { font-size: 16px; }
  .upload-panel { padding: 14px; border-radius: 16px; }
  .drop-zone { min-height: 145px; }
  .photo-evidence { grid-template-columns: 1fr; }
  .photo-map-card iframe { min-height: 220px; }
  .consent-row { font-size: 11px; }
  .submit-button { min-height: 54px; font-size: 16px; }

  .about-section { grid-template-columns: 1fr; gap: 13px; margin-top: 11px; padding: 20px 17px; }
  .content-icon { width: 52px; height: 52px; border-radius: 16px; }
  .content-icon svg { width: 27px; height: 27px; }
  .content-icon .material-symbols-outlined { font-size: 27px; }
  .content-copy h2 { font-size: 24px; }
  .content-copy p { font-size: 13px; line-height: 1.7; }
  .feature-pills { gap: 6px; }
  .feature-pills span { font-size: 10px; padding: 6px 9px; }
  .contact-card { grid-template-columns: 95px minmax(0,1fr); gap: 15px; min-height: 205px; margin-top: 11px; padding: 20px 15px 0; border-radius: 22px; }
  .contact-portrait { align-self: end; height: 174px; border-radius: 16px 16px 0 0; }
  .contact-card h2 { font-size: 22px; }
  .contact-card p { margin: 6px 0 11px; font-size: 11px; }
  .contact-buttons { gap: 6px; }
  .contact-buttons a { min-height: 44px; justify-content: center; padding: 8px 10px; border-radius: 10px; font-size: 10px; text-align: center; }
  .contact-buttons svg { width: 16px; height: 16px; }
  .contact-buttons .material-symbols-outlined { font-size: 16px; }
  .contact-card::after { right: -6px; top: -5px; font-size: 130px; }

  .site-footer { min-height: 180px; }
  .footer-inner { width: min(100% - 24px,720px); padding: 26px 0 84px; display: grid; justify-items: center; text-align: center; }
  .footer-inner strong { font-size: 18px; }
  .footer-inner p { font-size: 11px; }
  .bikaner-skyline { height: 87px; }

  .mobile-dock {
    position: fixed;
    z-index: 70;
    left: 50%;
    right: auto;
    bottom: calc(8px + var(--safe-bottom));
    width: auto;
    min-width: 0;
    display: grid;
    grid-template-columns: repeat(2,56px);
    align-items: center;
    justify-content: center;
    gap: 9px;
    padding: 7px;
    border: 1px solid rgba(255,255,255,.75);
    border-radius: 23px;
    background: rgba(255,253,249,.92);
    backdrop-filter: blur(18px) saturate(1.2);
    box-shadow: 0 13px 40px rgba(43,29,20,.22);
    transform: translateX(-50%);
  }
  .mobile-dock .dock-action { width: 56px; height: 56px; display: grid; place-items: center; border-radius: 17px; color: #fff; text-decoration: none; -webkit-tap-highlight-color: transparent; transition: transform .18s ease, box-shadow .18s ease; }
  .mobile-dock .dock-action:active { transform: scale(.94); }
  .mobile-dock .dock-action:focus-visible { outline: 3px solid rgba(31,21,17,.28); outline-offset: 3px; }
  .mobile-dock .dock-whatsapp { background: #179c4b; box-shadow: 0 8px 18px rgba(23,156,75,.3); }
  .mobile-dock .dock-call { background: var(--saffron); box-shadow: 0 8px 18px rgba(241,90,19,.3); }
  .mobile-dock svg { width: 27px; height: 27px; fill: none; stroke: currentColor; stroke-width: 2; stroke-linecap: round; stroke-linejoin: round; animation: whatsapp-breathe 2.4s cubic-bezier(.22,1,.36,1) infinite; }
  .mobile-dock .material-symbols-outlined { font-size: 28px; font-variation-settings: "FILL" 1, "wght" 500, "GRAD" 0, "opsz" 24; animation: call-ring 2.8s cubic-bezier(.22,1,.36,1) infinite; }

  .install-banner { bottom: calc(82px + var(--safe-bottom)); grid-template-columns: 48px minmax(0,1fr) auto; padding: 10px; border-radius: 17px; }
  .install-banner img { width: 48px; height: 48px; border-radius: 13px; }
  .install-banner strong { font-size: 12px; }
  .install-banner span { font-size: 9.5px; }
  .install-now { min-height: 36px; padding: 7px 10px; font-size: 11px; }
  .install-dismiss { width: 44px; height: 44px; }
  .toast { bottom: calc(84px + var(--safe-bottom)); }
}

@keyframes whatsapp-breathe {
  0%, 68%, 100% { transform: scale(1); }
  78% { transform: scale(1.13); }
  88% { transform: scale(1.04); }
}

@keyframes call-ring {
  0%, 62%, 100% { transform: rotate(0deg); }
  70% { transform: rotate(-13deg); }
  76% { transform: rotate(11deg); }
  82% { transform: rotate(-8deg); }
  88% { transform: rotate(5deg); }
}

@media (max-width: 410px) {
  .brand-tagline { display: none; }
  .brand-title strong { font-size: 22px; }
  .brand-title b { font-size: 19px; }
  .hero-card { grid-template-columns: 104px minmax(0,1fr); gap: 11px; padding: 12px; }
  .hero-photo-wrap,
  .candidate-photo { min-height: 162px; height: 162px; }
  .candidate-info h1 { font-size: 27px; }
  .contact-list strong { font-size: 9.5px; }
  .contact-card { grid-template-columns: 78px minmax(0,1fr); }
  .contact-portrait { height: 150px; }
  .contact-buttons a { padding: 6px 7px; font-size: 9px; }
  .install-banner > div:nth-child(2) span { display: none; }
}

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

@media print {
  .site-header, .mobile-dock, .install-banner, .network-status, .submit-wrap, .contact-card, .site-footer { display: none !important; }
  body { background: #fff; }
  .page-shell { width: 100%; margin: 0; }
  .hero-card, .form-card { box-shadow: none; break-inside: avoid; }
}
