
:root {
  --saffron: #ff8a00;
  --green: #138808;
  --navy: #0b1f4d;
  --blue: #1d4ed8;
  --cream: #fff8ea;
  --paper: #fffdf7;
  --gold: #d6a23a;
  --maroon: #6b1e2e;
  --border: #e7d8b4;
  --ink: #182033;
  --muted: #677080;
  --footer: #111827;
  --state-primary: var(--navy);
  --state-secondary: var(--saffron);
  --state-soft: #fff3d5;
  --shadow: 0 20px 48px rgba(38, 30, 20, 0.12);
}

* { box-sizing: border-box; }
html { max-width: 100%; overflow-x: hidden; scroll-behavior: smooth; }
body { max-width: 100%; margin: 0; overflow-x: hidden; color: var(--ink); background: var(--cream); font-family: Inter, "Segoe UI", Arial, sans-serif; letter-spacing: 0; }
a { color: inherit; text-decoration: none; }
p { max-width: 860px; margin: 0 0 18px; line-height: 1.68; }
h1, h2, h3 { margin: 0; color: var(--navy); letter-spacing: 0; }
h1 { font-size: 64px; line-height: 1.02; }
h2 { font-size: 36px; line-height: 1.14; }
h3 { font-size: 21px; line-height: 1.3; }

.site-header { position: sticky; top: 0; z-index: 30; background: rgba(255, 253, 247, 0.97); border-bottom: 1px solid var(--border); }
.site-header:before { content: ""; height: 4px; display: block; background: linear-gradient(90deg, var(--saffron) 0 33%, #fff 33% 66%, var(--green) 66% 100%); }
.header-inner { width: min(1400px, calc(100% - 40px)); min-height: 80px; margin: 0 auto; display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; gap: 7px 22px; }
.brand { flex: 0 0 auto; display: inline-flex; align-items: center; gap: 12px; }
.brand > span:last-child { display: grid; }
.brand b { color: var(--navy); font-size: 17px; }
.brand small { color: var(--saffron); font-size: 11px; font-weight: 900; letter-spacing: 0.14em; text-transform: uppercase; }
.chakra-mark { position: relative; width: 42px; height: 42px; display: grid; place-items: center; border: 2px solid var(--blue); border-radius: 50%; }
.chakra-mark:before, .chakra-mark:after, .chakra-mark i:before, .chakra-mark i:after { content: ""; position: absolute; width: 2px; height: 34px; background: var(--blue); left: 18px; top: 2px; }
.chakra-mark:after { transform: rotate(45deg); }
.chakra-mark i:before { transform: rotate(90deg); }
.chakra-mark i:after { transform: rotate(135deg); }
.primary-nav { min-width: 0; flex: 1 1 880px; display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 1px; color: #3a4865; font-size: 11px; font-weight: 900; }
.primary-nav a { padding: 9px 7px; border-bottom: 2px solid transparent; white-space: nowrap; }
.primary-nav a:hover, .primary-nav a:focus-visible { color: var(--maroon); border-bottom-color: var(--saffron); }

.kicker { margin: 0 0 12px; color: var(--saffron); font-size: 10px; font-weight: 900; letter-spacing: 0.15em; text-transform: uppercase; }
.primary-action, .secondary-action { min-height: 45px; padding: 0 18px; display: inline-flex; align-items: center; justify-content: center; font-size: 13px; font-weight: 900; }
.primary-action { color: #fff; background: var(--navy); border: 1px solid var(--navy); }
.primary-action:hover { background: var(--maroon); border-color: var(--maroon); }
.secondary-action { color: var(--navy); background: rgba(255,255,255,0.55); border: 1px solid var(--navy); }
.secondary-action:hover { color: #fff; background: var(--green); border-color: var(--green); }

.bharat-hero { min-height: 610px; padding: 68px max(24px, calc((100% - 1400px) / 2)); display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(520px, 0.95fr); align-items: center; gap: 45px; background-color: var(--cream); background-image: linear-gradient(90deg, rgba(255,248,234,0.98) 0%, rgba(255,248,234,0.9) 39%, rgba(255,248,234,0.12) 70%), url("/assets/bharat-atlas.jpg"); background-position: center; background-size: cover; border-bottom: 1px solid var(--border); }
.hero-copy h1 { max-width: 820px; }
.hero-copy > p:not(.kicker) { margin-top: 23px; color: #3f4960; font-size: 18px; }
.hero-copy > div { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 26px; }
.india-orbit { position: relative; min-height: 470px; }
.orbit-center { position: absolute; left: 50%; top: 50%; width: 112px; height: 112px; display: grid; place-items: center; align-content: center; color: #fff; background: rgba(11,31,77,0.92); border: 7px double var(--gold); border-radius: 50%; transform: translate(-50%, -50%); box-shadow: var(--shadow); }
.orbit-center span { font-size: 30px; font-weight: 900; }
.orbit-center b { font-size: 11px; text-transform: uppercase; }
.orbit-state { position: absolute; min-width: 110px; padding: 9px 12px; color: var(--navy); background: rgba(255,253,247,0.9); border: 1px solid var(--border); border-left: 4px solid var(--saffron); font-size: 11px; font-weight: 900; text-align: center; box-shadow: 0 8px 22px rgba(40,30,10,0.09); }
.orbit-state:hover { color: #fff; background: var(--green); border-color: var(--green); }
.orbit-1 { left: 4%; top: 12%; }.orbit-2 { left: 36%; top: 1%; }.orbit-3 { right: 4%; top: 13%; }.orbit-4 { right: 0; top: 43%; }.orbit-5 { right: 6%; bottom: 10%; }.orbit-6 { left: 39%; bottom: 0; }.orbit-7 { left: 3%; bottom: 12%; }.orbit-8 { left: 0; top: 45%; }.orbit-9 { left: 17%; top: 29%; }.orbit-10 { right: 17%; top: 28%; }

.pulse-strip { padding: 22px max(24px, calc((100% - 1400px) / 2)); display: grid; grid-template-columns: repeat(5, 1fr); color: #fff; background: var(--navy); }
.pulse-strip div { min-height: 58px; padding: 9px 18px; display: flex; flex-direction: column; justify-content: center; border-right: 1px solid #42537b; }
.pulse-strip div:last-child { border-right: 0; }
.pulse-strip span { color: var(--gold); font-size: 13px; font-weight: 900; }
.pulse-strip strong { margin-top: 4px; font-size: 11px; }

.content-band, .breadcrumbs, .page-intro { width: min(1340px, calc(100% - 48px)); margin: 0 auto; }
.content-band { padding: 76px 0; }
.wide-band { width: 100%; padding: 76px max(24px, calc((100% - 1340px) / 2)); }
.section-heading { margin-bottom: 34px; display: grid; grid-template-columns: minmax(0, 0.9fr) minmax(300px, 0.7fr); align-items: end; gap: 30px; }
.section-heading .kicker { grid-column: 1; }
.section-heading h2 { grid-column: 1; }
.section-heading > p:not(.kicker) { grid-column: 2; grid-row: 1 / span 2; margin: 0; color: var(--muted); }

.mandal-preview { overflow: hidden; }
.mandal-wheel { position: relative; min-height: 630px; margin-top: 20px; border: 1px solid var(--border); border-radius: 50%; background: radial-gradient(circle, rgba(255,255,255,0.8) 0 22%, transparent 22% 38%, rgba(214,162,58,0.09) 38% 39%, transparent 39% 55%, rgba(19,136,8,0.08) 55% 56%, transparent 56%); }
.mandal-center { position: absolute; left: 50%; top: 50%; width: 160px; height: 160px; display: grid; place-items: center; color: #fff; background: var(--navy); border: 9px double var(--gold); border-radius: 50%; transform: translate(-50%, -50%); font-size: 24px; font-weight: 900; }
.mandal-node { position: absolute; max-width: 190px; padding: 13px 17px; color: var(--navy); background: var(--paper); border: 1px solid var(--border); border-radius: 30px; font-size: 12px; font-weight: 900; text-align: center; }
.mandal-node:hover { color: #fff; background: var(--maroon); }
.node-1 { left: 42%; top: 7%; }.node-2 { right: 12%; top: 18%; }.node-3 { right: 4%; top: 46%; }.node-4 { right: 17%; bottom: 14%; }.node-5 { left: 42%; bottom: 6%; }.node-6 { left: 13%; bottom: 15%; }.node-7 { left: 3%; top: 47%; }.node-8 { left: 12%; top: 18%; }.node-9 { left: 42%; top: 30%; }

.featured-routes > div:last-child { border-top: 1px solid var(--border); }
.featured-routes a { padding: 24px 0; display: grid; grid-template-columns: 145px minmax(0, 1fr) 150px; align-items: center; gap: 25px; border-bottom: 1px solid var(--border); }
.featured-routes a > span { color: var(--saffron); font-size: 10px; font-weight: 900; text-transform: uppercase; }
.featured-routes h3 { font-size: 20px; }
.featured-routes p { margin: 6px 0 0; color: var(--muted); font-size: 12px; }
.featured-routes strong { color: var(--green); font-size: 10px; text-align: right; text-transform: uppercase; }
.featured-routes a:hover h3 { color: var(--maroon); }

.national-preview { display: grid; grid-template-columns: 0.55fr 1.45fr; gap: 50px; color: #fff; background: var(--maroon); }
.national-preview h2 { color: #fff; }
.national-preview > div:last-child { display: grid; border-top: 1px solid #9c6671; }
.national-preview a { padding: 15px 0; display: grid; grid-template-columns: 150px 1fr 190px; gap: 16px; border-bottom: 1px solid #9c6671; }
.national-preview a span { color: var(--gold); font-size: 10px; font-weight: 900; text-transform: uppercase; }
.national-preview a strong { font-size: 14px; }
.national-preview a em { color: #ffd7df; font-size: 11px; font-style: normal; text-align: right; }

.spotlight-strip { display: grid; border-top: 1px solid var(--border); }
.spotlight-strip article { display: grid; align-items: center; border-right: 1px solid var(--border); border-bottom: 1px solid var(--border); border-left: 1px solid var(--border); }
.spotlight-strip article span { color: var(--green); font-size: 10px; font-weight: 900; text-transform: uppercase; }
.spotlight-strip article p { margin: 0; color: var(--muted); font-size: 13px; }
.spotlight-strip article a { color: var(--maroon); font-size: 11px; font-weight: 900; text-align: right; text-transform: uppercase; }
.spotlight-strip article a:hover { color: var(--green); }
.spotlight-featured { min-height: 255px; padding: 42px; grid-template-columns: minmax(280px, 0.8fr) minmax(320px, 1.2fr) 170px; gap: 38px; color: #fff; background: var(--navy); border-top: 7px solid var(--saffron); }
.spotlight-featured div { padding-left: 22px; border-left: 3px solid var(--gold); }
.spotlight-featured span { color: var(--gold) !important; }
.spotlight-featured h3 { margin-top: 13px; color: #fff; font-size: 38px; }
.spotlight-featured p { color: #d7deed !important; font-size: 16px !important; }
.spotlight-featured a { min-height: 46px; padding: 0 16px; display: inline-flex; align-items: center; justify-content: center; color: var(--navy) !important; background: var(--gold); text-align: center !important; }
.spotlight-featured a:hover { color: #fff !important; background: var(--maroon); }
.spotlight-supporting { min-height: 130px; padding: 25px 30px; grid-template-columns: minmax(240px, 0.75fr) minmax(320px, 1.25fr) 170px; gap: 32px; background: rgba(255,253,247,0.66); }
.spotlight-supporting:nth-child(3) { background: rgba(255,239,206,0.34); }
.spotlight-supporting h3 { margin-top: 7px; font-size: 25px; }
.buyer-preview nav { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--border); }
.buyer-preview nav a { min-height: 70px; padding: 18px 18px 18px 44px; position: relative; display: flex; align-items: center; border-bottom: 1px solid var(--border); }
.buyer-preview nav a:before { content: ""; position: absolute; left: 14px; width: 15px; height: 15px; border: 2px solid var(--saffron); transform: rotate(45deg); }
.buyer-preview nav a:hover { color: var(--maroon); background: var(--paper); }
.contact-strip { width: min(1340px, calc(100% - 48px)); margin: 0 auto 78px; padding: 36px 42px; display: flex; align-items: center; justify-content: space-between; gap: 30px; background: var(--paper); border: 1px solid var(--border); border-left: 8px solid var(--green); box-shadow: var(--shadow); }
.contact-strip a { color: var(--blue); font-size: 17px; font-weight: 900; overflow-wrap: anywhere; }

.breadcrumbs { min-height: 50px; display: flex; align-items: center; gap: 8px; color: #72798a; font-size: 10px; font-weight: 900; text-transform: uppercase; }
.breadcrumbs a { color: var(--green); }
.page-intro { position: relative; min-height: 310px; padding: 55px 50px; display: grid; grid-template-columns: minmax(0, 1fr) 260px; align-items: center; gap: 70px; overflow: hidden; background: var(--paper); border: 1px solid var(--border); border-top: 6px solid var(--saffron); box-shadow: var(--shadow); }
.page-intro:after { content: ""; position: absolute; right: -90px; bottom: -130px; width: 330px; height: 330px; border: 2px double var(--gold); border-radius: 50%; opacity: 0.35; }
.page-intro > div, .page-intro aside { position: relative; z-index: 1; }
.page-intro h1 { font-size: 50px; }
.page-intro > div > p:not(.kicker) { margin-top: 20px; color: var(--muted); font-size: 17px; }
.page-intro aside { padding-left: 22px; border-left: 1px solid var(--border); }
.page-intro aside span { color: var(--maroon); font-size: 10px; font-weight: 900; text-transform: uppercase; }
.page-intro aside i { width: 58px; height: 3px; margin: 13px 0; display: block; background: linear-gradient(90deg, var(--saffron), var(--green)); }
.page-intro aside p { margin: 0; color: var(--muted); font-size: 13px; }

.india-map-layout { display: grid; grid-template-columns: 0.8fr 1.2fr; gap: 48px; align-items: start; }
.map-image-panel { position: sticky; top: 110px; padding: 14px; background: var(--paper); border: 1px solid var(--border); box-shadow: var(--shadow); }
.map-image-panel img { width: 100%; display: block; }
.region-routes { display: grid; }
.region-route { padding: 25px 0; display: grid; grid-template-columns: 55px 0.6fr 1.4fr; gap: 22px; border-top: 1px solid var(--border); }
.region-route:last-child { border-bottom: 1px solid var(--border); }
.region-route > span { color: var(--saffron); font-size: 24px; font-weight: 900; }
.region-route h2 { font-size: 25px; }
.region-route p { margin: 8px 0 0; color: var(--muted); font-size: 12px; }
.region-route nav { display: flex; flex-wrap: wrap; gap: 7px; }
.region-route nav a { padding: 7px 9px; background: var(--paper); border: 1px solid var(--border); font-size: 11px; font-weight: 800; }
.region-route nav a:hover { color: #fff; background: var(--state-primary); }

.state-index { display: grid; gap: 45px; }
.state-index-region { display: grid; grid-template-columns: 230px 1fr; gap: 35px; }
.state-index-region > div:last-child { border-top: 1px solid var(--border); }
.state-index-region a { padding: 18px 0; display: grid; grid-template-columns: 150px 1fr 110px 180px; gap: 16px; border-bottom: 1px solid var(--border); }
.state-index-region a > span { color: var(--navy); font-weight: 900; }
.state-index-region a p { margin: 0; color: var(--muted); font-size: 12px; }
.state-index-region a b, .state-index-region a em { font-size: 10px; font-style: normal; }
.state-index-region a b { color: var(--green); }
.state-index-region a em { color: var(--muted); }

.sector-mandal { display: grid; }
.mandal-band { padding: 29px 0; display: grid; grid-template-columns: 60px 0.55fr 1.45fr; gap: 24px; border-top: 1px solid var(--border); scroll-margin-top: 100px; }
.mandal-band:last-child { border-bottom: 1px solid var(--border); }
.mandal-band > span { width: 46px; height: 46px; display: grid; place-items: center; color: #fff; background: var(--navy); border: 4px double var(--gold); border-radius: 50%; font-size: 11px; font-weight: 900; }
.mandal-band h2 { font-size: 25px; }
.mandal-band p { margin: 9px 0 0; color: var(--muted); font-size: 13px; }
.mandal-band nav { display: flex; flex-wrap: wrap; align-content: start; gap: 7px; }
.mandal-band nav a { padding: 7px 9px; color: #33415e; background: var(--paper); border: 1px solid var(--border); font-size: 10px; font-weight: 800; }
.mandal-band nav a:hover { color: #fff; background: var(--maroon); }

.darpan-scroll { display: grid; border-top: 1px solid var(--border); }
.darpan-row { padding: 27px 0; display: grid; grid-template-columns: 1.05fr 1fr 0.7fr 125px; gap: 24px; align-items: start; border-bottom: 1px solid var(--border); }
.darpan-row > div > span { color: var(--saffron); font-size: 10px; font-weight: 900; text-transform: uppercase; }
.darpan-row h2 { margin-top: 7px; font-size: 24px; }
.darpan-row > div > p { margin: 9px 0 0; color: var(--muted); font-size: 12px; }
.darpan-row dl { margin: 0; display: grid; gap: 8px; }
.darpan-row dl div { display: grid; grid-template-columns: 90px 1fr; gap: 7px; }
.darpan-row dt { color: var(--muted); font-size: 9px; font-weight: 900; text-transform: uppercase; }
.darpan-row dd { margin: 0; font-size: 11px; line-height: 1.4; }
.darpan-row ul { margin: 0; padding-left: 17px; color: var(--muted); font-size: 11px; line-height: 1.5; }
.darpan-row > a { color: var(--green); font-size: 10px; font-weight: 900; text-align: right; text-transform: uppercase; }

.sabha-table { display: grid; gap: 42px; }
.sabha-head, .sabha-row { display: grid; grid-template-columns: 170px minmax(300px, 1fr) 110px 100px 180px; gap: 15px; align-items: center; }
.sabha-head { padding: 13px 16px; color: #fff; background: var(--navy); border-left: 5px solid var(--saffron); font-size: 9px; font-weight: 900; text-transform: uppercase; }
.sabha-section h2 { padding: 17px 0; font-size: 23px; border-bottom: 3px double var(--gold); }
.sabha-row { padding: 16px 10px; border-bottom: 1px solid var(--border); }
.sabha-row > span, .sabha-row b, .sabha-row em, .sabha-row strong { font-size: 10px; font-style: normal; }
.sabha-row > span { color: var(--maroon); font-weight: 900; text-transform: uppercase; }
.sabha-row h3 { font-size: 16px; }
.sabha-row p { margin: 4px 0 0; overflow: hidden; color: var(--muted); font-size: 11px; text-overflow: ellipsis; white-space: nowrap; }
.sabha-row b, .sabha-row em { color: var(--muted); }
.sabha-row strong { color: var(--green); text-align: right; }

.buyer-path-list, .dharma-wheel { display: grid; border-top: 1px solid var(--border); }
.buyer-path-list article, .dharma-wheel article { padding: 27px 0; display: grid; grid-template-columns: 75px 1fr; gap: 20px; border-bottom: 1px solid var(--border); }
.buyer-path-list article > span, .dharma-wheel article > span { color: var(--saffron); font-size: 27px; font-weight: 900; }
.buyer-path-list h2, .dharma-wheel h2 { font-size: 26px; }
.buyer-path-list p, .dharma-wheel p { margin: 9px 0 0; color: var(--muted); }
.paid-policy { display: grid; grid-template-columns: 0.7fr 1.3fr; gap: 50px; color: #fff; background: var(--maroon); }
.paid-policy h2 { color: #fff; }
.paid-policy > p { color: #f0dce0; }
.contact-page { margin-top: 70px; margin-bottom: 70px; padding: 48px; display: grid; gap: 15px; background: var(--paper); border: 1px solid var(--border); border-left: 8px solid var(--green); box-shadow: var(--shadow); }
.contact-page span { color: var(--saffron); font-size: 10px; font-weight: 900; text-transform: uppercase; }
.contact-page a { color: var(--blue); font-size: 29px; font-weight: 900; overflow-wrap: anywhere; }
.legal-copy { margin-top: 70px; margin-bottom: 70px; padding: 38px; background: var(--paper); border: 1px solid var(--border); border-top: 5px solid var(--gold); }
.legal-copy h2 { margin: 28px 0 10px; font-size: 26px; }
.legal-copy h2:first-child { margin-top: 0; }
.legal-copy p { color: var(--muted); }

.ranking-scroll-head, .profile-head, .state-hero { padding: 67px max(24px, calc((100% - 1340px) / 2)); display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(310px, 0.55fr); gap: 60px; align-items: start; background: var(--paper); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.ranking-scroll-head h1, .profile-head h1, .state-hero h1 { max-width: 930px; font-size: 52px; }
.ranking-scroll-head .lead, .profile-head > div > p, .state-hero > div > p:not(.kicker) { margin-top: 22px; color: #3d4658; font-size: 17px; }
.ranking-scroll-head aside, .profile-head aside, .state-hero aside { padding: 26px; background: var(--cream); border: 1px solid var(--border); border-top: 5px solid var(--state-secondary); box-shadow: 8px 8px 0 rgba(214,162,58,0.12); }
.ranking-scroll-head aside > span, .profile-head aside > span, .state-hero aside > span { color: var(--maroon); font-size: 10px; font-weight: 900; text-transform: uppercase; }
.ranking-scroll-head aside dl, .profile-head aside dl { margin: 18px 0 0; display: grid; }
.ranking-scroll-head aside dl div, .profile-head aside dl div { padding: 12px 0; display: grid; grid-template-columns: 120px 1fr; gap: 10px; border-bottom: 1px solid var(--border); }
.ranking-scroll-head dt, .profile-head dt { color: var(--state-primary); font-weight: 900; }
.ranking-scroll-head dd, .profile-head dd { margin: 0; color: var(--muted); font-size: 12px; }

.rank-ribbon > div:last-child { display: grid; grid-template-columns: repeat(3, 1fr); background: var(--navy); border-top: 6px solid var(--saffron); }
.rank-ribbon > div:last-child > div { min-height: 145px; padding: 23px; color: #fff; border-right: 1px solid #41517a; }
.rank-ribbon > div:last-child > div:last-child { border-right: 0; }
.rank-ribbon span { color: var(--gold); font-size: 12px; font-weight: 900; }
.rank-ribbon strong { margin: 12px 0 7px; display: block; font-size: 21px; }
.rank-ribbon p { margin: 0; color: #c5cde0; font-size: 12px; }

.company-scroll-list { display: grid; border-top: 1px solid var(--border); }
.company-scroll { position: relative; display: grid; grid-template-columns: 90px 1fr; border-bottom: 1px solid var(--border); background: rgba(255,253,247,0.48); }
.company-scroll:nth-child(even) { background: rgba(255,239,206,0.32); }
.company-scroll:after { content: ""; position: absolute; right: 0; top: 0; bottom: 0; width: 7px; background: linear-gradient(var(--saffron), var(--gold), var(--green)); opacity: 0.45; }
.scroll-rank { padding: 27px 10px; display: flex; flex-direction: column; align-items: center; border-right: 1px solid var(--border); }
.scroll-rank span { color: var(--muted); font-size: 9px; font-weight: 900; text-transform: uppercase; }
.scroll-rank b { margin-top: 8px; color: var(--state-primary); font-size: 29px; }
.scroll-body { padding: 27px 32px; }
.scroll-heading { display: flex; align-items: start; justify-content: space-between; gap: 22px; }
.scroll-heading p { margin: 0 0 7px; color: var(--saffron); font-size: 10px; font-weight: 900; text-transform: uppercase; }
.scroll-heading h3 { font-size: 27px; }
.scroll-heading > span { max-width: 220px; padding-bottom: 5px; color: var(--maroon); border-bottom: 1px solid var(--gold); font-size: 10px; font-weight: 900; text-align: right; text-transform: uppercase; }
.scroll-body > p { margin-top: 15px; color: #4c5362; }
.scroll-body dl { margin: 20px 0; display: grid; grid-template-columns: 0.7fr 1.3fr 0.5fr; border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.scroll-body dl div { padding: 13px; border-right: 1px solid var(--border); }
.scroll-body dl div:first-child { padding-left: 0; }
.scroll-body dl div:last-child { border-right: 0; }
.scroll-body dt { color: var(--muted); font-size: 9px; font-weight: 900; text-transform: uppercase; }
.scroll-body dd { margin: 5px 0 0; font-size: 12px; line-height: 1.45; }
.service-pills { display: flex; flex-wrap: wrap; gap: 6px; }
.service-pills span { padding: 6px 8px; color: #39435c; background: #fff2d7; border: 1px solid var(--border); font-size: 10px; font-weight: 800; }
.scroll-body ul { margin: 18px 0 0; padding-left: 18px; columns: 2; color: var(--muted); font-size: 12px; }
.scroll-body li { margin-bottom: 7px; break-inside: avoid; }
.scroll-actions { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 19px; }
.scroll-actions a { padding: 9px 12px; color: #fff; background: var(--navy); font-size: 10px; font-weight: 900; text-transform: uppercase; }
.scroll-actions a:last-child { color: var(--navy); background: transparent; border: 1px solid var(--navy); }
.scroll-actions a:hover { background: var(--maroon); color: #fff; border-color: var(--maroon); }

.state-fit, .inclusion, .state-routes { display: grid; grid-template-columns: 0.65fr 1.35fr; gap: 50px; color: #fff; background: var(--state-primary); }
.state-fit h2, .inclusion h2, .state-routes h2 { color: #fff; }
.state-fit p, .inclusion > p { color: #c9d1e1; }
.state-fit > div:last-child { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; }
.state-fit a { min-height: 62px; padding: 14px; display: grid; place-items: center; color: #fff; border: 1px solid rgba(255,255,255,0.3); font-weight: 900; }
.state-fit a:hover { color: var(--navy); background: var(--gold); }
.table-wrap { overflow-x: auto; background: var(--paper); border: 1px solid var(--border); }
.table-wrap table { width: 100%; min-width: 1120px; border-collapse: collapse; }
.table-wrap th, .table-wrap td { padding: 14px; text-align: left; vertical-align: top; border-bottom: 1px solid var(--border); line-height: 1.45; }
.table-wrap th { color: #fff; background: var(--navy); font-size: 9px; text-transform: uppercase; }
.table-wrap td { font-size: 11px; }
.table-wrap td a { color: var(--green); font-weight: 900; }
.buyer-check { display: grid; grid-template-columns: 0.55fr 1.45fr; gap: 45px; }
.buyer-check ul { margin: 0; padding: 0; display: grid; grid-template-columns: repeat(2, 1fr); gap: 8px; list-style: none; }
.buyer-check li { min-height: 66px; padding: 15px 15px 15px 43px; position: relative; display: flex; align-items: center; background: var(--paper); border: 1px solid var(--border); }
.buyer-check li:before { content: ""; position: absolute; left: 15px; width: 15px; height: 15px; border: 2px solid var(--green); transform: rotate(45deg); }
.inclusion > p { margin: 0; }
.faq-section > div:last-child { display: grid; gap: 7px; }
.faq-section details { background: var(--paper); border: 1px solid var(--border); border-left: 4px solid var(--saffron); }
.faq-section summary { padding: 18px 20px; color: var(--navy); font-weight: 900; cursor: pointer; }
.faq-section details p { padding: 0 20px 20px; color: var(--muted); }
.related-sectors nav, .nearby-states nav { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--border); border-left: 1px solid var(--border); }
.related-sectors a, .nearby-states a { min-height: 80px; padding: 17px; display: flex; align-items: center; border-right: 1px solid var(--border); border-bottom: 1px solid var(--border); font-weight: 800; }
.related-sectors a:hover, .nearby-states a:hover { color: #fff; background: var(--state-primary); }

.state-hero { background: linear-gradient(110deg, var(--state-soft), var(--paper)); border-top: 6px solid var(--state-secondary); }
.state-hero aside strong { margin: 13px 0; display: block; color: var(--state-primary); font-size: 25px; }
.state-hero aside p { color: var(--muted); font-size: 13px; }
.state-strengths > div:last-child { display: flex; flex-wrap: wrap; gap: 8px; }
.state-strengths span { min-height: 58px; padding: 12px 18px; display: inline-flex; align-items: center; gap: 12px; background: var(--paper); border: 1px solid var(--border); font-weight: 900; }
.state-strengths b { color: var(--state-secondary); }
.state-top > div:last-child { border-top: 1px solid var(--border); }
.state-routes nav { display: grid; grid-template-columns: repeat(2, 1fr); gap: 8px; }
.state-routes nav a { min-height: 76px; padding: 16px; display: flex; flex-direction: column; justify-content: space-between; color: #fff; border: 1px solid rgba(255,255,255,0.28); }
.state-routes nav span { color: var(--gold); font-size: 9px; font-weight: 900; text-transform: uppercase; }
.state-buyer { display: grid; grid-template-columns: 0.6fr 1.4fr; gap: 45px; border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.state-buyer > p { margin: 0; color: var(--muted); }

.profile-head .primary-action { margin-top: 10px; }
.profile-sections { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0 45px; }
.profile-sections article { padding: 30px 0; border-top: 1px solid var(--border); }
.profile-sections h2 { font-size: 26px; }
.profile-sections p:not(.kicker) { margin-top: 11px; color: var(--muted); }
.placement-scroll > div:last-child { border-top: 1px solid var(--border); }
.placement-scroll a { padding: 16px 0; display: grid; grid-template-columns: 55px 1fr; gap: 12px; border-bottom: 1px solid var(--border); }
.placement-scroll a span { color: var(--saffron); font-weight: 900; }
.placement-scroll a:hover strong { color: var(--green); }

.site-footer { padding: 60px max(24px, calc((100% - 1340px) / 2)) 22px; color: #aeb7c8; background: var(--footer); border-top: 4px solid var(--saffron); }
.footer-grid { display: grid; grid-template-columns: 1.5fr 0.8fr 0.8fr; gap: 55px; }
.footer-brand b { color: #fff; }
.footer-grid > div p { margin-top: 18px; color: #98a3b6; }
.footer-grid nav { display: grid; align-content: start; gap: 11px; }
.footer-grid nav a:hover { color: #fff; }
.footer-base { margin-top: 42px; padding-top: 18px; display: flex; justify-content: space-between; gap: 25px; border-top: 1px solid #344057; font-size: 10px; }

.state-kerala { --state-primary: #0d6259; --state-secondary: #1677a6; --state-soft: #edf9f2; }
.state-tamil-nadu { --state-primary: #6b1e2e; --state-secondary: #d6a23a; --state-soft: #f8ecde; }
.state-karnataka { --state-primary: #293b8f; --state-secondary: #7b4c9e; --state-soft: #f3ecdf; }
.state-maharashtra { --state-primary: #0b1f4d; --state-secondary: #ff8a00; --state-soft: #fff1d5; }
.state-gujarat { --state-primary: #8b2433; --state-secondary: #d6a23a; --state-soft: #fff4e5; }
.state-rajasthan { --state-primary: #174e8c; --state-secondary: #a13b43; --state-soft: #f8ead1; }
.state-punjab { --state-primary: #2e6a34; --state-secondary: #d6a23a; --state-soft: #fff5cf; }
.state-west-bengal { --state-primary: #8a2231; --state-secondary: #d05a45; --state-soft: #fff0e3; }
.state-goa { --state-primary: #176887; --state-secondary: #e46c5b; --state-soft: #eaf7f5; }
.state-assam { --state-primary: #2d6b3e; --state-secondary: #3e86a5; --state-soft: #eef4dc; }
.state-himachal-pradesh, .state-uttarakhand { --state-primary: #275f82; --state-secondary: #34664a; --state-soft: #eef6f7; }
.state-telangana { --state-primary: #4e2e7c; --state-secondary: #1d4ed8; --state-soft: #f1ecfb; }
.state-andhra-pradesh { --state-primary: #23588b; --state-secondary: #e38a16; --state-soft: #edf5fc; }
.state-odisha { --state-primary: #7b2c32; --state-secondary: #e08e2e; --state-soft: #fff2e4; }
.state-bihar, .state-jharkhand, .state-chhattisgarh, .state-madhya-pradesh { --state-primary: #4e5830; --state-secondary: #b87925; --state-soft: #f5f0df; }
.state-haryana, .state-uttar-pradesh { --state-primary: #31486e; --state-secondary: #d0982b; --state-soft: #f6f0df; }
.state-arunachal-pradesh, .state-manipur, .state-meghalaya, .state-mizoram, .state-nagaland, .state-sikkim, .state-tripura { --state-primary: #24665a; --state-secondary: #d28832; --state-soft: #edf7ef; }

@media (max-width: 1180px) {
  h1 { font-size: 54px; }
  .header-inner { padding: 9px 0; }
  .primary-nav { flex-basis: 100%; justify-content: center; }
  .bharat-hero { grid-template-columns: 1fr 0.8fr; }
  .pulse-strip { grid-template-columns: repeat(3, 1fr); }
  .darpan-row { grid-template-columns: 1fr 1fr; }
  .darpan-row > a { text-align: left; }
  .sabha-head, .sabha-row { grid-template-columns: 140px minmax(270px, 1fr) 90px 90px 150px; }
}

@media (max-width: 900px) {
  .site-header { position: static; }
  .header-inner { padding: 13px 0; align-items: flex-start; flex-direction: column; }
  .primary-nav { width: 100%; flex-basis: auto; justify-content: flex-start; }
  .bharat-hero, .national-preview, .india-map-layout, .page-intro, .ranking-scroll-head, .profile-head, .state-hero, .state-fit, .inclusion, .state-routes, .paid-policy { grid-template-columns: 1fr; }
  .bharat-hero { min-height: auto; }
  .india-orbit { min-height: 420px; }
  .section-heading { grid-template-columns: 1fr; }
  .section-heading > p:not(.kicker) { grid-column: 1; grid-row: auto; }
  .mandal-wheel { min-height: 700px; border-radius: 0; }
  .featured-routes a { grid-template-columns: 120px 1fr; }
  .featured-routes strong { grid-column: 2; text-align: left; }
  .national-preview a { grid-template-columns: 130px 1fr; }
  .national-preview a em { grid-column: 2; text-align: left; }
  .spotlight-featured, .spotlight-supporting { grid-template-columns: 1fr; gap: 18px; }
  .spotlight-featured { min-height: auto; padding: 34px; }
  .spotlight-supporting { padding: 24px; }
  .spotlight-strip article a { justify-self: start; text-align: left; }
  .state-index-region { grid-template-columns: 1fr; }
  .state-index-region a { grid-template-columns: 130px 1fr 100px; }
  .state-index-region a em { grid-column: 2 / -1; }
  .mandal-band { grid-template-columns: 55px 1fr; }
  .mandal-band nav { grid-column: 2; }
  .sabha-head { display: none; }
  .sabha-row { grid-template-columns: 1fr auto; }
  .sabha-row > span, .sabha-row > div { grid-column: 1; }
  .sabha-row strong { grid-column: 2; grid-row: 1; }
  .sabha-row p { white-space: normal; }
  .state-fit > div:last-child { grid-template-columns: repeat(2, 1fr); }
  .scroll-body dl { grid-template-columns: 1fr; }
  .scroll-body dl div, .scroll-body dl div:first-child { padding: 11px 0; border-right: 0; border-bottom: 1px solid var(--border); }
  .scroll-body dl div:last-child { border-bottom: 0; }
  .profile-sections { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-grid > div { grid-column: 1 / -1; }
}

@media (max-width: 640px) {
  h1, .ranking-scroll-head h1, .profile-head h1, .state-hero h1 { font-size: 37px; }
  h2 { font-size: 29px; }
  .content-band, .breadcrumbs, .page-intro, .contact-strip { width: min(100% - 30px, 1340px); }
  .content-band { padding-top: 50px; padding-bottom: 50px; }
  .wide-band, .ranking-scroll-head, .profile-head, .state-hero { padding: 48px 15px; }
  .chakra-mark { width: 34px; height: 34px; }
  .chakra-mark:before, .chakra-mark:after, .chakra-mark i:before, .chakra-mark i:after { height: 27px; left: 14px; top: 2px; }
  .primary-nav { font-size: 10px; }
  .primary-nav a { padding: 6px 5px; }
  .bharat-hero { padding: 38px 15px; gap: 20px; background-image: linear-gradient(rgba(255,248,234,0.92), rgba(255,248,234,0.75)), url("/assets/bharat-atlas.jpg"); }
  .hero-copy h1 { font-size: 40px; }
  .hero-copy > p:not(.kicker) { font-size: 15px; }
  .india-orbit { min-height: 380px; transform: scale(0.9); margin: -15px; }
  .orbit-state { min-width: 90px; padding: 7px 8px; font-size: 9px; }
  .pulse-strip { padding-left: 15px; padding-right: 15px; grid-template-columns: 1fr; }
  .pulse-strip div { border-right: 0; border-bottom: 1px solid #42537b; }
  .mandal-wheel { min-height: auto; padding: 20px; display: grid; grid-template-columns: 1fr; gap: 8px; background: transparent; border-radius: 0; }
  .mandal-center, .mandal-node { position: static; max-width: none; width: auto; height: auto; transform: none; border-radius: 0; }
  .mandal-center { min-height: 60px; border: 5px double var(--gold); }
  .featured-routes a, .national-preview a { grid-template-columns: 1fr; gap: 8px; }
  .featured-routes strong, .national-preview a em { grid-column: auto; }
  .buyer-preview nav, .related-sectors nav, .nearby-states nav { grid-template-columns: 1fr; }
  .contact-strip { padding: 27px; align-items: flex-start; flex-direction: column; }
  .page-intro { min-height: auto; padding: 42px 23px; gap: 28px; }
  .page-intro h1 { font-size: 36px; }
  .page-intro aside { padding: 20px 0 0; border-left: 0; border-top: 1px solid var(--border); }
  .map-image-panel { position: static; }
  .region-route { grid-template-columns: 45px 1fr; }
  .region-route nav { grid-column: 2; }
  .state-index-region a { grid-template-columns: 1fr; gap: 7px; }
  .state-index-region a em { grid-column: auto; }
  .mandal-band { grid-template-columns: 1fr; gap: 12px; }
  .mandal-band nav { grid-column: auto; }
  .darpan-row, .buyer-path-list article, .dharma-wheel article { grid-template-columns: 1fr; }
  .darpan-row > a { text-align: left; }
  .sabha-row { grid-template-columns: 1fr; }
  .sabha-row > span, .sabha-row > div, .sabha-row strong { grid-column: 1; grid-row: auto; text-align: left; }
  .contact-page { padding: 28px; }
  .contact-page a { font-size: 20px; }
  .rank-ribbon > div:last-child, .buyer-check, .state-buyer, .profile-sections { grid-template-columns: 1fr; }
  .rank-ribbon > div:last-child > div { border-right: 0; border-bottom: 1px solid #41517a; }
  .company-scroll { grid-template-columns: 1fr; }
  .scroll-rank { padding: 13px 18px; flex-direction: row; justify-content: space-between; border-right: 0; border-bottom: 1px solid var(--border); }
  .scroll-rank b { margin: 0; }
  .scroll-body { padding: 23px 19px; }
  .scroll-heading { flex-direction: column; }
  .scroll-heading > span { max-width: none; text-align: left; }
  .scroll-body ul { columns: 1; }
  .state-fit > div:last-child, .buyer-check ul, .state-routes nav { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-grid > div { grid-column: auto; }
  .footer-base { flex-direction: column; }
}
