/* National Freight Links LLC — Site Styles */

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

:root {
  --navy:   #0d1b2e;
  --navy2:  #132540;
  --gold:   #c9a84c;
  --gold2:  #e8c96a;
  --white:  #ffffff;
  --light:  #f4f6f9;
  --gray:   #8a96a3;
  --text:   #1e2d3d;
  --border: #dde3ea;
}

html { scroll-behavior: smooth; }
body { font-family: 'Segoe UI', system-ui, sans-serif; color: var(--text); background: var(--white); line-height: 1.6; }

/* ── Nav ── */
nav {
  background: var(--navy);
  padding: 0 5%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 86px;
  position: sticky;
  top: 0;
  z-index: 100;
  box-shadow: 0 2px 12px rgba(0,0,0,0.3);
}
.nav-logo { display: flex; align-items: center; text-decoration: none; }
.nav-logo-img { height: 72px; width: auto; object-fit: contain; }
.nav-links { display: flex; gap: 28px; list-style: none; }
.nav-links a { color: rgba(255,255,255,0.8); text-decoration: none; font-size: 14px; font-weight: 500; transition: color .2s; }
.nav-links a:hover, .nav-links a.active { color: var(--gold); }
.nav-cta { background: var(--gold); color: var(--navy); padding: 8px 20px; border-radius: 6px; font-weight: 700; font-size: 14px; text-decoration: none; transition: background .2s; white-space: nowrap; }
.nav-cta:hover { background: var(--gold2); }
.nav-logo-text { color: var(--white); font-size: 20px; font-weight: 800; letter-spacing: 0.5px; }
.nav-logo-text em { color: var(--gold); font-style: normal; }

/* ── Page Logo Strip (inner pages) ── */
.page-logo-strip { background: var(--navy); padding: 28px 5%; text-align: center; border-bottom: 1px solid rgba(201,168,76,0.15); }
.page-logo-main { height: 110px; width: auto; }

/* ── Hero ── */
.hero {
  background:
    linear-gradient(rgba(13,27,46,0.80), rgba(13,27,46,0.88)),
    url('https://images.unsplash.com/photo-1436491865332-7a61a109cc05?auto=format&fit=crop&w=1600&q=80') center/cover no-repeat,
    linear-gradient(135deg, var(--navy) 0%, var(--navy2) 60%, #1a3a5c 100%);
  color: var(--white);
  padding: 60px 5% 80px;
  position: relative;
  overflow: hidden;
}
.hero-logo-wrap { text-align: center; margin-bottom: 44px; }
.hero-logo-lg { height: 220px; width: auto; object-fit: contain; filter: drop-shadow(0 6px 28px rgba(201,168,76,0.30)); }
.hero::before {
  content: '';
  position: absolute; inset: 0;
  background: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
.hero-inner { max-width: 900px; position: relative; text-align: center; margin: 0 auto; }
.hero-sub { margin-left: auto; margin-right: auto; }
.hero-stats { justify-content: center; }
.hero-actions { justify-content: center; }
.hero-avail { justify-content: center; }
.hero-badge { display: inline-block; background: rgba(201,168,76,0.15); border: 1px solid var(--gold); color: var(--gold); font-size: 12px; font-weight: 700; letter-spacing: 1.5px; text-transform: uppercase; padding: 5px 14px; border-radius: 20px; margin-bottom: 20px; }
.hero h1 { font-size: clamp(2rem, 5vw, 3.2rem); font-weight: 800; line-height: 1.15; margin-bottom: 16px; }
.hero h1 span { color: var(--gold); }
.hero-sub { font-size: 1.1rem; color: rgba(255,255,255,0.8); max-width: 620px; margin-bottom: 32px; }
.hero-stats { display: flex; flex-wrap: wrap; gap: 24px; margin-bottom: 36px; }
.hero-stat { text-align: center; }
.hero-stat strong { display: block; font-size: 1.6rem; font-weight: 800; color: var(--gold); }
.hero-stat span { font-size: 12px; color: rgba(255,255,255,0.6); text-transform: uppercase; letter-spacing: 1px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; align-items: center; }
.btn-primary { background: var(--gold); color: var(--navy); padding: 14px 28px; border-radius: 8px; font-weight: 800; font-size: 15px; text-decoration: none; transition: background .2s, transform .1s; }
.btn-primary:hover { background: var(--gold2); transform: translateY(-1px); }
.btn-outline { border: 2px solid rgba(255,255,255,0.4); color: var(--white); padding: 12px 26px; border-radius: 8px; font-weight: 600; font-size: 15px; text-decoration: none; transition: border-color .2s; }
.btn-outline:hover { border-color: var(--gold); color: var(--gold); }
.hero-avail { margin-top: 28px; display: flex; align-items: center; gap: 8px; font-size: 13px; color: rgba(255,255,255,0.6); }
.dot-live { width: 8px; height: 8px; border-radius: 50%; background: #22c55e; animation: pulse 2s infinite; flex-shrink: 0; }
@keyframes pulse { 0%,100%{opacity:1;transform:scale(1)} 50%{opacity:.6;transform:scale(1.3)} }

/* ── Credential Badges ── */
.cred-bar { background: var(--navy2); padding: 20px 5%; border-bottom: 1px solid rgba(201,168,76,0.2); }
.cred-bar-inner { max-width: 1100px; margin: 0 auto; display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; }
.cred-badge { background: rgba(201,168,76,0.1); border: 1px solid rgba(201,168,76,0.3); color: var(--gold); font-size: 12px; font-weight: 700; padding: 6px 14px; border-radius: 20px; letter-spacing: 0.5px; white-space: nowrap; }

/* ── Sections ── */
section { padding: 70px 5%; }
.section-inner { max-width: 1100px; margin: 0 auto; }
.section-label { font-size: 12px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: var(--gold); margin-bottom: 10px; }
.section-title { font-size: clamp(1.6rem, 3vw, 2.2rem); font-weight: 800; color: var(--navy); margin-bottom: 14px; }
.section-sub { color: var(--gray); font-size: 1rem; max-width: 560px; margin-bottom: 48px; }
.bg-light { background: var(--light); }

/* ── Service Cards ── */
.services-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(300px, 1fr)); gap: 24px; }
.service-card { background: var(--white); border: 1px solid var(--border); border-radius: 12px; padding: 28px; transition: box-shadow .2s, transform .2s; }
.service-card:hover { box-shadow: 0 8px 30px rgba(0,0,0,0.08); transform: translateY(-2px); }
.service-icon { width: 48px; height: 48px; background: rgba(201,168,76,0.1); border-radius: 10px; display: flex; align-items: center; justify-content: center; font-size: 22px; margin-bottom: 16px; }
.service-card h3 { font-size: 1rem; font-weight: 700; color: var(--navy); margin-bottom: 8px; }
.service-card p { font-size: 0.9rem; color: var(--gray); line-height: 1.6; }
.service-cred { display: inline-block; margin-top: 12px; font-size: 11px; font-weight: 700; color: var(--gold); background: rgba(201,168,76,0.08); padding: 3px 10px; border-radius: 10px; }

/* ── Why NFL ── */
.why-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); gap: 24px; }
.why-item { display: flex; gap: 16px; align-items: flex-start; }
.why-icon { width: 42px; height: 42px; background: var(--navy); border-radius: 8px; display: flex; align-items: center; justify-content: center; font-size: 18px; flex-shrink: 0; }
.why-item h4 { font-size: 0.95rem; font-weight: 700; color: var(--navy); margin-bottom: 4px; }
.why-item p { font-size: 0.85rem; color: var(--gray); }

/* ── Credentials Table ── */
.cred-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(320px, 1fr)); gap: 20px; }
.cred-card { background: var(--white); border: 1px solid var(--border); border-left: 4px solid var(--gold); border-radius: 0 10px 10px 0; padding: 22px 24px; }
.cred-card h3 { font-size: 0.95rem; font-weight: 800; color: var(--navy); margin-bottom: 4px; }
.cred-card .cred-what { font-size: 0.85rem; color: var(--gray); margin-bottom: 10px; }
.cred-card .cred-why { font-size: 0.85rem; color: var(--text); background: var(--light); padding: 8px 12px; border-radius: 6px; }
.cred-card .cred-why strong { color: var(--navy); }

/* ── IDs Strip ── */
.ids-strip { background: var(--navy); padding: 28px 5%; }
.ids-strip-inner { max-width: 1100px; margin: 0 auto; display: flex; flex-wrap: wrap; gap: 24px; justify-content: center; align-items: center; }
.id-item { text-align: center; }
.id-item .id-label { font-size: 10px; color: rgba(255,255,255,0.4); text-transform: uppercase; letter-spacing: 1px; }
.id-item .id-val { font-size: 13px; font-weight: 700; color: var(--gold); font-family: monospace; }

/* ── Contact ── */
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; align-items: start; }
.contact-info h2 { font-size: 1.8rem; font-weight: 800; color: var(--navy); margin-bottom: 12px; }
.contact-info p { color: var(--gray); margin-bottom: 28px; }
.contact-items { display: flex; flex-direction: column; gap: 18px; }
.contact-item { display: flex; gap: 14px; align-items: flex-start; }
.contact-item-icon { width: 44px; height: 44px; background: rgba(201,168,76,0.1); border-radius: 8px; display: flex; align-items: center; justify-content: center; font-size: 18px; flex-shrink: 0; }
.contact-item-text label { display: block; font-size: 11px; font-weight: 700; color: var(--gray); text-transform: uppercase; letter-spacing: 1px; margin-bottom: 2px; }
.contact-item-text a, .contact-item-text span { font-size: 1rem; font-weight: 600; color: var(--navy); text-decoration: none; }
.contact-item-text a:hover { color: var(--gold); }
.contact-form { background: var(--light); border-radius: 14px; padding: 36px; }
.contact-form h3 { font-size: 1.1rem; font-weight: 800; color: var(--navy); margin-bottom: 20px; }
.form-group { margin-bottom: 16px; }
.form-group label { display: block; font-size: 13px; font-weight: 600; color: var(--text); margin-bottom: 6px; }
.form-group input, .form-group select, .form-group textarea {
  width: 100%; padding: 11px 14px; border: 1px solid var(--border); border-radius: 8px;
  font-size: 14px; font-family: inherit; color: var(--text); background: var(--white);
  transition: border-color .2s;
}
.form-group input:focus, .form-group select:focus, .form-group textarea:focus { outline: none; border-color: var(--gold); }
.form-group textarea { height: 100px; resize: vertical; }
.form-submit { width: 100%; background: var(--navy); color: var(--white); border: none; padding: 13px; border-radius: 8px; font-size: 15px; font-weight: 700; cursor: pointer; transition: background .2s; }
.form-submit:hover { background: var(--gold); color: var(--navy); }

/* ── CTA Banner ── */
.cta-banner { background: linear-gradient(135deg, var(--navy), var(--navy2)); color: var(--white); text-align: center; padding: 70px 5%; }
.cta-banner h2 { font-size: clamp(1.6rem, 3vw, 2.2rem); font-weight: 800; margin-bottom: 12px; }
.cta-banner p { color: rgba(255,255,255,0.7); margin-bottom: 32px; font-size: 1rem; }
.cta-phone { font-size: 2rem; font-weight: 900; color: var(--gold); text-decoration: none; display: block; margin-bottom: 8px; letter-spacing: 1px; }
.cta-note { font-size: 13px; color: rgba(255,255,255,0.5); }

/* ── Footer ── */
footer { background: #08111d; padding: 36px 5%; }
.footer-inner { max-width: 1100px; margin: 0 auto; display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; gap: 20px; }
.footer-logo { color: var(--white); font-weight: 700; font-size: 15px; }
.footer-logo span { color: var(--gold); }
.footer-ids { font-size: 12px; color: rgba(255,255,255,0.35); }
.footer-copy { font-size: 12px; color: rgba(255,255,255,0.3); }

/* ── Page Hero (inner pages) ── */
.page-hero { background: linear-gradient(135deg, var(--navy), var(--navy2)); color: var(--white); padding: 60px 5%; }
.page-hero-inner { max-width: 1100px; margin: 0 auto; }
.page-hero h1 { font-size: clamp(1.8rem, 4vw, 2.6rem); font-weight: 800; margin-bottom: 10px; }
.page-hero p { color: rgba(255,255,255,0.7); font-size: 1rem; max-width: 560px; }

/* ── Photo Strip ── */
.photo-strip { display: grid; grid-template-columns: repeat(3, 1fr); height: 280px; overflow: hidden; }
.photo-card { background-size: cover; background-position: center; position: relative; overflow: hidden; transition: transform .4s; }
.photo-card:hover { transform: scale(1.04); }
.photo-card-overlay { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 35%, rgba(13,27,46,0.88) 100%); display: flex; align-items: flex-end; padding: 20px; }
.photo-card-label strong { display: block; color: var(--white); font-weight: 700; font-size: 15px; margin-bottom: 3px; }
.photo-card-label small { color: var(--gold); font-size: 11px; font-weight: 600; letter-spacing: 0.5px; text-transform: uppercase; }

/* ── Service Photo Icons ── */
.svc-photo { width:100%; height:140px; border-radius:10px; background-size:cover; background-position:center; margin-bottom:16px; }

/* ── Scene Cards (services/credentials pages) ── */
.scene-banner { height: 240px; background-size: cover; background-position: center; display: flex; align-items: center; justify-content: center; text-align: center; color: var(--white); position: relative; }
.scene-banner-inner { position: relative; z-index: 1; }
.scene-banner-inner p { font-size: 13px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; color: var(--gold); margin-bottom: 10px; }
.scene-banner-inner h2 { font-size: clamp(1.4rem, 3vw, 2rem); font-weight: 800; margin-bottom: 8px; }
.scene-banner-inner span { opacity: .75; font-size: 15px; }

/* ── Mobile ── */
@media (max-width: 768px) {
  .nav-links { display: none; }
  .contact-grid { grid-template-columns: 1fr; }
  .hero-stats { gap: 16px; }
  .ids-strip-inner { gap: 16px; }
  .photo-strip { grid-template-columns: 1fr; height: auto; }
  .photo-card { height: 200px; }
  .hero-logo-lg { height: 90px; }
}
