/* Marketing: cookie banner, modals, FAQ, tools, newsletter */
.sl-cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9998;
  background: rgba(26, 42, 34, 0.97);
  color: #fff;
  padding: 16px 20px;
  box-shadow: 0 -4px 24px rgba(0, 0, 0, 0.2);
}
.sl-cookie-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.sl-cookie-inner p { margin: 0; font-size: 0.9rem; max-width: 640px; }
.sl-cookie-inner a { color: var(--gold, #c9a227); }
.sl-cookie-actions { display: flex; gap: 10px; flex-wrap: wrap; }

.sl-modal-backdrop {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  z-index: 9990;
}
.sl-modal {
  position: fixed;
  inset: 0;
  z-index: 9991;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.sl-modal[hidden], .sl-modal-backdrop[hidden] { display: none !important; }
body.sl-modal-open { overflow: hidden; }
.sl-modal-card {
  background: #fff;
  border-radius: 12px;
  max-width: 480px;
  width: 100%;
  padding: 28px 24px;
  position: relative;
  max-height: 90vh;
  overflow-y: auto;
}
.sl-modal-close {
  position: absolute;
  top: 12px;
  right: 12px;
  border: none;
  background: transparent;
  font-size: 1.25rem;
  cursor: pointer;
  color: #555;
}
.sl-modal-desc { color: #666; margin: 0 0 16px; font-size: 0.95rem; }
.sl-form input, .sl-form select, .sl-form textarea {
  width: 100%;
  margin-bottom: 10px;
  padding: 10px 12px;
  border: 1px solid #ddd;
  border-radius: 8px;
  font-family: inherit;
}
.sl-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.sl-form-submit { width: 100%; margin-top: 8px; }
.sl-consent {
  display: flex;
  gap: 8px;
  align-items: flex-start;
  font-size: 0.8rem;
  color: #555;
  margin: 8px 0 12px;
  cursor: pointer;
}
.sl-consent input { width: auto; margin-top: 3px; }
.sl-consent a { color: var(--green, #1a5c3a); }

.sl-newsletter {
  background: var(--green, #1a5c3a);
  color: #fff;
  padding: 48px 0;
}
.sl-newsletter-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.sl-newsletter h2 { margin: 0 0 8px; font-family: var(--font-display, serif); }
.sl-newsletter p { margin: 0; opacity: 0.9; }
.sl-newsletter-form {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  flex: 1;
  min-width: 260px;
  max-width: 480px;
}
.sl-newsletter-form input {
  flex: 1;
  min-width: 180px;
  padding: 12px 14px;
  border: none;
  border-radius: 8px;
}

.sl-faq-list { max-width: 800px; margin: 0 auto; }
.sl-faq-item {
  border-bottom: 1px solid #e8e4dc;
  padding: 0;
}
.sl-faq-item button {
  width: 100%;
  text-align: left;
  padding: 18px 0;
  border: none;
  background: none;
  font-size: 1.05rem;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  gap: 12px;
  font-family: inherit;
  color: var(--dark, #1a2a22);
}
.sl-faq-answer {
  padding: 0 0 18px;
  color: #555;
  line-height: 1.65;
  display: none;
}
.sl-faq-item.is-open .sl-faq-answer { display: block; }

.sl-tool-card {
  background: #fff;
  border: 1px solid #e8e4dc;
  border-radius: 12px;
  padding: 24px;
  margin-bottom: 20px;
}
.sl-emi-result {
  background: var(--cream, #f7f4ee);
  padding: 16px;
  border-radius: 8px;
  margin-top: 16px;
  font-size: 1.1rem;
}
.sl-compare-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.95rem;
}
.sl-compare-table th, .sl-compare-table td {
  border: 1px solid #e8e4dc;
  padding: 10px 12px;
  text-align: left;
}
.sl-compare-table th { background: var(--cream, #f7f4ee); }

.pd-rera-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(45, 80, 22, 0.08);
  color: var(--dark-green, #2d5016);
  padding: 8px 14px;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 600;
  margin: 0;
  border: 1px solid rgba(45, 80, 22, 0.15);
}
.pd-availability {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: #b45309;
  margin: 0;
  font-weight: 600;
  background: #fff7ed;
  padding: 8px 14px;
  border-radius: 8px;
  border: 1px solid #fed7aa;
}
.sl-google-reviews {
  margin-top: 40px;
  text-align: center;
}
.sl-google-reviews iframe { max-width: 100%; border: 0; }
.sl-reviews-hint { text-align: center; margin-top: 24px; }
.sl-brochure-btn { margin-top: 12px; display: inline-block; }

.sl-page-tools .tools-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  gap: 20px;
  margin-top: 32px;
}
.sl-tool-link {
  display: block;
  padding: 24px;
  border: 1px solid #e8e4dc;
  border-radius: 12px;
  text-decoration: none;
  color: inherit;
  transition: box-shadow 0.2s, border-color 0.2s;
}
.sl-tool-link:hover {
  border-color: var(--green, #1a5c3a);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}
.sl-tool-link i {
  font-size: 1.5rem;
  color: var(--green, #1a5c3a);
  margin-bottom: 12px;
}

/* ─── Compare projects page ─── */
.compare-page {
  max-width: 1100px;
  margin: 0 auto;
  padding-bottom: 24px;
}
.compare-intro {
  margin-bottom: 40px;
}
.compare-picker-head {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  margin-bottom: 24px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--gray-mid, #e8e3d8);
}
.compare-picker-icon {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  background: linear-gradient(135deg, var(--dark-green, #2d5016), var(--mid-green, #3a6b1e));
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  flex-shrink: 0;
}
.compare-picker-head h3 {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 1.35rem;
  color: var(--navy, #1a2d4d);
  margin: 0 0 6px;
}
.compare-picker-head p {
  margin: 0;
  font-size: 0.95rem;
  color: var(--text-mid, #4a4a4a);
}
.compare-picker-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-bottom: 24px;
}
.compare-picker-field label {
  display: block;
  font-size: 0.8rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--text-mid, #4a4a4a);
  margin-bottom: 8px;
}
.compare-select-wrap {
  position: relative;
}
.compare-select-wrap > i {
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--gold, #c9952a);
  font-size: 0.9rem;
  pointer-events: none;
}
.compare-select-wrap select {
  width: 100%;
  padding: 13px 14px 13px 40px;
  border: 1.5px solid var(--gray-mid, #e8e3d8);
  border-radius: 10px;
  font-family: inherit;
  font-size: 0.95rem;
  color: var(--text-dark, #1a1a1a);
  background: var(--white, #fff);
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%234a4a4a' d='M1 1l5 5 5-5'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 14px center;
  cursor: pointer;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.compare-select-wrap select:focus {
  outline: none;
  border-color: var(--dark-green, #2d5016);
  box-shadow: 0 0 0 3px rgba(45, 80, 22, 0.12);
}
.compare-picker-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 14px;
}
.compare-picker-actions .btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.btn-outline-compare {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 22px;
  border: 2px solid var(--navy, #1a2d4d);
  color: var(--navy, #1a2d4d);
  border-radius: 8px;
  font-weight: 600;
  font-size: 14px;
  text-decoration: none;
  transition: background 0.2s, color 0.2s;
}
.btn-outline-compare:hover {
  background: var(--navy, #1a2d4d);
  color: #fff;
}
.btn-sm {
  padding: 10px 18px;
  font-size: 13px;
}

.compare-results {
  margin-top: 48px;
}
.compare-results-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 24px;
}
.compare-results-head h3 {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 1.5rem;
  color: var(--navy, #1a2d4d);
  margin: 0;
}
.compare-results-head p {
  margin: 0;
  font-size: 0.9rem;
  color: var(--text-light, #7a7a7a);
}

.compare-grid-wrap {
  background: var(--white, #fff);
  border-radius: 16px;
  box-shadow: 0 8px 40px rgba(0, 0, 0, 0.07);
  border: 1px solid var(--gray-mid, #e8e3d8);
  overflow: hidden;
}
.compare-grid {
  display: grid;
  grid-template-columns: minmax(140px, 180px) repeat(var(--compare-cols, 2), 1fr);
  min-width: 0;
}
.compare-grid-cell {
  padding: 16px 18px;
  border-bottom: 1px solid var(--gray-mid, #e8e3d8);
  border-right: 1px solid var(--gray-mid, #e8e3d8);
  font-size: 0.92rem;
  line-height: 1.45;
}
.compare-grid-cell--corner {
  background: var(--cream, #f8f5ef);
  border-right: 1px solid var(--gray-mid, #e8e3d8);
}
.compare-grid-cell--head {
  padding: 0;
  vertical-align: top;
  background: var(--gray-light, #f4f1eb);
}
.compare-project-head {
  display: block;
  text-decoration: none;
  color: inherit;
  padding: 0;
  height: 100%;
}
.compare-project-img {
  position: relative;
  height: 140px;
  overflow: hidden;
  background: var(--navy, #1a2d4d);
}
.compare-project-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s;
}
.compare-project-head:hover .compare-project-img img {
  transform: scale(1.05);
}
.compare-project-img--placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.35);
  font-size: 2.5rem;
}
.compare-project-tag {
  position: absolute;
  top: 10px;
  left: 10px;
  background: var(--gold, #c9952a);
  color: var(--navy, #1a2d4d);
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 4px 10px;
  border-radius: 20px;
}
.compare-project-head h4 {
  font-size: 1rem;
  font-weight: 600;
  color: var(--navy, #1a2d4d);
  margin: 14px 16px 6px;
  line-height: 1.3;
}
.compare-project-head p {
  margin: 0 16px 16px;
  font-size: 0.82rem;
  color: var(--text-light, #7a7a7a);
}
.compare-project-head p i {
  color: var(--gold, #c9952a);
  margin-right: 4px;
}
.compare-grid-cell--label {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 600;
  color: var(--navy, #1a2d4d);
  background: var(--cream, #f8f5ef);
  font-size: 0.85rem;
}
.compare-grid-cell--label i {
  color: var(--dark-green, #2d5016);
  width: 18px;
  text-align: center;
}
.compare-grid-cell--value {
  color: var(--text-mid, #4a4a4a);
  display: flex;
  align-items: center;
}
.compare-grid-cell--action {
  padding: 14px 16px;
}
.compare-grid-cell--action .btn-green {
  width: 100%;
  justify-content: center;
  font-size: 13px;
}

.compare-mobile-cards {
  display: none;
}
.compare-results-cta {
  margin-top: 40px;
  text-align: center;
  padding: 32px 24px;
  background: linear-gradient(135deg, var(--navy, #1a2d4d) 0%, #243a5c 100%);
  border-radius: 16px;
  color: #fff;
}
.compare-results-cta p {
  margin: 0 0 20px;
  opacity: 0.9;
  font-size: 1.05rem;
}
.compare-results-cta-btns {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 14px;
}
.compare-results-cta .btn-outline-compare {
  border-color: rgba(255, 255, 255, 0.5);
  color: #fff;
}
.compare-results-cta .btn-outline-compare:hover {
  background: #fff;
  color: var(--navy, #1a2d4d);
}

.compare-notice {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  margin-top: 32px;
  padding: 20px 22px;
  background: var(--white, #fff);
  border-radius: 12px;
  border: 1px solid var(--gray-mid, #e8e3d8);
  border-left: 4px solid var(--gold, #c9952a);
}
.compare-notice--warn {
  border-left-color: #c45c26;
  background: #fff9f6;
}
.compare-notice > i {
  font-size: 1.35rem;
  color: var(--gold, #c9952a);
  margin-top: 2px;
}
.compare-notice--warn > i {
  color: #c45c26;
}
.compare-notice strong {
  display: block;
  color: var(--navy, #1a2d4d);
  margin-bottom: 4px;
}
.compare-notice p {
  margin: 0;
  font-size: 0.92rem;
  color: var(--text-mid, #4a4a4a);
  line-height: 1.55;
}
.compare-notice a {
  color: var(--dark-green, #2d5016);
  font-weight: 600;
}

/* ─── NRI page ─── */
.nri-page {
  max-width: 1100px;
  margin: 0 auto;
  padding-bottom: 32px;
}
.nri-intro {
  max-width: 720px;
  margin-bottom: 40px;
}
.nri-stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2px;
  background: var(--navy, #1a2d4d);
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 48px;
  box-shadow: 0 12px 40px rgba(26, 45, 77, 0.2);
}
.nri-stat {
  padding: 28px 20px;
  text-align: center;
  background: var(--navy, #1a2d4d);
  border-right: 1px solid rgba(255, 255, 255, 0.08);
}
.nri-stat:last-child {
  border-right: none;
}
.nri-stat-num {
  display: block;
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 2rem;
  font-weight: 700;
  color: var(--gold-light, #e8b84b);
  line-height: 1.1;
}
.nri-stat-label {
  display: block;
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.72);
  margin-top: 6px;
  font-weight: 500;
}
.nri-layout {
  display: grid;
  grid-template-columns: 1fr 340px;
  gap: 40px;
  align-items: start;
}
.nri-section {
  margin-bottom: 48px;
}
.nri-section-title {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 1.4rem;
  color: var(--navy, #1a2d4d);
  margin: 0 0 24px;
  padding-bottom: 12px;
  border-bottom: 2px solid var(--gold, #c9952a);
  display: inline-block;
}
.nri-features {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
.nri-feature-card {
  display: flex;
  gap: 16px;
  align-items: flex-start;
  padding: 20px;
  background: var(--white, #fff);
  border-radius: 14px;
  border: 1px solid var(--gray-mid, #e8e3d8);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
  transition: box-shadow 0.25s, transform 0.25s;
}
.nri-feature-card:hover {
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.08);
  transform: translateY(-2px);
}
.nri-feature-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: linear-gradient(145deg, rgba(45, 80, 22, 0.12), rgba(45, 80, 22, 0.06));
  color: var(--dark-green, #2d5016);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.15rem;
  flex-shrink: 0;
}
.nri-feature-card strong {
  display: block;
  font-size: 1rem;
  color: var(--navy, #1a2d4d);
  margin-bottom: 6px;
}
.nri-feature-card p {
  margin: 0;
  font-size: 0.88rem;
  color: var(--text-mid, #4a4a4a);
  line-height: 1.55;
}
.nri-steps {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 0;
}
.nri-step {
  display: flex;
  gap: 20px;
  align-items: flex-start;
  padding: 24px 0;
  border-bottom: 1px solid var(--gray-mid, #e8e3d8);
  position: relative;
}
.nri-step:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.nri-step-num {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: var(--dark-green, #2d5016);
  color: #fff;
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 1.15rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  box-shadow: 0 4px 14px rgba(45, 80, 22, 0.35);
}
.nri-step strong {
  display: block;
  font-size: 1.05rem;
  color: var(--navy, #1a2d4d);
  margin-bottom: 6px;
}
.nri-step p {
  margin: 0;
  font-size: 0.9rem;
  color: var(--text-mid, #4a4a4a);
  line-height: 1.55;
}

.nri-aside {
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: sticky;
  top: 100px;
}
.nri-aside-card {
  background: var(--white, #fff);
  border-radius: 16px;
  padding: 24px;
  border: 1px solid var(--gray-mid, #e8e3d8);
  box-shadow: 0 6px 28px rgba(0, 0, 0, 0.06);
}
.nri-aside-card--highlight {
  background: linear-gradient(160deg, var(--dark-green, #2d5016) 0%, #1e3a0f 100%);
  border: none;
  color: #fff;
}
.nri-aside-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  background: rgba(255, 255, 255, 0.15);
  padding: 5px 12px;
  border-radius: 20px;
  margin-bottom: 14px;
}
.nri-aside-card--highlight h3 {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 1.35rem;
  margin: 0 0 10px;
  color: #fff;
}
.nri-aside-card--highlight p {
  margin: 0 0 18px;
  font-size: 0.9rem;
  opacity: 0.92;
  line-height: 1.55;
}
.nri-contact-list {
  list-style: none;
  padding: 0;
  margin: 0 0 20px;
}
.nri-contact-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.9rem;
  margin-bottom: 10px;
}
.nri-contact-list i {
  color: var(--gold-light, #e8b84b);
  width: 18px;
}
.nri-contact-list a {
  color: #fff;
  text-decoration: none;
}
.nri-contact-list a:hover {
  text-decoration: underline;
}
.nri-wa-btn {
  width: 100%;
  justify-content: center;
}
.nri-aside-card h4 {
  font-size: 1rem;
  color: var(--navy, #1a2d4d);
  margin: 0 0 14px;
}
.nri-links {
  list-style: none;
  padding: 0;
  margin: 0;
}
.nri-links li {
  border-bottom: 1px solid var(--gray-mid, #e8e3d8);
}
.nri-links li:last-child {
  border-bottom: none;
}
.nri-links a {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 0;
  color: var(--text-mid, #4a4a4a);
  text-decoration: none;
  font-size: 0.92rem;
  font-weight: 500;
  transition: color 0.2s, gap 0.2s;
}
.nri-links a:hover {
  color: var(--dark-green, #2d5016);
  gap: 14px;
}
.nri-links a i {
  color: var(--gold, #c9952a);
  width: 18px;
}
.nri-aside-card--coimbatore {
  background: var(--cream, #f8f5ef);
  border-color: transparent;
}
.nri-aside-card--coimbatore h4 {
  display: flex;
  align-items: center;
  gap: 8px;
}
.nri-aside-card--coimbatore h4 i {
  color: var(--dark-green, #2d5016);
}
.nri-aside-card--coimbatore p {
  margin: 0;
  font-size: 0.88rem;
  color: var(--text-mid, #4a4a4a);
  line-height: 1.6;
}

.nri-cta-band {
  margin-top: 56px;
  background: var(--white, #fff);
  border-radius: 16px;
  border: 1px solid var(--gray-mid, #e8e3d8);
  box-shadow: 0 8px 36px rgba(0, 0, 0, 0.06);
  overflow: hidden;
}
.nri-cta-band-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 24px;
  padding: 36px 40px;
  background: linear-gradient(90deg, var(--cream, #f8f5ef) 0%, var(--white, #fff) 50%);
}
.nri-cta-band h3 {
  font-family: 'Playfair Display', Georgia, serif;
  font-size: 1.35rem;
  color: var(--navy, #1a2d4d);
  margin: 0 0 8px;
}
.nri-cta-band p {
  margin: 0;
  font-size: 0.95rem;
  color: var(--text-mid, #4a4a4a);
}
.nri-cta-band-btns {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}
.nri-cta-band-btns .btn-primary {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}
.btn-outline-nri {
  display: inline-flex;
  align-items: center;
  padding: 14px 28px;
  border: 2px solid var(--dark-green, #2d5016);
  color: var(--dark-green, #2d5016);
  border-radius: 8px;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.2s, color 0.2s;
}
.btn-outline-nri:hover {
  background: var(--dark-green, #2d5016);
  color: #fff;
}

@media (max-width: 992px) {
  .compare-picker-grid {
    grid-template-columns: 1fr;
  }
  .nri-layout {
    grid-template-columns: 1fr;
  }
  .nri-aside {
    position: static;
  }
  .nri-features {
    grid-template-columns: 1fr;
  }
  .nri-stats {
    grid-template-columns: repeat(2, 1fr);
  }
  .nri-stat:nth-child(2) {
    border-right: none;
  }
}

@media (max-width: 768px) {
  .sl-form-row { grid-template-columns: 1fr; }
  .sl-cookie-inner { flex-direction: column; align-items: stretch; }

  .compare-grid-wrap {
    display: none;
  }
  .compare-mobile-cards {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
  .compare-mobile-card {
    background: var(--white, #fff);
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 6px 28px rgba(0, 0, 0, 0.08);
    border: 1px solid var(--gray-mid, #e8e3d8);
    padding-bottom: 20px;
  }
  .compare-mobile-card-top {
    display: block;
    text-decoration: none;
    color: inherit;
  }
  .compare-mobile-card .compare-project-img {
    height: 180px;
  }
  .compare-mobile-card h4 {
    font-size: 1.1rem;
    color: var(--navy, #1a2d4d);
    margin: 16px 18px 6px;
  }
  .compare-mobile-card-top > p {
    margin: 0 18px 16px;
    font-size: 0.88rem;
    color: var(--text-light, #7a7a7a);
  }
  .compare-mobile-specs {
    margin: 0 18px 18px;
    padding: 0;
  }
  .compare-mobile-specs > div {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    padding: 10px 0;
    border-bottom: 1px solid var(--gray-mid, #e8e3d8);
    font-size: 0.88rem;
  }
  .compare-mobile-specs > div:last-child {
    border-bottom: none;
  }
  .compare-mobile-specs dt {
    color: var(--text-mid, #4a4a4a);
    font-weight: 600;
    flex-shrink: 0;
  }
  .compare-mobile-specs dt i {
    color: var(--dark-green, #2d5016);
    margin-right: 6px;
  }
  .compare-mobile-specs dd {
    margin: 0;
    text-align: right;
    color: var(--navy, #1a2d4d);
  }
  .compare-mobile-card > .btn-green {
    margin: 0 18px;
    box-sizing: border-box;
  }
  .compare-results-head {
    flex-direction: column;
  }
  .nri-cta-band-inner {
    flex-direction: column;
    align-items: stretch;
    padding: 28px 22px;
  }
  .nri-cta-band-btns {
    flex-direction: column;
  }
  .nri-cta-band-btns a {
    justify-content: center;
    text-align: center;
  }
}
