/* Precast Talent brand overrides */
:root {
  --pt-blue: #0068b3;
  --pt-blue-dark: #005691;
  --pt-charcoal: #2c343a;
  --pt-gray: #5c656c;
  --pt-mist: #eef2f5;
}

body {
  color: var(--pt-charcoal);
  font-family: "Source Sans 3", "Segoe UI", sans-serif;
}

h1, h2, h3, h4, h5, h6,
.navbar-brand-text {
  font-family: Sora, "Source Sans 3", sans-serif;
}

.btn-primary,
.bg-primary,
.navbar .btn-primary {
  background-color: var(--pt-blue) !important;
  border-color: var(--pt-blue) !important;
}

.btn-primary:hover,
.btn-primary:focus {
  background-color: var(--pt-blue-dark) !important;
  border-color: var(--pt-blue-dark) !important;
}

.btn-outline-light:hover {
  color: var(--pt-charcoal) !important;
}

.bg-primary-gradient {
  background: linear-gradient(135deg, #004f84 0%, #0068b3 55%, #1a7fc4 100%) !important;
}

.text-primary {
  color: var(--pt-blue) !important;
}

.navbar.backdrop {
  background: rgba(255, 255, 255, 0.94) !important;
  backdrop-filter: blur(10px);
  box-shadow: 0 1px 0 rgba(44, 52, 58, 0.06);
}

.navbar-brand {
  gap: 0.65rem;
}

.navbar-brand img.logo-nav {
  height: 46px;
  width: auto;
  max-width: 240px;
  object-fit: contain;
}

@media (min-width: 992px) {
  .navbar-brand img.logo-nav {
    height: 54px;
    max-width: 280px;
  }
}

/* Full-bleed hero */
.hero-full {
  position: relative;
  min-height: 92vh;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: #1a2228 center/cover no-repeat;
}

.hero-full::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(110deg, rgba(20, 28, 34, 0.88) 0%, rgba(20, 28, 34, 0.72) 48%, rgba(0, 104, 179, 0.35) 100%);
  z-index: 1;
}

.hero-full .container {
  position: relative;
  z-index: 2;
  padding-top: 6rem;
  padding-bottom: 4rem;
}

.hero-full h1,
.hero-full p {
  color: #fff;
}

.hero-full .eyebrow {
  letter-spacing: 0.14em;
  font-size: 0.8rem;
  color: rgba(255, 255, 255, 0.85);
}

.hero-cta .btn {
  min-width: 170px;
}

.section-media {
  width: 100%;
  height: 100%;
  min-height: 280px;
  object-fit: cover;
  border-radius: 1.25rem;
  box-shadow: 0 18px 40px rgba(44, 52, 58, 0.14);
}

.section-band {
  background: linear-gradient(180deg, #f7f9fb 0%, #ffffff 100%);
}

.role-card {
  position: relative;
  overflow: hidden;
  border: 0;
  border-radius: 1rem;
  min-height: 240px;
  box-shadow: 0 12px 28px rgba(44, 52, 58, 0.1);
  transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.role-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 36px rgba(44, 52, 58, 0.16);
}

.role-card .role-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.role-card .role-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(20, 28, 34, 0.15) 20%, rgba(20, 28, 34, 0.88) 100%);
}

.role-card .role-body {
  position: relative;
  z-index: 2;
  height: 100%;
  min-height: 240px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 1.35rem;
  color: #fff;
}

.role-card h3 {
  color: #fff;
  font-size: 1.15rem;
  margin-bottom: 0.35rem;
}

.role-card p {
  color: rgba(255, 255, 255, 0.88);
  margin: 0;
  font-size: 0.95rem;
}

.candidates-banner {
  position: relative;
  min-height: 340px;
  display: flex;
  align-items: center;
  background: #1a2228 center/cover no-repeat;
}

.candidates-banner::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(20, 28, 34, 0.7);
}

.candidates-banner .container {
  position: relative;
  z-index: 2;
}

.candidates-banner h2,
.candidates-banner p {
  color: #fff;
}

.footer-brand img {
  height: 88px;
  width: auto;
  max-width: 280px;
  object-fit: contain;
  background: #fff;
  border-radius: 14px;
  padding: 0.55rem 0.85rem;
}

.heading-color {
  color: var(--pt-charcoal);
}

@media (max-width: 767.98px) {
  .hero-full {
    min-height: 86vh;
  }

  .navbar-brand img.logo-nav {
    height: 40px;
    max-width: 190px;
  }
}
