/* GSR Property Law Page - Scoped Only - No Warning Version */
#gsr-property-law-page {
  --pl-primary: #7c3aed;
  --pl-secondary: #f59e0b;
  --pl-bg: #fffaf0;
  --pl-text: #1f2937;
  --pl-card: #ffffff;
  --pl-border: #f3e8ff;
  font-family: "Inter", system-ui, sans-serif;
  color: var(--pl-text);
  background: #fff;
  overflow-x: hidden;
}
#gsr-property-law-page * {
  box-sizing: border-box;
}
.gsr-pl-hero {
  position: relative;
  padding: 70px 20px;
  background: linear-gradient(135deg, #fef3c7 0%, #fff7ed 40%, #f5f3ff 100%);
  overflow: hidden;
}
.gsr-pl-bg-shape {
  position: absolute;
  border-radius: 50%;
  opacity: 0.5;
}
.gsr-pl-shape-1 {
  width: 400px;
  height: 400px;
  background: #fde68a;
  top: -100px;
  left: -100px;
}
.gsr-pl-shape-2 {
  width: 500px;
  height: 500px;
  background: #ddd6fe;
  bottom: -150px;
  right: -100px;
}
.gsr-pl-wrapper {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 40px;
  position: relative;
  z-index: 2;
}
.gsr-pl-badge {
  display: inline-block;
  background: #fff;
  border: 1px solid var(--pl-border);
  padding: 6px 14px;
  border-radius: 30px;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 15px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}
.gsr-pl-left h1 {
  font-size: 44px;
  line-height: 1.15;
  margin: 10px 0 15px;
  font-weight: 800;
  color: #111827;
}
.gsr-pl-left h1 span {
  color: #7c3aed;
}
.gsr-pl-left p {
  font-size: 16px;
  line-height: 1.7;
  color: #4b5563;
  margin-bottom: 25px;
}
.gsr-pl-buttons {
  display: flex;
  gap: 12px;
  margin-bottom: 25px;
}
.gsr-pl-btn-primary,
.gsr-pl-btn-outline {
  padding: 12px 20px;
  border-radius: 10px;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
}
.gsr-pl-btn-primary {
  background: var(--pl-primary);
  color: #fff;
  box-shadow: 0 8px 20px rgba(124, 58, 237, 0.3);
}
.gsr-pl-btn-outline {
  background: #fff;
  color: #111;
  border: 1px solid #e5e7eb;
}
.gsr-pl-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
  margin-top: 10px;
}
.gsr-pl-stat {
  background: #ffffff;
  border: 1px solid #f3e8ff;
  padding: 12px;
  border-radius: 12px;
  text-align: center;
  box-shadow: 0 2px 8px rgba(0,0,0,0.04);
}
.gsr-pl-stat strong {
  display: block;
  font-size: 18px;
  color: var(--pl-primary);
}
.gsr-pl-stat span {
  font-size: 11px;
  color: #6b7280;
}
.gsr-pl-feature-card {
  background: var(--pl-card);
  border-radius: 18px;
  padding: 20px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
  border: 1px solid var(--pl-border);
}
.gsr-pl-featured-ayodhya {
  border: 2px solid #f59e0b;
  background: linear-gradient(180deg, #fffbeb, #fff);
}
.gsr-pl-card-top {
  display: flex;
  gap: 12px;
  align-items: center;
  margin-bottom: 12px;
}
.gsr-pl-book {
  width: 48px;
  height: 48px;
  background: #fef3c7;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
}
.gsr-pl-card-body h4 {
  margin: 0 0 8px;
  font-size: 16px;
}
.gsr-pl-card-body p {
  font-size: 13px;
  color: #6b7280;
  line-height: 1.6;
}
.gsr-pl-tags {
  display: flex;
  gap: 6px;
  margin: 12px 0;
  flex-wrap: wrap;
}
.gsr-pl-tags span {
  background: #f3f4f6;
  padding: 4px 8px;
  border-radius: 20px;
  font-size: 10px;
}
.gsr-pl-card-body a {
  color: var(--pl-primary);
  font-weight: 700;
  text-decoration: none;
  font-size: 13px;
}
/* Search */
.gsr-pl-search-section {
  padding: 30px 20px;
  background: #fff;
  margin-top: -20px;
  position: relative;
  z-index: 3;
}
.gsr-pl-search-box {
  max-width: 900px;
  margin: 0 auto;
  background: #fff;
  border: 1px solid #ede9fe;
  box-shadow: 0 10px 30px rgba(124, 58, 237, 0.08);
  border-radius: 20px;
  padding: 25px;
}
.gsr-pl-search-top h2 {
  margin: 0 0 5px;
  font-size: 22px;
}
.gsr-pl-search-top p {
  margin: 0 0 15px;
  color: #6b7280;
  font-size: 13px;
}
.gsr-pl-search-form {
  display: flex;
  gap: 10px;
}
.gsr-pl-search-input {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 10px;
  background: #f9fafb;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 0 14px;
}
.gsr-pl-search-input input {
  border: 0;
  background: transparent;
  flex: 1;
  padding: 14px 0;
  outline: none;
  font-size: 14px;
}
.gsr-pl-search-form button {
  background: var(--pl-primary);
  color: #fff;
  border: 0;
  padding: 0 24px;
  border-radius: 12px;
  font-weight: 600;
  cursor: pointer;
}
.gsr-pl-popular-search {
  margin-top: 12px;
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
  align-items: center;
  font-size: 12px;
}
.gsr-pl-popular-search a {
  background: #f5f3ff;
  padding: 5px 10px;
  border-radius: 20px;
  cursor: pointer;
  border: 1px solid #ede9fe;
}
.gsr-pl-popular-search a:hover {
  background: var(--pl-primary);
  color: #fff;
}
/* Topics */
.gsr-pl-topics-section {
  padding: 50px 20px;
  background: #fcfbff;
}
.gsr-pl-section-heading {
  max-width: 1200px;
  margin: 0 auto 30px;
  text-align: center;
}
.gsr-pl-mini-title {
  color: var(--pl-primary);
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.gsr-pl-section-heading h2 {
  font-size: 32px;
  margin: 8px 0;
}
.gsr-pl-topic-grid {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  gap: 16px;
}
.gsr-pl-topic-card {
  background: #fff;
  border: 1px solid #f3f4f6;
  padding: 20px;
  border-radius: 16px;
  text-decoration: none;
  color: inherit;
  transition: 0.3s;
  position: relative;
  overflow: hidden;
}
.gsr-pl-topic-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.08);
  border-color: var(--pl-primary);
}
.gsr-pl-highlight {
  border: 2px solid #f59e0b;
  background: linear-gradient(135deg, #fffbeb, #ffffff);
}
.gsr-pl-topic-icon {
  width: 44px;
  height: 44px;
  background: #f5f3ff;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  margin-bottom: 12px;
}
.gsr-pl-topic-card h3 {
  font-size: 16px;
  margin: 0 0 6px;
}
.gsr-pl-topic-card p {
  font-size: 13px;
  color: #6b7280;
  margin: 0 0 10px;
  line-height: 1.5;
}
.gsr-pl-topic-card span {
  font-size: 12px;
  color: var(--pl-primary);
  font-weight: 600;
}
.gsr-pl-new-tag {
  position: absolute;
  top: 12px;
  right: 12px;
  background: #f59e0b;
  color: #fff;
  font-size: 9px;
  padding: 3px 8px;
  border-radius: 20px;
}
/* Cases */
.gsr-pl-featured-section {
  padding: 50px 20px;
  background: #fff;
}
.gsr-pl-case-slider {
  max-width: 1200px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 18px;
}
.gsr-pl-case-card {
  background: #fff;
  border: 1px solid #f3f4f6;
  border-radius: 16px;
  padding: 18px;
  transition: 0.3s;
}
.gsr-pl-case-highlight {
  border: 2px solid #f59e0b;
  box-shadow: 0 10px 25px rgba(245, 158, 11, 0.15);
}
.gsr-pl-case-top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 12px;
}
.gsr-pl-case-year {
  background: #111827;
  color: #fff;
  padding: 3px 8px;
  border-radius: 6px;
  font-size: 11px;
}
.gsr-pl-case-tag {
  background: #f3f4f6;
  padding: 3px 8px;
  border-radius: 6px;
  font-size: 10px;
}
.gsr-pl-tag-new {
  background: #fef3c7;
  color: #92400e;
  border: 1px solid #fde68a;
}
.gsr-pl-case-card h3 {
  font-size: 15px;
  margin: 0 0 8px;
  line-height: 1.4;
}
.gsr-pl-case-card p {
  font-size: 12.5px;
  color: #6b7280;
  line-height: 1.6;
}
.gsr-pl-case-meta {
  display: flex;
  gap: 10px;
  margin: 12px 0;
  font-size: 11px;
  color: #6b7280;
}
.gsr-pl-case-card a {
  color: var(--pl-primary);
  font-weight: 700;
  text-decoration: none;
  font-size: 13px;
}
@media (max-width: 900px) {
  .gsr-pl-wrapper {
    grid-template-columns: 1fr;
  }
  .gsr-pl-left h1 {
    font-size: 32px;
  }
  .gsr-pl-stats {
    grid-template-columns: repeat(2, 1fr);
  }
  .gsr-pl-search-form {
    flex-direction: column;
  }
}