/* EPADLS - Environmental Pump & Drain Line Solutions */
@import url('https://fonts.googleapis.com/css2?family=Saira+Condensed:wght@400;600;700;800;900&family=Rubik:wght@300;400;500;600;700&display=swap');

:root {
  --primary: #f0523d;
  --primary-dark: #c93d2a;
  --secondary: #00b2ff;
  --secondary-dark: #008acc;
  --dark: #111418;
  --dark-mid: #1c2228;
  --mid: #2e3740;
  --text: #1a1d21;
  --text-light: #4a5568;
  --bg: #ffffff;
  --bg-subtle: #f7f8fa;
  --border: #e4e8ed;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; font-size: 16px; }
body {
  font-family: 'Rubik', sans-serif;
  color: var(--text);
  background: var(--bg);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

.skip-link {
  position: absolute; top: -40px; left: 0;
  background: var(--primary); color: white;
  padding: .5rem 1rem; z-index: 1000; font-size: .9rem; transition: top .2s;
}
.skip-link:focus { top: 0; }

h1, h2, h3, h4 { font-family: 'Saira Condensed', sans-serif; line-height: 1.1; font-weight: 800; }
h1 { font-size: clamp(2.5rem, 5vw, 4.5rem); }
h2 { font-size: clamp(2rem, 4vw, 3.2rem); }
h3 { font-size: clamp(1.3rem, 2.5vw, 1.8rem); }

a { color: var(--primary); text-decoration: none; }
a:hover { color: var(--primary-dark); }
a:focus-visible { outline: 3px solid var(--secondary); outline-offset: 2px; border-radius: 2px; }

.container { max-width: 1160px; margin: 0 auto; padding: 0 1.25rem; }
.section-pad { padding: 5rem 0; }

.badge {
  display: inline-block;
  font-family: 'Saira Condensed', sans-serif;
  font-weight: 700; font-size: .7rem; letter-spacing: 2px; text-transform: uppercase;
  background: var(--primary); color: white;
  padding: .25rem .75rem; border-radius: 2px; margin-bottom: .75rem;
}
.badge-blue { background: var(--secondary); }
.badge-dark { background: var(--dark); }

.btn {
  display: inline-flex; align-items: center; gap: .5rem;
  padding: .875rem 2rem; border-radius: 3px;
  font-family: 'Saira Condensed', sans-serif;
  font-weight: 700; font-size: 1.1rem; letter-spacing: .5px; text-transform: uppercase;
  text-decoration: none; cursor: pointer; border: 2px solid transparent; transition: all .2s;
}
.btn-primary { background: var(--primary); color: white; border-color: var(--primary); }
.btn-primary:hover { background: var(--primary-dark); border-color: var(--primary-dark); color: white; transform: translateY(-1px); box-shadow: 0 6px 20px rgba(240,82,61,.35); }
.btn-secondary { background: var(--secondary); color: white; border-color: var(--secondary); }
.btn-secondary:hover { background: var(--secondary-dark); border-color: var(--secondary-dark); color: white; transform: translateY(-1px); }
.btn-outline { background: transparent; color: white; border-color: white; }
.btn-outline:hover { background: white; color: var(--dark); }
.btn:focus-visible { outline: 3px solid var(--secondary); outline-offset: 3px; }

/* ---- NAV ---- */
.site-nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  background: rgba(17, 20, 24, 0.97); backdrop-filter: blur(8px);
  border-bottom: 3px solid var(--primary); transition: all .3s;
}
.nav-inner {
  display: flex; align-items: center; justify-content: space-between;
  padding: .75rem 1.25rem; max-width: 1160px; margin: 0 auto;
}
.nav-logo img { height: 42px; width: auto; display: block; }
.nav-links { display: flex; align-items: center; gap: 0; list-style: none; }
.nav-links a {
  display: block; padding: .5rem .85rem;
  font-family: 'Saira Condensed', sans-serif; font-weight: 700;
  font-size: .92rem; letter-spacing: 1px; text-transform: uppercase;
  color: #bcc5cf; transition: color .2s;
}
.nav-links a:hover, .nav-links a.active { color: var(--primary); }
.nav-cta { margin-left: .5rem; padding: .5rem 1.25rem !important; font-size: .9rem !important; }
.nav-toggle { display: none; background: none; border: none; cursor: pointer; padding: .5rem; }
.nav-toggle span { display: block; width: 24px; height: 2px; background: white; margin: 5px 0; transition: all .3s; }

/* EMERGENCY BANNER */
.emergency-banner {
  background: var(--primary); color: white; text-align: center;
  padding: .55rem 1rem;
  font-family: 'Saira Condensed', sans-serif; font-weight: 700; font-size: .92rem; letter-spacing: .5px;
}
.emergency-banner a { color: white; text-decoration: underline; font-weight: 800; }
.emergency-banner a:hover { opacity: .85; color: white; }

/* ---- HERO ---- */
.hero {
  min-height: 100vh; position: relative; display: flex; align-items: center;
  overflow: hidden; padding-top: 70px;
}
.hero-bg-img {
  position: absolute; inset: 0;
  background-image: url('https://images.squarespace-cdn.com/content/v1/5fbd1a0b6103cf718ed03514/1646319965734-4A9GZQPWMHKB3U8MTSRX/DSC_6950.jpg');
  background-size: cover; background-position: center top;
}
.hero-overlay {
  position: absolute; inset: 0;
  background: linear-gradient(90deg, rgba(17,20,24,.94) 45%, rgba(17,20,24,.5) 100%);
}
.hero-content { position: relative; z-index: 2; max-width: 680px; }
.hero-eyebrow {
  display: inline-flex; align-items: center; gap: .6rem;
  font-family: 'Saira Condensed', sans-serif; font-weight: 700;
  font-size: .82rem; letter-spacing: 3px; text-transform: uppercase;
  color: var(--secondary); margin-bottom: 1.25rem;
}
.hero-eyebrow::before { content: ''; display: block; width: 32px; height: 2px; background: var(--secondary); }
.hero h1 { color: white; font-weight: 900; text-transform: uppercase; margin-bottom: .6rem; line-height: 1; }
.hero h1 span { color: var(--primary); }
.hero-sub { font-size: 1.2rem; color: #8a9aaa; margin-bottom: .75rem; }
.hero-tagline {
  font-family: 'Saira Condensed', sans-serif; font-size: 1.05rem; font-weight: 700;
  color: var(--secondary); text-transform: uppercase; letter-spacing: 1.5px;
  margin-bottom: 2rem; border-left: 3px solid var(--primary); padding-left: .75rem;
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 1rem; align-items: center; }
.hero-badge {
  display: flex; align-items: center; gap: .5rem;
  background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.14);
  padding: .5rem 1rem; border-radius: 3px;
  font-family: 'Saira Condensed', sans-serif; font-weight: 700;
  font-size: .82rem; letter-spacing: 1px; text-transform: uppercase; color: white;
}
.hero-badge svg { color: var(--secondary); flex-shrink: 0; }
.hero-stats {
  display: flex; gap: 2rem; flex-wrap: wrap;
  margin-top: 2.5rem; padding-top: 2rem;
  border-top: 1px solid rgba(255,255,255,.1);
}
.hero-stat-num {
  font-family: 'Saira Condensed', sans-serif; font-size: 2rem;
  font-weight: 900; color: var(--primary); line-height: 1;
}
.hero-stat-label { font-size: .72rem; color: #5a6878; text-transform: uppercase; letter-spacing: 1px; margin-top: .2rem; }

/* CLIENTS BAND */
.clients-band { background: var(--dark-mid); padding: 2.5rem 0; border-top: 3px solid rgba(255,255,255,.05); }
.clients-label {
  font-family: 'Saira Condensed', sans-serif; font-size: .72rem; font-weight: 700;
  letter-spacing: 2px; text-transform: uppercase; color: #3a4a58;
  margin-bottom: 1.25rem; text-align: center;
}
.clients-grid { display: flex; flex-wrap: wrap; justify-content: center; gap: 1rem 2.5rem; align-items: center; }
.client-pill {
  font-family: 'Saira Condensed', sans-serif; font-weight: 700; font-size: .95rem;
  letter-spacing: .5px; color: #6a7a8a; text-transform: uppercase;
  padding: .35rem .85rem; border: 1px solid rgba(255,255,255,.07); border-radius: 2px;
  transition: all .2s;
}
.client-pill:hover { color: white; border-color: rgba(255,255,255,.2); }

/* ABOUT */
.about-section { background: var(--bg); }
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center; }
.about-image { position: relative; }
.about-image img { width: 100%; height: 460px; object-fit: cover; border-radius: 4px; display: block; }
.about-image-badge {
  position: absolute; bottom: -1rem; right: -1rem;
  background: var(--primary); color: white;
  padding: 1.25rem 1.5rem;
  font-family: 'Saira Condensed', sans-serif; font-weight: 900; font-size: 1.1rem;
  text-transform: uppercase; letter-spacing: 1px; line-height: 1.3; text-align: center;
  border-radius: 3px;
}
.about-text p { color: var(--text-light); font-size: 1rem; line-height: 1.75; margin-bottom: 1rem; }
.about-values { display: flex; flex-wrap: wrap; gap: .5rem; margin-top: 1.5rem; }
.value-pill {
  background: var(--dark); color: white;
  font-family: 'Saira Condensed', sans-serif; font-weight: 700;
  font-size: .82rem; letter-spacing: 1px; text-transform: uppercase;
  padding: .35rem .85rem; border-radius: 2px;
}
.value-pill.red { background: var(--primary); }
.value-pill.blue { background: var(--secondary); }

/* SERVICES */
.services-section { background: var(--bg-subtle); }
.services-grid {
  display: grid; grid-template-columns: repeat(auto-fill, minmax(290px, 1fr));
  gap: 1.25rem; margin-top: 2.5rem;
}
.service-card {
  background: white; border: 1px solid var(--border);
  border-left: 4px solid var(--primary);
  padding: 1.5rem; border-radius: 3px; transition: all .25s;
}
.service-card:hover { box-shadow: 0 8px 24px rgba(0,0,0,.1); transform: translateY(-2px); border-left-color: var(--secondary); }
.service-icon {
  width: 38px; height: 38px; background: rgba(240,82,61,.1); border-radius: 3px;
  display: flex; align-items: center; justify-content: center;
  margin-bottom: .85rem; color: var(--primary);
}
.service-card h3 { font-size: 1.05rem; font-weight: 800; margin-bottom: .4rem; color: var(--text); }
.service-card p { font-size: .88rem; color: var(--text-light); line-height: 1.6; }

/* STATS / FLEET BAND */
.stats-band { background: var(--dark); padding: 4.5rem 0; position: relative; overflow: hidden; }
.stats-band::before {
  content: ''; position: absolute; inset: 0;
  background: url('https://images.unsplash.com/photo-1704265586389-32d7fd68e7d9?w=1200&h=600&fit=crop&auto=format') center/cover;
  opacity: .07;
}
.stats-band-inner { position: relative; z-index: 1; }
.stats-header { text-align: center; color: white; margin-bottom: 3rem; }
.stats-header h2 { color: white; }
.stats-header p { color: #7a8a9a; margin-top: .5rem; font-size: 1rem; }
.stats-grid {
  display: flex; flex-wrap: wrap; justify-content: center; gap: 1.25rem; margin-bottom: 3rem;
}
.stat-card {
  background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.09);
  border-top: 3px solid var(--primary);
  padding: 2rem 2.5rem; text-align: center; border-radius: 3px; min-width: 155px;
}
.stat-card.blue { border-top-color: var(--secondary); }
.counter {
  font-family: 'Saira Condensed', sans-serif; font-size: 3.5rem; font-weight: 900;
  color: var(--primary); line-height: 1; display: block;
}
.stat-card.blue .counter { color: var(--secondary); }
.stat-label {
  font-family: 'Saira Condensed', sans-serif; font-size: .72rem;
  letter-spacing: 2px; text-transform: uppercase; color: #5a6878; margin-top: .4rem;
}
.equipment-list { display: flex; flex-wrap: wrap; justify-content: center; gap: .75rem; }
.equip-item {
  background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.1);
  color: #9aaabb; font-family: 'Saira Condensed', sans-serif; font-weight: 700;
  font-size: .88rem; letter-spacing: .5px; text-transform: uppercase;
  padding: .6rem 1.25rem; border-radius: 2px;
  display: flex; align-items: center; gap: .5rem;
}
.equip-item svg { color: var(--secondary); flex-shrink: 0; }

/* TEAM */
.team-section { background: var(--bg); }
.team-grid {
  display: grid; grid-template-columns: repeat(auto-fill, minmax(210px, 1fr));
  gap: 1.25rem; margin-top: 2.5rem;
}
.team-card {
  background: var(--bg-subtle); border: 1px solid var(--border);
  padding: 1.75rem 1.5rem; border-radius: 4px; text-align: center; transition: all .25s;
}
.team-card:hover { border-color: var(--primary); box-shadow: 0 6px 20px rgba(0,0,0,.08); }
.team-avatar {
  width: 60px; height: 60px; background: var(--dark); border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 1rem;
  font-family: 'Saira Condensed', sans-serif; font-size: 1.4rem; font-weight: 900;
  color: var(--primary); border: 2px solid rgba(240,82,61,.25);
}
.team-card h3 { font-size: 1rem; font-weight: 800; color: var(--text); margin-bottom: .3rem; }
.team-card p { font-size: .8rem; color: var(--text-light); line-height: 1.4; }
.team-badge {
  display: inline-block; margin-top: .5rem; background: var(--primary);
  color: white; font-family: 'Saira Condensed', sans-serif; font-weight: 700;
  font-size: .65rem; letter-spacing: 1px; text-transform: uppercase;
  padding: .15rem .5rem; border-radius: 2px;
}

/* MAP */
.map-section { background: var(--bg-subtle); }
.map-container { display: grid; grid-template-columns: 1fr 1.6fr; gap: 2.5rem; align-items: start; margin-top: 2.5rem; }
.map-info h3 { font-size: 1.5rem; margin-bottom: 1rem; }
.map-info p { color: var(--text-light); margin-bottom: 1rem; font-size: .95rem; }
.area-list { list-style: none; display: flex; flex-direction: column; gap: .45rem; }
.area-list li { display: flex; align-items: center; gap: .5rem; font-size: .9rem; color: var(--text-light); }
.area-list li::before { content: ''; display: block; width: 6px; height: 6px; background: var(--primary); border-radius: 50%; flex-shrink: 0; }
#service-area-map { height: 380px; border-radius: 4px; border: 1px solid var(--border); }

/* BEFORE/AFTER */
.ba-section { background: var(--dark); padding: 5rem 0; }
.ba-header { text-align: center; margin-bottom: 3rem; }
.ba-header h2 { color: white; }
.ba-header p { color: #7a8a9a; margin-top: .75rem; font-size: .98rem; }
.ba-slider {
  position: relative; overflow: hidden; max-width: 760px; margin: 0 auto;
  border-radius: 8px; aspect-ratio: 16/10; user-select: none;
  box-shadow: 0 20px 60px rgba(0,0,0,.5);
}
.ba-before { position: absolute; top: 0; left: 0; width: 50%; height: 100%; overflow: hidden; }
.ba-handle {
  position: absolute; top: 0; left: 50%; width: 4px; height: 100%;
  background: white; cursor: ew-resize; transform: translateX(-50%); z-index: 2;
  box-shadow: 0 0 12px rgba(0,0,0,.4);
}
.ba-handle-icon {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%);
  width: 44px; height: 44px; background: white; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 2px 12px rgba(0,0,0,.3); font-size: 18px; color: #555;
}
.ba-label {
  position: absolute; bottom: 1rem; font-family: 'Saira Condensed', sans-serif;
  font-weight: 700; font-size: .8rem; letter-spacing: 2px; text-transform: uppercase;
  background: rgba(0,0,0,.6); color: white; padding: .3rem .75rem; border-radius: 2px;
}
.ba-label.before { left: 1rem; }
.ba-label.after { right: 1rem; }

/* FAQ */
.faq-section { background: var(--bg); }
.faq-list { max-width: 760px; margin: 2.5rem auto 0; }
.faq-item { border-bottom: 1px solid var(--border); }
.faq-item summary {
  cursor: pointer; font-weight: 600; font-size: 1.02rem;
  list-style: none; display: flex; justify-content: space-between; align-items: center;
  padding: 1.25rem 0; color: var(--text);
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::marker { display: none; content: ''; }
.faq-chevron { transition: transform .3s; flex-shrink: 0; margin-left: 1rem; color: var(--primary); }
.faq-item[open] .faq-chevron { transform: rotate(180deg); }
.faq-body { padding: 0 0 1.25rem; line-height: 1.75; color: var(--text-light); font-size: .93rem; }
.faq-item summary:focus-visible { outline: 2px solid var(--secondary); outline-offset: 2px; }

/* CTA BAND */
.cta-band { background: var(--primary); padding: 4.5rem 0; text-align: center; }
.cta-band h2 { color: white; font-weight: 900; margin-bottom: .75rem; }
.cta-band p { color: rgba(255,255,255,.85); font-size: 1.1rem; margin-bottom: 2rem; max-width: 600px; margin-left: auto; margin-right: auto; }
.cta-actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 1rem; }

/* CONTACT PAGE */
.contact-grid { display: grid; grid-template-columns: 1.3fr 1fr; gap: 3rem; align-items: start; }
.contact-form-wrap {
  background: white; padding: 2.5rem; border-radius: 4px;
  border: 1px solid var(--border); box-shadow: 0 4px 24px rgba(0,0,0,.06);
}
.contact-form-wrap h3 { font-size: 1.5rem; margin-bottom: 1.5rem; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.form-group { margin-bottom: 1.25rem; }
.form-group label { display: block; font-weight: 500; font-size: .88rem; margin-bottom: .4rem; color: var(--text); }
.form-group input, .form-group textarea, .form-group select {
  width: 100%; padding: .75rem 1rem;
  border: 1.5px solid var(--border); border-radius: 3px;
  font-family: 'Rubik', sans-serif; font-size: .93rem; color: var(--text);
  background: white; transition: border-color .2s; outline: none;
}
.form-group input:focus, .form-group textarea:focus, .form-group select:focus {
  border-color: var(--primary); box-shadow: 0 0 0 3px rgba(240,82,61,.1);
}
.form-group textarea { resize: vertical; min-height: 120px; }
.form-submit { width: 100%; }
.form-message { padding: 1rem; border-radius: 3px; font-size: .93rem; text-align: center; margin-top: .75rem; display: none; }
.form-message.success { background: #d1fae5; color: #065f46; display: block; }
.form-message.error { background: #fee2e2; color: #991b1b; display: block; }
.contact-info-card {
  background: var(--dark); color: white; padding: 2rem; border-radius: 4px; margin-bottom: 1rem;
}
.contact-info-card h3 { color: white; font-size: 1.3rem; margin-bottom: 1.5rem; }
.contact-detail { display: flex; gap: .75rem; align-items: flex-start; margin-bottom: 1.1rem; }
.contact-icon {
  width: 36px; height: 36px; background: rgba(240,82,61,.15); border-radius: 3px;
  display: flex; align-items: center; justify-content: center; color: var(--primary);
  flex-shrink: 0; margin-top: .1rem;
}
.contact-detail-text strong { display: block; font-size: .75rem; letter-spacing: 1px; text-transform: uppercase; color: #4a5a6a; margin-bottom: .2rem; }
.contact-detail-text span, .contact-detail-text a { font-size: .93rem; color: #bcc5cf; }
.contact-detail-text a:hover { color: var(--primary); }

/* FOOTER */
.site-footer {
  background: var(--dark); color: #7a8a9a;
  padding: 3.5rem 0 1.5rem; border-top: 3px solid var(--primary);
}
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr; gap: 3rem; margin-bottom: 2.5rem; }
.footer-brand img { height: 38px; width: auto; margin-bottom: 1rem; display: block; }
.footer-brand p { font-size: .88rem; line-height: 1.65; }
.footer-col h4 {
  font-family: 'Saira Condensed', sans-serif; font-size: .75rem; font-weight: 700;
  letter-spacing: 2px; text-transform: uppercase; color: white; margin-bottom: 1rem;
}
.footer-col ul { list-style: none; }
.footer-col ul li { margin-bottom: .5rem; }
.footer-col ul li a { font-size: .88rem; color: #7a8a9a; transition: color .2s; }
.footer-col ul li a:hover { color: var(--primary); }
.footer-bottom {
  display: flex; justify-content: space-between; align-items: center;
  flex-wrap: wrap; gap: 1rem;
  padding-top: 1.5rem; border-top: 1px solid rgba(255,255,255,.07);
  font-size: .8rem;
}
.footer-social { display: flex; gap: .75rem; }
.footer-social a {
  width: 34px; height: 34px; background: rgba(255,255,255,.06); border-radius: 3px;
  display: flex; align-items: center; justify-content: center; color: #7a8a9a; transition: all .2s;
}
.footer-social a:hover { background: var(--primary); color: white; }
.footer-social a:focus-visible { outline: 2px solid var(--secondary); outline-offset: 2px; }

/* FLOATING CTA */
.floating-cta {
  position: fixed; bottom: 1.5rem; right: 1.5rem; z-index: 50;
  background: var(--primary); color: white; width: 56px; height: 56px;
  border-radius: 50%; display: flex; align-items: center; justify-content: center;
  box-shadow: 0 4px 16px rgba(240,82,61,.4); transition: transform .2s, box-shadow .2s;
  text-decoration: none;
}
.floating-cta:hover { transform: scale(1.1); box-shadow: 0 6px 24px rgba(240,82,61,.5); color: white; }
.floating-cta:focus-visible { outline: 3px solid var(--secondary); outline-offset: 3px; }

/* SCROLL REVEAL */
.reveal { opacity: 0; transform: translateY(28px); transition: opacity .6s ease, transform .6s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }
.reveal:nth-child(2) { transition-delay: .1s; }
.reveal:nth-child(3) { transition-delay: .2s; }
.reveal:nth-child(4) { transition-delay: .3s; }
.reveal:nth-child(5) { transition-delay: .4s; }
.reveal:nth-child(6) { transition-delay: .5s; }

/* PAGE HEADER (inner pages) */
.page-header {
  background: var(--dark); padding: 8rem 0 4rem; position: relative; overflow: hidden;
}
.page-header::before {
  content: ''; position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(240,82,61,.12) 0%, transparent 60%);
}
.page-header-inner { position: relative; z-index: 1; }
.page-header h1 { color: white; margin-bottom: .5rem; }
.page-header p { color: #7a8a9a; font-size: 1.05rem; }
.breadcrumb {
  display: flex; align-items: center; gap: .5rem;
  font-size: .82rem; color: #4a5a6a; margin-bottom: 1rem;
  font-family: 'Saira Condensed', sans-serif; letter-spacing: .5px;
}
.breadcrumb a { color: var(--primary); }

/* ABOUT PAGE */
.values-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); gap: 1.25rem; margin-top: 2rem; }
.value-card {
  background: var(--bg-subtle); border: 1px solid var(--border); border-top: 3px solid var(--primary);
  padding: 1.75rem 1.5rem; border-radius: 3px;
}
.value-card.blue { border-top-color: var(--secondary); }
.value-card h3 { font-size: 1.15rem; margin-bottom: .5rem; }
.value-card p { font-size: .9rem; color: var(--text-light); line-height: 1.65; }
.value-card-icon { font-size: 1.5rem; margin-bottom: .75rem; }

/* SERVICES PAGE categories */
.service-category { margin-bottom: 3rem; }
.service-category h3 {
  font-size: 1.5rem; color: var(--dark); margin-bottom: 1.5rem;
  padding-bottom: .75rem; border-bottom: 2px solid var(--border);
  display: flex; align-items: center; gap: .75rem;
}
.service-category h3 span {
  display: inline-block; width: 8px; height: 28px;
  background: var(--primary); border-radius: 2px; flex-shrink: 0;
}
.service-list { display: grid; grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); gap: 1rem; }
.service-list-item {
  background: white; border: 1px solid var(--border); border-left: 3px solid var(--primary);
  padding: 1.25rem 1.5rem; border-radius: 3px; transition: all .2s;
}
.service-list-item:hover { box-shadow: 0 4px 16px rgba(0,0,0,.08); transform: translateX(3px); }
.service-list-item h4 { font-size: 1.05rem; font-weight: 700; color: var(--text); margin-bottom: .3rem; }
.service-list-item p { font-size: .85rem; color: var(--text-light); line-height: 1.55; }

/* Responsive */
@media (max-width: 900px) {
  .about-grid { grid-template-columns: 1fr; }
  .about-image img { height: 320px; }
  .about-image-badge { bottom: .5rem; right: .5rem; }
  .contact-grid { grid-template-columns: 1fr; }
  .map-container { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 768px) {
  .nav-links {
    display: none; flex-direction: column; position: fixed;
    top: 62px; left: 0; right: 0;
    background: rgba(17,20,24,.98); padding: 1rem 1.5rem 1.5rem;
    border-bottom: 2px solid var(--primary); gap: .25rem;
  }
  .nav-links.open { display: flex; }
  .nav-links a { font-size: 1.1rem; padding: .6rem 0; }
  .nav-toggle { display: block; }
  .nav-cta { display: none; }
  .hero-stats { gap: 1.25rem; }
  .form-row { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; gap: 2rem; }
  .cta-actions { flex-direction: column; align-items: center; }
  .section-pad { padding: 3.5rem 0; }
}
@media (max-width: 500px) {
  .stat-card { min-width: 130px; padding: 1.5rem 1.75rem; }
  .hero-actions { flex-direction: column; }
  .btn { justify-content: center; }
}
