
/* Maha Rent Agreement professional polish v4 - typography/layout only */
html { scroll-behavior: smooth; }
body {
  font-family: "Open Sans", Arial, sans-serif;
  color: #263238;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

h1, h2, h3, h4, h5, h6,
.section-header,
.templatemo-header-orange {
  letter-spacing: 0.1px;
}

p { line-height: 1.75; }

/* Keep the existing UI, but make the loose Pune links stable */
.process-section {
  text-align: center;
  padding-left: 15px;
  padding-right: 15px;
}

.home-service-areas-mini {
  max-width: 1080px;
  margin: 0 auto 24px;
  padding: 0 12px 10px;
}

.home-service-areas-mini h3 {
  margin: 0 0 16px !important;
  color: #232323;
  font-size: 32px !important;
  line-height: 1.25 !important;
  font-weight: 800 !important;
}

.home-area-links,
.service-areas-list,
.locations-chip-list,
.article-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.home-area-links a,
.service-areas-list a,
.locations-chip-list span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 8px 15px;
  border: 1px solid #e6e8ee;
  border-radius: 999px;
  background: #fff;
  color: #3c4856;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  box-shadow: 0 4px 14px rgba(0,0,0,0.035);
}

.home-area-links a:hover,
.service-areas-list a:hover {
  background: #f94d40;
  border-color: #f94d40;
  color: #fff;
  text-decoration: none;
}

.process-section > h3:not(.home-service-areas-mini h3) {
  margin-top: 22px;
  font-size: 34px !important;
  font-weight: 800 !important;
}

/* Articles: professional, clean, stable cards */
.articles-section {
  padding: 68px 15px !important;
  background: #f7f8fb !important;
  border-top: 1px solid #edf0f4;
  font-family: "Open Sans", Arial, sans-serif !important;
}

.articles-heading,
.locations-heading {
  max-width: 860px;
  margin: 0 auto 34px !important;
  text-align: center !important;
}

.articles-heading span,
.locations-heading span {
  display: inline-block !important;
  padding: 7px 14px !important;
  margin-bottom: 12px !important;
  border-radius: 999px !important;
  background: #fff0ee !important;
  color: #f94d40 !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
  letter-spacing: .5px !important;
  text-transform: uppercase !important;
}

.articles-heading h2,
.locations-heading h2 {
  margin: 0 0 12px !important;
  color: #1f2933 !important;
  font-size: 32px !important;
  line-height: 1.28 !important;
  font-weight: 800 !important;
}

.articles-heading p,
.locations-heading p {
  max-width: 760px;
  margin: 0 auto !important;
  color: #5b6470 !important;
  font-size: 15px !important;
  line-height: 1.8 !important;
}

.articles-grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 26px !important;
  max-width: 1120px;
  margin: 0 auto;
}

.article-card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  padding: 28px !important;
  background: #fff !important;
  border: 1px solid #e8ecf1 !important;
  border-radius: 16px !important;
  box-shadow: 0 12px 28px rgba(16, 24, 40, 0.06) !important;
}

.article-card:before {
  content: "";
  position: absolute;
  top: 0;
  left: 24px;
  right: 24px;
  height: 3px;
  background: #f94d40;
  border-radius: 0 0 8px 8px;
}

.article-badge {
  align-self: flex-start;
  display: inline-block !important;
  padding: 7px 12px !important;
  margin: 4px 0 14px !important;
  border-radius: 999px !important;
  background: #fff0ee !important;
  color: #f94d40 !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
  letter-spacing: .35px !important;
  text-transform: uppercase !important;
}

.article-card h3 {
  margin: 0 0 12px !important;
  color: #1f2933 !important;
  font-size: 22px !important;
  line-height: 1.36 !important;
  font-weight: 800 !important;
}

.article-card p {
  margin: 0 0 22px !important;
  color: #5b6470 !important;
  font-size: 15px !important;
  line-height: 1.75 !important;
}

.article-actions,
.article-links {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 10px !important;
  margin-top: auto;
}

.article-primary,
.article-secondary,
.article-links a,
.locations-view-all {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 10px 15px !important;
  border-radius: 8px !important;
  font-size: 14px !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
  text-decoration: none !important;
  transition: all .2s ease !important;
}

.article-primary,
.locations-view-all {
  background: #f94d40 !important;
  border: 1px solid #f94d40 !important;
  color: #fff !important;
}

.article-secondary,
.article-links a {
  background: #fff !important;
  border: 1px solid #d9dee7 !important;
  color: #3c4856 !important;
}

.article-primary:hover,
.article-secondary:hover,
.article-links a:hover,
.locations-view-all:hover {
  background: #e44034 !important;
  border-color: #e44034 !important;
  color: #fff !important;
  text-decoration: none !important;
  transform: translateY(-1px);
}

/* Locations: cleaner like a professional service coverage block */
.all-locations-section {
  padding: 62px 15px !important;
  background: #fff !important;
  border-top: 1px solid #edf0f4 !important;
}

.locations-category {
  max-width: 1120px !important;
  margin: 0 auto 30px !important;
}

.locations-category h2,
.locations-category h3 {
  margin: 0 0 18px !important;
  color: #1f2933 !important;
  font-size: 22px !important;
  line-height: 1.35 !important;
  font-weight: 800 !important;
  text-align: center !important;
}

.locations-chip-list span {
  background: #fafbfc !important;
  color: #3c4856 !important;
  box-shadow: none;
}

.locations-details summary {
  cursor: pointer;
  list-style: none;
  max-width: 380px;
  margin: 10px auto 30px !important;
  padding: 12px 20px !important;
  border-radius: 999px !important;
  background: #f94d40 !important;
  color: #fff !important;
  font-size: 15px !important;
  font-weight: 800 !important;
  text-align: center !important;
}

.locations-details summary::-webkit-details-marker { display: none; }

.seo-service-areas {
  padding: 40px 15px 44px !important;
  background: #f7f8fb !important;
  border-top: 1px solid #edf0f4 !important;
  text-align: center !important;
}

.seo-service-areas h3 {
  color: #1f2933 !important;
  font-size: 24px !important;
  line-height: 1.35 !important;
  font-weight: 800 !important;
  margin: 0 0 10px !important;
}

.seo-service-areas-subtitle {
  max-width: 760px !important;
  margin: 0 auto 20px !important;
  color: #5b6470 !important;
  font-size: 15px !important;
  line-height: 1.75 !important;
}

/* Standalone articles/locations page hero polish */
.articles-page-hero,
.locations-page-hero {
  padding: 74px 15px !important;
  background: linear-gradient(135deg, #f94d40 0%, #ff7600 100%) !important;
  color: #fff !important;
  text-align: center !important;
}

.articles-page-hero h1,
.locations-page-hero h1 {
  margin: 0 0 10px !important;
  font-size: 38px !important;
  line-height: 1.2 !important;
  font-weight: 800 !important;
}

.articles-page-hero p,
.locations-page-hero p {
  margin: 0 auto !important;
  max-width: 760px;
  font-size: 16px !important;
  line-height: 1.75 !important;
}

@media (max-width: 991px) {
  .articles-grid { grid-template-columns: 1fr !important; }
  .home-service-areas-mini h3,
  .articles-heading h2,
  .locations-heading h2,
  .articles-page-hero h1,
  .locations-page-hero h1 {
    font-size: 28px !important;
  }
}

@media (max-width: 575px) {
  .articles-section,
  .all-locations-section,
  .seo-service-areas { padding-left: 12px !important; padding-right: 12px !important; }
  .article-card { padding: 24px 18px !important; }
  .article-card h3 { font-size: 20px !important; }
  .article-primary,
  .article-secondary,
  .article-links a,
  .locations-view-all { width: 100%; }
  .home-area-links a,
  .service-areas-list a,
  .locations-chip-list span { font-size: 13px; padding: 8px 12px; }
}
