/* ============================================================
   HFC Quality Services USA
   Style: Evolved hfc.com.mx — Blue + Red Corporate, Improved
   ============================================================ */

@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700&family=Raleway:wght@400;600;700;800;900&display=swap');

:root {
  /* Same DNA as hfc.com.mx — blue primary, red accent */
  --blue:       #1E3A5F;   /* dark navy — matches hfc header */
  --blue-mid:   #254875;
  --blue-lt:    #2E6DA4;
  --red:        #C0392B;   /* hfc accent red */
  --red-dk:     #922B21;
  --white:      #FFFFFF;
  --gray-lt:    #F5F7FA;
  --gray:       #E8ECF0;
  --gray-mid:   #A0AEBB;
  --text:       #333C4A;
  --text-lt:    #60717D;

  --font-h:     'Raleway', sans-serif;
  --font-b:     'Open Sans', sans-serif;
  --shadow:     0 4px 20px rgba(0,0,0,0.10);
  --shadow-lg:  0 8px 32px rgba(0,0,0,0.15);
  --radius:     4px;
  --transition: 0.25s ease;
}

/* ---- Reset ---- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: var(--font-b); color: var(--text); font-size: 15px; line-height: 1.7; background: #fff; overflow-x: hidden; }
a { text-decoration: none; color: inherit; }
img { max-width: 100%; display: block; }
ul { list-style: none; }

/* ============================================================
   UTILITIES
   ============================================================ */
.container { width: 100%; max-width: 1200px; margin: 0 auto; padding: 0 20px; }
.section { padding: 80px 0; }
.section-gray { background: var(--gray-lt); }
.section-blue { background: var(--blue); }

/* Section title — same style as hfc.com.mx */
.section-title { text-align: center; margin-bottom: 48px; }
.section-title h2 {
  font-family: var(--font-h);
  font-size: 32px;
  font-weight: 800;
  color: var(--blue);
  text-transform: uppercase;
  letter-spacing: 0.03em;
  margin-bottom: 8px;
}
.section-title h2 span { color: var(--red); }
.section-title .divider {
  width: 60px; height: 3px;
  background: var(--red);
  margin: 12px auto 16px;
}
.section-title p { max-width: 620px; margin: 0 auto; color: var(--text-lt); font-size: 15px; }

/* Buttons */
.btn {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 12px 28px;
  font-family: var(--font-h);
  font-size: 13px; font-weight: 700;
  letter-spacing: 0.08em; text-transform: uppercase;
  border: none; cursor: pointer;
  border-radius: var(--radius);
  transition: var(--transition);
}
.btn-blue { background: var(--blue); color: #fff; }
.btn-blue:hover { background: var(--blue-mid); transform: translateY(-1px); box-shadow: var(--shadow); }
.btn-red { background: var(--red); color: #fff; }
.btn-red:hover { background: var(--red-dk); transform: translateY(-1px); box-shadow: var(--shadow); }
.btn-outline-white { background: transparent; color: #fff; border: 2px solid rgba(255,255,255,0.6); }
.btn-outline-white:hover { background: rgba(255,255,255,0.12); border-color: #fff; }
.btn-outline-blue { background: transparent; color: var(--blue); border: 2px solid var(--blue); }
.btn-outline-blue:hover { background: var(--blue); color: #fff; }

/* ============================================================
   HEADER — mirrors hfc.com.mx structure but improved
   ============================================================ */
#header { position: fixed; top: 0; left: 0; right: 0; z-index: 1000; }

/* Top bar — same as hfc.com.mx: dark blue bg */
.header-topbar {
  background: var(--blue);
  padding: 7px 0;
  font-size: 13px;
}
.header-topbar .container {
  display: flex; align-items: center; justify-content: space-between;
}
.topbar-left { display: flex; gap: 20px; }
.topbar-left a {
  color: rgba(255,255,255,0.85);
  display: flex; align-items: center; gap: 6px;
  transition: var(--transition);
}
.topbar-left a i { color: var(--red); font-size: 13px; }
.topbar-left a:hover { color: #fff; }
.topbar-right { display: flex; align-items: center; gap: 10px; }
.topbar-right a {
  width: 26px; height: 26px;
  background: rgba(255,255,255,0.1);
  border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  color: rgba(255,255,255,0.8);
  font-size: 12px;
  transition: var(--transition);
}
.topbar-right a:hover { background: var(--red); color: #fff; }

/* Middle header — same as hfc.com.mx: white bg with contact info */
.header-middle {
  background: #fff;
  padding: 14px 0;
  border-bottom: 1px solid var(--gray);
  box-shadow: 0 1px 0 rgba(0,0,0,0.04);
}
.header-middle .container { display: flex; align-items: center; justify-content: space-between; }
.header-logo { display: flex; align-items: center; gap: 14px; }
.header-logo .logo-box {
  background: var(--blue);
  padding: 8px 14px;
  display: flex; flex-direction: column; line-height: 1;
}
.header-logo .logo-box .logo-hfc {
  font-family: var(--font-h);
  font-size: 26px; font-weight: 900;
  color: #fff; letter-spacing: 0.08em;
}
.header-logo .logo-box .logo-sub {
  font-family: var(--font-h);
  font-size: 9px; font-weight: 700;
  color: rgba(255,255,255,0.7);
  letter-spacing: 0.2em; text-transform: uppercase;
}
.header-logo .logo-text-block .logo-name {
  font-family: var(--font-h);
  font-size: 18px; font-weight: 800;
  color: var(--blue); text-transform: uppercase; letter-spacing: 0.05em;
}
.header-logo .logo-text-block .logo-tagline {
  font-size: 11px; color: var(--text-lt);
}

.header-contact-items { display: flex; gap: 28px; }
.hci { display: flex; align-items: center; gap: 12px; }
.hci-icon {
  font-size: 28px; color: var(--blue);
  width: 44px; height: 44px;
  background: var(--gray-lt); border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  flex-shrink: 0;
}
.hci-text .label { font-size: 11px; color: var(--text-lt); text-transform: uppercase; letter-spacing: 0.08em; }
.hci-text .value { font-family: var(--font-h); font-size: 14px; font-weight: 700; color: var(--blue); }

/* Nav bar — white bg, same as hfc.com.mx */
.header-nav {
  background: var(--blue);
  border-top: 3px solid var(--red);
  transition: var(--transition);
}
#header.scrolled .header-middle { display: none; }
#header.scrolled .header-nav { box-shadow: var(--shadow-lg); }

.nav-inner { display: flex; align-items: center; justify-content: space-between; height: 52px; }
.nav-links { display: flex; align-items: stretch; height: 100%; }
.nav-links a {
  display: flex; align-items: center;
  font-family: var(--font-h);
  font-size: 13px; font-weight: 700;
  letter-spacing: 0.06em; text-transform: uppercase;
  color: rgba(255,255,255,0.85);
  padding: 0 18px;
  position: relative;
  transition: var(--transition);
  border-bottom: 3px solid transparent;
  margin-bottom: -3px;
}
.nav-links a:hover, .nav-links a.active {
  color: #fff;
  border-bottom-color: var(--red);
  background: rgba(255,255,255,0.06);
}
.nav-cta-btn {
  background: var(--red);
  color: #fff;
  font-family: var(--font-h);
  font-size: 12px; font-weight: 700;
  letter-spacing: 0.08em; text-transform: uppercase;
  padding: 10px 20px;
  border: none; cursor: pointer;
  transition: var(--transition);
  display: flex; align-items: center; gap: 6px;
}
.nav-cta-btn:hover { background: var(--red-dk); }

/* Mobile hamburger */
.hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; padding: 8px; background: none; border: none; }
.hamburger span { display: block; width: 22px; height: 2px; background: #fff; }

/* Mobile nav */
.mobile-nav { position: fixed; top: 0; right: -100%; width: 280px; height: 100vh; background: var(--blue); z-index: 2000; transition: right 0.3s ease; padding: 60px 24px 24px; display: flex; flex-direction: column; }
.mobile-nav.open { right: 0; }
.mobile-nav-close { position: absolute; top: 16px; right: 16px; background: none; border: none; color: #fff; font-size: 26px; cursor: pointer; line-height: 1; }
.mobile-nav ul { display: flex; flex-direction: column; gap: 4px; }
.mobile-nav ul a { display: block; font-family: var(--font-h); font-size: 17px; font-weight: 700; text-transform: uppercase; color: rgba(255,255,255,0.85); padding: 12px 0; border-bottom: 1px solid rgba(255,255,255,0.08); transition: var(--transition); }
.mobile-nav ul a:hover { color: var(--red); padding-left: 6px; }
.mobile-nav .btn { margin-top: 24px; justify-content: center; }
.mobile-overlay { position: fixed; inset: 0; background: rgba(0,0,0,0.5); z-index: 1999; opacity: 0; pointer-events: none; transition: opacity 0.3s; }
.mobile-overlay.open { opacity: 1; pointer-events: all; }

/* ============================================================
   HERO — same fullwidth approach as hfc.com.mx but improved
   ============================================================ */
#hero {
  /* Pushes below 3-part header */
  margin-top: 152px;  /* topbar(38) + middle(72) + nav(52) - approx */
  position: relative;
  overflow: hidden;
  min-height: 520px;
}
.hero-bg {
  position: absolute; inset: 0;
  background: linear-gradient(135deg, rgba(30,58,95,0.88) 0%, rgba(30,58,95,0.65) 60%, rgba(192,57,43,0.18) 100%);
  z-index: 1;
}
.hero-img {
  position: absolute; inset: 0;
  background: url('images/hero-bg.jpg') center/cover no-repeat;
  /* fallback if no image */
  background-color: #1E3A5F;
}
.hero-content {
  position: relative; z-index: 2;
  display: grid; grid-template-columns: 1fr 1fr;
  gap: 48px; align-items: center;
  min-height: 520px; padding: 80px 0;
}
.hero-text {}
.hero-eyebrow {
  font-family: var(--font-h);
  font-size: 12px; font-weight: 700;
  letter-spacing: 0.2em; text-transform: uppercase;
  color: rgba(255,255,255,0.7);
  margin-bottom: 14px;
  display: flex; align-items: center; gap: 10px;
}
.hero-eyebrow::before { content: ''; width: 30px; height: 2px; background: var(--red); }
.hero-h1 {
  font-family: var(--font-h);
  font-size: clamp(38px, 5vw, 64px);
  font-weight: 900;
  color: #fff;
  line-height: 1.1;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.hero-h1 span { color: var(--red); display: block; }
.hero-sub { font-size: 16px; color: rgba(255,255,255,0.85); line-height: 1.7; margin-bottom: 28px; max-width: 440px; }
.hero-btns { display: flex; gap: 14px; flex-wrap: wrap; }

/* Hero right — info cards like hfc.com.mx style */
.hero-info-cards { display: flex; flex-direction: column; gap: 16px; }
.hero-info-card {
  background: rgba(255,255,255,0.1);
  backdrop-filter: blur(8px);
  border: 1px solid rgba(255,255,255,0.15);
  border-radius: var(--radius);
  padding: 20px 24px;
  display: flex; align-items: center; gap: 16px;
  transition: var(--transition);
}
.hero-info-card:hover { background: rgba(255,255,255,0.16); }
.hic-icon { font-size: 32px; color: var(--red); width: 50px; text-align: center; flex-shrink: 0; }
.hic-text h4 { font-family: var(--font-h); font-size: 15px; font-weight: 700; color: #fff; margin-bottom: 2px; }
.hic-text p { font-size: 13px; color: rgba(255,255,255,0.75); line-height: 1.5; }

/* Hero stats bar at bottom — like hfc.com.mx diamond dividers */
.hero-stats-bar {
  position: relative; z-index: 2;
  background: rgba(255,255,255,0.95);
  display: grid; grid-template-columns: repeat(4, 1fr);
  border-top: 3px solid var(--red);
}
.hstat {
  padding: 20px 16px;
  text-align: center;
  border-right: 1px solid var(--gray);
  transition: var(--transition);
}
.hstat:last-child { border-right: none; }
.hstat:hover { background: var(--gray-lt); }
.hstat .number {
  font-family: var(--font-h);
  font-size: 36px; font-weight: 900;
  color: var(--blue); line-height: 1;
}
.hstat .number sup { font-size: 18px; color: var(--red); }
.hstat .label { font-size: 12px; color: var(--text-lt); text-transform: uppercase; letter-spacing: 0.1em; margin-top: 4px; }

/* ============================================================
   SERVICE CARDS — same card + overlay style as hfc.com.mx
   ============================================================ */
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }

.service-card {
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow);
  transition: var(--transition);
  background: #fff;
}
.service-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-lg); }

.sc-image {
  position: relative;
  height: 200px;
  overflow: hidden;
}
.sc-image img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s ease; }
.service-card:hover .sc-image img { transform: scale(1.05); }

/* Overlay title — same as hfc.com.mx .title div */
.sc-overlay {
  position: absolute; bottom: 0; left: 0; right: 0;
  background: linear-gradient(to top, rgba(30,58,95,0.95), rgba(30,58,95,0.4) 80%, transparent);
  padding: 40px 20px 16px;
}
.sc-overlay h3 {
  font-family: var(--font-h);
  font-size: 20px; font-weight: 800;
  text-transform: uppercase;
  color: #fff;
  display: flex; align-items: center; justify-content: space-between;
}
.sc-overlay h3 i { color: var(--red); }

.sc-body { padding: 20px; }
.sc-body p { font-size: 14px; color: var(--text-lt); line-height: 1.7; margin-bottom: 14px; }
.sc-more {
  font-family: var(--font-h);
  font-size: 12px; font-weight: 700;
  letter-spacing: 0.08em; text-transform: uppercase;
  color: var(--red);
  display: inline-flex; align-items: center; gap: 5px;
  transition: var(--transition);
}
.sc-more:hover { color: var(--blue); gap: 8px; }

/* SC placeholder gradient (if no real image) */
.sc-placeholder-1 { background: linear-gradient(135deg, #2E6DA4, #1E3A5F); }
.sc-placeholder-2 { background: linear-gradient(135deg, #1E3A5F, #2E6DA4); }
.sc-placeholder-3 { background: linear-gradient(135deg, #C0392B, #1E3A5F); }
.sc-icon-big { display: flex; align-items: center; justify-content: center; height: 100%; font-size: 64px; color: rgba(255,255,255,0.25); }

/* ============================================================
   TESTIMONIAL / PARALLAX — matches hfc.com.mx overlay section
   ============================================================ */
.testimonial-section {
  background: var(--blue);
  position: relative;
  overflow: hidden;
  padding: 80px 0;
}
.testimonial-section::before {
  content: '';
  position: absolute; inset: 0;
  background: url('images/bg-overlay.jpg') center/cover no-repeat;
  opacity: 0.12;
}
.testimonial-inner { position: relative; z-index: 1; }
.testimonial-slider { max-width: 800px; margin: 0 auto; text-align: center; }
.testimonial-item {}
.t-avatar {
  width: 80px; height: 80px;
  border-radius: 50%;
  border: 4px solid rgba(255,255,255,0.25);
  margin: 0 auto 20px;
  overflow: hidden;
  background: rgba(255,255,255,0.1);
  display: flex; align-items: center; justify-content: center;
}
.t-avatar i { font-size: 32px; color: rgba(255,255,255,0.5); }
.t-text { font-size: 16px; color: rgba(255,255,255,0.9); line-height: 1.75; font-style: italic; margin-bottom: 20px; }
.t-author { font-family: var(--font-h); font-size: 15px; font-weight: 700; color: #fff; }
.t-role { font-size: 13px; color: rgba(255,255,255,0.55); margin-top: 2px; }

/* Testimonial nav dots */
.t-dots { display: flex; justify-content: center; gap: 8px; margin-top: 28px; }
.t-dot { width: 10px; height: 10px; border-radius: 50%; background: rgba(255,255,255,0.25); cursor: pointer; transition: var(--transition); }
.t-dot.active { background: var(--red); }

/* ============================================================
   WHY HFC — feature list
   ============================================================ */
.features-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 28px; }

.feature-item {
  display: flex; gap: 16px; align-items: flex-start;
  padding: 24px;
  background: #fff;
  border: 1px solid var(--gray);
  border-radius: var(--radius);
  border-left: 4px solid var(--blue);
  transition: var(--transition);
}
.feature-item:hover { border-left-color: var(--red); box-shadow: var(--shadow); }
.fi-icon { font-size: 26px; color: var(--blue); flex-shrink: 0; margin-top: 2px; }
.feature-item:hover .fi-icon { color: var(--red); }
.fi-text h4 { font-family: var(--font-h); font-size: 16px; font-weight: 700; color: var(--blue); margin-bottom: 6px; }
.fi-text p { font-size: 14px; color: var(--text-lt); line-height: 1.65; }

/* Quality Policy card */
.quality-policy-card {
  background: var(--blue);
  border-radius: var(--radius);
  padding: 36px;
  position: relative;
  overflow: hidden;
}
.quality-policy-card::before {
  content: '';
  position: absolute; top: -30px; right: -30px;
  width: 120px; height: 120px;
  background: var(--red);
  border-radius: 50%;
  opacity: 0.15;
}
.quality-policy-card h3 { font-family: var(--font-h); font-size: 22px; font-weight: 800; text-transform: uppercase; color: #fff; margin-bottom: 4px; }
.quality-policy-card .qp-sub { font-size: 12px; letter-spacing: 0.15em; text-transform: uppercase; color: var(--red); margin-bottom: 20px; }
.quality-policy-card p { font-size: 15px; color: rgba(255,255,255,0.85); line-height: 1.8; font-style: italic; border-left: 3px solid var(--red); padding-left: 18px; }
.iso-row { display: flex; align-items: center; gap: 16px; margin-top: 24px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,0.12); }
.iso-badge-big { font-family: var(--font-h); font-size: 28px; font-weight: 900; color: var(--red); }
.iso-desc { font-size: 13px; color: rgba(255,255,255,0.65); line-height: 1.5; }

/* ============================================================
   COVERAGE STRIP
   ============================================================ */
.coverage-states-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--gray); margin-bottom: 32px; }
.cs-item {
  background: #fff;
  padding: 24px 20px;
  transition: var(--transition);
  border-top: 3px solid transparent;
}
.cs-item:hover { border-top-color: var(--blue); background: var(--gray-lt); }
.cs-item h4 { font-family: var(--font-h); font-size: 16px; font-weight: 700; color: var(--blue); margin-bottom: 8px; }
.cs-item .cities { font-size: 13px; color: var(--text-lt); line-height: 1.7; }

.us-strip {
  background: var(--blue);
  border-radius: var(--radius);
  padding: 24px 32px;
  display: flex; align-items: center; gap: 20px;
  border-left: 6px solid var(--red);
}
.us-flag { font-size: 36px; }
.us-strip-text h4 { font-family: var(--font-h); font-size: 18px; font-weight: 800; color: #fff; margin-bottom: 4px; }
.us-strip-text p { font-size: 14px; color: rgba(255,255,255,0.75); }
.us-strip .btn { margin-left: auto; flex-shrink: 0; }

/* ============================================================
   CTA BANNER — same as hfc.com.mx bottom call-to-action
   ============================================================ */
.cta-banner {
  background: var(--blue);
  position: relative; overflow: hidden;
  padding: 70px 0;
  text-align: center;
}
.cta-banner::before {
  content: '';
  position: absolute; inset: 0;
  background: url('images/bg-overlay.jpg') center/cover;
  opacity: 0.08;
}
.cta-banner-inner { position: relative; z-index: 1; }
.cta-logo-circle {
  width: 90px; height: 90px;
  border-radius: 50%;
  border: 3px solid rgba(255,255,255,0.2);
  background: rgba(255,255,255,0.08);
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 24px;
  font-family: var(--font-h); font-size: 28px; font-weight: 900; color: #fff;
}
.cta-banner h2 { font-family: var(--font-h); font-size: clamp(28px, 4vw, 48px); font-weight: 900; text-transform: uppercase; color: #fff; margin-bottom: 12px; }
.cta-banner p { font-size: 16px; color: rgba(255,255,255,0.8); margin-bottom: 32px; }

/* ============================================================
   CONTACT FORM
   ============================================================ */
.contact-grid { display: grid; grid-template-columns: 1fr 1.4fr; gap: 48px; align-items: start; }

.contact-info-list { display: flex; flex-direction: column; gap: 20px; margin-top: 24px; }
.cil-item { display: flex; gap: 14px; align-items: flex-start; }
.cil-icon { width: 42px; height: 42px; background: var(--blue); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: #fff; font-size: 16px; flex-shrink: 0; }
.cil-text h5 { font-family: var(--font-h); font-size: 13px; font-weight: 700; color: var(--blue); margin-bottom: 2px; }
.cil-text p { font-size: 14px; color: var(--text-lt); }
.cil-text a { color: var(--text-lt); transition: var(--transition); }
.cil-text a:hover { color: var(--red); }

.contact-form-card {
  background: #fff;
  border: 1px solid var(--gray);
  border-radius: var(--radius);
  padding: 36px;
  box-shadow: var(--shadow);
}
.contact-form-card h3 { font-family: var(--font-h); font-size: 22px; font-weight: 800; color: var(--blue); text-transform: uppercase; margin-bottom: 4px; }
.contact-form-card .form-sub { font-size: 13px; color: var(--text-lt); margin-bottom: 24px; }

.form-group { margin-bottom: 18px; }
.form-group label { display: block; font-family: var(--font-h); font-size: 12px; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--blue); margin-bottom: 6px; }
.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  border: 1px solid var(--gray);
  border-radius: var(--radius);
  padding: 10px 14px;
  font-family: var(--font-b);
  font-size: 14px;
  color: var(--text);
  outline: none;
  transition: var(--transition);
  background: #fff;
  -webkit-appearance: none;
}
.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(30,58,95,0.1); }
.form-group textarea { resize: vertical; min-height: 110px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.form-msg { padding: 12px 16px; border-radius: var(--radius); font-size: 14px; font-weight: 600; margin-bottom: 16px; display: none; }
.form-msg.success { background: #EAF7EE; border: 1px solid #A8D5B5; color: #1E6B38; }
.form-msg.error { background: #FDECEA; border: 1px solid #F4A8A2; color: #9B2219; }

/* ============================================================
   PAGE HEADER (inner pages)
   ============================================================ */
.page-header {
  background: var(--blue);
  padding: 160px 0 50px;
  position: relative; overflow: hidden;
}
.page-header::after {
  content: '';
  position: absolute; bottom: 0; left: 0; right: 0;
  height: 4px;
  background: var(--red);
}
.page-header h1 { font-family: var(--font-h); font-size: clamp(36px, 5vw, 60px); font-weight: 900; text-transform: uppercase; color: #fff; margin-bottom: 8px; }
.page-header h1 span { color: var(--red); }
.page-header p { font-size: 16px; color: rgba(255,255,255,0.75); max-width: 520px; }
/* breadcrumb */
.breadcrumb { display: flex; align-items: center; gap: 8px; font-size: 13px; color: rgba(255,255,255,0.5); margin-bottom: 12px; }
.breadcrumb a { color: rgba(255,255,255,0.65); transition: var(--transition); }
.breadcrumb a:hover { color: #fff; }
.breadcrumb i { font-size: 10px; }

/* ============================================================
   FOOTER — same 2-row footer as hfc.com.mx
   ============================================================ */
.footer-main {
  background: var(--blue);
  padding: 56px 0 32px;
}
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 40px; }
.footer-brand .footer-logo { display: flex; align-items: center; gap: 12px; margin-bottom: 16px; }
.footer-brand .logo-box-sm { background: var(--red); padding: 6px 10px; font-family: var(--font-h); font-size: 20px; font-weight: 900; color: #fff; letter-spacing: 0.08em; }
.footer-brand .brand-name { font-family: var(--font-h); font-size: 16px; font-weight: 700; color: #fff; text-transform: uppercase; }
.footer-brand p { font-size: 13px; color: rgba(255,255,255,0.55); line-height: 1.7; margin-bottom: 20px; }
.footer-social { display: flex; gap: 8px; }
.footer-social a { width: 32px; height: 32px; border-radius: 50%; background: rgba(255,255,255,0.08); border: 1px solid rgba(255,255,255,0.12); display: flex; align-items: center; justify-content: center; color: rgba(255,255,255,0.6); font-size: 13px; transition: var(--transition); }
.footer-social a:hover { background: var(--red); border-color: var(--red); color: #fff; }
.footer-col h5 { font-family: var(--font-h); font-size: 13px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: rgba(255,255,255,0.9); margin-bottom: 18px; padding-bottom: 10px; border-bottom: 2px solid var(--red); display: inline-block; }
.footer-col ul { display: flex; flex-direction: column; gap: 8px; }
.footer-col ul li a { font-size: 13px; color: rgba(255,255,255,0.55); transition: var(--transition); display: flex; align-items: center; gap: 6px; }
.footer-col ul li a i { font-size: 11px; color: var(--red); }
.footer-col ul li a:hover { color: #fff; padding-left: 4px; }

.footer-bottom { background: #0D1E33; padding: 18px 0; }
.footer-bottom .container { 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.35); }
.footer-bottom-links { display: flex; gap: 16px; font-size: 12px; }
.footer-bottom-links a { color: rgba(255,255,255,0.35); transition: var(--transition); }
.footer-bottom-links a:hover { color: rgba(255,255,255,0.7); }
.footer-cert-badges { display: flex; gap: 8px; }
.fcb { font-family: var(--font-h); font-size: 10px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; padding: 3px 10px; border: 1px solid rgba(255,255,255,0.18); color: rgba(255,255,255,0.4); border-radius: 2px; }

/* ============================================================
   SCROLL REVEAL
   ============================================================ */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity 0.6s ease, transform 0.6s ease; }
.reveal.visible { opacity: 1; transform: none; }
.reveal-d1 { transition-delay: 0.1s; }
.reveal-d2 { transition-delay: 0.2s; }
.reveal-d3 { transition-delay: 0.3s; }

/* ============================================================
   RESPONSIVE
   ============================================================ */
@media (max-width: 1024px) {
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .coverage-states-grid { grid-template-columns: repeat(2, 1fr); }
  .header-contact-items { gap: 16px; }
}

@media (max-width: 900px) {
  #hero { margin-top: 108px; }
  .hero-content { grid-template-columns: 1fr; }
  .hero-info-cards { display: none; }
  .hero-stats-bar { grid-template-columns: repeat(2, 1fr); }
  .services-grid { grid-template-columns: 1fr 1fr; }
  .features-grid { grid-template-columns: 1fr; }
  .contact-grid { grid-template-columns: 1fr; }
  .header-contact-items { display: none; }
  .header-middle .container { justify-content: center; }
}

@media (max-width: 768px) {
  .nav-links, .nav-cta-btn { display: none; }
  .hamburger { display: flex; }
  .section { padding: 56px 0; }
  .services-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom .container { flex-direction: column; text-align: center; }
  .form-row { grid-template-columns: 1fr; }
  .us-strip { flex-direction: column; text-align: center; }
  .us-strip .btn { margin-left: 0; }
  .hstat .number { font-size: 28px; }
}

@media (max-width: 480px) {
  .hero-stats-bar { grid-template-columns: 1fr 1fr; }
  .coverage-states-grid { grid-template-columns: 1fr; }
  #hero { margin-top: 92px; }
}

/* scrollToTop button */
.scroll-top {
  position: fixed; bottom: 24px; right: 24px;
  width: 40px; height: 40px;
  background: var(--red); color: #fff;
  border-radius: 50%; border: none; cursor: pointer;
  display: flex; align-items: center; justify-content: center;
  font-size: 16px;
  opacity: 0; pointer-events: none;
  transition: var(--transition);
  z-index: 999;
}
.scroll-top.visible { opacity: 1; pointer-events: all; }
.scroll-top:hover { background: var(--red-dk); transform: translateY(-2px); }
