:root {
  --bg: #ffffff;
  --band-light: #f1f5f9;
  --band-accent: #0f172a;
  --band-gradient: linear-gradient(135deg, #1e3a8a 0%, #3b82f6 100%);
  --text: #0f172a;
  --muted: #475569;
  --accent: #2563eb;
  --accent-dark: #1e40af;
  --accent-soft: #dbeafe;
  --bulldog-red: #ba0c2f;
  --bulldog-red-soft: #fecdd3;
  --neutral-gray: #64748b;
  --neutral-gray-dark: #475569;
  --border: #cbd5e1;
  --top-banner: #1e3a8a;
}

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

body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Inter, Helvetica, Arial, sans-serif;
  background: var(--bg);
  color: var(--text);
  line-height: 1.65;
}

/* TOP BANNER */
.top-banner {
  background: var(--band-gradient);
  padding: 0.65rem 0;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

.top-banner-content {
  max-width: 1150px;
  margin: 0 auto;
  padding: 0 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
}

.top-banner-left {
  display: flex;
  align-items: center;
  gap: 2rem;
  flex-wrap: wrap;
}

.top-banner a {
  color: #e0e7ff;
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 500;
  transition: all 0.2s;
}

.top-banner a:hover {
  color: #ffffff;
  transform: translateY(-1px);
}

.contact-link {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
}

.nav-link {
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.3rem 0;
  border-bottom: 2px solid transparent;
  transition: all 0.2s;
  font-weight: 500;
}

.nav-link:hover {
  border-bottom-color: rgba(255, 255, 255, 0.8);
  color: #ffffff;
}

.nav-separator {
  height: 20px;
  width: 1px;
  background: rgba(255, 255, 255, 0.3);
}

.container { max-width: 1150px; margin: 0 auto; padding: 2.5rem 2rem; }

/* HERO */
.hero {
  background: var(--band-gradient);
  border-bottom: 3px solid var(--bulldog-red);
  color: white;
  position: relative;
  overflow: hidden;
}

.hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.06;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 600'%3E%3Cg stroke='%23ffffff' stroke-width='1' fill='none'%3E%3Crect x='900' y='80' width='70' height='50' rx='4'/%3E%3Cpath d='M935,130 L935,160 M970,100 L1010,100'/%3E%3Ccircle cx='1010' cy='100' r='6'/%3E%3Cpath d='M1010,100 L1050,100 L1050,140'/%3E%3Crect x='1020' y='140' width='60' height='45' rx='4'/%3E%3C/g%3E%3Cg stroke='%23ffffff' stroke-width='1' fill='none'%3E%3Crect x='120' y='380' width='80' height='50' rx='4'/%3E%3Cpath d='M160,380 L160,350 M200,410 L240,410'/%3E%3Ccircle cx='240' cy='410' r='6'/%3E%3Cpath d='M240,410 L280,410 L280,370'/%3E%3Crect x='250' y='340' width='60' height='30' rx='4'/%3E%3C/g%3E%3Cg stroke='%23ffffff' stroke-width='1.5' fill='none' opacity='0.6'%3E%3Cpath d='M450,250 L550,250 L550,330 L450,330 Z'/%3E%3Cpath d='M470,270 L530,270 M470,290 L530,290 M470,310 L530,310'/%3E%3Ccircle cx='460' cy='270' r='4'/%3E%3Ccircle cx='460' cy='290' r='4'/%3E%3Ccircle cx='460' cy='310' r='4'/%3E%3Ccircle cx='540' cy='270' r='4'/%3E%3Ccircle cx='540' cy='290' r='4'/%3E%3Ccircle cx='540' cy='310' r='4'/%3E%3C/g%3E%3Cg stroke='%23ffffff' stroke-width='1' fill='none' opacity='0.5'%3E%3Cpath d='M680,200 L750,200 L750,250 L680,250 Z'/%3E%3Cpath d='M690,210 L740,210 M690,220 L740,220 M690,230 L740,230 M690,240 L740,240'/%3E%3Cpath d='M715,250 L715,280 M700,280 L730,280'/%3E%3Crect x='685' y='280' width='60' height='35' rx='3' stroke-width='1.5'/%3E%3C/g%3E%3Cg stroke='%23ffffff' stroke-width='1' fill='none'%3E%3Cpath d='M900,380 L920,380 L920,400 L940,400 M940,400 L960,400 L960,420 M960,420 L1000,420'/%3E%3Ccircle cx='900' cy='380' r='5'/%3E%3Ccircle cx='940' cy='400' r='5'/%3E%3Ccircle cx='1000' cy='420' r='5'/%3E%3C/g%3E%3Cg stroke='%23ffffff' stroke-width='1' fill='none'%3E%3Crect x='350' y='380' width='55' height='45' rx='4'/%3E%3Cpath d='M377,425 L377,455 M377,455 L420,455'/%3E%3Ccircle cx='420' cy='455' r='6'/%3E%3Cpath d='M420,455 L450,455 L450,420'/%3E%3Crect x='430' y='395' width='40' height='25' rx='3'/%3E%3C/g%3E%3Cg stroke='%23ffffff' stroke-width='1' fill='none'%3E%3Crect x='550' y='420' width='70' height='50' rx='4'/%3E%3Cpath d='M585,420 L585,390 M620,445 L660,445'/%3E%3Ccircle cx='660' cy='445' r='6'/%3E%3Cpath d='M660,445 L700,445 L700,480'/%3E%3Crect x='675' y='480' width='50' height='35' rx='4'/%3E%3C/g%3E%3Cg stroke='%23ffffff' stroke-width='1' fill='none' opacity='0.5'%3E%3Cpath d='M800,300 L870,300 L870,350 L800,350 Z'/%3E%3Cpath d='M810,315 L860,315 M810,330 L860,330'/%3E%3Ccircle cx='805' cy='315' r='3'/%3E%3Ccircle cx='805' cy='330' r='3'/%3E%3Ccircle cx='865' cy='315' r='3'/%3E%3Ccircle cx='865' cy='330' r='3'/%3E%3C/g%3E%3Cg stroke='%23ffffff' stroke-width='1' fill='none'%3E%3Cpath d='M50,350 L90,350 L90,390 M90,390 L130,390'/%3E%3Ccircle cx='50' cy='350' r='5'/%3E%3Ccircle cx='90' cy='390' r='5'/%3E%3Ccircle cx='130' cy='390' r='5'/%3E%3Crect x='130' y='370' width='50' height='40' rx='3'/%3E%3C/g%3E%3Cg stroke='%23ffffff' stroke-width='1' fill='none'%3E%3Crect x='1050' y='250' width='60' height='45' rx='4'/%3E%3Cpath d='M1080,295 L1080,325 M1110,270 L1140,270'/%3E%3Ccircle cx='1140' cy='270' r='5'/%3E%3C/g%3E%3Cg stroke='%23ffffff' stroke-width='1' fill='none' opacity='0.6'%3E%3Cpath d='M350,500 L400,500 M400,470 L400,530'/%3E%3Ccircle cx='400' cy='470' r='5'/%3E%3Ccircle cx='400' cy='500' r='5'/%3E%3Ccircle cx='400' cy='530' r='5'/%3E%3Crect x='410' y='485' width='45' height='30' rx='3'/%3E%3C/g%3E%3Cg stroke='%23ffffff' stroke-width='1' fill='none'%3E%3Crect x='100' y='250' width='60' height='50' rx='4'/%3E%3Cpath d='M130,300 L180,300 M180,270 L180,330'/%3E%3Ccircle cx='180' cy='270' r='5'/%3E%3Ccircle cx='180' cy='330' r='5'/%3E%3C/g%3E%3C/svg%3E");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  pointer-events: none;
}

.hero h1 {
  font-size: 2.75rem;
  font-weight: 600;
  letter-spacing: -0.03em;
  color: white;
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

.hero h2 {
  font-size: 1.3rem;
  font-weight: 500;
  color: #93c5fd;
  margin-top: 0.75rem;
}

.hero p {
  max-width: 760px;
  margin-top: 1.0rem;
  font-size: 1.1rem;
  color: #e0e7ff;
}

.hero-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 3rem;
  align-items: center;
}

.hero-image {
  text-align: right;
  position: relative;
  z-index: 1;
}

.hero-image img {
  max-width: 260px;
  border-radius: 20px;
  box-shadow: 0 20px 40px rgba(0,0,0,0.3);
  border: 4px solid var(--bulldog-red);
  position: relative;
  background: linear-gradient(135deg, #1e3a8a 0%, #3b82f6 100%);
}

/* BANDS */
.band-light { background: var(--band-light); }
.band-white { background: #ffffff; }
.band-dark { 
  background: var(--band-accent); 
  color: white;
}
.band-dark h3 { color: white; }
.band-dark p.lead { color: #cbd5e1; }

section { padding: 2.5rem 0; }

section h3 {
  font-size: 1.75rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: var(--text);
  text-align: center;
}

section p.lead {
  max-width: 780px;
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.7;
}

/* GRID CARDS */
.grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
  margin-top: 2rem;
}

.grid-three-col {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1.5rem;
  margin-top: 2rem;
}

.card {
  background: #ffffff;
  border: 2px solid var(--border);
  border-radius: 12px;
  padding: 1.5rem;
  box-shadow: 0 4px 12px rgba(0,0,0,0.06);
  transition: all 0.3s;
}

.card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 24px rgba(0,0,0,0.12);
  border-color: var(--accent);
}

.card h4 {
  font-size: 1.15rem;
  margin-bottom: 0.75rem;
  color: var(--accent-dark);
  font-weight: 700;
}

.card p { color: var(--muted); font-size: 0.95rem; line-height: 1.6; }

/* TESTIMONIAL CARDS */
.testimonial-card {
  background: white;
  border-left: 4px solid var(--bulldog-red);
  padding: 1.5rem;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.06);
}

.testimonial-card p {
  font-style: italic;
  color: var(--muted);
  margin-bottom: 0.75rem;
  line-height: 1.6;
}

.testimonial-author {
  font-weight: 600;
  color: var(--accent-dark);
  font-style: normal;
}

/* SECTION SEPARATORS */
.section-separator {
  height: 4px;
  background: linear-gradient(to right, var(--bulldog-red), var(--accent), var(--bulldog-red));
  margin: 0 auto 2rem;
  max-width: 200px;
  border-radius: 2px;
}

/* EXPERIENCE STRIP */
.experience-list { margin-top: 1.5rem; }

.experience-item {
  padding: 1rem 0;
  border-bottom: 1px solid var(--border);
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}

.experience-item:last-child { border-bottom: none; }

.experience-item::before {
  content: "→";
  color: var(--bulldog-red);
  font-weight: bold;
  font-size: 1.25rem;
  flex-shrink: 0;
}

/* TWO COLUMN LAYOUT */
.two-column-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  margin-top: 2rem;
}

.two-column-grid h4 {
  font-size: 1.3rem;
  font-weight: 700;
  margin-bottom: 1rem;
  color: var(--accent-dark);
}

/* CERTS */
.pill-group { 
  display: flex; 
  flex-wrap: wrap; 
  gap: 0.75rem; 
  margin-top: 1.5rem;
  justify-content: center;
}

.pill {
  background: var(--accent);
  color: white;
  padding: 0.6rem 1rem;
  border-radius: 8px;
  font-size: 0.85rem;
  font-weight: 600;
  box-shadow: 0 2px 6px rgba(37, 99, 235, 0.3);
  transition: all 0.2s;
}

.pill:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(37, 99, 235, 0.4);
}

.pill-highlight {
  background: var(--neutral-gray);
  box-shadow: 0 2px 6px rgba(100, 116, 139, 0.3);
}

.pill-highlight:hover {
  box-shadow: 0 4px 12px rgba(100, 116, 139, 0.4);
}

/* FOOTER */
footer {
  background: #0f172a;
  color: #cbd5f5;
  padding: 1rem 0;
}

footer a { color: #93c5fd; text-decoration: none; }
footer a:hover { text-decoration: underline; }

.footer-inner {
  max-width: 1150px;
  margin: 0 auto;
  padding: 0 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
}

@media (max-width: 768px) {
  .hero-grid {
    grid-template-columns: 1fr;
  }
  
  .hero-image {
    text-align: center;
  }
  
  .hero-image img {
    max-width: 200px;
  }

  .grid {
    grid-template-columns: 1fr;
  }

  .grid-three-col {
    grid-template-columns: 1fr;
  }

  .two-column-grid {
    grid-template-columns: 1fr;
    gap: 2rem;
  }
}

@media (max-width: 640px) {
  .hero h1 { font-size: 2.2rem; }
  
  .top-banner-content {
    justify-content: center;
  }
}
