/* ============================================================
   LFHC Theme — Main Stylesheet
   SEO-friendly, ADA/WCAG 2.1 compliant, fully responsive
   Brand colors: Deep Blue #1D3F7A | Mid Blue #2563EB | Light Blue #5B9BD5
============================================================ */

/* ---- RESET & BASE ---- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --blue:       #2563EB;
  --blue-deep:  #1D3F7A;
  --blue-soft:  #4A90D9;
  --blue-light: #93C5FD;
  --blue-pale:  #EBF3FF;
  --blue-warm:  #D6E8FA;
  --cream:      #F8F6F2;
  --white:      #ffffff;
  --dark:       #0F2237;
  --text-dark:  #1A2E44;
  --text-body:  #4A5F72;
  --text-muted: #8A9BB0;
  --border:     #DDE8F5;
  --radius:     8px;
  --radius-lg:  14px;
  --shadow-sm:  0 2px 8px rgba(37,99,235,0.06);
  --shadow-md:  0 4px 18px rgba(37,99,235,0.10);
}

html { scroll-behavior: smooth; }

body {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, sans-serif;
  font-size: 16px;
  line-height: 1.7;
  color: var(--text-dark);
  background: var(--white);
  -webkit-font-smoothing: antialiased;
}

img { max-width: 100%; height: auto; display: block; }
a { color: var(--blue); text-decoration: none; }
a:hover { text-decoration: underline; }
a:focus-visible { outline: 3px solid var(--blue); outline-offset: 3px; border-radius: 3px; }

/* Skip to content — ADA */
.skip-link {
  position: absolute; top: -100%; left: 16px;
  background: var(--blue); color: #fff;
  padding: 10px 20px; border-radius: 0 0 8px 8px;
  font-size: 14px; font-weight: 500; z-index: 9999;
  transition: top 0.2s;
}
.skip-link:focus { top: 0; }

/* ---- TYPOGRAPHY ---- */
h1, h2, h3, h4, h5, h6 {
  font-family: Georgia, 'Times New Roman', serif;
  font-weight: 400;
  color: var(--text-dark);
  line-height: 1.2;
}
h1 { font-size: clamp(32px, 5vw, 48px); }
h2 { font-size: clamp(26px, 3.5vw, 36px); }
h3 { font-size: clamp(20px, 2.5vw, 24px); }
h4 { font-size: 20px; }
h5 { font-size: 18px; }
h6 { font-size: 16px; font-family: inherit; font-weight: 600; }

p { font-size: clamp(15px, 1.5vw, 17px); color: var(--text-body); line-height: 1.8; margin-bottom: 1rem; }
p:last-child { margin-bottom: 0; }

ul, ol { padding-left: 1.5rem; }
li { font-size: clamp(15px, 1.5vw, 17px); color: var(--text-body); margin-bottom: 0.4rem; }

/* ---- LAYOUT ---- */
.container { width: 100%; max-width: 1160px; margin: 0 auto; padding: 0 24px; }
.container-wide { width: 100%; max-width: 1320px; margin: 0 auto; padding: 0 24px; }

.section { padding: 80px 0; }
.section-sm { padding: 48px 0; }
.bg-cream { background: var(--cream); }
.bg-pale  { background: var(--blue-pale); }
.bg-deep  { background: var(--blue-deep); }
.bg-dark  { background: var(--dark); }

/* ---- BUTTONS ---- */
.btn {
  display: inline-block;
  padding: 14px 30px;
  border-radius: var(--radius);
  font-size: 16px;
  font-weight: 500;
  font-family: inherit;
  cursor: pointer;
  text-decoration: none;
  border: 2px solid transparent;
  transition: background 0.2s, color 0.2s, border-color 0.2s, transform 0.1s;
  line-height: 1;
}
.btn:focus-visible { outline: 3px solid var(--blue-light); outline-offset: 3px; }
.btn:active { transform: scale(0.98); }

.btn-primary { background: var(--blue); color: #fff; border-color: var(--blue); }
.btn-primary:hover { background: var(--blue-deep); border-color: var(--blue-deep); color: #fff; text-decoration: none; }

.btn-outline { background: transparent; color: var(--blue-deep); border-color: var(--blue-soft); }
.btn-outline:hover { background: var(--blue-pale); text-decoration: none; }

.btn-white { background: #fff; color: var(--blue-deep); border-color: #fff; }
.btn-white:hover { background: var(--blue-pale); color: var(--blue-deep); text-decoration: none; }

.btn-ghost-white { background: transparent; color: #fff; border-color: rgba(255,255,255,0.45); }
.btn-ghost-white:hover { background: rgba(255,255,255,0.1); text-decoration: none; }

.btn-lg { padding: 16px 36px; font-size: 17px; }
.btn-sm { padding: 10px 20px; font-size: 14px; }

/* ---- SECTION HEADERS ---- */
.section-header { text-align: center; margin-bottom: 52px; }
.section-tag {
  display: inline-block;
  font-size: 12px; font-weight: 600;
  color: var(--blue-soft);
  text-transform: uppercase;
  letter-spacing: 1.8px;
  margin-bottom: 12px;
  font-family: inherit;
}
.section-title { margin-bottom: 14px; }
.section-subtitle { font-size: clamp(15px, 1.5vw, 17px); color: var(--text-body); max-width: 600px; margin: 0 auto; }

/* ---- TOPBAR ---- */
.topbar {
  background: var(--blue-deep);
  padding: 9px 0;
}
.topbar-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  gap: 16px;
}
.topbar-left { display: flex; align-items: center; gap: 16px; white-space: nowrap; }
.topbar-item { display: flex; align-items: center; gap: 6px; font-size: 13px; color: rgba(255,255,255,0.82); white-space: nowrap; }
.topbar-item a { color: var(--blue-light); text-decoration: none; font-size: 13px; }
.topbar-item a:hover { color: #fff; }
.topbar-item svg { flex-shrink: 0; }
.topbar-divider { width: 1px; height: 14px; background: rgba(255,255,255,0.2); flex-shrink: 0; }
.topbar-hours { font-size: 12px; color: rgba(255,255,255,0.5); background: rgba(255,255,255,0.08); padding: 4px 12px; border-radius: 20px; white-space: nowrap; }

/* ---- NAVIGATION ---- */
.site-header {
  position: sticky; top: 0; z-index: 1000;
  background: #fff;
  border-bottom: 1px solid var(--border);
  box-shadow: 0 2px 12px rgba(0,0,0,0.04);
}
.nav-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 72px;
  gap: 24px;
}

/* Logo */
.site-logo { display: flex; align-items: center; gap: 8px; text-decoration: none; flex-shrink: 0; }
.site-logo:hover { text-decoration: none; }
.logo-lfhc { font-size: 24px; font-weight: 700; color: var(--blue); letter-spacing: -0.5px; font-family: inherit; line-height: 1; white-space: nowrap; }
.logo-divider { width: 1.5px; height: 30px; background: var(--blue-light); margin: 0 8px; flex-shrink: 0; }
.logo-text { display: flex; flex-direction: column; }
.logo-name { font-size: 12px; font-weight: 600; color: #5B9BD5; line-height: 1.3; white-space: nowrap; font-family: inherit; }
.logo-tagline { font-size: 10px; color: #9BB8D4; font-family: inherit; }

/* Nav links */
.nav-links { display: flex !important; align-items: center !important; gap: 20px; list-style: none !important; padding: 0 !important; margin: 0 !important; overflow: visible !important; flex-wrap: nowrap; }
.nav-links > li { display: flex !important; align-items: center !important; height: 72px; position: relative; list-style: none !important; }
.nav-links > li > a { font-size: 14px; color: var(--text-dark) !important; text-decoration: none !important; font-weight: 400; white-space: nowrap; padding: 4px 0; border-bottom: 2px solid transparent; transition: color 0.2s, border-color 0.2s; display: flex; align-items: center; }
.nav-links > li > a:hover, .nav-links > li > a:focus { color: var(--blue) !important; border-bottom-color: var(--blue); text-decoration: none !important; }
.nav-links .current-menu-item > a { color: var(--blue) !important; border-bottom-color: var(--blue); }
.nav-cta-link { background: var(--blue) !important; color: #fff !important; padding: 10px 20px !important; border-radius: var(--radius) !important; border-bottom: none !important; font-weight: 500 !important; }
.nav-cta-link:hover { background: var(--blue-deep) !important; text-decoration: none !important; }

/* Mobile hamburger */
.nav-toggle { display: none; background: none; border: none; cursor: pointer; padding: 8px; color: var(--text-dark); }
.nav-toggle svg { display: block; }

/* ---- DROPDOWN MENUS ---- */
.nav-links li { position: relative; list-style: none; }

/* WordPress outputs dropdowns as .sub-menu */
.nav-links .sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  min-width: 220px;
  border-radius: 10px;
  border: 1px solid var(--border);
  box-shadow: 0 8px 32px rgba(0,0,0,0.12);
  padding: 8px 0;
  z-index: 9999;
  list-style: none;
  margin: 0;
}

/* Show on hover and focus */
.nav-links li:hover > .sub-menu,
.nav-links li:focus-within > .sub-menu { display: block; }

/* Dropdown items */
.nav-links .sub-menu li { width: 100%; position: relative; }
.nav-links .sub-menu li a {
  display: block;
  padding: 10px 20px;
  font-size: 14px;
  color: var(--text-dark) !important;
  white-space: nowrap;
  border-bottom: none !important;
  font-weight: 400 !important;
  transition: background 0.15s, color 0.15s;
}
.nav-links .sub-menu li a:hover {
  background: var(--blue-pale);
  color: var(--blue) !important;
  text-decoration: none;
}

/* Arrow on parent items */
.nav-links .menu-item-has-children > a::after {
  content: ' ▾';
  font-size: 10px;
  opacity: 0.6;
  margin-left: 2px;
}

/* Prevent dropdown going off right edge */
.nav-links li:last-child .sub-menu,
.nav-links li:nth-last-child(2) .sub-menu { left: auto; right: 0; }

/* ---- HERO ---- */
.hero {
  position: relative;
  min-height: 580px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: var(--blue-deep);
}
.hero-bg {
  position: absolute; inset: 0;
  background-image: url('../images/hero.jpg');
  background-size: cover;
  background-position: center 20%;
  z-index: 0;
}
.hero-overlay {
  position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(to right,
    rgba(13,33,55,0.93) 0%,
    rgba(13,33,55,0.82) 40%,
    rgba(13,33,55,0.35) 65%,
    rgba(13,33,55,0.05) 100%
  );
}
.hero-content {
  position: relative; z-index: 2;
  padding: 80px 0;
  max-width: 580px;
}
.hero-tag { font-size: 12px; color: var(--blue-light); font-weight: 600; letter-spacing: 2px; text-transform: uppercase; margin-bottom: 20px; display: flex; align-items: center; gap: 8px; font-family: inherit; }
.hero-tag::before { content: ''; display: inline-block; width: 24px; height: 2px; background: var(--blue-light); flex-shrink: 0; }
.hero h1 { color: #fff; margin-bottom: 18px; }
.hero h1 em { color: var(--blue-light); font-style: normal; }
.hero-desc { font-size: clamp(16px, 1.8vw, 19px); color: rgba(255,255,255,0.82); line-height: 1.75; margin-bottom: 28px; max-width: 480px; }
.hero-checks { list-style: none; padding: 0; margin-bottom: 36px; }
.hero-checks li { font-size: clamp(14px, 1.4vw, 16px); color: rgba(255,255,255,0.82); display: flex; align-items: center; gap: 10px; padding: 5px 0; }
.hero-check-icon { width: 20px; height: 20px; background: var(--blue-soft); border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; }
.hero-check-icon svg { width: 10px; height: 10px; stroke: #fff; fill: none; stroke-width: 2.5; }
.hero-btns { display: flex; gap: 14px; flex-wrap: wrap; }
.hero-award {
  position: absolute; bottom: 28px; right: 0; z-index: 3;
  background: rgba(255,255,255,0.96); border-radius: 10px;
  padding: 14px 20px; display: flex; align-items: center; gap: 12px;
  border: 1px solid var(--border);
  box-shadow: var(--shadow-md);
}
.hero-award-icon { font-size: 24px; }
.hero-award-text strong { display: block; font-size: 13px; font-weight: 600; color: var(--text-dark); font-family: inherit; }
.hero-award-text span { font-size: 12px; color: var(--text-muted); }

/* ---- TRUST BAR ---- */
.trust-bar { background: var(--blue-deep); padding: 24px 0; }
.trust-bar-inner { display: flex; justify-content: center; }
.trust-items { display: flex; width: 100%; max-width: 840px; }
.trust-item { flex: 1; text-align: center; padding: 0 8px; border-right: 1px solid rgba(255,255,255,0.12); }
.trust-item:last-child { border-right: none; }
.trust-num { font-family: Georgia, serif; font-size: 30px; color: var(--blue-light); line-height: 1; }
.trust-label { font-size: 13px; color: rgba(255,255,255,0.6); margin-top: 4px; }

/* ---- SERVICE CARDS ---- */
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.service-card {
  background: var(--white);
  border: 1px solid var(--border);
  border-radius: var(--radius-lg);
  padding: 30px 24px;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.service-card:hover { border-color: var(--blue-soft); box-shadow: var(--shadow-md); }
.service-card-icon { font-size: 32px; margin-bottom: 14px; }
.service-card h3 { font-size: 20px; margin-bottom: 10px; }
.service-card p { font-size: 15px; margin-bottom: 14px; }
.service-card a.learn-more { font-size: 14px; color: var(--blue); font-weight: 500; }
.service-card a.learn-more:hover { text-decoration: underline; }

/* ---- WHY CARDS ---- */
.why-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.why-card { background: var(--white); border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 30px 24px; text-align: center; }
.why-icon { width: 56px; height: 56px; background: var(--blue-pale); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 24px; margin: 0 auto 16px; }
.why-card h3 { font-size: 20px; margin-bottom: 10px; }
.why-card p { font-size: 15px; }

/* ---- STEPS ---- */
.steps-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.step-item { text-align: center; padding: 28px 16px; }
.step-number { width: 52px; height: 52px; background: var(--blue); border-radius: 50%; color: #fff; font-family: Georgia, serif; font-size: 22px; display: flex; align-items: center; justify-content: center; margin: 0 auto 18px; }
.step-item h3 { font-size: 20px; margin-bottom: 10px; }
.step-item p { font-size: 15px; }

/* ---- TESTIMONIALS ---- */
.testimonials-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.testimonial-card { background: var(--white); border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 28px; }
.testimonial-stars { color: #F59E0B; font-size: 16px; letter-spacing: 2px; margin-bottom: 14px; }
.testimonial-card blockquote { font-family: Georgia, serif; font-size: 16px; color: var(--text-body); line-height: 1.8; margin-bottom: 18px; font-style: italic; }
.testimonial-name { font-size: 15px; font-weight: 600; color: var(--text-dark); font-family: inherit; }
.testimonial-location { font-size: 13px; color: var(--text-muted); }

/* ---- CTA SECTION ---- */
.cta-section { background: var(--blue-deep); padding: 80px 0; text-align: center; }
.cta-section h2 { color: #fff; margin-bottom: 14px; }
.cta-section p { color: var(--blue-light); max-width: 520px; margin: 0 auto 36px; font-size: 18px; }
.cta-btns { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }

/* ---- TEXAS / LOCATIONS SECTION ---- */
.texas-section { background: var(--cream); padding: 80px 0; }
.texas-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.texas-text .section-tag { text-align: left; }
.texas-text h2 { text-align: left; margin-bottom: 18px; }
.texas-text p { margin-bottom: 28px; }
.texas-map { display: flex; align-items: center; justify-content: center; }
.texas-map-wrap { position: relative; display: inline-block; }
.texas-map-wrap::before { content: ''; position: absolute; inset: -20px; background: var(--blue-warm); border-radius: 50%; z-index: 0; }
.texas-map img { width: 100%; max-width: 400px; margin: 0 auto; position: relative; z-index: 1; filter: drop-shadow(0 8px 24px rgba(37,99,235,0.2)); }

/* ---- INTERIOR PAGE HERO ---- */
.page-hero { background: var(--blue-deep); padding: 64px 0 56px; }
.page-hero h1 { color: #fff; margin-bottom: 12px; }
.page-hero p { color: var(--blue-light); font-size: 18px; max-width: 560px; margin: 0; }
.breadcrumb { display: flex; align-items: center; gap: 8px; font-size: 13px; color: rgba(255,255,255,0.5); margin-bottom: 16px; list-style: none; padding: 0; }
.breadcrumb a { color: var(--blue-light); text-decoration: none; }
.breadcrumb a:hover { color: #fff; }
.breadcrumb-sep { color: rgba(255,255,255,0.3); }

/* ---- CONTENT BLOCKS ---- */
.content-block { padding: 72px 0; }
.content-two-col { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.content-two-col img { border-radius: var(--radius-lg); width: 100%; }
.content-two-col.reverse { direction: rtl; }
.content-two-col.reverse > * { direction: ltr; }

/* Intro block */
.intro-block { max-width: 760px; margin: 0 auto; text-align: center; padding: 64px 0 48px; }
.intro-block h2 { margin-bottom: 16px; }

/* Feature list */
.feature-list { list-style: none; padding: 0; }
.feature-list li { display: flex; align-items: flex-start; gap: 14px; padding: 12px 0; border-bottom: 1px solid var(--border); font-size: 16px; color: var(--text-body); line-height: 1.6; }
.feature-list li:last-child { border-bottom: none; }
.feature-list li strong { color: var(--text-dark); }
.feature-check { width: 22px; height: 22px; background: var(--blue); border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; margin-top: 2px; }
.feature-check svg { width: 11px; height: 11px; stroke: #fff; fill: none; stroke-width: 2.5; }

/* Info card */
.info-card { background: var(--blue-pale); border: 1px solid var(--blue-warm); border-radius: var(--radius-lg); padding: 32px; margin: 32px 0; }
.info-card h3 { font-size: 22px; margin-bottom: 12px; color: var(--blue-deep); }
.info-card p { font-size: 16px; color: var(--text-body); }

/* ---- FAQ ---- */
.faq-list { max-width: 800px; margin: 0 auto; }
.faq-item { border-bottom: 1px solid var(--border); }
.faq-question {
  width: 100%; background: none; border: none; cursor: pointer;
  display: flex; justify-content: space-between; align-items: center;
  padding: 22px 0; font-size: 18px; font-family: Georgia, serif;
  color: var(--text-dark); text-align: left; gap: 16px;
}
.faq-question:focus-visible { outline: 3px solid var(--blue); outline-offset: 2px; border-radius: 3px; }
.faq-icon { width: 24px; height: 24px; background: var(--blue-pale); border-radius: 50%; display: flex; align-items: center; justify-content: center; flex-shrink: 0; color: var(--blue); font-size: 18px; transition: transform 0.3s; }
.faq-item.open .faq-icon { transform: rotate(45deg); }
.faq-answer { font-size: 16px; color: var(--text-body); line-height: 1.8; padding-bottom: 20px; display: none; }
.faq-item.open .faq-answer { display: block; }

/* ---- CONTACT FORM AREA ---- */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: start; }
.contact-info h2 { margin-bottom: 16px; }
.contact-info p { margin-bottom: 24px; }
.contact-details { list-style: none; padding: 0; }
.contact-details li { display: flex; align-items: flex-start; gap: 12px; font-size: 16px; color: var(--text-body); padding: 10px 0; border-bottom: 1px solid var(--border); }
.contact-details li:last-child { border-bottom: none; }
.contact-details strong { color: var(--text-dark); display: block; font-size: 13px; margin-bottom: 2px; }
.contact-icon { width: 20px; flex-shrink: 0; color: var(--blue); margin-top: 2px; }

/* ---- LOCATIONS PAGE ---- */
.locations-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 24px; }
.location-card { background: var(--white); border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 28px 24px; }
.location-card h3 { font-size: 22px; margin-bottom: 6px; color: var(--blue-deep); }
.location-card .location-subtitle { font-size: 13px; color: var(--text-muted); margin-bottom: 16px; }
.location-card p { font-size: 15px; margin-bottom: 10px; }

/* ---- BLOG ---- */
.blog-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 28px; }
.blog-card { background: var(--white); border: 1px solid var(--border); border-radius: var(--radius-lg); overflow: hidden; transition: box-shadow 0.2s; }
.blog-card:hover { box-shadow: var(--shadow-md); }
.blog-card-img { width: 100%; height: 200px; object-fit: cover; }
.blog-card-body { padding: 24px; }
.blog-card-tag { font-size: 12px; color: var(--blue-soft); font-weight: 600; text-transform: uppercase; letter-spacing: 1px; margin-bottom: 8px; }
.blog-card h3 { font-size: 20px; margin-bottom: 10px; }
.blog-card p { font-size: 15px; margin-bottom: 16px; }
.blog-card a.read-more { font-size: 14px; color: var(--blue); font-weight: 500; }

/* ---- FOOTER ---- */
.site-footer { background: var(--dark); padding: 52px 0 24px; }
.footer-inner { display: grid; grid-template-columns: 1.8fr 1fr 1fr 1fr; gap: 40px; margin-bottom: 40px; }

.footer-brand .footer-logo { display: flex; align-items: center; gap: 8px; margin-bottom: 10px; }
.footer-logo .fl-lfhc { font-size: 22px; font-weight: 700; color: #5B9BD5; letter-spacing: -0.5px; }
.footer-logo .fl-divider { width: 1.5px; height: 26px; background: #3A6DA8; margin: 0 6px; }
.footer-logo .fl-name { font-size: 11px; color: #5B9BD5; line-height: 1.4; }
.footer-tagline { font-size: 13px; color: rgba(255,255,255,0.3); margin-bottom: 8px; }
.footer-desc { font-size: 13px; color: rgba(255,255,255,0.3); line-height: 1.7; margin-bottom: 18px; }
.footer-contact-links a { display: flex; align-items: center; gap: 8px; font-size: 13px; color: var(--blue-light); text-decoration: none; margin-bottom: 8px; }
.footer-contact-links a:hover { color: #fff; }
.footer-contact-links .locations-link { font-size: 12px; color: rgba(255,255,255,0.3); display: block; margin-top: 6px; }
.footer-contact-links .locations-link:hover { color: var(--blue-light); }

.footer-col h4 { font-size: 12px; font-weight: 600; color: rgba(255,255,255,0.65); margin-bottom: 16px; letter-spacing: 1px; text-transform: uppercase; font-family: inherit; }
.footer-col ul { list-style: none; padding: 0; }
.footer-col ul li { margin-bottom: 10px; }
.footer-col ul a { font-size: 14px; color: rgba(255,255,255,0.38); text-decoration: none; transition: color 0.2s; }
.footer-col ul a:hover { color: var(--blue-light); }

.footer-social { display: flex; gap: 12px; margin-top: 16px; }
.footer-social a { width: 36px; height: 36px; background: rgba(255,255,255,0.08); border-radius: 8px; display: flex; align-items: center; justify-content: center; color: rgba(255,255,255,0.5); transition: background 0.2s, color 0.2s; text-decoration: none; }
.footer-social a:hover { background: var(--blue); color: #fff; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.08); padding-top: 20px; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 10px; }
.footer-bottom p { font-size: 12px; color: rgba(255,255,255,0.22); }
.footer-bottom a { font-size: 12px; color: rgba(255,255,255,0.22); text-decoration: none; }
.footer-bottom a:hover { color: var(--blue-light); }

/* ---- GRAVITY FORMS OVERRIDE ---- */
.gform_wrapper { font-family: inherit !important; }
.gform_wrapper input, .gform_wrapper textarea, .gform_wrapper select {
  font-family: inherit !important;
  font-size: 16px !important;
  border: 1px solid var(--border) !important;
  border-radius: var(--radius) !important;
  padding: 12px 16px !important;
  width: 100% !important;
  color: var(--text-dark) !important;
  background: var(--white) !important;
  transition: border-color 0.2s !important;
}
.gform_wrapper input:focus, .gform_wrapper textarea:focus, .gform_wrapper select:focus {
  border-color: var(--blue) !important;
  outline: none !important;
  box-shadow: 0 0 0 3px rgba(37,99,235,0.1) !important;
}
.gform_wrapper .gform_submit_button, .gform_wrapper input[type="submit"] {
  background: var(--blue) !important;
  color: #fff !important;
  border: none !important;
  padding: 14px 32px !important;
  border-radius: var(--radius) !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  cursor: pointer !important;
  transition: background 0.2s !important;
}
.gform_wrapper .gform_submit_button:hover { background: var(--blue-deep) !important; }
.gform_wrapper label { font-size: 15px !important; color: var(--text-dark) !important; font-weight: 500 !important; margin-bottom: 6px !important; display: block !important; }
.gform_wrapper .validation_message { color: #DC2626 !important; font-size: 13px !important; }

/* ---- RESPONSIVE ---- */
@media (max-width: 1024px) {
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .why-grid { grid-template-columns: repeat(2, 1fr); }
  .footer-inner { grid-template-columns: 1fr 1fr; gap: 32px; }
  .texas-inner { grid-template-columns: 1fr; gap: 40px; }
  .texas-map { order: -1; }
  .texas-map img { max-width: 300px; }
  .contact-grid { grid-template-columns: 1fr; }
  .content-two-col { grid-template-columns: 1fr; }
  .content-two-col.reverse { direction: ltr; }
}

@media (max-width: 768px) {
  .topbar { display: none; }
  .nav-links { display: none; position: absolute; top: 72px; left: 0; right: 0; background: #fff; flex-direction: column; padding: 16px 24px 24px; border-bottom: 1px solid var(--border); box-shadow: 0 8px 24px rgba(0,0,0,0.08); gap: 4px; z-index: 999; }
  .nav-links.open { display: flex; }
  .nav-links a { padding: 10px 0; font-size: 16px; border-bottom: 1px solid var(--border) !important; }
  .nav-links li:last-child a { border-bottom: none !important; }
  .nav-toggle { display: block; }

  .hero { min-height: 480px; }
  .hero-content { padding: 60px 0; }
  .hero h1 { font-size: 32px; }
  .hero-award { display: none; }

  .trust-items { flex-wrap: wrap; }
  .trust-item { flex: 0 0 50%; border-right: none; border-bottom: 1px solid rgba(255,255,255,0.12); padding: 14px 0; }
  .trust-item:nth-child(odd) { border-right: 1px solid rgba(255,255,255,0.12); }
  .trust-item:nth-child(3), .trust-item:nth-child(4) { border-bottom: none; }

  .services-grid { grid-template-columns: 1fr; }
  .why-grid { grid-template-columns: 1fr; }
  .steps-grid { grid-template-columns: repeat(2, 1fr); }
  .testimonials-grid { grid-template-columns: 1fr; }
  .footer-inner { grid-template-columns: 1fr; gap: 28px; }
  .footer-bottom { flex-direction: column; text-align: center; }

  .section { padding: 56px 0; }
  .cta-section { padding: 56px 0; }
  .page-hero { padding: 48px 0 40px; }
}

@media (max-width: 480px) {
  .hero-btns { flex-direction: column; }
  .hero-btns .btn { text-align: center; }
  .cta-btns { flex-direction: column; align-items: center; }
  .steps-grid { grid-template-columns: 1fr; }
  h1 { font-size: 28px; }
  h2 { font-size: 24px; }
}

/* ---- ACCESSIBILITY ---- */
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
*:focus-visible { outline: 3px solid var(--blue); outline-offset: 3px; }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { animation-duration: 0.01ms !important; transition-duration: 0.01ms !important; } }

/* ---- PRINT ---- */
@media print {
  .topbar, .site-header, .site-footer, .hero-award, .nav-toggle { display: none; }
  body { font-size: 12pt; }
  a { color: inherit; }
}
