/* ============================================================
   Advika Enterprises — Main Stylesheet
   Flat 2D professional design | Mobile-first responsive
   Brand: Green #05853D · Orange #F5841F
   ============================================================ */

:root {
  --brand: #05853D;
  --brand-dark: #04672F;
  --brand-light: #0A9E4C;
  --orange: #F5841F;
  --orange-dark: #D96D0C;
  --ink: #1E2734;
  --muted: #5B6672;
  --line: #E3E8EF;
  --bg-soft: #F2F8F4;
  --white: #ffffff;
  --green: #16a34a;
  --red: #dc2626;
  --radius: 12px;
  --shadow: 0 4px 18px rgba(5, 133, 61, 0.10);
  --font: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Arial, sans-serif;
}

* { margin: 0; padding: 0; box-sizing: border-box; }

html { scroll-behavior: smooth; scroll-padding-top: 90px; }

body {
  font-family: var(--font);
  color: var(--ink);
  background: var(--white);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}

img, svg { max-width: 100%; display: block; }

/* Prevent any grid/flex child from forcing horizontal overflow on small screens */
html { overflow-x: clip; }
.leadform-layout > *, .contact-layout > *, .services-detail-layout > *, .hero-inner > * { min-width: 0; }
select { max-width: 100%; }

a { color: var(--brand-light); text-decoration: none; }
a:hover { color: var(--orange-dark); }

h1, h2, h3, h4 { line-height: 1.25; font-weight: 800; color: var(--brand-dark); }

.container { width: 100%; max-width: 1180px; margin: 0 auto; padding: 0 20px; }
.container-narrow { max-width: 820px; }

.skip-link {
  position: absolute; left: -9999px; top: 0;
  background: var(--brand); color: #fff; padding: 10px 16px; z-index: 200;
}
.skip-link:focus { left: 0; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-block;
  padding: 12px 24px;
  border-radius: 8px;
  font-weight: 700;
  font-size: 0.98rem;
  border: 2px solid transparent;
  cursor: pointer;
  text-align: center;
  transition: background 0.2s, color 0.2s, transform 0.15s;
}
.btn:active { transform: scale(0.98); }
.btn-lg { padding: 15px 30px; font-size: 1.05rem; }
.btn-block { display: block; width: 100%; }

.btn-primary { background: var(--brand); color: #fff; }
.btn-primary:hover { background: var(--brand-light); color: #fff; }

.btn-accent { background: var(--orange); color: #fff; }
.btn-accent:hover { background: var(--orange-dark); color: #fff; }

.btn-light { background: #fff; color: var(--brand); }
.btn-light:hover { background: var(--bg-soft); color: var(--brand-dark); }

.btn-outline-light { border-color: rgba(255,255,255,0.7); color: #fff; background: transparent; }
.btn-outline-light:hover { background: rgba(255,255,255,0.12); color: #fff; }

.btn-ghost { border-color: var(--line); color: var(--brand); background: #fff; }
.btn-ghost:hover { border-color: var(--brand); color: var(--brand); }

/* ---------- Top bar ---------- */
.topbar { background: var(--brand-dark); color: #CDEBDA; font-size: 0.82rem; }
.topbar-inner { display: flex; justify-content: space-between; align-items: center; padding-top: 7px; padding-bottom: 7px; gap: 12px; }
.topbar a { color: #fff; font-weight: 600; }
.topbar-links { display: flex; gap: 18px; }

/* ---------- Header ---------- */
.site-header {
  background: #fff;
  border-bottom: 1px solid var(--line);
  position: sticky; top: 0; z-index: 100;
  box-shadow: 0 2px 10px rgba(5,133,61,0.07);
}
.header-inner { display: flex; align-items: center; justify-content: space-between; padding-top: 12px; padding-bottom: 12px; gap: 16px; }

.brand { display: flex; align-items: center; gap: 10px; }
.brand-text { display: flex; flex-direction: column; line-height: 1.15; }
.brand-text strong { color: var(--brand-dark); font-size: 1.12rem; font-weight: 800; }
.brand-text small { color: var(--orange-dark); font-size: 0.72rem; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; }

.main-nav { display: flex; align-items: center; gap: 26px; }
.main-nav a { color: var(--ink); font-weight: 600; font-size: 0.95rem; }
.main-nav a:hover { color: var(--orange-dark); }
.main-nav .nav-cta { color: #fff; padding: 10px 20px; }
.main-nav .nav-cta:hover { color: #fff; }

.nav-toggle { display: none; background: none; border: 0; cursor: pointer; padding: 8px; }
.nav-toggle span { display: block; width: 26px; height: 3px; background: var(--brand); margin: 5px 0; border-radius: 2px; transition: 0.25s; }
.nav-toggle.open span:nth-child(1) { transform: translateY(8px) rotate(45deg); }
.nav-toggle.open span:nth-child(2) { opacity: 0; }
.nav-toggle.open span:nth-child(3) { transform: translateY(-8px) rotate(-45deg); }

/* ---------- Hero: headline + services flip-grid (services shown immediately) ---------- */
.sec-services { padding: 34px 0 56px; background: #fff; }
.hero-heading { text-align: center; margin-bottom: 26px; }
.hero-heading h1 { font-size: clamp(1.35rem, 2.6vw, 1.9rem); color: #111; margin-bottom: 6px; }
.hero-heading p { color: var(--muted); font-size: 0.95rem; }

.services-block { margin-bottom: 28px; }
.services-label {
  font-size: 1.05rem; font-weight: 700; color: #111;
  margin-bottom: 10px; padding-left: 12px; border-left: 4px solid var(--brand);
}

.serlist {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  border-top: 1px solid #d6d6d6;
  border-left: 1px solid #d6d6d6;
}
.serlist li {
  border-right: 1px solid #d6d6d6;
  border-bottom: 1px solid #d6d6d6;
  perspective: 800px;
  background: #fff;
}
.ser-cell {
  position: relative;
  display: block;
  height: 100%;
  min-height: 150px;
  transform-style: preserve-3d;
  transition: transform 0.45s ease-in-out;
}
.serlist li:hover .ser-cell,
.ser-cell:focus-visible { transform: rotateY(180deg); }

.ser-front, .ser-back {
  position: absolute; inset: 0;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  gap: 8px; padding: 20px 10px; text-align: center;
  backface-visibility: hidden; -webkit-backface-visibility: hidden;
}
.ser-front { color: #000; }
.ser-icon {
  font-size: 2.6rem; line-height: 1;
  display: flex; align-items: center; justify-content: center;
  min-height: 60px;
}
.ser-name { font-size: 0.94rem; font-weight: 600; line-height: 1.35; }

.ser-back {
  transform: rotateY(180deg);
  background: var(--brand);
  color: #fff;
  font-weight: 700; font-size: 0.98rem;
  border-radius: 6px;
}

/* ---------- Lead form card ---------- */
.lead-form-card {
  background: #fff;
  border-radius: var(--radius);
  padding: 26px 24px;
  box-shadow: 0 12px 40px rgba(4, 60, 30, 0.18);
  border-top: 5px solid var(--orange);
  color: var(--ink);
}
.lead-form-card h3 { font-size: 1.3rem; margin-bottom: 4px; }
.lead-form-sub { color: var(--muted); font-size: 0.88rem; margin-bottom: 16px; }

.form-group { margin-bottom: 14px; }
.form-group label { display: block; font-weight: 700; font-size: 0.86rem; margin-bottom: 5px; color: var(--brand-dark); }
.req { color: var(--red); }
.opt { color: var(--muted); font-weight: 500; }

.lead-form input, .lead-form select, .lead-form textarea {
  width: 100%;
  padding: 11px 13px;
  border: 1.5px solid var(--line);
  border-radius: 8px;
  font-family: var(--font);
  font-size: 0.95rem;
  background: #FBFCFE;
  transition: border-color 0.2s;
}
.lead-form input:focus, .lead-form select:focus, .lead-form textarea:focus {
  outline: none; border-color: var(--brand-light); background: #fff;
}
.form-privacy { text-align: center; color: var(--muted); font-size: 0.78rem; margin-top: 10px; }

.hp-field { position: absolute !important; left: -9999px !important; height: 0; overflow: hidden; }

.alert { border-radius: 8px; padding: 12px 14px; margin-bottom: 14px; font-size: 0.9rem; font-weight: 600; }
.alert p { margin: 2px 0; }
.alert-error { background: #FEF2F2; color: #B91C1C; border: 1px solid #FECACA; }

/* ---------- Stats ---------- */
.stats { background: var(--brand); padding: 26px 0; }
.stats-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; text-align: center; }
.stat strong { display: block; color: #fff; font-size: clamp(1.5rem, 3vw, 2.1rem); font-weight: 800; }
.stat span { color: #C4E8D2; font-size: 0.88rem; font-weight: 600; }

/* ---------- Sections ---------- */
.section { padding: 72px 0; }
.section-head { text-align: center; max-width: 660px; margin: 0 auto 44px; }
.section-kicker {
  display: inline-block; color: var(--orange-dark); font-weight: 800; font-size: 0.82rem;
  letter-spacing: 0.12em; text-transform: uppercase; margin-bottom: 10px;
}
.section-head h2 { font-size: clamp(1.5rem, 3vw, 2.15rem); margin-bottom: 10px; }
.section-head p { color: var(--muted); }
.section-cta { text-align: center; margin-top: 40px; }

/* ---------- Services ---------- */
.services-section { background: var(--bg-soft); }
.services-group-title {
  font-size: 1.25rem; margin: 34px 0 18px;
  padding-left: 14px; border-left: 4px solid var(--orange);
}
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }

.service-card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  padding: 24px 22px; display: flex; flex-direction: column;
  transition: transform 0.2s, box-shadow 0.2s, border-color 0.2s;
}
.service-card:hover { transform: translateY(-4px); box-shadow: var(--shadow); border-color: #C6D3EA; }
.service-icon {
  width: 52px; height: 52px; border-radius: 10px;
  background: var(--bg-soft); border: 1px solid var(--line);
  display: flex; align-items: center; justify-content: center;
  font-size: 1.5rem; margin-bottom: 14px;
}
.service-card h4 { font-size: 1.05rem; margin-bottom: 8px; }
.service-card h4 a { color: var(--brand-dark); }
.service-card p { color: var(--muted); font-size: 0.9rem; flex: 1; margin-bottom: 14px; }
.service-cta { font-weight: 700; font-size: 0.9rem; color: var(--orange-dark); }
.service-cta:hover { color: var(--brand); }

/* ---------- How it works ---------- */
.steps-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.step-card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  padding: 26px 22px; position: relative;
}
.step-num {
  display: inline-flex; align-items: center; justify-content: center;
  width: 42px; height: 42px; border-radius: 50%;
  background: var(--brand); color: #fff; font-weight: 800; font-size: 1.1rem;
  margin-bottom: 14px;
}
.step-card h3 { font-size: 1.02rem; margin-bottom: 8px; }
.step-card p { color: var(--muted); font-size: 0.88rem; }

/* ---------- Why us ---------- */
.why-section { background: var(--bg-soft); }
.why-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.why-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 24px 22px; }
.why-card > span { font-size: 1.7rem; display: block; margin-bottom: 10px; }
.why-card h3 { font-size: 1.02rem; margin-bottom: 6px; }
.why-card p { color: var(--muted); font-size: 0.88rem; }

/* ---------- Testimonials ---------- */
.testi-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.testi-card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  padding: 26px 24px; display: flex; flex-direction: column;
}
.testi-stars { color: var(--orange); font-size: 1.05rem; letter-spacing: 2px; margin-bottom: 12px; }
.testi-card blockquote { color: var(--muted); font-size: 0.93rem; flex: 1; margin-bottom: 16px; }
.testi-card figcaption strong { display: block; color: var(--brand-dark); font-size: 0.95rem; }
.testi-card figcaption span { color: var(--muted); font-size: 0.82rem; }

/* ---------- Lead form section ---------- */
.leadform-section { background: var(--bg-soft); }
.leadform-layout { display: grid; grid-template-columns: 1fr 420px; gap: 44px; align-items: center; }
.leadform-text h2 { font-size: clamp(1.4rem, 2.6vw, 1.9rem); margin: 8px 0 12px; }
.leadform-text > p { color: var(--muted); margin-bottom: 18px; }
.leadform-points { list-style: none; margin-bottom: 18px; }
.leadform-points li { margin-bottom: 8px; font-weight: 600; font-size: 0.94rem; }
.leadform-call { font-size: 0.95rem; color: var(--muted); }
.leadform-call a { font-weight: 800; color: var(--brand); }

/* ---------- FAQ ---------- */
.faq-item {
  background: #fff; border: 1px solid var(--line); border-radius: 10px;
  margin-bottom: 12px; overflow: hidden;
}
.faq-item summary {
  cursor: pointer; padding: 16px 18px; font-weight: 700; color: var(--brand-dark);
  list-style: none; position: relative; padding-right: 42px;
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: '+'; position: absolute; right: 18px; top: 50%; transform: translateY(-50%);
  color: var(--orange); font-size: 1.4rem; font-weight: 800;
}
.faq-item[open] summary::after { content: '−'; }
.faq-item[open] summary { border-bottom: 1px solid var(--line); }
.faq-item p { padding: 14px 18px; color: var(--muted); font-size: 0.93rem; }

/* ---------- Page hero (inner pages) ---------- */
.page-hero {
  background: linear-gradient(135deg, var(--brand-dark), var(--brand));
  color: #fff; padding: 42px 0 46px;
}
.page-hero h1 { color: #fff; font-size: clamp(1.6rem, 3vw, 2.3rem); margin-bottom: 8px; }
.page-hero p { color: #D3EBDD; max-width: 640px; }
.breadcrumbs { font-size: 0.84rem; color: #9CCDAF; margin-bottom: 14px; }
.breadcrumbs a { color: #C0E4CE; }
.breadcrumbs span { margin: 0 4px; }

/* ---------- Service detail page (/service/<slug>) ---------- */
.page-hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 20px; }

.service-content h2 {
  font-size: 1.3rem; margin: 36px 0 14px;
  padding-bottom: 8px; border-bottom: 2px solid var(--bg-soft);
}
.service-content h2:first-of-type { margin-top: 28px; }
.sp-intro { color: var(--ink); font-size: 1.02rem; margin-bottom: 14px; }

.sp-checklist, .sp-benefits, .sp-documents { list-style: none; }
.sp-checklist li, .sp-benefits li {
  padding: 8px 0 8px 30px; position: relative; font-size: 0.96rem;
}
.sp-checklist li::before, .sp-benefits li::before {
  content: '✓'; position: absolute; left: 4px; top: 8px;
  color: var(--brand); font-weight: 800;
}
.sp-documents { display: grid; grid-template-columns: 1fr 1fr; gap: 8px 20px; }
.sp-documents li {
  background: var(--bg-soft); border: 1px solid var(--line); border-radius: 8px;
  padding: 10px 14px 10px 36px; position: relative; font-size: 0.92rem;
}
.sp-documents li::before {
  content: '📄'; position: absolute; left: 10px; top: 9px; font-size: 0.9rem;
}
.sp-note { color: var(--muted); font-size: 0.9rem; margin-top: 12px; font-style: italic; }

.sp-process { list-style: none; }
.sp-process li { display: flex; gap: 14px; margin-bottom: 16px; align-items: flex-start; }
.sp-step-num {
  flex-shrink: 0; width: 36px; height: 36px; border-radius: 50%;
  background: var(--brand); color: #fff; font-weight: 800;
  display: flex; align-items: center; justify-content: center; margin-top: 2px;
}
.sp-process strong { display: block; color: var(--brand-dark); margin-bottom: 2px; }
.sp-process p { color: var(--muted); font-size: 0.92rem; }

.sp-cta-box {
  background: linear-gradient(135deg, var(--brand-dark), var(--brand));
  border-radius: var(--radius); color: #fff;
  padding: 26px; margin: 36px 0;
  display: flex; justify-content: space-between; align-items: center; gap: 18px; flex-wrap: wrap;
}
.sp-cta-box h3 { color: #fff; font-size: 1.12rem; margin-bottom: 4px; }
.sp-cta-box p { color: #C0E4CE; font-size: 0.9rem; }

.sp-related { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.sp-related-card {
  border: 1px solid var(--line); border-radius: 10px; padding: 16px;
  display: flex; flex-direction: column; gap: 4px; color: var(--ink);
  transition: border-color 0.2s, box-shadow 0.2s;
}
.sp-related-card:hover { border-color: var(--brand); box-shadow: var(--shadow); color: var(--ink); }
.sp-related-card span { font-size: 1.4rem; }
.sp-related-card strong { color: var(--brand-dark); font-size: 0.95rem; }
.sp-related-card em { color: var(--brand); font-style: normal; font-size: 0.82rem; font-weight: 700; }

@media (max-width: 640px) {
  .sp-documents, .sp-related { grid-template-columns: 1fr; }
  .sp-cta-box { flex-direction: column; text-align: center; }
}

/* ---------- Services detail page ---------- */
.services-detail-layout { display: grid; grid-template-columns: 1fr 370px; gap: 36px; align-items: start; }
.service-detail-card {
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius);
  padding: 24px; margin-bottom: 18px; scroll-margin-top: 100px;
}
.service-detail-head { display: flex; align-items: center; gap: 14px; margin-bottom: 10px; }
.service-detail-head .service-icon { margin-bottom: 0; flex-shrink: 0; }
.service-detail-head h3 { font-size: 1.15rem; }
.service-detail-card > p { color: var(--muted); margin-bottom: 16px; }
.service-detail-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.services-detail-main .services-group-title:first-child { margin-top: 0; }
.sticky-side { position: sticky; top: 96px; }

/* ---------- Contact page ---------- */
.contact-layout { display: grid; grid-template-columns: 1fr 420px; gap: 40px; align-items: start; }
.contact-info h2 { font-size: 1.4rem; margin-bottom: 18px; }
.contact-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-bottom: 28px; }
.contact-card {
  display: flex; gap: 12px; align-items: flex-start;
  background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 18px;
  color: var(--ink); transition: border-color 0.2s, box-shadow 0.2s;
}
a.contact-card:hover { border-color: var(--orange); box-shadow: var(--shadow); color: var(--ink); }
.contact-card > span { font-size: 1.5rem; }
.contact-card strong { display: block; color: var(--brand-dark); margin-bottom: 2px; }
.contact-card p { color: var(--muted); font-size: 0.88rem; }
.contact-note { background: var(--bg-soft); border-radius: var(--radius); padding: 22px; }
.contact-note h3 { font-size: 1.05rem; margin-bottom: 10px; }
.contact-note ol { padding-left: 20px; color: var(--muted); font-size: 0.92rem; }
.contact-note li { margin-bottom: 6px; }

/* ---------- Thank you ---------- */
.thankyou-section { background: var(--bg-soft); min-height: 60vh; display: flex; align-items: center; }
.thankyou-card {
  background: #fff; border-radius: var(--radius); box-shadow: var(--shadow);
  padding: 48px 36px; text-align: center;
}
.thankyou-icon { font-size: 3rem; margin-bottom: 12px; }
.thankyou-card h1 { font-size: 1.8rem; margin-bottom: 12px; }
.thankyou-lead { color: var(--muted); max-width: 520px; margin: 0 auto 24px; }
.thankyou-actions { display: flex; justify-content: center; flex-wrap: wrap; gap: 12px; margin-bottom: 18px; }
.thankyou-note { color: var(--muted); font-size: 0.9rem; }

/* ---------- CTA strip ---------- */
.cta-strip { background: linear-gradient(135deg, var(--brand), var(--brand-light)); color: #fff; padding: 44px 0; }
.cta-strip-inner { display: flex; justify-content: space-between; align-items: center; gap: 24px; flex-wrap: wrap; }
.cta-strip h2 { color: #fff; font-size: 1.4rem; margin-bottom: 6px; }
.cta-strip p { color: #D3EBDD; }
.cta-strip-actions { display: flex; gap: 12px; flex-wrap: wrap; }

/* ---------- Footer ---------- */
.site-footer { background: var(--brand-dark); color: #BCDCC8; }
.footer-grid {
  display: grid; grid-template-columns: 1.4fr 1fr 1fr 0.9fr;
  gap: 36px; padding: 54px 20px 40px;
}
.brand-footer .brand-text strong { color: #fff; }
.footer-about p { font-size: 0.9rem; margin-top: 14px; }
.footer-contact a { color: #fff; }
.footer-col h3 { color: #fff; font-size: 0.95rem; margin-bottom: 14px; text-transform: uppercase; letter-spacing: 0.06em; }
.footer-col ul { list-style: none; }
.footer-col li { margin-bottom: 9px; }
.footer-col a { color: #BCDCC8; font-size: 0.9rem; }
.footer-col a:hover { color: var(--orange); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.12); }
.footer-bottom-inner {
  display: flex; justify-content: space-between; flex-wrap: wrap; gap: 8px;
  padding-top: 18px; padding-bottom: 18px; font-size: 0.83rem;
}

/* ---------- WhatsApp float ---------- */
.whatsapp-float {
  position: fixed; right: 18px; bottom: 18px; z-index: 90;
  width: 56px; height: 56px; border-radius: 50%;
  background: #25D366; display: flex; align-items: center; justify-content: center;
  box-shadow: 0 6px 20px rgba(0,0,0,0.28);
  transition: transform 0.2s;
}
.whatsapp-float:hover { transform: scale(1.08); }

/* ============================================================
   Responsive
   ============================================================ */
@media (max-width: 1024px) {
  .services-grid, .why-grid { grid-template-columns: repeat(2, 1fr); }
  .steps-grid { grid-template-columns: repeat(2, 1fr); }
  .serlist { grid-template-columns: repeat(4, 1fr); }
  .testi-grid { grid-template-columns: 1fr; }
  .leadform-layout { grid-template-columns: 1fr; gap: 32px; }
  .services-detail-layout { grid-template-columns: 1fr; }
  .services-detail-side { order: -1; }
  .sticky-side { position: static; }
  .contact-layout { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 860px) {
  .serlist { grid-template-columns: repeat(3, 1fr); }
  .ser-cell { min-height: 136px; }
  .ser-icon { font-size: 2.2rem; min-height: 50px; }
  .ser-name { font-size: 0.86rem; }

  .nav-toggle { display: block; }
  .main-nav {
    display: none;
    position: absolute; top: 100%; left: 0; right: 0;
    background: #fff; border-bottom: 1px solid var(--line);
    flex-direction: column; align-items: stretch; gap: 0;
    padding: 10px 20px 18px;
    box-shadow: 0 14px 30px rgba(5,133,61,0.14);
  }
  .main-nav.open { display: flex; }
  .main-nav a { padding: 12px 4px; border-bottom: 1px solid var(--bg-soft); font-size: 1rem; }
  .main-nav .nav-cta { margin-top: 12px; text-align: center; border-bottom: 0; }
}

@media (max-width: 640px) {
  .section { padding: 52px 0; }
  .stats-grid { grid-template-columns: repeat(2, 1fr); }
  .services-grid, .why-grid, .steps-grid { grid-template-columns: 1fr; }
  .contact-cards { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; gap: 26px; padding-top: 40px; }
  .hide-sm { display: none; }
  .topbar-inner { justify-content: center; }
  .topbar-inner > span { display: none; }
  .serlist { grid-template-columns: repeat(2, 1fr); }
  .ser-cell { min-height: 124px; }
  .cta-strip-inner { flex-direction: column; text-align: center; }
  .footer-bottom-inner { justify-content: center; text-align: center; }
}
