/* Bespoke Delhi NCR, Noida and Delhi location pages --------------------- */

.gc-bespoke-location,
.gc-bespoke-location *,
.gc-bespoke-location *::before,
.gc-bespoke-location *::after { box-sizing: border-box; }
.gc-bespoke-location { overflow: clip; background: var(--gc-cream); color: var(--gc-ink); }
.gc-bespoke-location :is(h1,h2,h3,p,ul,ol,figure) { margin-top: 0; }
.gc-bespoke-location a { text-decoration: none; }
.gc-bespoke-location section { position: relative; }
.gc-bespoke-location .gc-eyebrow > span { background: var(--gc-purple); }
.gc-bespoke-location .gc-location-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.gc-bespoke-location .gc-button--primary { background: var(--gc-ink); color: #fff; }
.gc-bespoke-location .gc-button--primary:hover { background: var(--gc-purple); box-shadow: 0 14px 34px rgb(56 29 130 / 20%); transform: translateY(-2px); }
.gc-bespoke-location .gc-button--text { border-color: #cfc5b4; background: rgb(255 253 248 / 78%); color: var(--gc-ink); }

/* Shared evidence strip */
.gc-location-clientbar { padding: 0; border-block: 1px solid var(--gc-line); background: #fffdf8; }
.gc-location-clientbar .gc-shell { min-height: 106px; display: grid; grid-template-columns: auto 1fr minmax(230px,310px); gap: 30px; align-items: center; }
.gc-location-clientbar p { margin: 0; color: #655e54; font-size: 10px; font-weight: 850; letter-spacing: .11em; text-transform: uppercase; }
.gc-location-clientbar ul { display: flex; align-items: center; justify-content: center; gap: 10px; margin: 0; padding: 0; list-style: none; }
.gc-location-clientbar li { min-height: 52px; display: inline-flex; align-items: center; gap: 9px; padding: 8px 13px; border: 1px solid #d7cec0; border-radius: 12px; background: #f8f3e9; }
.gc-location-clientbar img,.gc-location-clientbar li > span { width: 31px; height: 31px; flex: 0 0 31px; border-radius: 8px; object-fit: contain; }
.gc-location-clientbar li > span { display: grid; place-items: center; background: #19151f; color: #fff; font-size: 13px; font-weight: 900; }
.gc-location-clientbar b { color: #211d19; font-size: 11px; white-space: nowrap; }
.gc-location-clientbar > .gc-shell > small { color: #766e63; font-size: 9px; line-height: 1.45; }

/* Shared conversion block */
.gc-ncr-convert,.gc-noida-convert,.gc-delhi-convert { padding: clamp(84px,8vw,124px) 0; background: var(--gc-cream); }
.gc-location-convert-heading { max-width: 850px; margin-bottom: 50px; }
.gc-location-convert-heading h2 { margin: 0 0 18px; font-size: clamp(42px,4.7vw,66px); letter-spacing: -.062em; line-height: 1; }
.gc-location-convert-heading > p:last-child { max-width: 690px; margin: 0; color: #5b544a; font-size: 17px; line-height: 1.68; }
.gc-location-convert-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 22px; align-items: start; }
.gc-location-convert-faq,.gc-location-convert-grid .gc-form-card { border: 1px solid #d7cdbd; border-radius: 24px; background: #fffdf8; }
.gc-location-convert-faq { padding: 30px; }
.gc-location-convert-faq > h3 { margin-bottom: 25px; font-size: 24px; letter-spacing: -.035em; }
.gc-location-convert-faq details { border-top: 1px solid #ded5c7; }
.gc-location-convert-faq details:last-child { border-bottom: 1px solid #ded5c7; }
.gc-location-convert-faq summary { position: relative; min-height: 64px; display: flex; align-items: center; padding: 15px 40px 15px 0; color: #211d18; font-size: 14px; font-weight: 800; line-height: 1.4; cursor: pointer; list-style: none; }
.gc-location-convert-faq summary::-webkit-details-marker { display: none; }
.gc-location-convert-faq summary i,.gc-location-convert-faq summary i::after { position: absolute; right: 4px; width: 12px; height: 2px; background: var(--gc-purple); content: ""; }
.gc-location-convert-faq summary i::after { right: 0; transform: rotate(90deg); transition: transform .18s ease; }
.gc-location-convert-faq details[open] summary i::after { transform: rotate(0); }
.gc-location-convert-faq details p { margin: -3px 36px 20px 0; color: #665e54; font-size: 13px; line-height: 1.65; }
.gc-location-convert-grid .gc-form-card { padding: clamp(25px,3.3vw,42px); box-shadow: 0 24px 60px rgb(40 28 12 / 9%); }
.gc-location-form-note { display: block; margin-top: 4px; color: #786f65; font-size: 9px; line-height: 1.5; }

/* Delhi NCR ------------------------------------------------------------- */
.gc-ncr-hero { padding: clamp(66px,7vw,104px) 0 clamp(74px,7vw,108px); background: radial-gradient(circle at 86% 10%,rgb(109 59 255 / 15%),transparent 31%),linear-gradient(rgb(42 35 24 / 4%) 1px,transparent 1px),linear-gradient(90deg,rgb(42 35 24 / 4%) 1px,transparent 1px),var(--gc-cream); background-size: auto,64px 64px,64px 64px,auto; }
.gc-ncr-hero__grid { display: grid; grid-template-columns: minmax(0,.95fr) minmax(490px,1.05fr); gap: clamp(46px,6vw,86px); align-items: center; }
.gc-ncr-hero__copy h1 { max-width: 690px; margin: 0 0 25px; font-size: clamp(55px,5.25vw,76px); font-weight: 780; letter-spacing: -.07em; line-height: .96; }
.gc-ncr-hero__copy > p:not(.gc-eyebrow) { max-width: 630px; margin-bottom: 29px; color: #534c41; font-size: clamp(17px,1.38vw,20px); line-height: 1.65; }
.gc-ncr-hero__copy > small { display: block; margin-top: 22px; color: #6b6358; font-size: 10px; font-weight: 800; }
.gc-ncr-hero__visual { position: relative; min-height: 500px; margin: 0; border: 1px solid #cabfaf; border-radius: 28px; background: #fff; box-shadow: 24px 24px 0 #e6dcff,0 28px 70px rgb(40 28 12 / 15%); overflow: hidden; }
.gc-ncr-hero__visual > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.gc-ncr-hero__visual::after { position: absolute; inset: 0; background: linear-gradient(180deg,transparent 48%,rgb(22 17 29 / 75%) 100%); content: ""; }
.gc-ncr-hero__visual > div { position: absolute; z-index: 2; right: 20px; bottom: 20px; left: 20px; display: grid; grid-template-columns: repeat(3,1fr); gap: 8px; padding: 18px; border: 1px solid rgb(255 255 255 / 28%); border-radius: 17px; background: rgb(25 20 31 / 91%); backdrop-filter: blur(10px); }
.gc-ncr-hero__visual > div small { grid-column: 1/-1; color: #baabdf; font-size: 8px; font-weight: 900; letter-spacing: .11em; }
.gc-ncr-hero__visual > div strong { padding: 10px; border: 1px solid #4b4055; border-radius: 9px; color: #fff; font-size: 11px; text-align: center; }
.gc-ncr-hero__visual > div b { grid-column: 1/-1; padding: 10px; border-radius: 9px; background: var(--gc-purple); color: #fff; font-size: 12px; text-align: center; }
.gc-ncr-hero__visual figcaption { position: absolute; z-index: 2; top: 14px; left: 16px; color: #665e55; font-size: 8px; }

.gc-ncr-markets { padding: clamp(84px,8vw,124px) 0; background: #fffdf8; }
.gc-ncr-markets header { display: grid; grid-template-columns: .55fr 1fr; gap: 50px; align-items: end; margin-bottom: 46px; }
.gc-ncr-markets header .gc-eyebrow { margin-bottom: 8px; }
.gc-ncr-markets h2 { margin: 0; font-size: clamp(45px,4.9vw,68px); letter-spacing: -.063em; line-height: .99; }
.gc-ncr-market-grid { display: grid; grid-template-columns: repeat(3,1fr); border: 1px solid #d5cbbb; border-radius: 26px; overflow: hidden; }
.gc-ncr-market-grid article { min-height: 400px; display: flex; flex-direction: column; padding: 31px; border-right: 1px solid #d5cbbb; background: var(--gc-cream); }
.gc-ncr-market-grid article:nth-child(2) { background: #eae2ff; }
.gc-ncr-market-grid article:last-child { border-right: 0; background: #1b1720; color: #fff; }
.gc-ncr-market-grid small { color: var(--gc-purple-dark); font-size: 9px; font-weight: 900; letter-spacing: .12em; }
.gc-ncr-market-grid article:last-child small { color: #aa8cff; }
.gc-ncr-market-grid h3 { margin: auto 0 18px; font-size: clamp(25px,2.25vw,32px); letter-spacing: -.04em; line-height: 1.08; }
.gc-ncr-market-grid article:last-child h3 { color: #fff; }
.gc-ncr-market-grid p { color: #5e574d; font-size: 14px; line-height: 1.65; }
.gc-ncr-market-grid article:last-child p { color: #beb5c4; }
.gc-ncr-market-grid a { min-height: 44px; display: inline-flex; align-items: center; margin-top: 18px; color: inherit; font-size: 11px; font-weight: 850; }

.gc-ncr-breaks { padding: clamp(86px,8vw,125px) 0; background: #17131e; color: #fff; }
.gc-ncr-breaks header { max-width: 960px; margin-bottom: 50px; }
.gc-ncr-breaks :is(.gc-eyebrow,h2) { color: #fff !important; }
.gc-ncr-breaks h2 { margin: 0; font-size: clamp(44px,5.1vw,70px); letter-spacing: -.062em; line-height: .99; }
.gc-ncr-breaks ol { margin: 0; padding: 0; border-top: 1px solid #413748; list-style: none; }
.gc-ncr-breaks li { display: grid; grid-template-columns: 58px 1fr; gap: 28px; padding: 30px 0; border-bottom: 1px solid #413748; }
.gc-ncr-breaks li > span { display: grid; width: 42px; height: 42px; place-items: center; border: 1px solid #584765; border-radius: 50%; color: #a98aff; font-size: 9px; font-weight: 900; }
.gc-ncr-breaks h3 { margin: 0 0 10px; color: #fff; font-size: clamp(25px,2.5vw,35px); letter-spacing: -.04em; }
.gc-ncr-breaks li p { max-width: 760px; margin: 0; color: #bdb3c3; font-size: 15px; line-height: 1.65; }

.gc-ncr-system { padding: clamp(84px,8vw,124px) 0; background: var(--gc-cream); }
.gc-ncr-system > .gc-shell > header { display: grid; grid-template-columns: 1.15fr .85fr; gap: 48px 86px; align-items: end; margin-bottom: 48px; }
.gc-ncr-system header .gc-eyebrow { grid-column: 1/-1; margin-bottom: -22px; }
.gc-ncr-system h2 { margin: 0; font-size: clamp(44px,4.8vw,66px); letter-spacing: -.06em; line-height: 1; }
.gc-ncr-system header > p:last-child { margin: 0; color: #5b544a; font-size: 17px; line-height: 1.68; }
.gc-ncr-system__grid { display: grid; grid-template-columns: 1fr 1fr; border: 1px solid #302937; border-radius: 26px; overflow: hidden; }
.gc-ncr-system__grid article { min-height: 530px; display: flex; flex-direction: column; padding: clamp(32px,4vw,50px); background: var(--gc-purple); color: #fff; }
.gc-ncr-system__grid article:last-child { background: #1b1720; }
.gc-ncr-system__grid article > span { color: #ded4ff; font-size: 9px; font-weight: 900; letter-spacing: .12em; }
.gc-ncr-system__grid h3 { max-width: 470px; margin: 70px 0 18px; color: #fff; font-size: clamp(33px,3.25vw,46px); letter-spacing: -.05em; line-height: 1.03; }
.gc-ncr-system__grid p { color: rgb(255 255 255 / 76%); font-size: 15px; line-height: 1.68; }
.gc-ncr-system__grid ul { margin: auto 0 0; padding: 0; border-top: 1px solid rgb(255 255 255 / 24%); list-style: none; }
.gc-ncr-system__grid li { border-bottom: 1px solid rgb(255 255 255 / 24%); }
.gc-ncr-system__grid a { min-height: 54px; display: flex; align-items: center; justify-content: space-between; color: #fff; font-size: 13px; font-weight: 850; }

.gc-ncr-month { padding: clamp(84px,8vw,120px) 0; background: #e8deff; }
.gc-ncr-month__grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(60px,9vw,130px); align-items: start; }
.gc-ncr-month h2 { margin: 0 0 20px; font-size: clamp(43px,4.7vw,64px); letter-spacing: -.06em; line-height: 1; }
.gc-ncr-month header > p:last-child { color: #5d5568; font-size: 16px; line-height: 1.68; }
.gc-ncr-month ol { margin: 0; padding: 0; border-top: 1px solid #bba9de; list-style: none; }
.gc-ncr-month li { display: grid; grid-template-columns: 45px 1fr; gap: 18px; padding: 22px 0; border-bottom: 1px solid #bba9de; }
.gc-ncr-month li > b { color: var(--gc-purple-dark); font-size: 10px; }
.gc-ncr-month li span { color: #5d5568; font-size: 13px; line-height: 1.55; }
.gc-ncr-month li strong { display: block; margin-bottom: 5px; color: #211c29; font-size: 17px; }

.gc-ncr-accountability { padding: clamp(84px,8vw,124px) 0; background: #fffdf8; }
.gc-ncr-accountability__grid { display: grid; grid-template-columns: 250px 1fr .8fr; gap: 40px; align-items: stretch; padding: 28px; border: 1px solid #d8cebe; border-radius: 26px; background: var(--gc-cream); }
.gc-ncr-accountability img { width: 100%; height: 100%; min-height: 340px; border-radius: 18px; object-fit: cover; filter: grayscale(1); }
.gc-ncr-accountability h2 { margin: 0 0 18px; font-size: clamp(36px,3.6vw,51px); letter-spacing: -.055em; line-height: 1.02; }
.gc-ncr-accountability p { color: #5b544a; font-size: 14px; line-height: 1.68; }
.gc-ncr-accountability aside { display: flex; flex-direction: column; justify-content: center; gap: 0; padding: 28px; border-radius: 18px; background: #1b1720; color: #fff; }
.gc-ncr-accountability aside small { margin-bottom: 14px; color: #a98aff; font-size: 9px; font-weight: 900; letter-spacing: .1em; }
.gc-ncr-accountability aside strong { padding: 13px 0; border-bottom: 1px solid #44394c; color: #fff; font-size: 13px; }

/* Noida ---------------------------------------------------------------- */
.gc-noida-hero { padding: clamp(64px,7vw,100px) 0 clamp(74px,7vw,106px); background: radial-gradient(circle at 84% 12%,rgb(109 59 255 / 16%),transparent 32%),var(--gc-cream); }
.gc-noida-hero__grid { display: grid; grid-template-columns: minmax(0,.94fr) minmax(500px,1.06fr); gap: clamp(46px,6vw,86px); align-items: center; }
.gc-noida-hero__copy h1 { max-width: 680px; margin: 0 0 25px; font-size: clamp(54px,5vw,72px); letter-spacing: -.068em; line-height: .97; }
.gc-noida-hero__copy > p:not(.gc-eyebrow) { max-width: 630px; margin-bottom: 28px; color: #534c41; font-size: clamp(17px,1.4vw,20px); line-height: 1.65; }
.gc-noida-hero__truth { display: grid; grid-template-columns: auto 1fr; gap: 8px 12px; max-width: 610px; margin-top: 24px; padding-top: 20px; border-top: 1px solid #d6ccbb; font-size: 12px; line-height: 1.5; }
.gc-noida-hero__truth b { color: var(--gc-purple-dark); }
.gc-noida-hero__truth span { color: #5e574c; }
.gc-noida-hero__visual { position: relative; min-height: 500px; margin: 0; border: 1px solid #d1c5b4; border-radius: 28px; box-shadow: 24px 24px 0 #e6dcff,0 28px 70px rgb(40 28 12 / 15%); overflow: hidden; }
.gc-noida-hero__visual img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.gc-noida-hero__visual::after { position: absolute; inset: 0; background: linear-gradient(180deg,transparent 48%,rgb(20 15 27 / 76%) 100%); content: ""; }
.gc-noida-hero__tag { position: absolute; z-index: 2; right: 20px; bottom: 20px; left: 20px; padding: 18px; border: 1px solid rgb(255 255 255 / 28%); border-radius: 16px; background: rgb(25 20 31 / 91%); color: #fff; backdrop-filter: blur(10px); }
.gc-noida-hero__tag small { display: block; margin-bottom: 6px; color: #b8a7e5; font-size: 8px; font-weight: 900; letter-spacing: .11em; }
.gc-noida-hero__tag strong { display: block; color: #fff; font-size: clamp(19px,1.7vw,25px); line-height: 1.17; }
.gc-noida-hero figcaption { position: absolute; z-index: 2; top: 14px; left: 16px; color: rgb(255 255 255 / 75%); font-size: 8px; }

.gc-noida-buyers { padding: clamp(84px,8vw,124px) 0; background: #fffdf8; }
.gc-noida-buyers header { max-width: 950px; margin-bottom: 48px; }
.gc-noida-buyers h2 { margin: 0; font-size: clamp(45px,5vw,68px); letter-spacing: -.063em; line-height: .99; }
.gc-noida-buyer-grid { display: grid; grid-template-columns: repeat(2,1fr); border: 1px solid #d5cbbb; border-radius: 26px; overflow: hidden; }
.gc-noida-buyer-grid article { min-height: 330px; display: flex; flex-direction: column; padding: 31px; border-right: 1px solid #d5cbbb; border-bottom: 1px solid #d5cbbb; background: var(--gc-cream); }
.gc-noida-buyer-grid article:nth-child(even) { border-right: 0; background: #eae2ff; }
.gc-noida-buyer-grid article:nth-child(n+3) { border-bottom: 0; }
.gc-noida-buyer-grid article > span { color: var(--gc-purple-dark); font-size: 9px; font-weight: 900; letter-spacing: .1em; }
.gc-noida-buyer-grid h3 { margin: 56px 0 15px; font-size: 30px; letter-spacing: -.045em; line-height: 1.05; }
.gc-noida-buyer-grid p { color: #5e574d; font-size: 14px; line-height: 1.65; }
.gc-noida-buyer-grid b { margin-top: auto; color: #312b39; font-size: 10px; text-transform: uppercase; }

.gc-noida-leaks { padding: clamp(86px,8vw,125px) 0; background: #17131e; color: #fff; }
.gc-noida-leaks__grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(60px,9vw,130px); }
.gc-noida-leaks :is(.gc-eyebrow,h2) { color: #fff !important; }
.gc-noida-leaks h2 { margin: 0 0 20px; font-size: clamp(43px,4.7vw,65px); letter-spacing: -.06em; line-height: 1; }
.gc-noida-leaks header > p:last-child { color: #beb5c4; font-size: 16px; line-height: 1.67; }
.gc-noida-leaks__list { border-top: 1px solid #423748; }
.gc-noida-leaks__list article { display: grid; grid-template-columns: 44px 1fr; gap: 20px; padding: 28px 0; border-bottom: 1px solid #423748; }
.gc-noida-leaks__list article > span { color: #a98aff; font-size: 10px; font-weight: 900; }
.gc-noida-leaks__list h3 { margin: 0 0 8px; color: #fff; font-size: 25px; letter-spacing: -.035em; }
.gc-noida-leaks__list p { margin: 0; color: #bdb4c2; font-size: 14px; line-height: 1.65; }

.gc-noida-decision { padding: clamp(82px,8vw,120px) 0; background: #e8deff; }
.gc-noida-decision header { display: grid; grid-template-columns: .6fr 1fr; gap: 50px; align-items: end; margin-bottom: 48px; }
.gc-noida-decision h2 { margin: 0; font-size: clamp(44px,4.8vw,65px); letter-spacing: -.06em; line-height: 1; }
.gc-noida-decision__path { display: grid; grid-template-columns: 1fr 28px 1fr 28px 1fr 28px 1fr; align-items: center; }
.gc-noida-decision__path article { min-height: 260px; display: flex; flex-direction: column; padding: 24px; border: 1px solid #bba8dd; border-radius: 18px; background: rgb(255 253 248 / 78%); }
.gc-noida-decision__path article > b { display: grid; width: 34px; height: 34px; place-items: center; border-radius: 50%; background: #1b1720; color: #fff; font-size: 9px; }
.gc-noida-decision__path h3 { margin: auto 0 12px; font-size: 23px; letter-spacing: -.035em; line-height: 1.1; }
.gc-noida-decision__path p { margin: 0; color: #61586b; font-size: 13px; line-height: 1.55; }
.gc-noida-decision__path > i { position: relative; height: 1px; background: #8e73c7; }
.gc-noida-decision__path > i::after { position: absolute; right: 0; top: -3px; width: 7px; height: 7px; border-top: 1px solid #8e73c7; border-right: 1px solid #8e73c7; transform: rotate(45deg); content: ""; }

.gc-noida-work { padding: clamp(84px,8vw,124px) 0; background: #fffdf8; }
.gc-noida-work header { max-width: 900px; margin-bottom: 46px; }
.gc-noida-work h2 { margin: 0; font-size: clamp(44px,4.8vw,66px); letter-spacing: -.06em; line-height: 1; }
.gc-noida-work__rows { border-top: 1px solid #d5cbbb; }
.gc-noida-work__rows > a { display: grid; grid-template-columns: 54px 1fr auto; gap: 28px; align-items: center; min-height: 142px; padding: 22px 0; border-bottom: 1px solid #d5cbbb; color: var(--gc-ink); }
.gc-noida-work__rows > a > span { display: grid; width: 42px; height: 42px; place-items: center; border-radius: 50%; background: #e8deff; color: var(--gc-purple-dark); font-size: 9px; font-weight: 900; }
.gc-noida-work__rows h3 { margin: 0 0 7px; font-size: 28px; letter-spacing: -.04em; }
.gc-noida-work__rows p { margin: 0; color: #625b50; font-size: 14px; line-height: 1.6; }
.gc-noida-work__rows > a > b { min-height: 44px; display: flex; align-items: center; color: var(--gc-purple-dark); font-size: 11px; }
.gc-noida-work__rows > a:hover h3 { color: var(--gc-purple-dark); }

.gc-noida-proof { padding: clamp(84px,8vw,124px) 0; background: var(--gc-cream); }
.gc-noida-proof__grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 18px; }
.gc-noida-proof__grid > div,.gc-noida-proof aside { border: 1px solid #d7cdbd; border-radius: 24px; }
.gc-noida-proof__grid > div { padding: clamp(34px,5vw,60px); background: #fffdf8; }
.gc-noida-proof h2 { margin: 0 0 30px; font-size: clamp(39px,4vw,55px); letter-spacing: -.055em; line-height: 1.02; }
.gc-noida-proof ol { margin: 0; padding: 0; border-top: 1px solid #ded5c7; list-style: none; }
.gc-noida-proof ol li { display: grid; grid-template-columns: 68px 1fr; gap: 18px; padding: 17px 0; border-bottom: 1px solid #ded5c7; }
.gc-noida-proof ol b { color: var(--gc-purple-dark); font-size: 10px; text-transform: uppercase; }
.gc-noida-proof ol span { color: #5f574d; font-size: 14px; line-height: 1.55; }
.gc-noida-proof aside { position: relative; min-height: 600px; display: flex; flex-direction: column; justify-content: end; padding: 34px; background: #1b1720; color: #fff; overflow: hidden; }
.gc-noida-proof aside img { position: absolute; inset: 0 0 auto; width: 100%; height: 300px; object-fit: cover; object-position: center 22%; filter: grayscale(1); }
.gc-noida-proof aside::after { position: absolute; inset: 190px 0 auto; height: 170px; background: linear-gradient(transparent,#1b1720); content: ""; }
.gc-noida-proof aside > :not(img) { position: relative; z-index: 2; }
.gc-noida-proof aside small { color: #a98aff; font-size: 9px; font-weight: 900; letter-spacing: .1em; }
.gc-noida-proof aside h3 { margin: 13px 0 14px; color: #fff; font-size: 31px; letter-spacing: -.045em; line-height: 1.05; }
.gc-noida-proof aside p { color: #bdb4c3; font-size: 14px; line-height: 1.65; }
.gc-noida-proof aside a { min-height: 44px; display: inline-flex; align-items: center; color: #fff; font-size: 12px; font-weight: 850; }

/* Delhi ---------------------------------------------------------------- */
.gc-delhi-hero { padding: clamp(64px,7vw,100px) 0 clamp(74px,7vw,106px); background: radial-gradient(circle at 86% 13%,rgb(244 185 0 / 14%),transparent 32%),linear-gradient(rgb(42 35 24 / 4%) 1px,transparent 1px),linear-gradient(90deg,rgb(42 35 24 / 4%) 1px,transparent 1px),var(--gc-cream); background-size: auto,64px 64px,64px 64px,auto; }
.gc-delhi-hero__grid { display: grid; grid-template-columns: minmax(0,1fr) minmax(470px,.9fr); gap: clamp(46px,6vw,86px); align-items: center; }
.gc-delhi-hero__copy h1 { max-width: 710px; margin: 0 0 25px; font-size: clamp(53px,4.9vw,71px); letter-spacing: -.068em; line-height: .97; }
.gc-delhi-hero__copy > p:not(.gc-eyebrow) { max-width: 640px; margin-bottom: 28px; color: #534c41; font-size: clamp(17px,1.4vw,20px); line-height: 1.65; }
.gc-delhi-hero__copy > ul { display: flex; flex-wrap: wrap; gap: 8px; margin: 24px 0 0; padding: 0; list-style: none; }
.gc-delhi-hero__copy > ul li { padding: 7px 10px; border: 1px solid #d6ccbb; border-radius: 999px; background: #fffdf8; color: #5b5449; font-size: 10px; font-weight: 800; }
.gc-delhi-search-card { min-height: 520px; padding: 28px; border: 1px solid #c9beae; border-radius: 28px; background: #fffdf8; box-shadow: 24px 24px 0 #f0dfaa,0 28px 70px rgb(40 28 12 / 15%); }
.gc-delhi-search-card > header { min-height: 58px; display: grid; grid-template-columns: 30px 1fr 30px; gap: 10px; align-items: center; padding: 10px 14px; border: 1px solid #d5cbbb; border-radius: 999px; background: #fff; }
.gc-delhi-search-card > header span { display: grid; width: 27px; height: 27px; place-items: center; border-radius: 50%; background: var(--gc-purple); color: #fff; font-size: 13px; font-weight: 900; }
.gc-delhi-search-card > header b { color: #24201b; font-size: 14px; }
.gc-delhi-search-card > header i { position: relative; width: 17px; height: 17px; border: 2px solid #61594f; border-radius: 50%; }
.gc-delhi-search-card > header i::after { position: absolute; right: -6px; bottom: -4px; width: 8px; height: 2px; background: #61594f; transform: rotate(48deg); content: ""; }
.gc-delhi-search-card > nav { display: flex; gap: 24px; min-height: 53px; align-items: center; border-bottom: 1px solid #ddd4c5; color: #797166; font-size: 11px; }
.gc-delhi-search-card > nav strong { position: relative; color: var(--gc-purple-dark); }
.gc-delhi-search-card > nav strong::after { position: absolute; right: 0; bottom: -18px; left: 0; height: 2px; background: var(--gc-purple); content: ""; }
.gc-delhi-search-card > article { display: grid; grid-template-columns: 170px 1fr; gap: 20px; margin-top: 22px; padding: 18px; border: 1px solid #d8cebd; border-radius: 18px; background: #fff; }
.gc-delhi-map { position: relative; min-height: 190px; border-radius: 13px; background: linear-gradient(35deg,#e6d7ff,#f7edce); overflow: hidden; }
.gc-delhi-map::before,.gc-delhi-map::after { position: absolute; width: 270px; height: 58px; border: 9px solid rgb(255 255 255 / 80%); border-radius: 50%; transform: rotate(-35deg); content: ""; }
.gc-delhi-map::before { top: 28px; left: -45px; }.gc-delhi-map::after { right: -40px; bottom: 26px; transform: rotate(38deg); }
.gc-delhi-map i { position: absolute; z-index: 2; width: 15px; height: 15px; border: 4px solid var(--gc-purple); border-radius: 50% 50% 50% 0; transform: rotate(-45deg); }
.gc-delhi-map i:nth-child(1) { top: 45px; left: 49px; }.gc-delhi-map i:nth-child(2) { top: 83px; right: 35px; }.gc-delhi-map i:nth-child(3) { bottom: 35px; left: 82px; }
.gc-delhi-map b { position: absolute; z-index: 2; right: 12px; bottom: 10px; color: #5d467e; font-size: 9px; letter-spacing: .12em; }
.gc-delhi-search-card article small { color: var(--gc-purple-dark); font-size: 8px; font-weight: 900; letter-spacing: .1em; }
.gc-delhi-search-card article h2 { margin: 9px 0 10px; font-size: 23px; letter-spacing: -.04em; line-height: 1.08; }
.gc-delhi-search-card article p { color: #6b6358; font-size: 11px; }
.gc-delhi-search-card article > div:last-child > div { display: flex; gap: 6px; }
.gc-delhi-search-card article > div:last-child > div span { flex: 1; padding: 8px 4px; border-radius: 8px; background: #ece3ff; color: #4f2ca8; font-size: 8px; font-weight: 800; text-align: center; }
.gc-delhi-search-card > footer { display: flex; align-items: center; gap: 8px; margin-top: 21px; padding: 13px; border-radius: 12px; background: #1b1720; color: #fff; }
.gc-delhi-search-card > footer span,.gc-delhi-search-card > footer b { font-size: 8px; font-weight: 850; text-transform: uppercase; }
.gc-delhi-search-card > footer i { flex: 1; height: 1px; background: #62536d; }
.gc-delhi-search-card > footer b { color: #cabaff; }
.gc-delhi-search-card > small { display: block; margin-top: 11px; color: #81786d; font-size: 8px; }

.gc-delhi-signalbar { padding: 0; border-block: 1px solid #d9cfbf; background: #fffdf8; }
.gc-delhi-signalbar .gc-shell { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.gc-delhi-signalbar p { margin: 0; color: #625b51; font-size: 10px; font-weight: 900; letter-spacing: .1em; text-transform: uppercase; }
.gc-delhi-signalbar ul { display: flex; gap: 8px; margin: 0; padding: 0; list-style: none; }
.gc-delhi-signalbar li { padding: 8px 10px; border: 1px solid #d6ccbb; border-radius: 999px; font-size: 10px; font-weight: 800; }

.gc-delhi-decision { padding: clamp(84px,8vw,124px) 0; background: #fffdf8; }
.gc-delhi-decision header { display: grid; grid-template-columns: .6fr 1fr; gap: 50px; align-items: end; margin-bottom: 50px; }
.gc-delhi-decision h2 { margin: 0; font-size: clamp(45px,4.9vw,68px); letter-spacing: -.063em; line-height: .99; }
.gc-delhi-decision__track { display: grid; grid-template-columns: repeat(4,1fr); margin: 0; padding: 0; border: 1px solid #d5cbbb; border-radius: 25px; list-style: none; overflow: hidden; }
.gc-delhi-decision__track li { min-height: 380px; display: grid; grid-template-rows: auto 1fr; padding: 28px; border-right: 1px solid #d5cbbb; background: var(--gc-cream); }
.gc-delhi-decision__track li:nth-child(even) { background: #f5ead0; }
.gc-delhi-decision__track li:last-child { border-right: 0; background: #1b1720; color: #fff; }
.gc-delhi-decision__track li > span { display: grid; width: 38px; height: 38px; place-items: center; border-radius: 50%; background: #fff; color: var(--gc-purple-dark); font-size: 9px; font-weight: 900; }
.gc-delhi-decision__track li:last-child > span { background: var(--gc-purple); color: #fff; }
.gc-delhi-decision__track li > div { align-self: end; }
.gc-delhi-decision__track small { color: #776c5e; font-size: 8px; font-weight: 900; letter-spacing: .1em; }
.gc-delhi-decision__track li:last-child small { color: #ab9db4; }
.gc-delhi-decision__track h3 { margin: 10px 0 13px; font-size: 25px; letter-spacing: -.04em; line-height: 1.08; }
.gc-delhi-decision__track li:last-child h3 { color: #fff; }
.gc-delhi-decision__track p { margin: 0; color: #625b50; font-size: 13px; line-height: 1.62; }
.gc-delhi-decision__track li:last-child p { color: #bbb2c0; }

.gc-delhi-friction { padding: clamp(86px,8vw,124px) 0; background: #17131e; color: #fff; }
.gc-delhi-friction__grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(60px,9vw,130px); }
.gc-delhi-friction :is(.gc-eyebrow,h2) { color: #fff !important; }
.gc-delhi-friction h2 { margin: 0 0 20px; font-size: clamp(43px,4.8vw,66px); letter-spacing: -.06em; line-height: 1; }
.gc-delhi-friction__grid > div:first-child > p:last-child { color: #bdb4c2; font-size: 16px; line-height: 1.68; }
.gc-delhi-friction__questions { border-top: 1px solid #413648; }
.gc-delhi-friction__questions article { padding: 24px 0; border-bottom: 1px solid #413648; }
.gc-delhi-friction__questions b,.gc-delhi-friction__questions span { display: block; }
.gc-delhi-friction__questions b { margin-bottom: 7px; color: #fff; font-size: 22px; letter-spacing: -.025em; }
.gc-delhi-friction__questions span { color: #a99fb0; font-size: 12px; }

.gc-delhi-review { padding: clamp(84px,8vw,124px) 0; background: var(--gc-cream); }
.gc-delhi-review__grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(55px,8vw,110px); align-items: center; }
.gc-delhi-review figure { position: relative; min-height: 560px; margin: 0; border-radius: 26px; box-shadow: 22px 22px 0 #f0dfaa; overflow: hidden; }
.gc-delhi-review figure img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.gc-delhi-review figcaption { position: absolute; right: 15px; bottom: 12px; left: 15px; padding: 10px; border-radius: 8px; background: rgb(25 20 31 / 76%); color: #fff; font-size: 8px; }
.gc-delhi-review h2 { margin: 0 0 26px; font-size: clamp(42px,4.4vw,61px); letter-spacing: -.06em; line-height: 1; }
.gc-delhi-review ul { margin: 0 0 28px; padding: 0; border-top: 1px solid #d6ccbb; list-style: none; }
.gc-delhi-review li { display: grid; grid-template-columns: 125px 1fr; gap: 20px; padding: 18px 0; border-bottom: 1px solid #d6ccbb; }
.gc-delhi-review li b { font-size: 12px; }
.gc-delhi-review li span { color: #625b50; font-size: 13px; line-height: 1.55; }

.gc-delhi-channels { padding: clamp(84px,8vw,124px) 0; background: #e8deff; }
.gc-delhi-channels header { max-width: 900px; margin-bottom: 48px; }
.gc-delhi-channels h2 { margin: 0; font-size: clamp(45px,4.9vw,68px); letter-spacing: -.063em; line-height: .99; }
.gc-delhi-channels__grid { display: grid; grid-template-columns: repeat(3,1fr); border: 1px solid #bba8dd; border-radius: 25px; overflow: hidden; }
.gc-delhi-channels__grid article { min-height: 420px; display: flex; flex-direction: column; padding: 30px; border-right: 1px solid #bba8dd; background: rgb(255 253 248 / 75%); }
.gc-delhi-channels__grid article:last-child { border-right: 0; background: var(--gc-purple); color: #fff; }
.gc-delhi-channels__grid small { color: var(--gc-purple-dark); font-size: 9px; font-weight: 900; letter-spacing: .1em; }
.gc-delhi-channels__grid article:last-child small { color: #ded4ff; }
.gc-delhi-channels__grid h3 { margin: 72px 0 16px; font-size: 30px; letter-spacing: -.045em; line-height: 1.05; }
.gc-delhi-channels__grid article:last-child h3 { color: #fff; }
.gc-delhi-channels__grid p { color: #61596a; font-size: 14px; line-height: 1.65; }
.gc-delhi-channels__grid article:last-child p { color: rgb(255 255 255 / 76%); }
.gc-delhi-channels__grid a { min-height: 44px; display: inline-flex; align-items: center; margin-top: auto; color: inherit; font-size: 12px; font-weight: 850; }

.gc-delhi-owner { padding: clamp(82px,8vw,120px) 0; background: #fffdf8; }
.gc-delhi-owner__grid { display: grid; grid-template-columns: 300px 1fr; gap: clamp(45px,7vw,95px); align-items: center; padding: 30px; border: 1px solid #d7cdbd; border-radius: 25px; background: var(--gc-cream); }
.gc-delhi-owner img { width: 100%; aspect-ratio: 1; border-radius: 19px; object-fit: cover; filter: grayscale(1); }
.gc-delhi-owner h2 { margin: 0 0 18px; font-size: clamp(39px,4.1vw,57px); letter-spacing: -.058em; line-height: 1.01; }
.gc-delhi-owner p { color: #5c554a; font-size: 15px; line-height: 1.68; }
.gc-delhi-owner a { min-height: 44px; display: inline-flex; align-items: center; color: var(--gc-ink); font-size: 12px; font-weight: 850; }

@media (max-width: 1100px) {
	.gc-location-clientbar .gc-shell { grid-template-columns: auto 1fr; padding-block: 17px; }
	.gc-location-clientbar > .gc-shell > small { grid-column: 1/-1; text-align: center; }
	.gc-ncr-hero__grid,.gc-noida-hero__grid,.gc-delhi-hero__grid { grid-template-columns: minmax(0,1fr) minmax(390px,.9fr); gap: 38px; }
	.gc-noida-decision__path { grid-template-columns: 1fr 20px 1fr; }
	.gc-noida-decision__path > article:nth-of-type(n+3) { margin-top: 20px; }
	.gc-noida-decision__path > i:nth-of-type(2) { display: none; }
	.gc-noida-decision__path > article:nth-of-type(3) { grid-column: 1; }
	.gc-noida-decision__path > article:nth-of-type(4) { grid-column: 3; }
	.gc-noida-decision__path > i:nth-of-type(3) { grid-column: 2; grid-row: 2; }
}

@media (max-width: 860px) {
	.gc-bespoke-location .gc-shell { width: min(calc(100% - 40px),var(--gc-content-width)); }
	.gc-ncr-hero,.gc-noida-hero,.gc-delhi-hero { padding-block: 54px 76px; }
	.gc-ncr-hero__grid,.gc-noida-hero__grid,.gc-delhi-hero__grid { grid-template-columns: 1fr; gap: 46px; }
	.gc-ncr-hero__copy h1,.gc-noida-hero__copy h1,.gc-delhi-hero__copy h1 { font-size: clamp(48px,7vw,55px); }
	.gc-ncr-hero__visual,.gc-noida-hero__visual,.gc-delhi-search-card { min-height: 420px; box-shadow: 18px 18px 0 #e6dcff; }
	.gc-location-clientbar .gc-shell { grid-template-columns: 1fr; gap: 13px; text-align: center; }
	.gc-location-clientbar ul { flex-wrap: wrap; }
	.gc-ncr-markets header,.gc-noida-decision header,.gc-delhi-decision header { grid-template-columns: 1fr; gap: 20px; }
	.gc-ncr-market-grid { grid-template-columns: 1fr; }
	.gc-ncr-market-grid article { min-height: 300px; border-right: 0; border-bottom: 1px solid #d5cbbb; }
	.gc-ncr-market-grid article:last-child { border-bottom: 0; }
	.gc-ncr-system > .gc-shell > header { grid-template-columns: 1fr; gap: 20px; }
	.gc-ncr-system header .gc-eyebrow { grid-column: 1; margin-bottom: 4px; }
	.gc-ncr-system__grid { grid-template-columns: 1fr; }
	.gc-ncr-system__grid article { min-height: 500px; }
	.gc-ncr-month__grid,.gc-noida-leaks__grid,.gc-noida-proof__grid,.gc-delhi-friction__grid,.gc-delhi-review__grid { grid-template-columns: 1fr; gap: 48px; }
	.gc-ncr-accountability__grid { grid-template-columns: 220px 1fr; }
	.gc-ncr-accountability aside { grid-column: 1/-1; }
	.gc-noida-buyer-grid { grid-template-columns: 1fr; }
	.gc-noida-buyer-grid article { border-right: 0; border-bottom: 1px solid #d5cbbb !important; }
	.gc-noida-buyer-grid article:last-child { border-bottom: 0 !important; }
	.gc-noida-work__rows > a { grid-template-columns: 50px 1fr; }
	.gc-noida-work__rows > a > b { grid-column: 2; }
	.gc-delhi-signalbar .gc-shell { align-items: flex-start; flex-direction: column; justify-content: center; padding-block: 18px; }
	.gc-delhi-signalbar ul { flex-wrap: wrap; }
	.gc-delhi-decision__track,.gc-delhi-channels__grid { grid-template-columns: 1fr 1fr; }
	.gc-delhi-decision__track li { min-height: 330px; border-bottom: 1px solid #d5cbbb; }
	.gc-delhi-decision__track li:nth-child(2) { border-right: 0; }
	.gc-delhi-decision__track li:nth-child(n+3) { border-bottom: 0; }
	.gc-delhi-channels__grid article { min-height: 360px; border-bottom: 1px solid #bba8dd; }
	.gc-delhi-channels__grid article:nth-child(2) { border-right: 0; }
	.gc-delhi-channels__grid article:last-child { grid-column: 1/-1; border-bottom: 0; }
	.gc-delhi-review figure { min-height: 450px; }
	.gc-location-convert-grid { grid-template-columns: 1fr; }
}

@media (max-width: 560px) {
	.gc-bespoke-location .gc-shell { width: min(calc(100% - 30px),var(--gc-content-width)); }
	.gc-bespoke-location .gc-eyebrow { margin-bottom: 16px; font-size: 10px; }
	.gc-ncr-hero,.gc-noida-hero,.gc-delhi-hero { padding: 38px 0 55px; }
	.gc-ncr-hero__grid,.gc-noida-hero__grid,.gc-delhi-hero__grid { gap: 34px; }
	.gc-ncr-hero__copy h1,.gc-noida-hero__copy h1,.gc-delhi-hero__copy h1 { margin-bottom: 18px; font-size: clamp(38px,10.7vw,42px); line-height: 1; }
	.gc-ncr-hero__copy > p:not(.gc-eyebrow),.gc-noida-hero__copy > p:not(.gc-eyebrow),.gc-delhi-hero__copy > p:not(.gc-eyebrow) { margin-bottom: 20px; font-size: 15px; line-height: 1.55; }
	.gc-bespoke-location .gc-location-actions { align-items: stretch; flex-direction: column; }
	.gc-bespoke-location .gc-location-actions .gc-button { width: 100%; min-height: 54px; }
	.gc-ncr-hero__visual,.gc-noida-hero__visual { min-height: 330px; border-radius: 21px; box-shadow: 10px 10px 0 #e6dcff; }
	.gc-ncr-hero__visual > div { right: 11px; bottom: 11px; left: 11px; padding: 13px; }
	.gc-noida-hero__tag { right: 11px; bottom: 11px; left: 11px; padding: 14px; }
	.gc-noida-hero__truth { grid-template-columns: 1fr; }
	.gc-delhi-hero__copy > ul { display: none; }
	.gc-delhi-search-card { min-height: 430px; padding: 16px; border-radius: 21px; box-shadow: 10px 10px 0 #f0dfaa; }
	.gc-delhi-search-card > nav { min-height: 46px; }
	.gc-delhi-search-card > article { grid-template-columns: 108px 1fr; gap: 12px; margin-top: 15px; padding: 12px; }
	.gc-delhi-map { min-height: 180px; }
	.gc-delhi-search-card article h2 { font-size: 18px; }
	.gc-delhi-search-card article p { font-size: 9px; }
	.gc-delhi-search-card article > div:last-child > div { display: grid; grid-template-columns: 1fr; }
	.gc-delhi-search-card > footer { gap: 5px; }
	.gc-delhi-search-card > footer span,.gc-delhi-search-card > footer b { font-size: 7px; }
	.gc-location-clientbar ul { display: grid; grid-template-columns: 1fr 1fr; width: 100%; }
	.gc-location-clientbar li:last-child { grid-column: 1/-1; }
	.gc-location-clientbar li { justify-content: center; }
	.gc-ncr-markets,.gc-ncr-breaks,.gc-ncr-system,.gc-ncr-month,.gc-ncr-accountability,.gc-noida-buyers,.gc-noida-leaks,.gc-noida-decision,.gc-noida-work,.gc-noida-proof,.gc-delhi-decision,.gc-delhi-friction,.gc-delhi-review,.gc-delhi-channels,.gc-delhi-owner,.gc-ncr-convert,.gc-noida-convert,.gc-delhi-convert { padding-block: 72px; }
	.gc-ncr-markets h2,.gc-ncr-breaks h2,.gc-ncr-system h2,.gc-ncr-month h2,.gc-noida-buyers h2,.gc-noida-leaks h2,.gc-noida-decision h2,.gc-noida-work h2,.gc-noida-proof h2,.gc-delhi-decision h2,.gc-delhi-friction h2,.gc-delhi-review h2,.gc-delhi-channels h2,.gc-delhi-owner h2,.gc-location-convert-heading h2 { font-size: clamp(36px,10.6vw,44px); }
	.gc-ncr-market-grid article { min-height: 300px; padding: 25px; }
	.gc-ncr-system__grid article { min-height: 510px; padding: 28px 23px; }
	.gc-ncr-system__grid h3 { margin-top: 54px; font-size: 34px; }
	.gc-ncr-accountability__grid { grid-template-columns: 1fr; padding: 20px; }
	.gc-ncr-accountability img { min-height: 260px; }
	.gc-ncr-accountability aside { grid-column: 1; }
	.gc-noida-buyer-grid article { min-height: 315px; padding: 25px; }
	.gc-noida-decision__path { display: grid; grid-template-columns: 28px 1fr; gap: 0 12px; }
	.gc-noida-decision__path article,.gc-noida-decision__path > article:nth-of-type(n+3),.gc-noida-decision__path > article:nth-of-type(3),.gc-noida-decision__path > article:nth-of-type(4) { grid-column: 2; min-height: 210px; margin: 0 0 14px; }
	.gc-noida-decision__path > i,.gc-noida-decision__path > i:nth-of-type(2),.gc-noida-decision__path > i:nth-of-type(3) { display: block; grid-column: 1; width: 1px; height: auto; margin: 0 auto; background: #8e73c7; }
	.gc-noida-decision__path > i::after { display: none; }
	.gc-noida-work__rows > a { grid-template-columns: 42px 1fr; gap: 14px; padding-block: 24px; }
	.gc-noida-work__rows h3 { font-size: 22px; }
	.gc-noida-proof aside { min-height: 560px; padding: 25px; }
	.gc-delhi-signalbar ul { display: grid; grid-template-columns: 1fr; width: 100%; }
	.gc-delhi-decision__track,.gc-delhi-channels__grid { grid-template-columns: 1fr; }
	.gc-delhi-decision__track li,.gc-delhi-decision__track li:nth-child(n+3),.gc-delhi-channels__grid article,.gc-delhi-channels__grid article:last-child { min-height: 300px; grid-column: 1; border-right: 0; border-bottom: 1px solid #d5cbbb; }
	.gc-delhi-decision__track li:last-child,.gc-delhi-channels__grid article:last-child { border-bottom: 0; }
	.gc-delhi-review figure { min-height: 350px; box-shadow: 10px 10px 0 #f0dfaa; }
	.gc-delhi-review li { grid-template-columns: 1fr; gap: 6px; }
	.gc-delhi-owner__grid { grid-template-columns: 1fr; gap: 30px; padding: 21px; }
	.gc-delhi-owner img { max-width: 250px; }
	.gc-location-convert-heading { margin-bottom: 36px; }
	.gc-location-convert-faq,.gc-location-convert-grid .gc-form-card { padding: 22px; }
	.gc-location-convert-grid .gc-conversion-form { grid-template-columns: 1fr; }
	.gc-location-convert-grid .gc-form-field,.gc-location-convert-grid .gc-form-field--full { grid-column: 1; }
}

@media (prefers-reduced-motion: reduce) {
	.gc-bespoke-location *,.gc-bespoke-location *::before,.gc-bespoke-location *::after { scroll-behavior: auto !important; transition: none !important; }
}
