/* ==========================================================================
   Money Root marketing site — consolidated styles
   Brand: green #0b5e3b, accent #25b46a, surfaces #f4f9f5 / #fbfdfb
   Fonts: Manrope (headings), Public Sans (body), Noto Sans Telugu (Telugu)
   ========================================================================== */

/* ---- Base / reset ---- */
* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
body { font-family: 'Public Sans', 'Noto Sans Telugu', system-ui, sans-serif; }
input, button, textarea, select { font-family: inherit; }

.mr-root {
  font-family: 'Public Sans', 'Noto Sans Telugu', system-ui, sans-serif;
  color: #14231c;
  background: #ffffff;
  min-height: 100vh;
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}

input[type=range] {
  -webkit-appearance: none; appearance: none;
  height: 6px; border-radius: 999px; background: #d7e6dd; outline: none;
}
input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none; appearance: none;
  width: 22px; height: 22px; border-radius: 50%; background: #0b5e3b;
  cursor: pointer; border: 4px solid #fff; box-shadow: 0 1px 4px rgba(11,94,59,.4);
}
input[type=range]::-moz-range-thumb {
  width: 18px; height: 18px; border-radius: 50%; background: #0b5e3b;
  cursor: pointer; border: 4px solid #fff;
}

@keyframes mrfade { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: translateY(0); } }
@keyframes mrpop  { from { opacity: 0; transform: scale(.96); } to { opacity: 1; transform: scale(1); } }

/* ---- Layout helpers ---- */
.mr-wrap { max-width: 1200px; margin: 0 auto; padding: 84px 28px; }
.mr-wrap-narrow { max-width: 840px; margin: 0 auto; padding: 84px 28px; }
.mr-section-head { text-align: center; max-width: 640px; margin: 0 auto 50px; }
.mr-eyebrow { color: #0b5e3b; font-weight: 700; letter-spacing: .08em; font-size: 13px; margin-bottom: 12px; }
.mr-h2 {
  font-family: 'Manrope', 'Noto Sans Telugu', sans-serif; font-weight: 800;
  font-size: clamp(30px, 4vw, 42px); letter-spacing: -.02em; margin: 0 0 14px; color: #0f2a1e;
}
.mr-section-head p { font-size: 17px; color: #5d6b62; margin: 0; }
.mr-section-head--tight { max-width: none; margin: 0 auto 44px; }
.mr-h2--flush { margin: 0; }
.mr-page-fade { animation: mrfade .4s ease both; }

/* ---- Buttons ---- */
.mr-btn {
  cursor: pointer; display: inline-block; text-align: center; text-decoration: none;
  border: none; border-radius: 999px; font-weight: 700; white-space: nowrap;
}
.mr-btn-primary { background: #0b5e3b; color: #fff; box-shadow: 0 6px 18px rgba(11,94,59,.25); }
.mr-btn-apply { font-size: 14px; padding: 12px 22px; }
.mr-btn-lg { font-size: 16px; padding: 15px 30px; box-shadow: 0 10px 26px rgba(11,94,59,.28); }
.mr-btn-outline { background: #fff; color: #0b5e3b; font-size: 16px; padding: 15px 30px; border: 1.5px solid #cfe2d6; }
.mr-btn-block { display: block; width: 100%; padding: 14px; font-size: 16px; }
.mr-btn-cta { background: #25b46a; color: #06351f; font-weight: 800; font-size: 17px; padding: 16px 38px; box-shadow: 0 12px 30px rgba(37,180,106,.35); }

/* ---- Header ---- */
.mr-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(255,255,255,.92); backdrop-filter: blur(10px);
  border-bottom: 1px solid #e6ebe7;
}
.mr-header-inner {
  max-width: 1200px; margin: 0 auto; padding: 0 28px; height: 78px;
  display: flex; align-items: center; justify-content: space-between; gap: 18px;
}
.mr-logo-link { display: flex; align-items: center; text-decoration: none; flex: none; }
.mr-logo { height: 58px; width: auto; display: block; }
.mr-nav { display: flex; align-items: center; gap: 4px; }
.mr-nav-link {
  cursor: pointer; padding: 9px 14px; border-radius: 999px; font-weight: 600;
  font-size: 15px; text-decoration: none; color: #3a4a40;
}
.mr-nav-link.is-active { background: #eef5f0; color: #0b5e3b; }
.mr-header-actions { display: flex; align-items: center; gap: 12px; }
.mr-lang { display: flex; align-items: center; background: #eef5f0; border-radius: 999px; padding: 3px; gap: 2px; }
.mr-lang-btn {
  cursor: pointer; padding: 6px 12px; border-radius: 999px; font-weight: 700;
  font-size: 13px; text-decoration: none; transition: .15s; color: #0b5e3b; background: transparent;
}
.mr-lang-btn.is-active { background: #0b5e3b; color: #fff; }
.mr-phone {
  display: flex; align-items: center; gap: 8px; color: #1c2f5a; font-weight: 600;
  font-size: 14px; text-decoration: none; white-space: nowrap;
}
.mr-phone-icon {
  display: inline-flex; width: 34px; height: 34px; border-radius: 50%;
  background: #eef5f0; align-items: center; justify-content: center; color: #0b5e3b; font-size: 15px;
}

/* ---- Hero ---- */
.mr-hero { background: linear-gradient(180deg, #f4f9f5 0%, #ffffff 100%); overflow: hidden; }
.mr-hero-inner {
  max-width: 1200px; margin: 0 auto; padding: 72px 28px 64px;
  display: grid; grid-template-columns: repeat(auto-fit, minmax(340px, 1fr)); gap: 48px; align-items: center;
}
.mr-hero-copy { animation: mrfade .6s ease both; }
.mr-badge {
  display: inline-flex; align-items: center; gap: 8px; background: #e7f3ec; color: #0b5e3b;
  font-weight: 700; font-size: 13px; letter-spacing: .04em; padding: 7px 14px; border-radius: 999px; margin-bottom: 22px;
}
.mr-badge-dot { width: 7px; height: 7px; border-radius: 50%; background: #25b46a; display: inline-block; }
.mr-hero-title {
  font-family: 'Manrope', 'Noto Sans Telugu', sans-serif; font-weight: 800;
  font-size: clamp(36px, 5vw, 56px); line-height: 1.08; letter-spacing: -.02em; margin: 0 0 20px; color: #0f2a1e;
}
.mr-hero-title span { color: #0b5e3b; }
.mr-hero-sub { font-size: 19px; color: #46564c; max-width: 520px; margin: 0 0 32px; }
.mr-hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-bottom: 36px; }
.mr-hero-stats { display: flex; flex-wrap: wrap; gap: 30px; }
.mr-stat-num { font-family: 'Manrope', sans-serif; font-weight: 800; font-size: 28px; color: #0f2a1e; }
.mr-stat-label { font-size: 13px; color: #6a786f; font-weight: 600; }
.mr-hero-media { position: relative; animation: mrpop .7s ease both; }
.mr-hero-img {
  border-radius: 20px; aspect-ratio: 4 / 3.4; overflow: hidden;
  border: 1px solid #dde8e1; box-shadow: 0 18px 50px rgba(15,42,30,.12);
}
.mr-hero-img img { width: 100%; height: 100%; object-fit: cover; display: block; }
.mr-hero-card {
  position: absolute; bottom: -22px; left: -22px; background: #fff; border-radius: 16px;
  padding: 16px 20px; box-shadow: 0 16px 40px rgba(15,42,30,.14); display: flex; align-items: center; gap: 13px;
}
.mr-hero-card-icon { width: 46px; height: 46px; border-radius: 12px; background: #e7f3ec; display: flex; align-items: center; justify-content: center; color: #0b5e3b; font-size: 22px; }
.mr-hero-card-rate { font-weight: 800; font-family: 'Manrope', sans-serif; color: #0f2a1e; }
.mr-hero-card-sub { font-size: 12px; color: #6a786f; }

/* ---- Trust strip ---- */
.mr-trust { border-top: 1px solid #eef0ee; border-bottom: 1px solid #eef0ee; background: #fbfdfb; }
.mr-trust-inner {
  max-width: 1200px; margin: 0 auto; padding: 22px 28px;
  display: flex; flex-wrap: wrap; gap: 18px 40px; align-items: center; justify-content: center;
  color: #54635a; font-weight: 600; font-size: 14px;
}
.mr-trust-item { display: flex; align-items: center; gap: 8px; }
.mr-trust-item::before { content: "●"; color: #0b5e3b; }

/* ---- Products ---- */
.mr-products-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(252px, 1fr)); gap: 22px; }
.mr-product-card {
  background: #fff; border: 1px solid #e7ece8; border-radius: 18px; padding: 30px 26px; transition: .2s;
}
.mr-product-card:hover { box-shadow: 0 18px 44px rgba(15,42,30,.1); transform: translateY(-4px); border-color: #cfe2d6; }
.mr-icon-badge {
  width: 56px; height: 56px; border-radius: 14px; background: #e7f3ec;
  display: flex; align-items: center; justify-content: center; color: #0b5e3b; margin-bottom: 20px;
}
.mr-product-card h3 { font-family: 'Manrope', 'Noto Sans Telugu', sans-serif; font-weight: 700; font-size: 21px; margin: 0 0 9px; color: #0f2a1e; }
.mr-product-card p { font-size: 15px; color: #5d6b62; margin: 0 0 18px; }
.mr-product-rate { font-size: 13px; color: #6a786f; border-top: 1px solid #eef0ee; padding-top: 14px; }
.mr-product-rate b { color: #0b5e3b; font-size: 17px; font-family: 'Manrope', sans-serif; }

/* ---- EMI calculator ---- */
.mr-calc { background: linear-gradient(160deg, #0b5e3b 0%, #07412a 100%); }
.mr-calc-inner {
  max-width: 1200px; margin: 0 auto; padding: 84px 28px;
  display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 48px; align-items: center;
}
.mr-calc-eyebrow { color: #8fe3b4; font-weight: 700; letter-spacing: .08em; font-size: 13px; margin-bottom: 12px; }
.mr-calc-heading {
  font-family: 'Manrope', 'Noto Sans Telugu', sans-serif; font-weight: 800;
  font-size: clamp(28px, 4vw, 40px); letter-spacing: -.02em; margin: 0 0 22px; color: #fff;
}
.mr-sliders { display: flex; flex-direction: column; gap: 26px; }
.mr-slider-top { display: flex; justify-content: space-between; align-items: baseline; margin-bottom: 10px; color: #dff1e6; font-weight: 600; font-size: 15px; }
.mr-slider-val { font-family: 'Manrope', sans-serif; font-weight: 800; font-size: 20px; color: #fff; }
.mr-slider-range { width: 100%; }
.mr-slider-ends { display: flex; justify-content: space-between; font-size: 12px; color: #9dc5ad; margin-top: 6px; }
.mr-calc-result { background: #fff; border-radius: 22px; padding: 38px 34px; box-shadow: 0 30px 70px rgba(0,0,0,.25); }
.mr-calc-emi { text-align: center; padding-bottom: 24px; border-bottom: 1px dashed #e0e6e1; margin-bottom: 24px; }
.mr-calc-emi-label { font-size: 14px; color: #6a786f; font-weight: 600; margin-bottom: 6px; }
.mr-calc-emi-val { font-family: 'Manrope', sans-serif; font-weight: 800; font-size: 46px; letter-spacing: -.02em; color: #0b5e3b; line-height: 1; }
.mr-pie-wrap { display: flex; justify-content: center; margin-bottom: 18px; }
.mr-pie { position: relative; width: 160px; height: 160px; border-radius: 50%; background: conic-gradient(#0b5e3b 0% 60%, #25b46a 60% 100%); }
.mr-pie-hole {
  position: absolute; inset: 30px; border-radius: 50%; background: #fff;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
}
.mr-pie-hole-label { font-size: 12px; color: #6a786f; font-weight: 600; }
.mr-pie-hole-pct { font-family: 'Manrope', sans-serif; font-weight: 800; font-size: 26px; color: #0b5e3b; line-height: 1.1; }
.mr-pie-legend { display: flex; justify-content: center; gap: 24px; margin-bottom: 22px; font-size: 13px; }
.mr-pie-legend span { display: flex; align-items: center; gap: 7px; color: #54635a; font-weight: 600; }
.mr-dot { width: 11px; height: 11px; border-radius: 3px; }
.mr-dot-principal { background: #0b5e3b; }
.mr-dot-interest { background: #25b46a; }
.mr-calc-rows { display: flex; flex-direction: column; gap: 12px; }
.mr-calc-row { display: flex; justify-content: space-between; font-size: 15px; }
.mr-calc-row span { color: #5d6b62; }
.mr-calc-row b { color: #0f2a1e; font-family: 'Manrope', sans-serif; }
.mr-calc-row-total { padding-top: 12px; border-top: 1px solid #eef0ee; }
.mr-calc-row-total span { font-weight: 600; }
.mr-calc-row-total b { color: #0b5e3b; font-size: 18px; }
.mr-calc-apply { margin-top: 26px; }

/* ---- Rate table ---- */
.mr-rate-shell { border: 1px solid #e7ece8; border-radius: 18px; overflow: hidden; box-shadow: 0 8px 30px rgba(15,42,30,.05); }
.mr-rate-scroll { overflow-x: auto; }
.mr-rate-table { width: 100%; border-collapse: collapse; min-width: 680px; font-size: 15px; }
.mr-rate-table thead tr { background: #f4f9f5; color: #0f2a1e; text-align: left; }
.mr-rate-table th { padding: 18px 24px; font-family: 'Manrope', 'Noto Sans Telugu', sans-serif; font-weight: 700; }
.mr-rate-table tbody tr { border-top: 1px solid #eef0ee; }
.mr-rate-table tbody tr.is-alt { background: #fbfdfb; }
.mr-rate-table td { padding: 18px 24px; color: #5d6b62; }
.mr-rate-table td.mr-rate-type { font-weight: 700; color: #0f2a1e; }
.mr-rate-table td.mr-rate-val { color: #0b5e3b; font-weight: 700; }
.mr-rate-disclaimer { font-size: 13px; color: #8a978e; margin: 16px 4px 0; }

/* ---- Testimonials ---- */
.mr-testi { background: #f4f9f5; }
.mr-testi-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 22px; }
.mr-testi-card { background: #fff; border-radius: 18px; padding: 30px 28px; border: 1px solid #e7ece8; }
.mr-stars { color: #f5b417; font-size: 17px; letter-spacing: 2px; margin-bottom: 16px; }
.mr-testi-quote { font-size: 16px; color: #34433a; margin: 0 0 22px; }
.mr-testi-person { display: flex; align-items: center; gap: 13px; }
.mr-avatar {
  width: 46px; height: 46px; border-radius: 50%; background: #e7f3ec; color: #0b5e3b; font-weight: 800;
  display: flex; align-items: center; justify-content: center; font-family: 'Manrope', sans-serif;
}
.mr-testi-name { font-weight: 700; color: #0f2a1e; }
.mr-testi-meta { font-size: 13px; color: #6a786f; }

/* ---- FAQ ---- */
.mr-faq-list { display: flex; flex-direction: column; gap: 12px; }
.mr-faq-item { border: 1px solid #e7ece8; border-radius: 14px; overflow: hidden; background: #fff; }
.mr-faq-q {
  cursor: pointer; padding: 20px 24px; display: flex; justify-content: space-between; align-items: center;
  gap: 16px; font-weight: 700; color: #0f2a1e; font-size: 17px;
}
.mr-faq-icon { color: #0b5e3b; font-size: 22px; transition: .2s; transform: rotate(0deg); flex: none; }
.mr-faq-item.is-open .mr-faq-icon { transform: rotate(45deg); }
.mr-faq-a { padding: 0 24px 20px; color: #5d6b62; font-size: 15px; display: none; }
.mr-faq-item.is-open .mr-faq-a { display: block; }

/* ---- CTA band ---- */
.mr-cta-wrap { max-width: 1200px; margin: 0 auto 84px; padding: 0 28px; }
.mr-cta { background: linear-gradient(135deg, #0b5e3b, #1c2f5a); border-radius: 24px; padding: 56px 40px; text-align: center; color: #fff; }
.mr-cta h2 { font-family: 'Manrope', 'Noto Sans Telugu', sans-serif; font-weight: 800; font-size: clamp(28px, 4vw, 40px); letter-spacing: -.02em; margin: 0 0 14px; }
.mr-cta p { font-size: 18px; color: #d7e7df; max-width: 560px; margin: 0 auto 30px; }

/* ---- About ---- */
.mr-hero-center { background: linear-gradient(180deg, #f4f9f5, #fff); }
.mr-hero-center-inner { max-width: 900px; margin: 0 auto; padding: 72px 28px 50px; text-align: center; }
.mr-hero-center .mr-eyebrow { margin-bottom: 14px; }
.mr-h1 {
  font-family: 'Manrope', 'Noto Sans Telugu', sans-serif; font-weight: 800;
  font-size: clamp(34px, 5vw, 52px); letter-spacing: -.02em; margin: 0 0 18px; color: #0f2a1e;
}
.mr-hero-center p { font-size: 19px; color: #46564c; max-width: 680px; margin: 0 auto; }
.mr-story { max-width: 1100px; margin: 0 auto; padding: 64px 28px; display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 48px; align-items: center; }
.mr-story-img { border-radius: 20px; aspect-ratio: 4 / 3; overflow: hidden; border: 1px solid #dde8e1; box-shadow: 0 16px 44px rgba(15,42,30,.1); }
.mr-story-img img { width: 100%; height: 100%; object-fit: cover; display: block; }
.mr-story h2 { font-family: 'Manrope', 'Noto Sans Telugu', sans-serif; font-weight: 800; font-size: 30px; letter-spacing: -.02em; margin: 0 0 16px; color: #0f2a1e; }
.mr-story p { font-size: 16px; color: #5d6b62; margin: 0 0 16px; }
.mr-story p:last-child { margin-bottom: 0; }
.mr-stats-band { background: #f4f9f5; }
.mr-stats-band-inner { max-width: 1100px; margin: 0 auto; padding: 64px 28px; }
.mr-stats-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 24px; text-align: center; }
.mr-stat-big { font-family: 'Manrope', sans-serif; font-weight: 800; font-size: 40px; color: #0b5e3b; }
.mr-stat-big-label { color: #6a786f; font-weight: 600; }
.mr-values { max-width: 1100px; margin: 0 auto; padding: 72px 28px; }
.mr-values h2 { font-family: 'Manrope', 'Noto Sans Telugu', sans-serif; font-weight: 800; font-size: 32px; letter-spacing: -.02em; margin: 0 0 36px; color: #0f2a1e; text-align: center; }
.mr-values-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 22px; }
.mr-value-card { border: 1px solid #e7ece8; border-radius: 18px; padding: 30px 28px; }
.mr-value-icon { width: 52px; height: 52px; border-radius: 13px; background: #e7f3ec; display: flex; align-items: center; justify-content: center; color: #0b5e3b; margin-bottom: 18px; }
.mr-value-card h3 { font-family: 'Manrope', 'Noto Sans Telugu', sans-serif; font-weight: 700; font-size: 19px; margin: 0 0 8px; color: #0f2a1e; }
.mr-value-card p { font-size: 15px; color: #5d6b62; margin: 0; }

/* ---- Services ---- */
.mr-service-rows { max-width: 1100px; margin: 0 auto; padding: 56px 28px; display: flex; flex-direction: column; gap: 26px; }
.mr-service-row { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); border: 1px solid #e7ece8; border-radius: 20px; overflow: hidden; }
.mr-service-info { padding: 38px 34px; border-right: 1px solid #eef0ee; }
.mr-service-info h3 { font-family: 'Manrope', 'Noto Sans Telugu', sans-serif; font-weight: 800; font-size: 24px; margin: 0 0 10px; color: #0f2a1e; }
.mr-service-info p { font-size: 15px; color: #5d6b62; margin: 0 0 18px; }
.mr-service-specs { padding: 38px 34px; display: flex; flex-direction: column; justify-content: center; gap: 14px; background: #fbfdfb; }
.mr-spec { display: flex; justify-content: space-between; font-size: 15px; }
.mr-spec span { color: #6a786f; }
.mr-spec b { color: #0f2a1e; }
.mr-spec b.mr-spec-rate { color: #0b5e3b; }
.mr-process { background: #f4f9f5; }
.mr-process-inner { max-width: 1100px; margin: 0 auto; padding: 72px 28px; }
.mr-process-inner h2 { font-family: 'Manrope', 'Noto Sans Telugu', sans-serif; font-weight: 800; font-size: 32px; letter-spacing: -.02em; margin: 0 0 44px; color: #0f2a1e; text-align: center; }
.mr-process-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(220px, 1fr)); gap: 22px; }
.mr-step { background: #fff; border-radius: 16px; padding: 28px 24px; border: 1px solid #e7ece8; }
.mr-step-num { font-family: 'Manrope', sans-serif; font-weight: 800; font-size: 18px; color: #fff; background: #0b5e3b; width: 40px; height: 40px; border-radius: 50%; display: flex; align-items: center; justify-content: center; margin-bottom: 16px; }
.mr-step h3 { font-family: 'Manrope', 'Noto Sans Telugu', sans-serif; font-weight: 700; font-size: 18px; margin: 0 0 8px; color: #0f2a1e; }
.mr-step p { font-size: 14px; color: #5d6b62; margin: 0; }
.mr-process-cta { text-align: center; margin-top: 44px; }

/* ---- Contact ---- */
.mr-contact-grid { max-width: 1100px; margin: 0 auto; padding: 48px 28px 84px; display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 40px; align-items: start; }
.mr-form-card { border: 1px solid #e7ece8; border-radius: 20px; padding: 36px 32px; box-shadow: 0 10px 36px rgba(15,42,30,.06); }
.mr-form-fields { display: flex; flex-direction: column; gap: 18px; }
.mr-form-row { display: grid; grid-template-columns: repeat(auto-fit, minmax(150px, 1fr)); gap: 18px; }
.mr-label { display: block; font-weight: 600; font-size: 14px; color: #34433a; margin-bottom: 7px; }
.mr-input {
  width: 100%; padding: 13px 16px; border: 1px solid #d9e2db; border-radius: 11px;
  font-size: 15px; color: #14231c; background: #fff;
}
textarea.mr-input { resize: vertical; }
.mr-input:focus { border-color: #0b5e3b; outline: 2px solid #d6ecde; }
.mr-form-consent { font-size: 12px; color: #8a978e; margin: 0; text-align: center; }
.mr-field-error { color: #c0392b; font-size: 13px; margin: 6px 0 0; }
.mr-form-errors { background: #fdecea; border: 1px solid #f3c6c0; color: #a5342a; border-radius: 11px; padding: 12px 16px; font-size: 14px; margin-bottom: 18px; }
.mr-thankyou { text-align: center; padding: 30px 10px; animation: mrpop .4s ease both; }
.mr-thankyou-icon { width: 70px; height: 70px; border-radius: 50%; background: #e7f3ec; color: #0b5e3b; font-size: 34px; display: flex; align-items: center; justify-content: center; margin: 0 auto 20px; }
.mr-thankyou h3 { font-family: 'Manrope', 'Noto Sans Telugu', sans-serif; font-weight: 800; font-size: 24px; margin: 0 0 10px; color: #0f2a1e; }
.mr-thankyou p { font-size: 16px; color: #5d6b62; margin: 0 0 22px; }
.mr-thankyou a { cursor: pointer; color: #0b5e3b; font-weight: 700; text-decoration: underline; }
.mr-contact-info { display: flex; flex-direction: column; gap: 18px; }
.mr-info-card { display: flex; gap: 16px; align-items: flex-start; border: 1px solid #e7ece8; border-radius: 16px; padding: 24px; }
.mr-info-icon { width: 46px; height: 46px; flex: none; border-radius: 12px; background: #e7f3ec; color: #0b5e3b; font-size: 20px; display: flex; align-items: center; justify-content: center; }
.mr-info-title { font-weight: 700; color: #0f2a1e; margin-bottom: 3px; }
.mr-info-card div:last-child { color: #5d6b62; font-size: 15px; }
.mr-map { position: relative; border-radius: 16px; height: 200px; overflow: hidden; border: 1px solid #dde8e1; box-shadow: 0 8px 24px rgba(15,42,30,.08); }
.mr-map-fallback {
  position: absolute; inset: 0; z-index: 0; text-decoration: none;
  background: linear-gradient(135deg, #e9f4ed, #dcefe1);
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 10px; color: #0b5e3b;
}
.mr-map-pin { font-size: 34px; }
.mr-map-label { font-weight: 700; font-size: 15px; }
.mr-map-open { display: inline-flex; align-items: center; gap: 7px; background: #0b5e3b; color: #fff; font-weight: 700; font-size: 13px; padding: 9px 18px; border-radius: 999px; }
.mr-map iframe { position: absolute; inset: 0; z-index: 1; border: 0; display: block; width: 100%; height: 100%; }

/* ---- Legal ---- */
.mr-legal-hero { background: linear-gradient(180deg, #f4f9f5, #fff); border-bottom: 1px solid #eef0ee; }
.mr-legal-hero-inner { max-width: 840px; margin: 0 auto; padding: 60px 28px 34px; }
.mr-legal-title { font-family: 'Manrope', 'Noto Sans Telugu', sans-serif; font-weight: 800; font-size: clamp(32px, 4.5vw, 46px); letter-spacing: -.02em; margin: 0 0 12px; color: #0f2a1e; }
.mr-legal-updated { font-size: 14px; color: #8a978e; margin: 0; }
.mr-legal-body { max-width: 840px; margin: 0 auto; padding: 44px 28px 72px; }
.mr-legal-section { margin-bottom: 34px; }
.mr-legal-section h2 { font-family: 'Manrope', 'Noto Sans Telugu', sans-serif; font-weight: 700; font-size: 21px; letter-spacing: -.01em; margin: 0 0 12px; color: #0f2a1e; }
.mr-legal-section p { font-size: 16px; color: #4a584f; line-height: 1.7; margin: 0 0 12px; }
.mr-legal-help {
  margin-top: 40px; border: 1px solid #e0ecdf; background: #f4f9f5; border-radius: 16px; padding: 26px 28px;
  display: flex; flex-wrap: wrap; gap: 18px; align-items: center; justify-content: space-between;
}
.mr-legal-help-title { font-family: 'Manrope', 'Noto Sans Telugu', sans-serif; font-weight: 700; font-size: 17px; color: #0f2a1e; margin-bottom: 4px; }
.mr-legal-help-sub { font-size: 14px; color: #5d6b62; }
.mr-legal-help .mr-btn { flex: none; font-size: 14px; padding: 13px 26px; box-shadow: 0 8px 20px rgba(11,94,59,.22); }

/* ---- Footer ---- */
.mr-footer { background: #07321f; color: #cfe0d6; }
.mr-footer-grid { max-width: 1200px; margin: 0 auto; padding: 60px 28px 30px; display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: 40px; }
.mr-footer-brand { min-width: 220px; }
.mr-footer-brandrow { display: flex; align-items: center; gap: 12px; margin-bottom: 16px; }
.mr-footer-logo { width: 42px; height: 42px; border-radius: 10px; background: #fff; display: flex; align-items: center; justify-content: center; overflow: hidden; }
.mr-footer-logo img { width: 80px; height: auto; object-fit: cover; }
.mr-footer-brandname { font-family: 'Manrope', sans-serif; font-weight: 800; color: #fff; font-size: 18px; line-height: 1; }
.mr-footer-brandsub { font-size: 11px; letter-spacing: .12em; color: #8fbfa3; }
.mr-footer-tagline { font-size: 14px; color: #9dbfac; margin: 0 0 8px; max-width: 280px; }
.mr-footer-cin { font-size: 12px; color: #6f9580; margin: 0; }
.mr-footer-heading { font-family: 'Manrope', 'Noto Sans Telugu', sans-serif; font-weight: 700; color: #fff; font-size: 15px; margin-bottom: 16px; }
.mr-footer-links { display: flex; flex-direction: column; gap: 11px; font-size: 14px; }
.mr-footer-links a { cursor: pointer; color: #cfe0d6; text-decoration: none; }
.mr-footer-links a:hover { color: #fff; }
.mr-footer-bottom { border-top: 1px solid #14492f; }
.mr-footer-bottom-inner { max-width: 1200px; margin: 0 auto; padding: 20px 28px; display: flex; flex-wrap: wrap; gap: 10px; justify-content: space-between; font-size: 13px; color: #7fa791; }

/* ---- Responsive ---- */
@media (max-width: 860px) {
  .mr-nav { display: none; }
  .mr-phone { display: none; }
  .mr-footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 520px) {
  .mr-footer-grid { grid-template-columns: 1fr; }
  .mr-header-inner { padding: 0 18px; }
  .mr-wrap, .mr-wrap-narrow { padding-left: 18px; padding-right: 18px; }
}
