/* ============================================================
   NLF CONSULTANCY — style.css  v2
   Colours: Navy #0f1f3d | Red #e8192c | ECM #1a5faf | DCM #1e6b4a
   ============================================================ */

/* ── Reset & Base ─────────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; }
body { font-family: 'DM Sans', sans-serif; color: #0f1f3d; background: #fff; line-height: 1.6; -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; }
a { text-decoration: none; color: inherit; }
ul { list-style: none; }
h1, h2, h3, h4 { font-family: 'Playfair Display', serif; font-weight: 500; line-height: 1.2; }

/* ── Utility ──────────────────────────────────────────────── */
.container { max-width: 1200px; margin: 0 auto; padding: 0 40px; }

.section-eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  font-size: 11px; font-weight: 500; letter-spacing: 2.5px;
  text-transform: uppercase; color: #e8192c; margin-bottom: 10px;
}
.section-eyebrow::before { content: ''; display: block; width: 22px; height: 2px; background: #e8192c; flex-shrink: 0; }

.section-title { font-size: 34px; color: #0f1f3d; margin-bottom: 12px; }
.section-sub   { font-size: 15px; color: #777; max-width: 560px; line-height: 1.75; margin-bottom: 40px; }

.btn-red   { display: inline-block; background: #e8192c; color: #fff; font-family: 'DM Sans', sans-serif; font-size: 13px; font-weight: 500; padding: 13px 30px; border: none; cursor: pointer; letter-spacing: 0.4px; transition: background 0.2s, transform 0.15s; }
.btn-red:hover { background: #c4121f; transform: translateY(-1px); }
.btn-ghost { display: inline-block; background: transparent; color: rgba(255,255,255,0.85); font-family: 'DM Sans', sans-serif; font-size: 13px; padding: 12px 28px; border: 1px solid rgba(255,255,255,0.3); cursor: pointer; transition: border-color 0.2s, color 0.2s; }
.btn-ghost:hover { border-color: rgba(255,255,255,0.7); color: #fff; }
.btn-white { display: inline-block; background: #fff; color: #e8192c; font-family: 'DM Sans', sans-serif; font-size: 13px; font-weight: 500; padding: 13px 30px; border: none; cursor: pointer; white-space: nowrap; flex-shrink: 0; transition: background 0.2s; }
.btn-white:hover { background: #f0f0f0; }


/* ── SEBI Disclosure Modal ────────────────────────────────── */
.modal-backdrop {
  display: none;
  position: fixed; inset: 0; z-index: 1000;
  background: rgba(10, 20, 50, 0.65);
  align-items: center; justify-content: center;
  padding: 24px;
}
.modal-backdrop.open { display: flex; }

.modal-box {
  background: #fff;
  max-width: 640px; width: 100%;
  max-height: 90vh; overflow-y: auto;
  box-shadow: 0 24px 64px rgba(0,0,0,0.25);
}

.modal-header {
  display: flex; align-items: center; justify-content: space-between;
  padding: 24px 28px 20px;
  border-bottom: 1px solid #eee;
}
.modal-title {
  font-family: 'Playfair Display', serif;
  font-size: 22px; color: #0f1f3d; font-weight: 500;
}

.modal-body { padding: 24px 28px; display: flex; flex-direction: column; gap: 14px; }
.modal-body p { font-size: 14px; color: #333; line-height: 1.75; }
.modal-body strong { color: #0f1f3d; }

.modal-list {
  list-style: disc; padding-left: 20px;
  display: flex; flex-direction: column; gap: 6px;
}
.modal-list li { font-size: 14px; color: #333; line-height: 1.6; }

.modal-note {
  background: #fff8f0;
  border-left: 3px solid #e8192c;
  padding: 14px 16px;
  font-size: 13.5px; color: #555; line-height: 1.7;
}
.modal-note strong { color: #c4121f; }

.modal-footer { padding: 16px 28px 24px; display: flex; justify-content: flex-start; }
.modal-ok {
  background: #0f1f3d; color: #fff;
  font-family: 'DM Sans', sans-serif; font-size: 13px; font-weight: 500;
  padding: 11px 36px; border: none; cursor: pointer;
  transition: background 0.2s;
}
.modal-ok:hover { background: #e8192c; }


/* ── Top Bar ──────────────────────────────────────────────── */
.topbar { display: flex; align-items: stretch; font-size: 12.5px; }
.topbar-left { flex: 1; background: #0f1f3d; padding: 9px 40px; display: flex; align-items: center; gap: 28px; color: rgba(255,255,255,0.65); }
.topbar-left a { color: rgba(255,255,255,0.65); display: flex; align-items: center; gap: 7px; transition: color 0.2s; }
.topbar-left a:hover { color: #fff; }
.topbar-left svg { width: 13px; height: 13px; fill: #e8192c; flex-shrink: 0; }
.topbar-divider { width: 1px; background: rgba(255,255,255,0.15); margin: 6px 0; }
.topbar-right { background: #e8192c; padding: 9px 28px; color: #fff; font-weight: 500; letter-spacing: 0.2px; display: flex; align-items: center; gap: 7px; font-size: 12px; }
.topbar-right svg { width: 14px; height: 14px; fill: rgba(255,255,255,0.85); flex-shrink: 0; }


/* ── Navigation ───────────────────────────────────────────── */
.nav { background: #fff; border-bottom: 1px solid #e8e8ec; position: sticky; top: 0; z-index: 100; box-shadow: 0 1px 8px rgba(0,0,0,0.06); }
.nav-inner { display: flex; align-items: center; justify-content: space-between; padding: 0 40px; }

.nav-logo { display: flex; align-items: center; gap: 12px; padding: 14px 0; flex-shrink: 0; }
.nav-logo-text { line-height: 1.25; }
.nav-logo-name { font-family: 'DM Sans', sans-serif; font-size: 15px; font-weight: 500; color: #1a5faf; letter-spacing: 0.5px; }
.nav-logo-sub  { font-size: 11px; color: #999; }

.nav-links { display: flex; align-items: stretch; }
.nav-links a { font-size: 13px; font-weight: 400; color: #333; padding: 0 15px; height: 64px; display: flex; align-items: center; border-bottom: 2px solid transparent; transition: color 0.2s, border-color 0.2s; white-space: nowrap; position: relative; }
.nav-links a:hover, .nav-links a.active { color: #0f1f3d; border-bottom-color: #e8192c; }

.nav-dropdown { position: relative; }
.nav-dropdown > a::after { content: ''; display: inline-block; width: 5px; height: 5px; border-right: 1.5px solid #999; border-bottom: 1.5px solid #999; transform: rotate(45deg); margin-left: 6px; margin-top: -2px; }

.dropdown-menu { display: none; position: absolute; top: 100%; left: 0; background: #fff; min-width: 250px; border-top: 2px solid #e8192c; box-shadow: 0 8px 24px rgba(0,0,0,0.1); z-index: 200; }
.nav-dropdown:hover .dropdown-menu { display: block; }
.dropdown-menu a { display: block; height: auto; padding: 10px 20px; font-size: 13px; color: #444; border-bottom: 1px solid #f5f5f5; border-left: 2px solid transparent; transition: background 0.15s, border-color 0.15s, color 0.15s; }
.dropdown-menu a:last-child { border-bottom: none; }
.dropdown-menu a:hover { background: #fafafa; border-left-color: #e8192c; color: #0f1f3d; }

.dropdown-section-label {
  display: block; padding: 10px 20px 6px;
  font-size: 10px; font-weight: 500; letter-spacing: 1.5px;
  text-transform: uppercase; color: #aaa;
  background: #f9f9f9; border-bottom: 1px solid #eee;
}

.nav-cta { background: #0f1f3d; color: #fff !important; font-size: 13px !important; font-weight: 500 !important; padding: 10px 22px !important; height: auto !important; border-bottom: none !important; letter-spacing: 0.3px; white-space: nowrap; transition: background 0.2s !important; border: none; cursor: pointer; }
.nav-cta:hover { background: #e8192c !important; }

.nav-hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; padding: 8px; background: none; border: none; }
.nav-hamburger span { display: block; width: 24px; height: 2px; background: #0f1f3d; transition: all 0.3s; }


/* ── Hero ─────────────────────────────────────────────────── */
.hero { position: relative; min-height: 580px; display: flex; align-items: center; overflow: hidden; }
.hero-slides { position: absolute; inset: 0; z-index: 0; }
.hero-slide { position: absolute; inset: 0; background-size: cover; background-position: center; opacity: 0; transition: opacity 1.2s ease-in-out; }
.hero-slide.active { opacity: 1; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(100deg, rgba(10,20,50,0.88) 0%, rgba(10,20,50,0.72) 50%, rgba(10,20,50,0.38) 100%); z-index: 1; }
.hero-content { position: relative; z-index: 2; display: flex; align-items: center; gap: 60px; width: 100%; padding: 80px 40px; max-width: 1200px; margin: 0 auto; }
.hero-left { flex: 1; max-width: 580px; }
.hero-eyebrow { display: inline-flex; align-items: center; gap: 10px; margin-bottom: 20px; }
.hero-eyebrow-line { width: 26px; height: 2px; background: #e8192c; }
.hero-eyebrow-text { font-size: 11px; letter-spacing: 2.5px; text-transform: uppercase; color: rgba(255,255,255,0.55); }
.hero h1 { font-size: 50px; font-weight: 500; color: #fff; line-height: 1.15; margin-bottom: 22px; }
.hero h1 em { color: #e8192c; font-style: normal; }
.hero-desc { font-size: 15.5px; color: rgba(255,255,255,0.68); line-height: 1.8; max-width: 480px; margin-bottom: 36px; }
.hero-btns { display: flex; gap: 14px; flex-wrap: wrap; }
.hero-stats { display: flex; flex-direction: column; gap: 3px; flex-shrink: 0; }
.hero-stat { background: rgba(255,255,255,0.06); border-left: 3px solid #e8192c; padding: 18px 28px; min-width: 190px; backdrop-filter: blur(4px); }
.hero-stat-num { font-family: 'Playfair Display', serif; font-size: 28px; color: #fff; line-height: 1; margin-bottom: 4px; }
.hero-stat-label { font-size: 11.5px; color: rgba(255,255,255,0.45); letter-spacing: 0.3px; }
.hero-dots { position: absolute; right: 30px; top: 50%; transform: translateY(-50%); z-index: 3; display: flex; flex-direction: column; gap: 8px; }
.hero-dot { width: 8px; height: 8px; border-radius: 50%; background: rgba(255,255,255,0.3); cursor: pointer; border: none; transition: background 0.3s, transform 0.3s; }
.hero-dot.active { background: #e8192c; transform: scale(1.3); }


/* ── Trust Bar ────────────────────────────────────────────── */
.trust-bar { background: #fff; border-bottom: 1px solid #ebebef; padding: 12px 40px; display: flex; align-items: center; gap: 24px; flex-wrap: wrap; }
.trust-item { display: flex; align-items: center; gap: 8px; font-size: 12.5px; color: #555; }
.trust-check { width: 18px; height: 18px; background: #e8192c; display: flex; align-items: center; justify-content: center; color: #fff; font-size: 9px; font-weight: 700; flex-shrink: 0; }
.trust-divider { width: 1px; height: 20px; background: #ddd; flex-shrink: 0; }

.trust-item--sebi { font-size: 13px; font-weight: 500; color: #0f1f3d; gap: 8px; }
.trust-sebi-icon { width: 16px; height: 16px; fill: #e8192c; flex-shrink: 0; }
.trust-sebi-reg {
  background: rgba(232,25,44,0.08); color: #e8192c;
  border: 1px solid rgba(232,25,44,0.2); font-size: 11.5px;
  padding: 3px 10px; cursor: pointer; font-family: 'DM Sans', sans-serif;
  transition: background 0.2s;
}
.trust-sebi-reg:hover { background: rgba(232,25,44,0.15); }


/* ── Division Tags ────────────────────────────────────────── */
.division-tag {
  display: inline-flex; align-items: center; gap: 7px;
  font-size: 11px; font-weight: 500; letter-spacing: 0.5px;
  padding: 5px 14px; margin-bottom: 14px;
}
.division-tag svg { width: 13px; height: 13px; }

.division-tag--sebi {
  background: rgba(26,95,175,0.08); color: #1a5faf;
  border: 1px solid rgba(26,95,175,0.2);
}
.division-tag--sebi svg { fill: #1a5faf; }

.division-tag--advisory {
  background: rgba(30,107,74,0.08); color: #1e6b4a;
  border: 1px solid rgba(30,107,74,0.2);
}


/* ── Sub-section Label (ECM / DCM) ───────────────────────── */
.sub-section-label {
  display: flex; align-items: center; gap: 16px;
  font-size: 11px; font-weight: 500; letter-spacing: 2px;
  text-transform: uppercase; color: #999;
  margin-bottom: 16px;
}
.sub-label-line { flex: 1; height: 1px; background: #eee; }


/* ── Services Grid ────────────────────────────────────────── */
.services { padding: 72px 0; background: #fff; }
.services--advisory { background: #fafafa; }

.services-grid {
  display: grid; grid-template-columns: repeat(4, 1fr);
  gap: 1px; background: #e0e0e6;
}

.service-card {
  background: #fff; padding: 30px 24px; cursor: pointer;
  transition: background 0.25s; text-decoration: none; display: block;
}
.service-card:hover { background: #0f1f3d; }
.service-card:hover .svc-num   { color: rgba(255,255,255,0.08); }
.service-card:hover .svc-name  { color: #fff; }
.service-card:hover .svc-desc  { color: rgba(255,255,255,0.55); }
.service-card:hover .svc-arrow { opacity: 1; }

/* ECM cards — blue accent */
.service-card--ecm { background: #fff; }
.service-card--ecm .svc-num { color: rgba(26,95,175,0.15); }
.service-card--ecm:hover { background: #0f1f3d; }

/* DCM cards — green accent */
.service-card--dcm { background: #fff; }
.service-card--dcm .svc-num { color: rgba(30,107,74,0.15); }
.service-card--dcm:hover { background: #0f1f3d; }

/* Advisory cards use navy default */
.services--advisory .service-card { background: #fff; }

.svc-num   { font-family: 'Playfair Display', serif; font-size: 36px; color: #ebebef; line-height: 1; margin-bottom: 16px; transition: color 0.25s; }
.svc-name  { font-size: 14.5px; font-weight: 500; color: #0f1f3d; margin-bottom: 10px; transition: color 0.25s; font-family: 'DM Sans', sans-serif; }
.svc-desc  { font-size: 12.5px; color: #999; line-height: 1.65; margin-bottom: 14px; transition: color 0.25s; }
.svc-arrow { font-size: 11px; color: #e8192c; letter-spacing: 0.5px; text-transform: uppercase; opacity: 0.7; transition: opacity 0.25s; }


/* ── Division Separator ───────────────────────────────────── */
.division-sep { background: #f0f0f5; padding: 20px 0; }
.division-sep-inner { display: flex; align-items: center; gap: 20px; }
.division-sep-line { flex: 1; height: 1px; background: #ddd; }
.division-sep-text { font-size: 11px; letter-spacing: 2px; text-transform: uppercase; color: #aaa; white-space: nowrap; }


/* ── Why NLF ──────────────────────────────────────────────── */
.why { background: #0f1f3d; padding: 72px 0; }
.why .section-eyebrow { color: rgba(255,255,255,0.4); }
.why .section-eyebrow::before { background: #e8192c; }
.why .section-title { color: #fff; }
.why .section-sub   { color: rgba(255,255,255,0.5); }
.why-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2px; background: rgba(255,255,255,0.05); }
.why-card { background: rgba(255,255,255,0.02); border-top: 2px solid #e8192c; padding: 32px 28px; }
.why-card h3 { font-family: 'DM Sans', sans-serif; font-size: 15px; font-weight: 500; color: #fff; margin-bottom: 12px; }
.why-card p  { font-size: 13.5px; color: rgba(255,255,255,0.45); line-height: 1.75; }


/* ── CTA Strip ────────────────────────────────────────────── */
.cta-strip { background: #e8192c; padding: 40px; display: flex; align-items: center; justify-content: space-between; gap: 24px; flex-wrap: wrap; }
.cta-strip h3 { font-family: 'Playfair Display', serif; font-size: 26px; color: #fff; font-weight: 500; }
.cta-strip p  { font-size: 14px; color: rgba(255,255,255,0.75); margin-top: 4px; }


/* ── Testimonials ─────────────────────────────────────────── */
.testimonials { padding: 72px 0; background: #f5f5f7; }
.testi-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.testi-card { background: #fff; padding: 32px 28px; border-top: 3px solid #e8192c; }
.testi-quote { font-size: 48px; color: #f0e8e8; font-family: 'Playfair Display', serif; line-height: 1; margin-bottom: -8px; }
.testi-card p { font-size: 14px; color: #555; line-height: 1.75; margin-bottom: 20px; font-style: italic; }
.testi-author { font-size: 13.5px; font-weight: 500; color: #0f1f3d; }
.testi-role   { font-size: 12px; color: #bbb; margin-top: 2px; }


/* ── Contact ──────────────────────────────────────────────── */
.contact { padding: 72px 0; background: #fff; }
.contact-grid { display: grid; grid-template-columns: 1.2fr 1fr; gap: 72px; align-items: start; }
.contact-form-title { font-size: 28px; color: #0f1f3d; margin-bottom: 8px; }
.contact-form-sub   { font-size: 14px; color: #888; margin-bottom: 28px; line-height: 1.7; }
.form-row   { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-bottom: 14px; }
.form-field { margin-bottom: 14px; }
.form-input, .form-select, .form-textarea { width: 100%; border: 1px solid #ddd; padding: 11px 15px; font-family: 'DM Sans', sans-serif; font-size: 13.5px; color: #0f1f3d; background: #f8f8fa; outline: none; transition: border-color 0.2s, background 0.2s; appearance: none; }
.form-input:focus, .form-select:focus, .form-textarea:focus { border-color: #e8192c; background: #fff; }
.form-textarea { height: 100px; resize: vertical; }
.contact-info-title { font-size: 22px; color: #0f1f3d; margin-bottom: 6px; }
.contact-info-sub   { font-size: 13.5px; color: #888; margin-bottom: 28px; line-height: 1.65; }
.contact-info-items { display: flex; flex-direction: column; gap: 20px; }
.ci-item { display: flex; gap: 16px; align-items: flex-start; }
.ci-icon  { width: 38px; height: 38px; background: #0f1f3d; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.ci-icon svg { width: 16px; height: 16px; fill: #e8192c; }
.ci-label { font-size: 10px; text-transform: uppercase; letter-spacing: 1.2px; color: #bbb; margin-bottom: 3px; }
.ci-value { font-size: 14px; color: #0f1f3d; font-weight: 500; line-height: 1.5; }
.ci-value a { color: #0f1f3d; }
.ci-value a:hover { color: #e8192c; }
.contact-divider { height: 1px; background: #f0f0f0; }

/* SEBI reg block in contact section */
.sebi-reg-block {
  margin-top: 24px; padding: 18px 20px;
  background: rgba(26,95,175,0.05);
  border: 1px solid rgba(26,95,175,0.15);
  border-left: 3px solid #1a5faf;
}
.sebi-reg-label { font-size: 10px; text-transform: uppercase; letter-spacing: 1.5px; color: #888; margin-bottom: 4px; }
.sebi-reg-val   { font-size: 14px; font-weight: 500; color: #0f1f3d; }
.sebi-reg-num   { font-size: 13px; color: #555; margin-top: 2px; margin-bottom: 12px; }
.sebi-reg-disclosure {
  background: none; border: 1px solid #1a5faf; color: #1a5faf;
  font-family: 'DM Sans', sans-serif; font-size: 12px; font-weight: 500;
  padding: 7px 16px; cursor: pointer; transition: background 0.2s, color 0.2s;
}
.sebi-reg-disclosure:hover { background: #1a5faf; color: #fff; }


/* ── Footer ───────────────────────────────────────────────── */
.footer { background: #060e1d; }
.footer-main { padding: 52px 40px; display: grid; grid-template-columns: 1.8fr 1fr 1fr 1fr; gap: 48px; }
.footer-logo-name { font-family: 'DM Sans', sans-serif; font-size: 16px; font-weight: 500; color: #1a5faf; letter-spacing: 0.5px; }
.footer-logo-sub  { font-size: 11px; color: #555; margin-bottom: 14px; }
.footer-brand-desc { font-size: 13px; color: rgba(255,255,255,0.35); line-height: 1.75; max-width: 260px; margin-bottom: 14px; }
.footer-sebi-badge { display: inline-flex; align-items: center; gap: 6px; font-size: 11px; color: rgba(255,255,255,0.4); background: rgba(232,25,44,0.1); border: 1px solid rgba(232,25,44,0.2); padding: 4px 10px; }
.footer-col-title { font-family: 'DM Sans', sans-serif; font-size: 11px; font-weight: 500; text-transform: uppercase; letter-spacing: 1.5px; color: rgba(255,255,255,0.4); margin-bottom: 18px; }
.footer-links { display: flex; flex-direction: column; gap: 9px; }
.footer-links a { font-size: 13px; color: rgba(255,255,255,0.4); transition: color 0.2s; }
.footer-links a:hover { color: #e8192c; }
.footer-links-sublabel { font-size: 10px; text-transform: uppercase; letter-spacing: 1.2px; color: rgba(255,255,255,0.25); margin-top: 4px; }
.footer-contact-item { display: flex; align-items: flex-start; gap: 10px; margin-bottom: 12px; }
.footer-contact-item svg { width: 14px; height: 14px; fill: #e8192c; flex-shrink: 0; margin-top: 2px; }
.footer-contact-item span { font-size: 13px; color: rgba(255,255,255,0.4); line-height: 1.5; }
.footer-contact-item a { color: rgba(255,255,255,0.4); transition: color 0.2s; }
.footer-contact-item a:hover { color: #fff; }
.footer-disclosure-link span { color: #e8192c !important; text-decoration: underline; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.07); padding: 18px 40px; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 12px; }
.footer-copy { font-size: 12px; color: rgba(255,255,255,0.22); }
.footer-bottom-links { display: flex; gap: 20px; }
.footer-bottom-links a { font-size: 12px; color: rgba(255,255,255,0.25); transition: color 0.2s; }
.footer-bottom-links a:hover { color: rgba(255,255,255,0.6); }


/* ── Mobile ───────────────────────────────────────────────── */
@media (max-width: 900px) {
  .container { padding: 0 20px; }
  .topbar-left { padding: 9px 20px; gap: 16px; }
  .topbar-right { padding: 9px 16px; font-size: 11px; }
  .nav-inner { padding: 0 20px; }
  .nav-links { display: none; flex-direction: column; position: absolute; top: 100%; left: 0; right: 0; background: #fff; box-shadow: 0 8px 20px rgba(0,0,0,0.1); z-index: 200; }
  .nav-links.open { display: flex; }
  .nav-links a { height: auto; padding: 14px 20px; border-bottom: 1px solid #f0f0f0; border-left: 2px solid transparent; }
  .nav-links a:hover { border-left-color: #e8192c; border-bottom-color: #f0f0f0; }
  .nav-cta { display: none; }
  .nav-hamburger { display: flex; }
  .dropdown-menu { position: static; box-shadow: none; border-top: none; border-left: 3px solid #e8192c; background: #fafafa; }
  .hero-content { flex-direction: column; padding: 56px 20px; gap: 32px; }
  .hero h1 { font-size: 36px; }
  .hero-stats { flex-direction: row; flex-wrap: wrap; width: 100%; }
  .hero-stat { flex: 1; min-width: 140px; }
  .hero-dots { display: none; }
  .trust-bar { padding: 12px 20px; gap: 12px; }
  .trust-item--sebi { flex-wrap: wrap; }
  .services { padding: 48px 0; }
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .why { padding: 48px 0; }
  .why-grid { grid-template-columns: 1fr; }
  .cta-strip { padding: 32px 20px; flex-direction: column; text-align: center; }
  .testimonials { padding: 48px 0; }
  .testi-grid { grid-template-columns: 1fr; }
  .contact { padding: 48px 0; }
  .contact-grid { grid-template-columns: 1fr; gap: 40px; }
  .form-row { grid-template-columns: 1fr; }
  .footer-main { grid-template-columns: 1fr 1fr; padding: 40px 20px; gap: 32px; }
  .footer-bottom { padding: 16px 20px; flex-direction: column; text-align: center; }
  .section-title { font-size: 26px; }
  .modal-box { max-height: 85vh; }
}

@media (max-width: 560px) {
  .services-grid { grid-template-columns: 1fr; }
  .footer-main { grid-template-columns: 1fr; }
  .topbar-left { gap: 10px; font-size: 11px; }
  .hero h1 { font-size: 30px; }
}

/* ── 3-column services grid variant ──────────────────────── */
.services-grid--3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: #e0e0e6;
}

@media (max-width: 900px) {
  .services-grid--3 { grid-template-columns: 1fr; }
}

/* ── 2-column testimonial grid ───────────────────────────────── */
.testi-grid--2 {
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 900px) {
  .testi-grid--2 { grid-template-columns: 1fr; }
}