.GGRPOL-page {
  --GGRPOL-bg: #050608;
  --GGRPOL-card: rgba(255, 255, 255, 0.055);
  --GGRPOL-card2: rgba(255, 255, 255, 0.085);
  --GGRPOL-border: rgba(255, 255, 255, 0.12);
  --GGRPOL-border2: rgba(255, 232, 0, 0.24);
  --GGRPOL-text: #ffffff;
  --GGRPOL-muted: rgba(255, 255, 255, 0.74);
  --GGRPOL-soft: rgba(255, 255, 255, 0.52);
  --GGRPOL-faint: rgba(255, 255, 255, 0.38);
  --GGRPOL-gold: #ffe800;
  --GGRPOL-gold2: #d9c900;
  --GGRPOL-contentW: 1300px;
  --GGRPOL-pad: 18px;

  position: relative;
  isolation: isolate;
  color: var(--GGRPOL-text);
  background:
    radial-gradient(
      900px 520px at 10% 0%,
      rgba(255, 232, 0, 0.105),
      transparent 62%
    ),
    radial-gradient(
      720px 480px at 98% 14%,
      rgba(255, 255, 255, 0.055),
      transparent 62%
    ),
    radial-gradient(
      680px 440px at 48% 100%,
      rgba(255, 232, 0, 0.045),
      transparent 62%
    ),
    linear-gradient(180deg, #050608 0%, #080d14 48%, #050608 100%);
  font-family:
    "Rubik",
    ui-sans-serif,
    system-ui,
    -apple-system,
    "Segoe UI",
    Roboto,
    Arial,
    "Noto Sans";
}

.GGRPOL-page,
.GGRPOL-page * {
  box-sizing: border-box;
}

.GGRPOL-page::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  opacity: 0.13;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.055) 1px, transparent 1px);
  background-size: 58px 58px;
  mask-image: radial-gradient(circle at 50% 25%, #000 0%, transparent 72%);
}

.GGRPOL-page::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: 0.055;
  mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.75' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='140' height='140' filter='url(%23n)' opacity='.5'/%3E%3C/svg%3E");
}

.GGRPOL-shell {
  width: min(var(--GGRPOL-contentW), calc(100% - (var(--GGRPOL-pad) * 2)));
  margin: 0 auto;
}

.GGRPOL-hero {
  position: relative;
  padding: calc(var(--GGR-headerTotal, 132px) + 70px) 0 34px;
  overflow: hidden;
}

.GGRPOL-heroCard {
  position: relative;
  overflow: hidden;
  border-radius: 34px;
  padding: clamp(30px, 4vw, 58px);
  border: 1px solid rgba(255, 255, 255, 0.12);
  background:
    linear-gradient(
      135deg,
      rgba(255, 232, 0, 0.14) 0%,
      rgba(255, 232, 0, 0.03) 19%,
      transparent 34%
    ),
    radial-gradient(
      760px 340px at 100% 0%,
      rgba(255, 232, 0, 0.12),
      transparent 64%
    ),
    radial-gradient(
      520px 260px at 0% 100%,
      rgba(255, 255, 255, 0.06),
      transparent 65%
    ),
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.078),
      rgba(255, 255, 255, 0.032)
    ),
    #111722;
  box-shadow:
    0 34px 110px rgba(0, 0, 0, 0.54),
    0 0 0 1px rgba(255, 255, 255, 0.035) inset;
}

.GGRPOL-heroCard::before {
  content: "POLICY";
  position: absolute;
  right: clamp(14px, 4vw, 54px);
  top: 20px;
  z-index: 0;
  color: rgba(255, 255, 255, 0.035);
  font-family: "Rajdhani", sans-serif;
  font-size: clamp(82px, 13vw, 190px);
  font-weight: 700;
  line-height: 0.8;
  letter-spacing: -0.06em;
  pointer-events: none;
}

.GGRPOL-heroCard::after {
  content: "";
  position: absolute;
  left: -90px;
  right: -90px;
  bottom: -162px;
  height: 270px;
  transform: rotate(-6deg);
  background: linear-gradient(
    90deg,
    transparent 0%,
    rgba(255, 232, 0, 0.16) 45%,
    rgba(255, 232, 0, 0.04) 72%,
    transparent 100%
  );
  pointer-events: none;
}

.GGRPOL-eyebrow {
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 34px;
  padding: 0 13px;
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.9);
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.09),
    rgba(255, 255, 255, 0.04)
  );
  border: 1px solid rgba(255, 255, 255, 0.14);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.GGRPOL-eyebrow::before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: var(--GGRPOL-gold);
  box-shadow: 0 0 0 6px rgba(255, 232, 0, 0.12);
}

.GGRPOL-heroCard h1 {
  position: relative;
  z-index: 2;
  margin: 19px 0 14px;
  max-width: 940px;
  font-family: "Rajdhani", sans-serif;
  font-size: clamp(44px, 6.2vw, 82px);
  line-height: 0.92;
  font-weight: 700;
  letter-spacing: -0.052em;
  color: #ffffff;
}

.GGRPOL-heroCard h1::after {
  content: "";
  display: block;
  width: min(180px, 45vw);
  height: 4px;
  margin-top: 18px;
  border-radius: 999px;
  background: linear-gradient(
    90deg,
    var(--GGRPOL-gold),
    rgba(255, 232, 0, 0.35),
    transparent
  );
}

.GGRPOL-heroCard p {
  position: relative;
  z-index: 2;
  max-width: 780px;
  margin: 0;
  color: var(--GGRPOL-muted);
  font-size: 16px;
  line-height: 1.78;
}

.GGRPOL-meta {
  position: relative;
  z-index: 2;
  margin-top: 24px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.GGRPOL-meta span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 36px;
  padding: 0 13px;
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.78);
  background: rgba(0, 0, 0, 0.22);
  border: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 12px;
}

.GGRPOL-meta span::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 999px;
  background: rgba(255, 232, 0, 0.85);
}

.GGRPOL-contentSec {
  padding: 30px 0 84px;
}

.GGRPOL-layout {
  display: grid;
  grid-template-columns: 350px minmax(0, 1fr);
  gap: 26px;
  align-items: start;
}

.GGRPOL-sideCard,
.GGRPOL-policyCard {
  position: relative;
  overflow: hidden;
  border-radius: 30px;
  border: 1px solid var(--GGRPOL-border);
  background:
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.07),
      rgba(255, 255, 255, 0.028)
    ),
    #101722;
  box-shadow:
    0 28px 84px rgba(0, 0, 0, 0.42),
    0 0 0 1px rgba(255, 255, 255, 0.025) inset;
}

.GGRPOL-sideCard {
  position: sticky;
  top: 150px;
  padding: 24px;
}

.GGRPOL-sideCard::before {
  content: "GG";
  position: absolute;
  right: 18px;
  top: 12px;
  color: rgba(255, 255, 255, 0.035);
  font-family: "Rajdhani", sans-serif;
  font-size: 72px;
  font-weight: 700;
  letter-spacing: -0.08em;
  pointer-events: none;
}

.GGRPOL-sideCard::after {
  content: "";
  position: absolute;
  inset: 0 auto 0 0;
  width: 4px;
  background: linear-gradient(
    180deg,
    var(--GGRPOL-gold),
    rgba(255, 232, 0, 0.12),
    transparent
  );
}

.GGRPOL-sideCard h2 {
  position: relative;
  z-index: 2;
  margin: 0 0 16px;
  font-family: "Rajdhani", sans-serif;
  font-size: 31px;
  line-height: 0.98;
  font-weight: 700;
  letter-spacing: -0.03em;
  color: #ffffff;
}

.GGRPOL-sideCard ul {
  position: relative;
  z-index: 2;
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 12px;
}

.GGRPOL-sideCard li {
  position: relative;
  padding: 13px 13px 13px 36px;
  border-radius: 16px;
  color: rgba(255, 255, 255, 0.78);
  background: rgba(255, 255, 255, 0.038);
  border: 1px solid rgba(255, 255, 255, 0.075);
  font-size: 14px;
  line-height: 1.55;
}

.GGRPOL-sideCard li::before {
  content: "✓";
  position: absolute;
  left: 13px;
  top: 13px;
  width: 17px;
  height: 17px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  background: var(--GGRPOL-gold);
  color: #08090d;
  font-size: 11px;
  font-weight: 900;
  box-shadow: 0 0 0 5px rgba(255, 232, 0, 0.1);
}

.GGRPOL-helpBox {
  position: relative;
  z-index: 2;
  margin-top: 22px;
  padding: 18px;
  border-radius: 22px;
  background:
    radial-gradient(
      220px 120px at 100% 0%,
      rgba(255, 232, 0, 0.14),
      transparent 62%
    ),
    rgba(255, 232, 0, 0.075);
  border: 1px solid rgba(255, 232, 0, 0.24);
}

.GGRPOL-helpBox strong {
  display: block;
  color: var(--GGRPOL-gold);
  font-size: 14px;
  margin-bottom: 6px;
}

.GGRPOL-helpBox p {
  margin: 0;
  color: rgba(255, 255, 255, 0.74);
  font-size: 13px;
  line-height: 1.62;
}

.GGRPOL-policyCard {
  padding: clamp(24px, 4vw, 44px);
  counter-reset: ggrpol-section;
}

.GGRPOL-policyCard::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
  opacity: 0.4;
  background: radial-gradient(
    480px 260px at 100% 0%,
    rgba(255, 232, 0, 0.07),
    transparent 65%
  );
}

.GGRPOL-block {
  counter-increment: ggrpol-section;
  position: relative;
  z-index: 2;
  padding: 0 0 28px 28px;
  margin-bottom: 28px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.085);
}

.GGRPOL-block::before {
  content: counter(ggrpol-section);
  position: absolute;
  left: 0;
  top: 1px;
  width: 18px;
  height: 18px;
  border-radius: 999px;
  display: grid;
  place-items: center;
  color: #08090d;
  background: var(--GGRPOL-gold);
  font-size: 10px;
  font-weight: 900;
  box-shadow: 0 0 0 6px rgba(255, 232, 0, 0.095);
}

.GGRPOL-block::after {
  content: "";
  position: absolute;
  left: 8px;
  top: 28px;
  bottom: 28px;
  width: 1px;
  background: linear-gradient(
    180deg,
    rgba(255, 232, 0, 0.4),
    rgba(255, 255, 255, 0.06)
  );
}

.GGRPOL-block:last-of-type {
  margin-bottom: 0;
}

.GGRPOL-block h2 {
  margin: 0 0 12px;
  color: #ffffff;
  font-family: "Rajdhani", sans-serif;
  font-size: clamp(27px, 3vw, 36px);
  line-height: 1.03;
  font-weight: 700;
  letter-spacing: -0.025em;
}

.GGRPOL-block p {
  margin: 0 0 14px;
  max-width: 980px;
  color: rgba(255, 255, 255, 0.77);
  font-size: 15.2px;
  line-height: 1.86;
}

.GGRPOL-block p:last-child {
  margin-bottom: 0;
}

.GGRPOL-infoBox,
.GGRPOL-contactBox,
.GGRPOL-finalNote {
  position: relative;
  z-index: 2;
  border-radius: 23px;
  border: 1px solid rgba(255, 232, 0, 0.24);
  background: linear-gradient(
    135deg,
    rgba(255, 232, 0, 0.115),
    rgba(255, 232, 0, 0.045)
  );
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.22);
}

.GGRPOL-infoBox {
  padding: 18px;
}

.GGRPOL-infoBox p {
  margin: 0;
  color: rgba(255, 255, 255, 0.84);
}

.GGRPOL-infoBox strong {
  color: #ffffff;
}

.GGRPOL-contactBox {
  display: grid;
  gap: 7px;
  padding: 18px;
}

.GGRPOL-contactBox strong {
  color: var(--GGRPOL-gold);
  font-size: 16px;
}

.GGRPOL-contactBox span {
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  line-height: 1.52;
}

.GGRPOL-finalNote {
  margin-top: 30px;
  padding: 19px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
  line-height: 1.72;
}

.GGRPOL-finalNote strong {
  color: var(--GGRPOL-gold);
}

.GGRPOL-sideCard li,
.GGRPOL-block,
.GGRPOL-helpBox,
.GGRPOL-infoBox,
.GGRPOL-contactBox,
.GGRPOL-finalNote {
  transition:
    transform 0.2s ease,
    border-color 0.2s ease,
    background 0.2s ease;
}

.GGRPOL-sideCard li:hover {
  transform: translateX(4px);
  border-color: rgba(255, 232, 0, 0.22);
  background: rgba(255, 255, 255, 0.055);
}

.GGRPOL-infoBox:hover,
.GGRPOL-contactBox:hover,
.GGRPOL-finalNote:hover {
  border-color: rgba(255, 232, 0, 0.36);
}

@media (max-width: 991px) {
  .GGRPOL-hero {
    padding-top: calc(var(--GGR-headerTotal, 132px) + 54px);
  }

  .GGRPOL-layout {
    grid-template-columns: 1fr;
  }

  .GGRPOL-sideCard {
    position: relative;
    top: auto;
  }

  .GGRPOL-sideCard ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 700px) {
  .GGRPOL-sideCard ul {
    grid-template-columns: 1fr;
  }

  .GGRPOL-block {
    padding-left: 24px;
  }
}

@media (max-width: 575px) {
  .GGRPOL-page {
    --GGRPOL-pad: 14px;
  }

  .GGRPOL-hero {
    padding-top: calc(var(--GGR-headerTotal, 132px) + 54px);
  }

  .GGRPOL-heroCard,
  .GGRPOL-sideCard,
  .GGRPOL-policyCard {
    border-radius: 24px;
  }

  .GGRPOL-heroCard {
    padding: 24px;
  }

  .GGRPOL-heroCard h1 {
    font-size: clamp(40px, 13vw, 58px);
  }

  .GGRPOL-meta {
    display: grid;
  }

  .GGRPOL-policyCard {
    padding: 22px;
  }

  .GGRPOL-block {
    padding-bottom: 24px;
    margin-bottom: 24px;
  }

  .GGRPOL-block h2 {
    font-size: 28px;
  }

  .GGRPOL-block p {
    font-size: 14.5px;
    line-height: 1.78;
  }
}

@media (prefers-reduced-motion: reduce) {
  .GGRPOL-sideCard li,
  .GGRPOL-block,
  .GGRPOL-helpBox,
  .GGRPOL-infoBox,
  .GGRPOL-contactBox,
  .GGRPOL-finalNote {
    transition: none;
  }
}

@media (max-width: 380px) {
  .GGRPOL-hero {
    padding-top: calc(var(--GGR-headerTotal, 132px) + 46px);
  }
}

/* =========================================================
   Gold's Gym Ranchi - Premium Contact Page
   Prefix: GGRCNT
========================================================= */

.GGRCNT-page {
  --GGRCNT-bg: #050608;
  --GGRCNT-text: #ffffff;
  --GGRCNT-muted: rgba(255, 255, 255, 0.74);
  --GGRCNT-soft: rgba(255, 255, 255, 0.52);
  --GGRCNT-faint: rgba(255, 255, 255, 0.36);
  --GGRCNT-line: rgba(255, 255, 255, 0.12);
  --GGRCNT-lineGold: rgba(255, 232, 0, 0.26);
  --GGRCNT-gold: #ffe800;
  --GGRCNT-gold2: #d9c900;
  --GGRCNT-green: #35d07f;
  --GGRCNT-red: #ff6868;
  --GGRCNT-contentW: 1300px;
  --GGRCNT-pad: 18px;

  position: relative;
  isolation: isolate;
  color: var(--GGRCNT-text);
  background:
    radial-gradient(
      900px 520px at 8% 0%,
      rgba(255, 232, 0, 0.105),
      transparent 62%
    ),
    radial-gradient(
      760px 480px at 98% 15%,
      rgba(255, 255, 255, 0.055),
      transparent 62%
    ),
    radial-gradient(
      780px 520px at 46% 100%,
      rgba(255, 232, 0, 0.04),
      transparent 68%
    ),
    linear-gradient(180deg, #050608 0%, #080d14 48%, #050608 100%);
  font-family:
    "Rubik",
    ui-sans-serif,
    system-ui,
    -apple-system,
    "Segoe UI",
    Roboto,
    Arial,
    "Noto Sans";
}

.GGRCNT-page,
.GGRCNT-page * {
  box-sizing: border-box;
}

.GGRCNT-page::before {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  opacity: 0.13;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.055) 1px, transparent 1px);
  background-size: 58px 58px;
  mask-image: radial-gradient(circle at 50% 24%, #000 0%, transparent 72%);
}

.GGRCNT-page::after {
  content: "";
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  opacity: 0.055;
  mix-blend-mode: overlay;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.75' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='140' height='140' filter='url(%23n)' opacity='.5'/%3E%3C/svg%3E");
}

.GGRCNT-shell {
  width: min(var(--GGRCNT-contentW), calc(100% - (var(--GGRCNT-pad) * 2)));
  margin: 0 auto;
}

.GGRCNT-page a {
  color: inherit;
  text-decoration: none;
}

.GGRCNT-page button,
.GGRCNT-page input,
.GGRCNT-page select,
.GGRCNT-page textarea {
  font: inherit;
}

.GGRCNT-hero {
  padding: 190px 0 30px;
  overflow: hidden;
}

.GGRCNT-heroGrid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 400px;
  gap: 28px;
  align-items: stretch;
}

.GGRCNT-heroContent,
.GGRCNT-passCard,
.GGRCNT-pathItem,
.GGRCNT-infoCard,
.GGRCNT-formCard,
.GGRCNT-visitCard,
.GGRCNT-deptCard,
.GGRCNT-mapPremium {
  border: 1px solid var(--GGRCNT-line);
  box-shadow:
    0 32px 96px rgba(0, 0, 0, 0.46),
    0 0 0 1px rgba(255, 255, 255, 0.025) inset;
}

.GGRCNT-heroContent {
  position: relative;
  overflow: hidden;
  border-radius: 36px;
  padding: clamp(32px, 4vw, 62px);
  background:
    linear-gradient(
      135deg,
      rgba(255, 232, 0, 0.15),
      rgba(255, 232, 0, 0.024) 32%,
      transparent 55%
    ),
    radial-gradient(
      760px 340px at 100% 0%,
      rgba(255, 232, 0, 0.12),
      transparent 64%
    ),
    radial-gradient(
      560px 290px at 0% 100%,
      rgba(255, 255, 255, 0.06),
      transparent 65%
    ),
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.082),
      rgba(255, 255, 255, 0.032)
    ),
    #111722;
}

.GGRCNT-heroContent::before {
  content: "CONTACT";
  position: absolute;
  right: clamp(16px, 4vw, 54px);
  top: 20px;
  color: rgba(255, 255, 255, 0.035);
  font-family: "Rajdhani", sans-serif;
  font-size: clamp(78px, 12vw, 185px);
  font-weight: 700;
  line-height: 0.8;
  letter-spacing: -0.06em;
  pointer-events: none;
}

.GGRCNT-heroContent::after {
  content: "";
  position: absolute;
  left: -80px;
  right: -80px;
  bottom: -150px;
  height: 260px;
  transform: rotate(-6deg);
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 232, 0, 0.16),
    rgba(255, 232, 0, 0.04),
    transparent
  );
  pointer-events: none;
}

.GGRCNT-eyebrow {
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 34px;
  padding: 0 13px;
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.9);
  background: rgba(255, 255, 255, 0.075);
  border: 1px solid rgba(255, 255, 255, 0.14);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.GGRCNT-eyebrow::before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: var(--GGRCNT-gold);
  box-shadow: 0 0 0 6px rgba(255, 232, 0, 0.12);
}

.GGRCNT-heroContent h1 {
  position: relative;
  z-index: 2;
  margin: 19px 0 15px;
  max-width: 850px;
  font-family: "Rajdhani", sans-serif;
  font-size: clamp(48px, 6.2vw, 86px);
  line-height: 0.91;
  font-weight: 700;
  letter-spacing: -0.055em;
}

.GGRCNT-heroContent h1::after {
  content: "";
  display: block;
  width: min(190px, 45vw);
  height: 4px;
  margin-top: 18px;
  border-radius: 999px;
  background: linear-gradient(
    90deg,
    var(--GGRCNT-gold),
    rgba(255, 232, 0, 0.36),
    transparent
  );
}

.GGRCNT-heroContent p {
  position: relative;
  z-index: 2;
  max-width: 760px;
  margin: 0;
  color: var(--GGRCNT-muted);
  font-size: 16px;
  line-height: 1.8;
}

.GGRCNT-heroActions {
  position: relative;
  z-index: 2;
  margin-top: 28px;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.GGRCNT-primaryBtn,
.GGRCNT-ghostBtn,
.GGRCNT-sendBtn,
.GGRCNT-callBtn,
.GGRCNT-mapBtnPrimary,
.GGRCNT-mapBtnGhost {
  min-height: 56px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  border-radius: 18px;
  padding: 0 19px;
  font-size: 14px;
  font-weight: 850;
  border: 0;
  cursor: pointer;
  transition:
    transform 0.18s ease,
    border-color 0.18s ease,
    background 0.18s ease,
    box-shadow 0.18s ease;
}

.GGRCNT-primaryBtn,
.GGRCNT-primaryBtn *,
.GGRCNT-sendBtn,
.GGRCNT-sendBtn *,
.GGRCNT-mapBtnPrimary,
.GGRCNT-mapBtnPrimary * {
  color: #07080d !important;
}

.GGRCNT-primaryBtn,
.GGRCNT-sendBtn,
.GGRCNT-mapBtnPrimary {
  background: linear-gradient(
    180deg,
    #fff76a 0%,
    var(--GGRCNT-gold) 44%,
    var(--GGRCNT-gold2) 100%
  );
  box-shadow:
    0 22px 52px rgba(0, 0, 0, 0.36),
    0 0 0 1px rgba(255, 255, 255, 0.28) inset;
}

.GGRCNT-ghostBtn,
.GGRCNT-callBtn,
.GGRCNT-mapBtnGhost {
  color: #ffffff;
  background: rgba(255, 255, 255, 0.065);
  border: 1px solid rgba(255, 255, 255, 0.13);
}

.GGRCNT-primaryBtn:hover,
.GGRCNT-ghostBtn:hover,
.GGRCNT-sendBtn:hover,
.GGRCNT-callBtn:hover,
.GGRCNT-mapBtnPrimary:hover,
.GGRCNT-mapBtnGhost:hover {
  transform: translateY(-2px);
}

.GGRCNT-trustRow {
  position: relative;
  z-index: 2;
  margin-top: 22px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.GGRCNT-trustRow span {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: 0 12px;
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.76);
  background: rgba(0, 0, 0, 0.22);
  border: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 12px;
}

.GGRCNT-passCard {
  position: relative;
  overflow: hidden;
  border-radius: 36px;
  padding: 24px;
  background:
    radial-gradient(
      260px 180px at 100% 0%,
      rgba(255, 232, 0, 0.14),
      transparent 66%
    ),
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.074),
      rgba(255, 255, 255, 0.028)
    ),
    #101722;
}

.GGRCNT-passCard::before {
  content: "MEMBER DESK";
  position: absolute;
  right: -46px;
  top: 120px;
  transform: rotate(90deg);
  transform-origin: center;
  color: rgba(255, 255, 255, 0.028);
  font-family: "Rajdhani", sans-serif;
  font-size: 44px;
  font-weight: 700;
  letter-spacing: -0.04em;
  pointer-events: none;
}

.GGRCNT-passTop {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 14px;
}

.GGRCNT-liveDot {
  width: 13px;
  height: 13px;
  border-radius: 999px;
  background: var(--GGRCNT-green);
  box-shadow: 0 0 0 8px rgba(53, 208, 127, 0.12);
  flex: 0 0 auto;
}

.GGRCNT-passTop strong {
  display: block;
  color: #ffffff;
  font-size: 16px;
}

.GGRCNT-passTop small {
  display: block;
  margin-top: 3px;
  color: var(--GGRCNT-muted);
  font-size: 12px;
}

.GGRCNT-passLogo {
  position: relative;
  z-index: 2;
  width: 118px;
  height: 118px;
  margin: 28px auto 24px;
  display: grid;
  place-items: center;
  border-radius: 34px;
  background:
    radial-gradient(circle, rgba(255, 232, 0, 0.13), transparent 72%),
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.055),
      rgba(255, 255, 255, 0.02)
    ),
    rgba(0, 0, 0, 0.16);
  border: 1px solid rgba(255, 232, 0, 0.16);
  box-shadow:
    0 18px 44px rgba(0, 0, 0, 0.28),
    0 0 30px rgba(255, 232, 0, 0.05);
}

.GGRCNT-passLogo img {
  width: 88px;
  height: 88px;
  object-fit: contain;
}

.GGRCNT-passTime {
  position: relative;
  z-index: 2;
  padding: 18px;
  border-radius: 22px;
  background: rgba(255, 232, 0, 0.085);
  border: 1px solid rgba(255, 232, 0, 0.24);
}

.GGRCNT-passTime span {
  display: block;
  color: var(--GGRCNT-soft);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 800;
}

.GGRCNT-passTime strong {
  display: block;
  margin-top: 6px;
  color: var(--GGRCNT-gold);
  font-size: 20px;
}

.GGRCNT-passInfo {
  position: relative;
  z-index: 2;
  margin-top: 16px;
  display: grid;
  gap: 10px;
}

.GGRCNT-passInfo a {
  display: flex;
  align-items: center;
  gap: 11px;
  padding: 13px;
  border-radius: 16px;
  color: rgba(255, 255, 255, 0.8);
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid rgba(255, 255, 255, 0.085);
  font-size: 13px;
}

.GGRCNT-passInfo i {
  color: var(--GGRCNT-gold);
}

.GGRCNT-passCode {
  position: relative;
  z-index: 2;
  margin-top: 16px;
  padding: 14px 15px;
  border-radius: 18px;
  display: flex;
  justify-content: space-between;
  gap: 14px;
  background: rgba(0, 0, 0, 0.16);
  border: 1px dashed rgba(255, 255, 255, 0.14);
}

.GGRCNT-passCode span {
  color: rgba(255, 255, 255, 0.56);
  font-size: 12px;
  font-weight: 700;
}

.GGRCNT-passCode strong {
  color: #ffffff;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.02em;
}

.GGRCNT-pathSec {
  padding: 24px 0 8px;
}

.GGRCNT-pathGrid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.GGRCNT-pathItem {
  position: relative;
  overflow: hidden;
  min-height: 138px;
  border-radius: 26px;
  padding: 22px;
  background:
    radial-gradient(
      210px 130px at 100% 0%,
      rgba(255, 232, 0, 0.1),
      transparent 64%
    ),
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.06),
      rgba(255, 255, 255, 0.028)
    ),
    #101722;
}

.GGRCNT-pathItem span {
  display: inline-flex;
  width: 42px;
  height: 42px;
  border-radius: 16px;
  align-items: center;
  justify-content: center;
  color: #08090d;
  background: var(--GGRCNT-gold);
  font-weight: 900;
}

.GGRCNT-pathItem strong {
  display: block;
  margin-top: 15px;
  color: #ffffff;
  font-size: 17px;
}

.GGRCNT-pathItem p {
  margin: 8px 0 0;
  color: var(--GGRCNT-muted);
  font-size: 13.5px;
  line-height: 1.58;
}

.GGRCNT-cardSec,
.GGRCNT-mainSec,
.GGRCNT-deptSec,
.GGRCNT-mapSec {
  padding: 26px 0;
}

.GGRCNT-cardGrid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.GGRCNT-infoCard {
  position: relative;
  overflow: hidden;
  min-height: 220px;
  border-radius: 28px;
  padding: 22px;
  background:
    radial-gradient(
      220px 140px at 100% 0%,
      rgba(255, 232, 0, 0.11),
      transparent 65%
    ),
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.065),
      rgba(255, 255, 255, 0.028)
    ),
    #101722;
  transition:
    transform 0.18s ease,
    border-color 0.18s ease,
    background 0.18s ease;
}

.GGRCNT-infoCard::after {
  content: "";
  position: absolute;
  inset: auto 18px 16px 18px;
  height: 2px;
  border-radius: 999px;
  background: linear-gradient(
    90deg,
    var(--GGRCNT-gold),
    rgba(255, 232, 0, 0.26),
    transparent
  );
  opacity: 0.7;
}

.GGRCNT-infoCard:hover {
  transform: translateY(-5px);
  border-color: rgba(255, 232, 0, 0.3);
}

.GGRCNT-cardIcon {
  width: 50px;
  height: 50px;
  border-radius: 18px;
  display: grid;
  place-items: center;
  color: #08090d;
  background: var(--GGRCNT-gold);
  font-size: 20px;
  box-shadow: 0 0 0 7px rgba(255, 232, 0, 0.08);
}

.GGRCNT-infoCard small {
  display: block;
  margin-top: 18px;
  color: var(--GGRCNT-soft);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 800;
}

.GGRCNT-infoCard strong {
  display: block;
  margin-top: 8px;
  font-size: 18px;
  color: #ffffff;
  line-height: 1.25;
  word-break: break-word;
}

.GGRCNT-infoCard em {
  display: block;
  margin-top: 8px;
  color: var(--GGRCNT-muted);
  font-size: 13px;
  line-height: 1.55;
  font-style: normal;
}

.GGRCNT-mainGrid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 410px;
  gap: 24px;
  align-items: start;
}

.GGRCNT-formCard,
.GGRCNT-visitCard {
  border-radius: 32px;
  padding: clamp(22px, 3vw, 36px);
  background:
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.068),
      rgba(255, 255, 255, 0.03)
    ),
    #101722;
}

.GGRCNT-secHead span,
.GGRCNT-mapHead span {
  display: inline-flex;
  min-height: 31px;
  align-items: center;
  padding: 0 12px;
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.86);
  background: rgba(255, 255, 255, 0.075);
  border: 1px solid rgba(255, 255, 255, 0.13);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.GGRCNT-secHead h2,
.GGRCNT-mapHead h2 {
  margin: 15px 0 9px;
  font-family: "Rajdhani", sans-serif;
  font-size: clamp(36px, 4vw, 52px);
  line-height: 0.96;
  letter-spacing: -0.045em;
  font-weight: 700;
}

.GGRCNT-secHead p,
.GGRCNT-mapHead p {
  margin: 0;
  color: var(--GGRCNT-muted);
  line-height: 1.76;
}

.GGRCNT-form {
  margin-top: 24px;
}

.GGRCNT-fieldGrid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.GGRCNT-fieldFull {
  grid-column: 1 / -1;
}

.GGRCNT-field {
  display: grid;
  gap: 8px;
}

.GGRCNT-field span {
  color: rgba(255, 255, 255, 0.8);
  font-size: 12.5px;
  font-weight: 750;
}

.GGRCNT-field input,
.GGRCNT-field select,
.GGRCNT-field textarea {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.12);
  outline: none;
  border-radius: 17px;
  color: #ffffff;
  background:
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.075),
      rgba(255, 255, 255, 0.035)
    ),
    rgba(0, 0, 0, 0.16);
  padding: 0 14px;
  font-size: 14.5px;
  transition:
    border-color 0.18s ease,
    box-shadow 0.18s ease,
    background 0.18s ease;
}

.GGRCNT-field input,
.GGRCNT-field select {
  min-height: 55px;
}

.GGRCNT-field textarea {
  resize: vertical;
  min-height: 136px;
  padding-top: 14px;
}

.GGRCNT-field select option {
  color: #10131a;
}

.GGRCNT-field input::placeholder,
.GGRCNT-field textarea::placeholder {
  color: rgba(255, 255, 255, 0.42);
}

.GGRCNT-field input:focus,
.GGRCNT-field select:focus,
.GGRCNT-field textarea:focus {
  border-color: rgba(255, 232, 0, 0.55);
  box-shadow: 0 0 0 4px rgba(255, 232, 0, 0.08);
  background: rgba(255, 255, 255, 0.075);
}

.GGRCNT-field.is-error input,
.GGRCNT-field.is-error select,
.GGRCNT-field.is-error textarea {
  border-color: rgba(255, 104, 104, 0.72);
  box-shadow: 0 0 0 4px rgba(255, 104, 104, 0.08);
}

.GGRCNT-formActions {
  margin-top: 16px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 150px;
  gap: 12px;
}

.GGRCNT-errorBox {
  margin-top: 14px;
  padding: 13px 15px;
  border-radius: 16px;
  color: #ffd7d7;
  background: rgba(255, 104, 104, 0.1);
  border: 1px solid rgba(255, 104, 104, 0.28);
  font-size: 13px;
  line-height: 1.55;
}

.GGRCNT-note {
  margin: 14px 0 0;
  color: rgba(255, 255, 255, 0.56);
  font-size: 12.5px;
  line-height: 1.65;
}

.GGRCNT-visitList {
  margin-top: 22px;
  display: grid;
  gap: 14px;
}

.GGRCNT-visitItem {
  display: grid;
  grid-template-columns: 44px 1fr;
  gap: 13px;
  padding: 15px;
  border-radius: 21px;
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid rgba(255, 255, 255, 0.085);
}

.GGRCNT-visitItem i {
  width: 44px;
  height: 44px;
  border-radius: 16px;
  display: grid;
  place-items: center;
  color: #08090d;
  background: var(--GGRCNT-gold);
}

.GGRCNT-visitItem strong {
  display: block;
  color: #ffffff;
  margin-bottom: 5px;
}

.GGRCNT-visitItem p {
  margin: 0;
  color: var(--GGRCNT-muted);
  font-size: 13px;
  line-height: 1.62;
}

.GGRCNT-visitActions {
  margin-top: 18px;
  display: grid;
  gap: 10px;
}

.GGRCNT-visitActions a {
  min-height: 49px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
  border-radius: 16px;
  background: rgba(255, 232, 0, 0.09);
  border: 1px solid rgba(255, 232, 0, 0.22);
  color: var(--GGRCNT-gold);
  font-size: 13px;
  font-weight: 800;
  transition:
    transform 0.18s ease,
    border-color 0.18s ease;
}

.GGRCNT-visitActions a:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 232, 0, 0.34);
}

.GGRCNT-center {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 24px;
}

.GGRCNT-deptGrid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.GGRCNT-deptCard {
  min-height: 168px;
  border-radius: 26px;
  padding: 22px;
  background:
    radial-gradient(
      190px 120px at 100% 0%,
      rgba(255, 232, 0, 0.1),
      transparent 64%
    ),
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.06),
      rgba(255, 255, 255, 0.028)
    ),
    #101722;
  transition:
    transform 0.18s ease,
    border-color 0.18s ease;
}

.GGRCNT-deptCard:hover {
  transform: translateY(-4px);
  border-color: rgba(255, 232, 0, 0.26);
}

.GGRCNT-deptCard strong {
  display: block;
  color: #ffffff;
  font-size: 18px;
}

.GGRCNT-deptCard p {
  margin: 10px 0 0;
  color: var(--GGRCNT-muted);
  font-size: 13.5px;
  line-height: 1.62;
}

.GGRCNT-mapSec {
  padding-bottom: 84px;
}

.GGRCNT-mapHead {
  max-width: 760px;
  margin: 0 0 22px;
}

.GGRCNT-mapPremium {
  position: relative;
  overflow: hidden;
  border-radius: 34px;
  display: grid;
  grid-template-columns: 390px minmax(0, 1fr);
  min-height: 520px;
  background:
    radial-gradient(
      520px 260px at 0% 0%,
      rgba(255, 232, 0, 0.11),
      transparent 62%
    ),
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.066),
      rgba(255, 255, 255, 0.028)
    ),
    #101722;
}

.GGRCNT-mapPremium::before {
  content: "RANCHI";
  position: absolute;
  left: 22px;
  bottom: -6px;
  color: rgba(255, 255, 255, 0.028);
  font-family: "Rajdhani", sans-serif;
  font-size: clamp(76px, 10vw, 150px);
  font-weight: 700;
  line-height: 0.8;
  letter-spacing: -0.06em;
  pointer-events: none;
}

.GGRCNT-mapPanel {
  position: relative;
  z-index: 2;
  padding: clamp(24px, 3vw, 34px);
  border-right: 1px solid rgba(255, 255, 255, 0.09);
}

.GGRCNT-mapBadge {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 34px;
  padding: 0 13px;
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.88);
  background: rgba(255, 255, 255, 0.075);
  border: 1px solid rgba(255, 255, 255, 0.13);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.GGRCNT-mapBadge i {
  color: var(--GGRCNT-gold);
}

.GGRCNT-mapPanel h3 {
  margin: 18px 0 10px;
  color: #ffffff;
  font-family: "Rajdhani", sans-serif;
  font-size: clamp(34px, 3vw, 46px);
  line-height: 0.98;
  letter-spacing: -0.04em;
  font-weight: 700;
}

.GGRCNT-mapPanel p {
  margin: 0;
  color: var(--GGRCNT-muted);
  font-size: 14px;
  line-height: 1.72;
}

.GGRCNT-mapMetaGrid {
  margin-top: 22px;
  display: grid;
  gap: 12px;
}

.GGRCNT-mapMetaGrid div {
  padding: 16px;
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.046);
  border: 1px solid rgba(255, 255, 255, 0.085);
}

.GGRCNT-mapMetaGrid span {
  display: block;
  color: var(--GGRCNT-soft);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.GGRCNT-mapMetaGrid strong {
  display: block;
  margin-top: 7px;
  color: var(--GGRCNT-gold);
  font-size: 16px;
}

.GGRCNT-mapBtnRow {
  margin-top: 22px;
  display: grid;
  gap: 11px;
}

.GGRCNT-mapBtnPrimary,
.GGRCNT-mapBtnGhost {
  width: 100%;
  min-height: 52px;
}

.GGRCNT-mapFrame {
  position: relative;
  min-height: 520px;
  padding: 18px;
}

.GGRCNT-mapFrame::before {
  content: "";
  position: absolute;
  inset: 18px;
  z-index: 2;
  pointer-events: none;
  border-radius: 24px;
  box-shadow:
    0 0 0 1px rgba(255, 255, 255, 0.12) inset,
    0 0 80px rgba(255, 232, 0, 0.05) inset;
}

.GGRCNT-mapFrame iframe {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  min-height: 484px;
  display: block;
  border: 0;
  border-radius: 24px;
  filter: grayscale(0.18) contrast(1.06) saturate(0.82);
}

.GGRCNT-mapOverlayTop {
  position: absolute;
  left: 36px;
  top: 36px;
  z-index: 3;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  min-height: 34px;
  padding: 0 13px;
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.88);
  background: rgba(5, 6, 8, 0.82);
  border: 1px solid rgba(255, 255, 255, 0.12);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  font-size: 12px;
  font-weight: 800;
}

.GGRCNT-mapOverlayTop span {
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: var(--GGRCNT-green);
  box-shadow: 0 0 0 6px rgba(53, 208, 127, 0.12);
}

@media (max-width: 1100px) {
  .GGRCNT-heroGrid,
  .GGRCNT-mainGrid,
  .GGRCNT-mapPremium {
    grid-template-columns: 1fr;
  }

  .GGRCNT-passCard {
    max-width: 720px;
  }

  .GGRCNT-cardGrid,
  .GGRCNT-deptGrid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .GGRCNT-pathGrid {
    grid-template-columns: 1fr;
  }

  .GGRCNT-mapPanel {
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.09);
  }
}

@media (max-width: 760px) {
  .GGRCNT-page {
    --GGRCNT-pad: 14px;
  }

  .GGRCNT-hero {
    padding-top: 140px;
  }

  .GGRCNT-heroContent,
  .GGRCNT-passCard,
  .GGRCNT-pathItem,
  .GGRCNT-formCard,
  .GGRCNT-visitCard,
  .GGRCNT-mapPremium {
    border-radius: 25px;
  }

  .GGRCNT-heroContent {
    padding: 25px;
  }

  .GGRCNT-heroContent h1 {
    font-size: clamp(42px, 13vw, 62px);
  }

  .GGRCNT-fieldGrid,
  .GGRCNT-formActions {
    grid-template-columns: 1fr;
  }

  .GGRCNT-cardGrid,
  .GGRCNT-deptGrid {
    grid-template-columns: 1fr;
  }

  .GGRCNT-mapFrame {
    min-height: auto;
    padding: 14px;
  }

  .GGRCNT-mapFrame iframe {
    min-height: 390px;
    border-radius: 20px;
  }

  .GGRCNT-mapFrame::before {
    inset: 14px;
    border-radius: 20px;
  }

  .GGRCNT-mapOverlayTop {
    left: 26px;
    top: 26px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .GGRCNT-primaryBtn,
  .GGRCNT-ghostBtn,
  .GGRCNT-sendBtn,
  .GGRCNT-callBtn,
  .GGRCNT-mapBtnPrimary,
  .GGRCNT-mapBtnGhost,
  .GGRCNT-infoCard,
  .GGRCNT-deptCard,
  .GGRCNT-visitActions a {
    transition: none;
  }
}
