/* ==============================================
   Footer — CTA Band
   Broadcast-style diagonal slash accent
   ============================================== */
.sam-ft-cta {
  position: relative;
  background: var(--mustangs-blue);
  overflow: hidden;
  border-top: 5px solid var(--mustangs-red);
}

/* Diagonal red slash cutting across the band */
.sam-ft-cta-slash {
  position: absolute;
  top: -20%;
  right: 28%;
  width: 120px;
  height: 160%;
  background: var(--mustangs-red);
  transform: skewX(-12deg);
  opacity: 0.15;
  pointer-events: none;
}

.sam-ft-cta-inner {
  position: relative;
  z-index: 1;
  max-width: var(--content-max-width);
  margin: 0 auto;
  padding: 36px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.sam-ft-cta-text {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.sam-ft-cta-sub {
  font-family: 'Oswald', sans-serif;
  font-size: 11px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 5px;
  color: rgba(255, 255, 255, 0.45);
}

.sam-ft-cta-title {
  font-family: 'Oswald', sans-serif;
  font-size: 40px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 4px;
  color: #fff;
  line-height: 1;
}

.sam-ft-cta-title em {
  font-style: normal;
  color: var(--mustangs-red);
  text-shadow: 0 0 30px rgba(204, 0, 0, 0.3);
}

.sam-ft-cta-btns {
  display: flex;
  gap: 10px;
  flex-shrink: 0;
}

.sam-ft-btn-solid {
  font-family: 'Oswald', sans-serif;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 14px 32px;
  background: #fff;
  color: var(--mustangs-dark);
  text-decoration: none;
  clip-path: polygon(8px 0, 100% 0, calc(100% - 8px) 100%, 0 100%);
  transition: background 0.15s ease;
}

.sam-ft-btn-solid:hover {
  background: var(--mustangs-silver);
  color: var(--mustangs-dark);
}

.sam-ft-btn-outline {
  font-family: 'Oswald', sans-serif;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 14px 32px;
  background: transparent;
  color: #fff;
  border: 2px solid rgba(255, 255, 255, 0.2);
  text-decoration: none;
  transition: border-color 0.15s ease, background 0.15s ease;
}

.sam-ft-btn-outline:hover {
  border-color: rgba(255, 255, 255, 0.5);
  background: rgba(255, 255, 255, 0.05);
  color: #fff;
}

/* ==============================================
   Footer — Main Body
   ============================================== */
.sam-ft-main {
  position: relative;
  background: var(--mustangs-dark);
  overflow: hidden;
}

/* Ghost watermark */
.sam-ft-ghost {
  position: absolute;
  bottom: -10px;
  left: -20px;
  font-family: 'Oswald', sans-serif;
  font-size: clamp(160px, 18vw, 320px);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 12px;
  color: rgba(255, 255, 255, 0.015);
  white-space: nowrap;
  pointer-events: none;
  user-select: none;
  line-height: 1;
}

.sam-ft-wrap {
  position: relative;
  z-index: 1;
  max-width: var(--content-max-width);
  margin: 0 auto;
  padding: 0 20px;
}

/* ==============================================
   Footer — Brand + Nav Grid
   ============================================== */
.sam-ft-grid {
  display: flex;
  gap: 60px;
  padding: 52px 0 44px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.04);
}

/* Brand block */
.sam-ft-brand {
  flex: 0 0 340px;
  max-width: 340px;
}

.sam-ft-logos {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 16px;
}

.sam-ft-logo img {
  width: 80px;
  height: 80px;
  object-fit: contain;
  display: block;
}

.sam-ft-usphl {
  opacity: 0.4;
  transition: opacity 0.2s ease;
}

.sam-ft-usphl:hover {
  opacity: 0.9;
}

.sam-ft-usphl img {
  height: 56px;
  width: auto;
  display: block;
}

.sam-ft-brand-info {
  display: flex;
  flex-direction: column;
  margin-bottom: 16px;
}

.sam-ft-team-name {
  font-family: 'Oswald', sans-serif;
  font-size: 22px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #fff;
  line-height: 1.15;
}

.sam-ft-league-tag {
  font-family: 'Oswald', sans-serif;
  font-size: 11px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 3px;
  color: var(--mustangs-red);
  margin-top: 4px;
}

.sam-ft-desc {
  font-family: 'Source Sans 3', sans-serif;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.18);
  line-height: 1.7;
  margin: 0 0 20px;
}

/* Social icons */
.sam-ft-social {
  display: flex;
  gap: 0;
}

.sam-ft-social a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: rgba(255, 255, 255, 0.2);
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.06);
  margin-right: -1px;
  transition: color 0.15s ease, background 0.15s ease;
}

.sam-ft-social a:first-child {
  border-left: 3px solid var(--mustangs-red);
}

.sam-ft-social a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.04);
}

/* Nav columns */
.sam-ft-nav {
  flex: 1;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px;
}

.sam-ft-col {
  border-left: 3px solid rgba(255, 255, 255, 0.04);
  padding-left: 20px;
}

.sam-ft-col h4 {
  font-family: 'Oswald', sans-serif;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 4px;
  color: var(--mustangs-silver);
  margin: 0 0 16px;
  padding: 0;
}

.sam-ft-col a {
  font-family: 'Oswald', sans-serif;
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: rgba(255, 255, 255, 0.15);
  text-decoration: none;
  display: block;
  padding: 5px 0;
  transition: color 0.15s ease, border-color 0.15s ease;
  border-left: 2px solid transparent;
  padding-left: 0;
}

.sam-ft-col a:hover {
  color: #fff;
  border-left-color: var(--mustangs-red);
  padding-left: 10px;
}


/* ==============================================
   Footer — Bottom Bar
   ============================================== */
.sam-ft-bar {
  background: #000;
  border-top: 3px solid var(--mustangs-red);
  padding: 0 24px;
}

.sam-ft-bar-inner {
  max-width: var(--content-max-width);
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 18px 0;
  gap: 16px;
}

.sam-ft-copy {
  font-family: 'Oswald', sans-serif;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: rgba(255, 255, 255, 0.5);
}

.sam-ft-bar-right {
  display: flex;
  align-items: center;
  gap: 24px;
}

.sam-ft-bar-right a {
  font-family: 'Oswald', sans-serif;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: var(--mustangs-blue);
  text-decoration: none;
  transition: color 0.15s ease;
}

.sam-ft-bar-right a:hover {
  color: var(--mustangs-red);
}

.sam-ft-credit {
  font-family: 'Oswald', sans-serif;
  font-size: 10px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.25);
}
