/* GujRERA campaign article - Ariva visual system */
.gujrera-blog-page {
  --rera-forest: #0d2818;
  --rera-dark: #0a1f14;
  --rera-gold: #c9a562;
  --rera-cream: #f8f6f0;
  --rera-border: #e0ddd4;
  --rera-muted: #625f57;
  --rera-red: #9f3d31;
}

.gujrera-blog-page .blog-hero-band {
  background: var(--rera-dark);
}

.gujrera-blog-page .blog-hero-band img {
  transition: transform 1.1s cubic-bezier(.2,.75,.25,1), filter .6s ease;
}

.gujrera-blog-page .blog-hero-band:hover img {
  transform: scale(1.025);
  filter: saturate(1.04) contrast(1.02);
}

.gujrera-blog-page .blog-hero-band::after {
  background: linear-gradient(90deg, rgba(10,31,20,.82) 0%, rgba(10,31,20,.38) 48%, rgba(10,31,20,.08) 78%),
              linear-gradient(0deg, rgba(10,31,20,.48) 0%, transparent 48%);
}

.rera-hero-card {
  position: absolute;
  z-index: 4;
  left: max(24px, 7vw);
  bottom: clamp(24px, 6vw, 72px);
  width: min(430px, 42vw);
  padding: clamp(22px, 3vw, 38px);
  color: #fff;
  background: rgba(10,31,20,.86);
  border: 1px solid rgba(201,165,98,.6);
  border-radius: 18px;
  box-shadow: 0 24px 70px rgba(0,0,0,.24);
  backdrop-filter: blur(12px);
}

.rera-hero-card__brand {
  width: min(150px, 48%);
  height: auto;
  margin-bottom: 22px;
}

.rera-hero-card__eyebrow,
.rera-kicker {
  display: block;
  color: var(--rera-gold);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.rera-hero-card h2 {
  margin: 8px 0 14px;
  color: #fff;
  font-family: "Marcellus", "Times New Roman", serif;
  font-size: clamp(26px, 3vw, 42px);
  font-weight: 400;
  line-height: 1.05;
}

.rera-hero-card p {
  margin: 0;
  color: rgba(255,255,255,.82);
  font-size: clamp(13px, 1.25vw, 16px);
  line-height: 1.5;
}

.rera-source-status {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 16px;
  padding: 8px 11px;
  border-radius: 999px;
  color: #fff;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.14);
  font-size: 11px;
  line-height: 1.25;
}

.rera-source-status::before {
  content: "";
  width: 7px;
  height: 7px;
  flex: 0 0 auto;
  border-radius: 50%;
  background: var(--rera-gold);
  box-shadow: 0 0 0 4px rgba(201,165,98,.16);
}

.rera-answer-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 18px;
}

.rera-answer-meta span,
.rera-answer-meta time {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  padding: 5px 11px;
  border: 1px solid var(--rera-border);
  border-radius: 999px;
  color: var(--rera-muted);
  background: #fff;
  font-size: 12px;
  letter-spacing: .02em;
}

.rera-direct-answer {
  border-left: 5px solid var(--rera-gold);
  background: linear-gradient(135deg, var(--rera-cream), #fff);
}

.rera-direct-answer strong:first-child {
  display: inline-block;
  margin-bottom: 9px;
  color: var(--rera-forest);
  font-family: "Marcellus", "Times New Roman", serif;
  font-size: 1.18em;
}

.rera-disclaimer-inline {
  margin-top: 16px;
  padding: 14px 16px;
  border-radius: 10px;
  color: #4f463e;
  background: #fff6df;
  border: 1px solid rgba(201,165,98,.45);
  font-size: 14px;
  line-height: 1.55;
}

.rera-progress-panel {
  padding: 24px;
  border-radius: 16px;
  color: #fff;
  background: var(--rera-forest);
  box-shadow: 0 18px 42px rgba(10,31,20,.14);
}

.rera-progress-panel__top {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  gap: 20px;
}

.rera-progress-panel__count {
  color: var(--rera-gold);
  font-size: 13px;
  font-weight: 700;
  white-space: nowrap;
}

.rera-progress-track {
  height: 8px;
  margin-top: 16px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255,255,255,.14);
}

.rera-progress-fill {
  display: block;
  width: 0;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--rera-gold), #f2d797);
  transition: width .45s cubic-bezier(.2,.75,.25,1);
}

.rera-steps {
  display: grid;
  gap: 18px;
  margin-top: 22px;
}

.rera-step {
  position: relative;
  display: grid;
  grid-template-columns: 74px minmax(0, 1fr);
  gap: 22px;
  padding: 28px;
  overflow: hidden;
  border: 1px solid var(--rera-border);
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 5px 22px rgba(10,31,20,.04);
  transition: transform .35s ease, border-color .35s ease, box-shadow .35s ease;
}

.rera-step:hover {
  transform: translateY(-4px);
  border-color: rgba(201,165,98,.78);
  box-shadow: 0 16px 36px rgba(10,31,20,.09);
}

.rera-step.is-reviewed {
  border-color: rgba(13,40,24,.52);
  background: linear-gradient(140deg, #f2f7f3 0%, #fff 68%);
}

.rera-step__number {
  display: grid;
  place-items: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  color: var(--rera-forest);
  background: var(--rera-cream);
  border: 1px solid rgba(201,165,98,.7);
  font-family: "Marcellus", "Times New Roman", serif;
  font-size: 22px;
  transition: color .3s ease, background-color .3s ease, transform .3s ease;
}

.rera-step:hover .rera-step__number,
.rera-step.is-reviewed .rera-step__number {
  color: #fff;
  background: var(--rera-forest);
  transform: rotate(-4deg) scale(1.03);
}

.rera-step h3 {
  margin: 0 0 10px;
  color: var(--rera-forest);
  font-family: "Marcellus", "Times New Roman", serif;
  font-size: clamp(22px, 2.4vw, 31px);
  font-weight: 400;
  line-height: 1.15;
}

.rera-step p {
  margin-top: 0;
}

.rera-step__action {
  margin-top: 14px;
  padding: 13px 15px;
  border-radius: 10px;
  color: var(--rera-forest);
  background: var(--rera-cream);
  font-size: 14px;
  line-height: 1.5;
}

.rera-step__toggle {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 14px;
  padding: 10px 14px;
  color: var(--rera-forest);
  background: transparent;
  border: 1px solid rgba(13,40,24,.34);
  border-radius: 999px;
  cursor: pointer;
  font: inherit;
  font-size: 13px;
  font-weight: 700;
  transition: background-color .25s ease, color .25s ease, transform .25s ease;
}

.rera-step__toggle:hover,
.rera-step__toggle:focus-visible,
.rera-step.is-reviewed .rera-step__toggle {
  color: #fff;
  background: var(--rera-forest);
  transform: translateY(-1px);
  outline: none;
}

.rera-step__toggle i {
  color: var(--rera-gold);
}

.rera-field-map {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin: 24px 0;
}

.rera-field-card {
  min-height: 150px;
  padding: 22px;
  border: 1px solid var(--rera-border);
  border-radius: 14px;
  background: #fff;
  transition: transform .35s ease, border-color .35s ease, box-shadow .35s ease;
}

.rera-field-card:hover {
  transform: translateY(-5px);
  border-color: var(--rera-gold);
  box-shadow: 0 14px 30px rgba(10,31,20,.08);
}

.rera-field-card__label {
  display: block;
  margin-bottom: 9px;
  color: var(--rera-gold);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.rera-field-card h3 {
  margin: 0 0 8px;
  color: var(--rera-forest);
  font-size: 18px;
}

.rera-field-card p {
  margin: 0;
  color: var(--rera-muted);
  font-size: 14px;
  line-height: 1.55;
}

.rera-hover-fill {
  --hover-x: 50%;
  --hover-y: 50%;
  position: relative;
  z-index: 0;
  isolation: isolate;
  overflow: hidden;
}

.rera-hover-fill::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: var(--hover-x);
  top: var(--hover-y);
  width: 230%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--rera-forest);
  transform: translate(-50%, -50%) scale(0);
  transition: transform .72s cubic-bezier(.2,.78,.23,1);
}

.rera-hover-fill:hover::before,
.rera-hover-fill:focus-within::before {
  transform: translate(-50%, -50%) scale(1);
}

.rera-hover-fill:hover h3,
.rera-hover-fill:hover p,
.rera-hover-fill:hover .rera-field-card__label,
.rera-hover-fill:focus-within h3,
.rera-hover-fill:focus-within p,
.rera-hover-fill:focus-within .rera-field-card__label {
  color: #fff;
}

.rera-fact-card {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(260px, .85fr);
  gap: 28px;
  padding: clamp(26px, 4vw, 48px);
  border-radius: 20px;
  color: #fff;
  background: radial-gradient(circle at 90% 0%, rgba(201,165,98,.2), transparent 32%), var(--rera-dark);
  box-shadow: 0 24px 55px rgba(10,31,20,.16);
}

.rera-fact-card h3 {
  margin: 8px 0 12px;
  color: #fff;
  font-family: "Marcellus", "Times New Roman", serif;
  font-size: clamp(28px, 3.3vw, 46px);
  font-weight: 400;
}

.rera-fact-card p,
.rera-fact-card li {
  color: rgba(255,255,255,.82);
}

.rera-fact-list {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid rgba(255,255,255,.14);
}

.rera-fact-list li {
  display: grid;
  grid-template-columns: 145px minmax(0, 1fr);
  gap: 12px;
  padding: 11px 0;
  border-bottom: 1px solid rgba(255,255,255,.14);
  font-size: 14px;
  line-height: 1.45;
}

.rera-fact-list strong {
  color: var(--rera-gold);
}

.rera-number-box {
  align-self: start;
  padding: 20px;
  border-radius: 14px;
  background: rgba(255,255,255,.07);
  border: 1px solid rgba(201,165,98,.42);
}

.rera-number-box code {
  display: block;
  overflow-wrap: anywhere;
  color: #fff;
  font: 12px/1.55 ui-monospace, SFMono-Regular, Consolas, monospace;
}

.rera-copy-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 14px;
  padding: 10px 13px;
  color: var(--rera-dark);
  background: var(--rera-gold);
  border: 0;
  border-radius: 999px;
  cursor: pointer;
  font: inherit;
  font-size: 12px;
  font-weight: 800;
  transition: transform .25s ease, background-color .25s ease;
}

.rera-copy-btn:hover,
.rera-copy-btn:focus-visible {
  transform: translateY(-2px);
  background: #e1c27d;
  outline: none;
}

.rera-recheck-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 18px;
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.rera-recheck-grid li {
  position: relative;
  padding-left: 22px;
  color: rgba(255,255,255,.82);
  font-size: 13px;
  line-height: 1.45;
}

.rera-recheck-grid li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .3em;
  width: 10px;
  height: 10px;
  border: 1px solid var(--rera-gold);
}

.rera-download-card {
  position: relative;
  display: grid;
  grid-template-columns: 150px minmax(0, 1fr);
  gap: 28px;
  align-items: center;
  padding: clamp(28px, 4vw, 46px);
  overflow: hidden;
  border-radius: 20px;
  color: var(--rera-forest);
  background: linear-gradient(135deg, #f3eddf, #fff 65%);
  border: 1px solid rgba(201,165,98,.55);
  box-shadow: 0 20px 48px rgba(10,31,20,.08);
}

.rera-download-card::after {
  content: "PDF";
  position: absolute;
  right: -12px;
  bottom: -28px;
  color: rgba(13,40,24,.035);
  font: 900 150px/1 Helvetica, Arial, sans-serif;
  pointer-events: none;
}

.rera-download-card__preview {
  display: grid;
  place-items: center;
  height: 190px;
  border-radius: 10px;
  color: var(--rera-gold);
  background: var(--rera-forest);
  box-shadow: 0 18px 30px rgba(10,31,20,.18);
  transition: transform .4s ease;
}

.rera-download-card:hover .rera-download-card__preview {
  transform: translateY(-6px) rotate(-2deg);
}

.rera-download-card__preview i {
  font-size: 42px;
}

.rera-download-card h3 {
  margin: 6px 0 10px;
  color: var(--rera-forest);
  font-family: "Marcellus", "Times New Roman", serif;
  font-size: clamp(26px, 3vw, 40px);
  font-weight: 400;
}

.rera-download-card p {
  max-width: 620px;
  margin: 0 0 17px;
  color: var(--rera-muted);
}

.rera-download-card .cta-box-primary {
  position: relative;
  z-index: 2;
}

.rera-source-list {
  display: grid;
  gap: 12px;
  margin: 20px 0;
  padding: 0;
  list-style: none;
}

.rera-source-list li {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr);
  gap: 14px;
  align-items: start;
  padding: 16px;
  border: 1px solid var(--rera-border);
  border-radius: 12px;
  background: #fff;
}

.rera-source-list__num {
  display: grid;
  place-items: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  color: var(--rera-forest);
  background: var(--rera-cream);
  border: 1px solid rgba(201,165,98,.55);
  font-size: 12px;
  font-weight: 800;
}

.rera-source-list p {
  margin: 4px 0 0;
  color: var(--rera-muted);
  font-size: 14px;
}

.rera-source-list a {
  overflow-wrap: anywhere;
}

.rera-legal-note {
  padding: 20px 22px;
  border-left: 4px solid var(--rera-gold);
  border-radius: 0 12px 12px 0;
  color: #4f463e;
  background: #fff7e6;
  font-size: 14px;
  line-height: 1.65;
}

.gujrera-blog-page .blog-compare-wrap td:first-child {
  color: var(--rera-forest);
  font-weight: 700;
}

.gujrera-blog-page .blog-faq details:hover {
  border-color: rgba(201,165,98,.7);
}

.gujrera-blog-page .blog-sticky-bar {
  display: flex;
}

.gujrera-blog-page .blog-sticky-bar .sticky-pdf:hover,
.gujrera-blog-page .blog-sticky-bar .sticky-visit:hover {
  transform: translateY(-2px);
}

.rera-toast {
  position: fixed;
  left: 50%;
  bottom: 26px;
  z-index: 90;
  max-width: calc(100vw - 32px);
  padding: 12px 18px;
  border-radius: 999px;
  color: #fff;
  background: var(--rera-forest);
  box-shadow: 0 14px 36px rgba(10,31,20,.24);
  opacity: 0;
  transform: translate(-50%, 16px);
  pointer-events: none;
  transition: opacity .25s ease, transform .25s ease;
  font-size: 13px;
  font-weight: 700;
}

.rera-toast.is-visible {
  opacity: 1;
  transform: translate(-50%, 0);
}

@media (max-width: 980px) {
  .rera-hero-card {
    width: min(520px, 58vw);
  }

  .rera-field-map {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .rera-fact-card {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 700px) {
  .rera-hero-card {
    left: 18px;
    right: 18px;
    bottom: 18px;
    width: auto;
    padding: 20px;
  }

  .rera-hero-card__brand {
    width: 112px;
    margin-bottom: 12px;
  }

  .rera-hero-card h2 {
    font-size: 25px;
  }

  .rera-hero-card p {
    display: none;
  }

  .rera-source-status {
    margin-top: 10px;
    font-size: 9px;
  }

  .rera-step {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 22px;
  }

  .rera-step__number {
    width: 50px;
    height: 50px;
    font-size: 19px;
  }

  .rera-field-map,
  .rera-recheck-grid {
    grid-template-columns: 1fr;
  }

  .rera-fact-list li {
    grid-template-columns: 1fr;
    gap: 4px;
  }

  .rera-download-card {
    grid-template-columns: 1fr;
  }

  .rera-download-card__preview {
    width: 110px;
    height: 145px;
  }

  .gujrera-blog-page .blog-sticky-bar {
    right: 72px;
    max-width: calc(100vw - 86px);
  }
}

@media (max-width: 460px) {
  .rera-hero-card__brand,
  .rera-hero-card p,
  .rera-source-status {
    display: none;
  }

  .rera-hero-card {
    padding: 16px 18px;
  }

  .rera-hero-card h2 {
    margin-bottom: 0;
    font-size: 22px;
  }

  .rera-progress-panel__top {
    align-items: flex-start;
    flex-direction: column;
    gap: 6px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .gujrera-blog-page .blog-hero-band img,
  .rera-step,
  .rera-field-card,
  .rera-download-card__preview,
  .rera-hover-fill::before,
  .rera-progress-fill {
    transition: none !important;
  }

  .rera-step:hover,
  .rera-field-card:hover,
  .rera-download-card:hover .rera-download-card__preview {
    transform: none !important;
  }
}

@media print {
  .toc-pills,
  .btn-whatsapp-pulse,
  .btn-call,
  .blog-sticky-bar,
  .rera-step__toggle,
  .rera-copy-btn,
  .rera-toast {
    display: none !important;
  }

  .rera-step,
  .rera-field-card,
  .rera-fact-card,
  .rera-download-card {
    break-inside: avoid;
    box-shadow: none;
  }
}

/* Final visual QA overrides */
.gujrera-blog-page .blog-hero-band > .fill-dimensions {
  z-index: 1 !important;
}

.gujrera-blog-page .blog-hero-band::after {
  z-index: 2;
}

.gujrera-blog-page .rera-hero-card,
.gujrera-blog-page .blog-hero-band .render-label {
  z-index: 4;
}

.gujrera-blog-page .blog-sticky-bar {
  display: none;
}

.gujrera-blog-page .toc-pills {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.gujrera-blog-page .toc-pills::-webkit-scrollbar {
  display: none;
}

@media (max-width: 900px) {
  .gujrera-blog-page .blog-sticky-bar {
    display: flex;
  }
}

@media (max-width: 700px) {
  .gujrera-blog-page main h2.js-anim-splitChars {
    overflow: visible !important;
  }
}
/* GujRERA comparison table scrollbar */
.gujrera-blog-page .blog-compare-wrap {
  scrollbar-color: var(--rera-gold) var(--rera-cream);
  scrollbar-width: thin;
}

.gujrera-blog-page .blog-compare-wrap::-webkit-scrollbar {
  height: 6px;
}

.gujrera-blog-page .blog-compare-wrap::-webkit-scrollbar-track {
  background: var(--rera-cream);
}

.gujrera-blog-page .blog-compare-wrap::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: var(--rera-gold);
}