/*
Theme Name: Echo Antiagency
Description: Custom high-performance theme for Echo Janitorial.
Author: Echo
Version: 1.7
*/

:root {
  --black: #06080a; --ink: #1a1d24; --white: #ffffff;
  --off: #f6f7f9; --border: #e2e5ec; --muted: #6b7282;
  --blue: #2d9cdb; --blue-dk: #1a6fa8; --blue-lt: #e8f4fc; --blue-bd: #bcd8ea;
}
*, *::before, *::after { box-sizing: border-box; }
h1, h2, h3, p, ul, li { margin: 0; padding: 0; }
a { text-decoration: none; }
.wrap { max-width: 1140px; margin: 0 auto; padding: 0 40px; }

#echo-janitorial-wrapper {
  font-family: 'DM Sans', sans-serif;
  background: #fff;
  color: var(--ink);
  line-height: 1.65;
  text-align: left;
}

/* TICKER & NAV */
.ticker { background: #1a1d24; overflow: hidden; }
.ticker-track { display: flex; white-space: nowrap; animation: tick 44s linear infinite; }
@keyframes tick { from { transform: translateX(0); } to { transform: translateX(-50%); } }
.ti { display: inline-flex; align-items: center; gap: 8px; padding: 10px 30px; font-family: 'Oswald', sans-serif; font-size: 11px; letter-spacing: .18em; text-transform: uppercase; color: #7ab8d8; flex-shrink: 0; }
.ts { color: var(--blue); }
.td { color: #2e3240; font-size: 18px; }

.nav { background: #fff; border-bottom: 1px solid var(--border); position: sticky; top: 0; z-index: 9999; box-shadow: 0 1px 4px rgba(0,0,0,.05); }
.nav-inner { display: flex; align-items: center; justify-content: space-between; height: 72px; position: relative; }
.nav-logo { height: 54px; width: auto; cursor: pointer; }
.nav-links { display: flex; align-items: center; gap: 2px; list-style: none; margin: 0; }
.nav-links a { font-family: 'Oswald', sans-serif; font-size: 12px; font-weight: 500; letter-spacing: .1em; text-transform: uppercase; color: #333; padding: 8px 14px; transition: color .15s, background .15s; cursor: pointer; display: block; }
.nav-links a:hover, .nav-links a.active { color: var(--blue-dk); background: var(--blue-lt); }
.nav-cta { background: var(--black) !important; color: #fff !important; margin-left: 10px; }
.nav-cta:hover { background: var(--blue-dk) !important; color: #fff !important; }

/* HIDE CUSTOM HAMBURGER ON DESKTOP */
button#echo-mobile-btn { 
  background: transparent !important; 
  border: none !important; 
  box-shadow: none !important;
  display: none !important; 
}

/* GLOBAL COMPONENTS */
.pg-hero { background: var(--off); border-bottom: 1px solid var(--border); padding: 64px 0 56px; }
.pg-eye, .sec-eye { font-family: 'Oswald', sans-serif; font-size: 11px; font-weight: 500; letter-spacing: .26em; text-transform: uppercase; color: var(--blue); margin-bottom: 14px; display: flex; align-items: center; gap: 10px; }
.pg-eye::before, .sec-eye::before { content: ''; width: 22px; height: 1px; background: var(--blue); display: block; }
.pg-h1 { font-family: 'Oswald', sans-serif; font-weight: 700; font-size: clamp(44px,6vw,76px); text-transform: uppercase; color: var(--black); line-height: .9; letter-spacing: -.015em; margin-bottom: 14px; }
.pg-sub { font-size: 17px; color: var(--muted); max-width: 580px; line-height: 1.75; }
.sec-h2 { font-family: 'Oswald', sans-serif; font-weight: 700; font-size: clamp(32px,4.5vw,54px); text-transform: uppercase; line-height: .92; color: var(--black); margin-bottom: 12px; letter-spacing: -.01em; }
.sec-sub { font-size: 16px; color: var(--muted); max-width: 540px; margin-bottom: 48px; line-height: 1.7; }
.btn { font-family: 'Oswald', sans-serif; font-weight: 600; font-size: 13px; letter-spacing: .18em; text-transform: uppercase; padding: 15px 38px; display: inline-block; transition: all .18s; cursor: pointer; border: none; }
.btn-black { background: var(--black); color: #fff; }
.btn-black:hover { background: var(--blue-dk); transform: translateY(-1px); }
.btn-outline { background: #fff; color: var(--ink); border: 1.5px solid var(--border); }
.btn-outline:hover { border-color: var(--ink); }

/* HOME HERO */
.hero { padding: 96px 0 80px; border-bottom: 1px solid var(--border); }
.hero-grid { display: grid; grid-template-columns: 1fr 400px; gap: 72px; align-items: center; }
.hero-eye { font-family: 'Oswald', sans-serif; font-size: 11px; font-weight: 500; letter-spacing: .28em; text-transform: uppercase; color: var(--blue); margin-bottom: 20px; display: flex; align-items: center; gap: 10px; }
.hero-eye::before { content: ''; width: 28px; height: 1px; background: var(--blue); display: block; flex-shrink: 0; }
.h1 { font-family: 'Oswald', sans-serif; font-weight: 700; font-size: clamp(42px,7vw,98px); line-height: .88; text-transform: uppercase; color: var(--black); margin-bottom: 28px; letter-spacing: -.015em; }
.h1 .bl { color: var(--blue); display: block; }
.h1 .sk { -webkit-text-stroke: 2px #cdd0d8; color: transparent; display: block; }
.hero-body { font-size: 17px; color: var(--muted); line-height: 1.82; margin-bottom: 36px; max-width: 520px; }
.hero-body strong { color: var(--ink); font-weight: 500; }
.cta-row { display: flex; gap: 14px; flex-wrap: wrap; margin-bottom: 44px; }
.nc { display: flex; gap: 16px; align-items: flex-start; background: var(--blue-lt); border: 1px solid var(--blue-bd); border-left: 4px solid var(--blue); padding: 20px 24px; }
.nc-ic { width: 38px; height: 38px; background: #d4ecf7; border: 1px solid #aed4e8; display: flex; align-items: center; justify-content: center; flex-shrink: 0; margin-top: 2px; }
.nc-ic svg { width: 18px; height: 18px; stroke: var(--blue-dk); fill: none; stroke-width: 2; }
.nc-lbl { font-family: 'Oswald', sans-serif; font-size: 11px; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; color: var(--blue-dk); margin-bottom: 5px; }
.nc-txt { font-size: 14px; color: #3a5a6e; line-height: 1.6; }
.stats { display: flex; flex-direction: column; gap: 1px; background: var(--border); }
.stat { background: #fff; padding: 26px 24px; border: 1px solid var(--border); position: relative; transition: background .15s; }
.stat::before { content: ''; position: absolute; left: 0; top: 0; width: 3px; height: 100%; background: var(--blue); opacity: 0; transition: opacity .2s; }
.stat:hover { background: var(--off); }
.stat:hover::before { opacity: 1; }
.stat-n { font-family: 'Oswald', sans-serif; font-weight: 700; font-size: 44px; line-height: 1; color: var(--black); margin-bottom: 4px; letter-spacing: -.02em; }
.stat-l { font-family: 'Oswald', sans-serif; font-size: 10.5px; font-weight: 500; letter-spacing: .14em; text-transform: uppercase; color: var(--muted); }
.stat-note { font-size: 13px; color: #999; margin-top: 5px; line-height: 1.45; }
.cbar { border-top: 1px solid var(--border); margin-top: 44px; padding-top: 16px; display: flex; flex-wrap: wrap; gap: 0; }
.cbi { display: flex; align-items: center; gap: 7px; font-family: 'Oswald', sans-serif; font-size: 11px; letter-spacing: .1em; text-transform: uppercase; color: #aaa; padding-right: 22px; margin-right: 22px; border-right: 1px solid var(--border); }
.cbi:last-child { border-right: none; }
.cbi a { color: #aaa; transition: color .15s; }
.cbi a:hover { color: var(--blue-dk); }
.cbi-dot { width: 5px; height: 5px; border-radius: 50%; background: var(--blue); flex-shrink: 0; }

/* RE-DESIGNED AWARDS (Dark & Popping) */
.awards-row { background: var(--ink); padding: 64px 0; border-bottom: 1px solid #111; }
.aw-eye { font-family: 'Oswald', sans-serif; font-size: 11px; font-weight: 500; letter-spacing: .26em; text-transform: uppercase; color: #7ab8d8; margin-bottom: 32px; display: flex; align-items: center; justify-content: center; gap: 10px; }
.aw-eye::before, .aw-eye::after { content: ''; width: 30px; height: 1px; background: #7ab8d8; display: block; opacity: 0.4; }
.agrid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 16px; }
.atile { background: rgba(255,255,255,0.03); border: 1px solid rgba(255,255,255,0.08); border-radius: 8px; padding: 24px 14px; text-align: center; transition: transform .2s, border-color .2s; }
.atile:hover { transform: translateY(-4px); border-color: rgba(255,255,255,0.25); background: rgba(255,255,255,0.06); }
.aico { font-size: 26px; display: block; margin-bottom: 12px; }
.aname { font-family: 'Oswald', sans-serif; font-weight: 600; font-size: 11px; letter-spacing: .06em; text-transform: uppercase; color: #fff; margin-bottom: 5px; line-height: 1.4; }
.ayear { font-size: 11.5px; color: #7ab8d8; font-weight: 500; }

/* RE-DESIGNED SERVICES PREVIEW (Beautiful Icon Cards) */
.svc-preview { padding: 88px 0; background: #fff; }
.svc-cards { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-top: 40px; }
.svc-card { display: flex; align-items: flex-start; gap: 20px; background: #fff; border: 1px solid var(--border); padding: 32px; border-radius: 8px; transition: box-shadow .2s, border-color .2s; text-decoration: none; color: inherit; }
.svc-card:hover { box-shadow: 0 12px 30px rgba(0,0,0,0.06); border-color: var(--blue-bd); }
.svc-icon { width: 56px; height: 56px; background: var(--blue-lt); border: 1px solid var(--blue-bd); border-radius: 10px; display: flex; align-items: center; justify-content: center; font-size: 24px; flex-shrink: 0; }
.svc-details { flex-grow: 1; margin-top: 2px; }
.sc-name { font-family: 'Oswald', sans-serif; font-weight: 700; font-size: 18px; text-transform: uppercase; letter-spacing: .04em; color: var(--black); margin-bottom: 8px; line-height: 1.2; }
.sc-desc { font-size: 14.5px; color: var(--muted); line-height: 1.65; margin-bottom: 14px; }
.sc-link { font-family: 'Oswald', sans-serif; font-size: 11px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; color: var(--blue); display: inline-block; }

/* WHY SECTION */
.why-section { background: var(--off); padding: 88px 0; border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.pillars { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; background: var(--border); margin-bottom: 1px; }
.pillar { background: #fff; padding: 32px 26px; transition: background .15s; }
.pillar:hover { background: var(--off); }
.pil-n { font-family: 'Oswald', sans-serif; font-size: 10.5px; font-weight: 500; letter-spacing: .22em; text-transform: uppercase; color: var(--blue); margin-bottom: 8px; }
.pil-t { font-family: 'Oswald', sans-serif; font-weight: 700; font-size: 24px; text-transform: uppercase; color: var(--black); margin-bottom: 10px; }
.pil-b { font-size: 14px; color: var(--muted); line-height: 1.72; }
.vs-table { background: #fff; border: 1px solid var(--border); border-top: 3px solid var(--blue); }
.vs-hd { padding: 16px 26px; border-bottom: 1px solid var(--border); }
.vs-lbl { font-family: 'Oswald', sans-serif; font-size: 11px; letter-spacing: .2em; text-transform: uppercase; color: var(--muted); font-weight: 500; }
.vs-cols { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: var(--border); }
.vs-col { background: #fff; padding: 22px 26px; }
.vs-ch { font-family: 'Oswald', sans-serif; font-size: 13px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; padding-bottom: 12px; border-bottom: 1px solid var(--border); margin-bottom: 12px; }
.vs-col.th .vs-ch { color: #aaa; }
.vs-col.us .vs-ch { color: var(--blue-dk); }
.vs-row { display: flex; gap: 10px; padding: 7px 0; border-bottom: 1px solid var(--border); font-size: 13.5px; line-height: 1.5; }
.vs-row:last-child { border-bottom: none; }
.vs-col.th .vs-row { color: #bbb; }
.vs-col.us .vs-row { color: var(--ink); }
.vs-ic { flex-shrink: 0; font-size: 13px; margin-top: 1px; font-weight: 700; }
.vs-col.th .vs-ic { color: #ccc; }
.vs-col.us .vs-ic { color: var(--blue); }

/* LEADERSHIP */
.lead-section { padding: 88px 0; border-top: 1px solid var(--border); background: #fff; }
.lead-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; background: var(--border); border: 1px solid var(--border); }
.lcard { background: #fff; padding: 38px 32px; position: relative; overflow: hidden; transition: background .15s; }
.lcard:hover { background: var(--off); }
.lcard::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 3px; background: linear-gradient(90deg,var(--blue) 0%,transparent 65%); }
.l-role { font-family: 'Oswald', sans-serif; font-size: 10.5px; font-weight: 500; letter-spacing: .22em; text-transform: uppercase; color: var(--blue); margin-bottom: 9px; display: flex; align-items: center; gap: 8px; }
.l-role::before { content: ''; width: 14px; height: 1px; background: var(--blue); display: block; flex-shrink: 0; }
.l-name { font-family: 'Oswald', sans-serif; font-weight: 700; font-size: 32px; text-transform: uppercase; color: var(--black); line-height: .93; margin-bottom: 16px; letter-spacing: -.01em; }
.l-bio { font-size: 14px; color: #555; line-height: 1.78; }

/* SERVICES PAGE / SUB-PAGES */
.svc-full-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: var(--border); border: 1px solid var(--border); }
.svc-full { background: #fff; padding: 46px 40px; position: relative; overflow: hidden; transition: background .18s; }
.svc-full:hover { background: var(--off); }
.svc-full::after { content: ''; position: absolute; bottom: 0; left: 0; height: 3px; width: 0; background: var(--blue); transition: width .45s cubic-bezier(.22,1,.36,1); }
.svc-full:hover::after { width: 100%; }
.sf-num { font-family: 'Oswald', sans-serif; font-weight: 700; font-size: 68px; line-height: 1; color: #eaebef; margin-bottom: 10px; letter-spacing: -.05em; }
.sf-title { font-family: 'Oswald', sans-serif; font-weight: 700; font-size: 22px; text-transform: uppercase; letter-spacing: .05em; color: var(--black); margin-bottom: 8px; }
.sf-bar { width: 26px; height: 2px; background: var(--blue); margin-bottom: 14px; }
.sf-body { font-size: 15px; color: #555; line-height: 1.78; margin-bottom: 20px; }
.sf-list { list-style: none; border-top: 1px solid var(--border); padding-top: 14px; margin: 0; }
.sf-list li { font-size: 13.5px; color: #555; padding: 5px 0 5px 18px; position: relative; line-height: 1.5; }
.sf-list li::before { content: '›'; position: absolute; left: 0; color: var(--blue); font-size: 17px; font-weight: 700; line-height: 1.28; }
.g-banner { background: var(--blue-lt); border: 1px solid var(--blue-bd); border-left: 4px solid var(--blue); padding: 26px 34px; margin-top: 1px; display: flex; align-items: flex-start; gap: 20px; }
.gb-ico { font-size: 26px; flex-shrink: 0; margin-top: 2px; }
.gb-title { font-family: 'Oswald', sans-serif; font-weight: 700; font-size: 17px; text-transform: uppercase; color: var(--black); margin-bottom: 5px; letter-spacing: .04em; }
.gb-text { font-size: 14.5px; color: #3a5a6e; line-height: 1.65; }

/* REGIONS PAGE */
.reg-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; background: var(--border); border: 1px solid var(--border); margin-top: 48px; }
.reg-card { background: #fff; padding: 40px 34px; transition: background .15s; }
.reg-card:hover { background: var(--off); }
.reg-badge { font-family: 'Oswald', sans-serif; font-size: 10.5px; font-weight: 600; letter-spacing: .2em; text-transform: uppercase; color: var(--blue); margin-bottom: 10px; display: flex; align-items: center; gap: 8px; }
.reg-badge::before { content: ''; width: 14px; height: 1px; background: var(--blue); display: block; }
.reg-name { font-family: 'Oswald', sans-serif; font-weight: 700; font-size: 30px; text-transform: uppercase; color: var(--black); margin-bottom: 13px; line-height: .95; letter-spacing: -.01em; }
.reg-lead { font-size: 14.5px; color: var(--muted); margin-bottom: 18px; line-height: 1.65; }
.cities { display: flex; flex-wrap: wrap; gap: 6px; }
.city { font-family: 'Oswald', sans-serif; font-size: 11px; font-weight: 500; letter-spacing: .07em; text-transform: uppercase; padding: 5px 12px; background: var(--off); color: var(--muted); border: 1px solid var(--border); }
.reg-stats { display: grid; grid-template-columns: repeat(4,1fr); gap: 1px; background: var(--border); border: 1px solid var(--border); margin-top: 1px; }
.rst-card { background: #fff; padding: 28px 22px; text-align: center; }
.rst-n { font-family: 'Oswald', sans-serif; font-weight: 700; font-size: 40px; color: var(--black); line-height: 1; margin-bottom: 5px; letter-spacing: -.02em; }
.rst-l { font-family: 'Oswald', sans-serif; font-size: 10.5px; font-weight: 500; letter-spacing: .14em; text-transform: uppercase; color: var(--muted); }

/* ABOUT PAGE */
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: start; }
.about-body { font-size: 16.5px; color: var(--muted); line-height: 1.85; }
.about-body p+p { margin-top: 18px; }
.creds { background: var(--off); border: 1px solid var(--border); border-top: 3px solid var(--blue); padding: 30px; }
.cred-title { font-family: 'Oswald', sans-serif; font-weight: 600; font-size: 12px; letter-spacing: .16em; text-transform: uppercase; color: var(--black); margin-bottom: 16px; }
.cred-list { list-style: none; margin: 0; }
.cred-list li { font-size: 13.5px; color: #555; padding: 7px 0 7px 18px; position: relative; border-bottom: 1px solid var(--border); line-height: 1.5; }
.cred-list li:last-child { border-bottom: none; }
.cred-list li::before { content: '✓'; position: absolute; left: 0; color: var(--blue); font-weight: 700; }
.promise-box { margin-top: 20px; background: var(--blue-lt); border: 1px solid var(--blue-bd); border-left: 4px solid var(--blue); padding: 22px 24px; }
.pb-lbl { font-family: 'Oswald', sans-serif; font-size: 11px; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; color: var(--blue-dk); margin-bottom: 8px; }
.pb-txt { font-size: 14.5px; color: #3a5a6e; line-height: 1.65; font-style: italic; }

/* CONTACT PAGE */
.contact-layout { display: grid; grid-template-columns: 1fr 420px; gap: 56px; padding: 72px 0; align-items: start; }
.cc-cards { display: flex; flex-direction: column; gap: 1px; background: var(--border); border: 1px solid var(--border); }
.cc-card { background: #fff; padding: 22px 26px; display: flex; align-items: flex-start; gap: 14px; transition: background .15s; }
.cc-card:hover { background: var(--off); }
.cc-ico { width: 38px; height: 38px; background: var(--blue-lt); border: 1px solid var(--blue-bd); display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.cc-ico svg { width: 17px; height: 17px; stroke: var(--blue-dk); fill: none; stroke-width: 2; }
.cc-lbl { font-family: 'Oswald', sans-serif; font-size: 10px; font-weight: 600; letter-spacing: .2em; text-transform: uppercase; color: var(--blue); margin-bottom: 4px; }
.cc-val { font-size: 15.5px; font-weight: 500; color: var(--ink); text-decoration: none; display: block; transition: color .15s; }
.cc-val:hover { color: var(--blue-dk); }
.info-box { background: var(--off); border: 1px solid var(--border); padding: 24px; margin-top: 16px; }
.ib-lbl { font-family: 'Oswald', sans-serif; font-size: 10.5px; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; color: var(--blue-dk); margin-bottom: 8px; }
.ib-txt { font-size: 15px; color: #555; line-height: 1.65; }
.form-box { background: var(--off); border: 1px solid var(--border); border-top: 3px solid var(--blue); padding: 36px; }
.form-title { font-family: 'Oswald', sans-serif; font-weight: 700; font-size: 21px; text-transform: uppercase; color: var(--black); margin-bottom: 4px; }
.form-sub { font-size: 14px; color: var(--muted); margin-bottom: 24px; line-height: 1.5; }
.ff { margin-bottom: 15px; }
.fl { font-family: 'Oswald', sans-serif; font-size: 10.5px; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; color: var(--ink); margin-bottom: 6px; display: block; }
.fi { width: 100%; padding: 11px 15px; border: 1.5px solid var(--border); background: #fff; font-family: 'DM Sans', sans-serif; font-size: 15px; outline: none; margin: 0; }
.fi:focus { border-color: var(--blue); }
.fta { height: 108px; resize: vertical; }
.fsub { width: 100%; padding: 14px; background: var(--black); color: #fff; font-family: 'Oswald', sans-serif; font-size: 13px; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; border: none; cursor: pointer; transition: background .18s; margin-top: 4px; }
.fsub:hover { background: var(--blue-dk); }

/* =========================================
   MEDIA QUERIES (Mobile Adjustments)
========================================= */
@media(max-width:960px){
  /* Force Hamburger */
  button#echo-mobile-btn { display: block !important; cursor: pointer; color: #1a1d24; padding: 5px; z-index: 10000; }
  
  /* Mobile Menu Dropdown */
  #echo-nav-menu {
    display: none !important;
    position: absolute; top: 72px; left: 0; width: 100%;
    background: #fff; flex-direction: column; padding: 15px 40px 25px 40px;
    box-shadow: 0 8px 16px rgba(0,0,0,0.1); margin: 0; z-index: 9999;
  }
  #echo-nav-menu.echo-menu-open { display: flex !important; }
  .nav-links a { font-size: 15px; padding: 14px 0; border-bottom: 1px solid var(--border); }
  .nav-links li:last-child a { border-bottom: none; }
  .nav-cta { margin-left: 0 !important; margin-top: 15px; text-align: center; }

  /* Responsive Grids */
  .hero-grid { grid-template-columns: 1fr; }
  .stats { display: none; }
  .svc-cards { grid-template-columns: 1fr; }
  .agrid { grid-template-columns: repeat(3, 1fr); }
  .svc-grid-4, .lead-grid, .footer-grid { grid-template-columns: 1fr 1fr; }
  .svc-full-grid, .reg-grid, .about-grid, .contact-layout, .vs-cols { grid-template-columns: 1fr; }
  .reg-stats { grid-template-columns: repeat(2,1fr); }
}

@media(max-width:640px){
  .wrap { padding: 0 20px; }
  
  /* Fix Hero Text Size for Small Phones */
  .h1 { font-size: clamp(38px, 10vw, 56px); }
  
  /* Shrink Awards */
  .agrid { grid-template-columns: 1fr 1fr; gap: 8px; }
  .atile { padding: 16px 10px; }
  .aico { font-size: 22px; margin-bottom: 8px; }
  .aname { font-size: 10px; }
  
  /* FORCE HORIZONTAL SERVICE CARDS TO STOP WALL OF TEXT */
  .svc-cards { gap: 12px; }
  .svc-card { padding: 18px 16px; gap: 14px; flex-direction: row; align-items: flex-start; }
  .svc-icon { width: 40px; height: 40px; font-size: 18px; border-radius: 8px; }
  .sc-name { font-size: 15px; margin-bottom: 4px; }
  .sc-desc { font-size: 13.5px; line-height: 1.5; margin-bottom: 8px; }
  
  .svc-grid-4, .lead-grid, .svc-full-grid, .pillars, .footer-grid { grid-template-columns: 1fr; }
  .reg-stats { grid-template-columns: 1fr 1fr; }
  #echo-nav-menu { padding: 15px 20px 25px 20px; }
}