.navbar-brand span {
  font-weight: 700;
  letter-spacing: .12em;
  font-size: .8rem;
  text-transform: uppercase;
}

.hero-section {
  min-height: calc(100vh - 72px);
  display: flex;
  align-items: center;
  background: radial-gradient(circle at top left, #ffffff 0, #f5f5f5 50%, #f0f0f0 100%);
  color: #111;
  position: relative;
  overflow: hidden;
}

.hero-kicker {
  text-transform: uppercase;
  letter-spacing: .18em;
  font-size: .75rem;
  font-weight: 600;
  color: #bbbbbb;
}

.hero-title {
  font-size: clamp(2.3rem, 4vw, 3.4rem);
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 1rem;
}

.hero-title span.highlight {
  color: var(--kd-accent);
}

.hero-subtitle {
  max-width: 540px;
  color: #515151;
  margin-bottom: 1.5rem;
}

.hero-tagline {
  font-size: .9rem;
  color: #8f8f8f;
  max-width: 460px;
}

.hero-badge {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  font-size: .8rem;
  padding: .4rem .75rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.1);
  margin-bottom: 1rem;
}

.hero-badge-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: var(--kd-accent);
  box-shadow: 0 0 12px rgba(245, 166, 35, 0.7);
}

.hero-side-card {
  /*background: linear-gradient(145deg, #101010, #050505);*/
  border-radius: 1.25rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.7);
  padding: 1.5rem;
}

.hero-stat-label {
  font-size: .75rem;
  text-transform: uppercase;
  letter-spacing: .14em;
  color: #a6a6a6;
}

.hero-stat-value {
  font-size: 1.15rem;
  font-weight: 600;
}

.section-dark {
  background-color: #ffffff;
  padding: 4.5rem 0;
  border-top: 1px solid #1a1a1a;
  color: 111;
}

.section-light {
  background-color: #fafafa;
  padding: 4.5rem 0;
  border-top: 1px solid #1a1a1a;
  color: 111;
}

.section-title {
  font-size: 1.9rem;
  font-weight: 600;
  margin-bottom: .75rem;
}

.section-eyebrow {
  text-transform: uppercase;
  letter-spacing: .18em;
  font-size: .75rem;
  color: #a1a1a1;
  margin-bottom: .4rem;
}

.gain-section {
  background: #f7f7f7;
}

.gain-pill {
  display: inline-flex;
  align-items: center;
  padding: .35rem .9rem;
  border-radius: 999px;
  border: 1px solid var(--kd-accent);
  background-color: rgba(245, 166, 35, 0.12);
  color: #111;
  text-transform: uppercase;
  letter-spacing: .18em;
  font-size: .7rem;
  font-weight: 600;
  margin-bottom: .75rem;
}

.gain-list {
  list-style: none;
  padding-left: 0;
  margin: 1.5rem 0 0;
}

.gain-list li {
  display: flex;
  gap: .75rem;
  align-items: flex-start;
  padding: .6rem 0;
  border-bottom: 1px solid #e2e4e8;
}

.gain-list li:last-child {
  border-bottom: 0;
}

.gain-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: var(--kd-accent);
  box-shadow: 0 0 0 4px rgba(245, 166, 35, 0.15);
  margin-top: .45rem;
  flex: 0 0 auto;
}

.gain-title {
  display: block;
  font-weight: 600;
  color: #111;
  margin-bottom: .2rem;
}

.gain-text {
  display: block;
  color: #515151;
  font-size: .95rem;
}

.gain-image {
  border-radius: 1.25rem;
  overflow: hidden;
  border: 1px solid #d7dbe2;
  background-color: #f0f0f0;
  box-shadow: 0 18px 35px rgba(0, 0, 0, 0.15);
}

.gain-image img {
  width: 100%;
  height: 100%;
  min-height: 340px;
  object-fit: cover;
  display: block;
}

.text-muted-soft {
  color: #515151 !important;
}

.pill-tag {
  display: inline-flex;
  align-items: center;
  padding: .25rem .7rem;
  border-radius: 50rem;
  border: 1px solid #2a2a2a;
  font-size: .75rem;
  color: #bbbbbb;
  margin: .15rem;
  background-color: rgba(255, 255, 255, 0.02);
}

.card-kd {
  background-color: #ffffff;
  border-radius: 1rem;
  border: 1px solid #e0e0e0;
  padding: 1.5rem;
  height: 100%;
  color: #333;
}

.card-kd h3 {
  font-size: 1.1rem;
  margin-bottom: .4rem;
}

.card-kd p {
  font-size: .9rem;
  color: #515151;
}

.badge-industry {
  display: inline-block;
  font-size: .7rem;
  text-transform: uppercase;
  letter-spacing: .16em;
  padding: .2rem .6rem;
  border-radius: 50rem;
  border: 1px solid #2a2a2a;
  color: #515151;
}

.instructor-photo {
  width: 100%;
  aspect-ratio: 3 / 4;
  border-radius: 1.25rem;
  background: radial-gradient(circle at 10% 10%, #333 0, #000 60%);
  border: 1px solid #252525;
  position: relative;
  overflow: hidden;
}

.instructor-photo::after {
  content: "Instructor: Former Police Officer & Defense Trainer";
  position: absolute;
  left: 1rem;
  bottom: 1rem;
  right: 1rem;
  font-size: .75rem;
  text-transform: uppercase;
  letter-spacing: .1em;
  color: #f7f7f7;
  background: rgba(0, 0, 0, 0.6);
  padding: .4rem .6rem;
  border-radius: .6rem;
  border: 1px solid rgba(255, 255, 255, 0.16);
}

.footer {
  /*background-color: #000;*/
  border-top: 1px solid #1a1a1a;
  color: var(--bs-emphasis-color);
  padding: 2.5rem 0 1.5rem;
  font-size: .85rem;
}

.footer a {
  color: #cccccc;
  text-decoration: none;
}

.media-showreel {
  width: 100%;
  max-width: 960px;
  margin: 2.5rem auto;
  border-radius: 1rem;
  overflow: hidden;
  box-shadow: 0 25px 60px rgba(0, 0, 0, 0.25);
  aspect-ratio: 16 / 9;
  min-height: clamp(360px, 28vw, 520px);
}

.media-showreel iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 16 / 9;
  border: 0;
  display: block;
}

@media (max-width: 768px) {
  .media-showreel {
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.18);
    border-radius: .75rem;
  }

  .media-showreel iframe {
    aspect-ratio: 4 / 3;
  }
}

@media (min-width: 992px) {
  .media-showreel {
    min-height: 520px;
  }
}

.footer a:hover {
  color: #ffffff;
  text-decoration: underline;
}

.btn-kd-primary {
  background-color: var(--kd-accent);
  border-color: var(--kd-accent);
  color: #111;
  font-weight: 600;
  border-radius: 999px;
  padding-inline: 1.5rem;
}

.btn-kd-primary:hover {
  background-color: #ffb947;
  border-color: #ffb947;
  color: #111;
}

.btn-outline-kd {
  border-radius: 999px;
  border-color: #3a3a3a;
  color: #3a3a3a ;
  background: transparent;
}

.btn-outline-kd:hover {
  background-color: #1a1a1a;
  border-color: #555;
  color: #fff;
}

.form-control,
.form-select {
  border-color: #333;
  border-radius: 5px;
}

.form-control:focus,
.form-select:focus {
  background-color: #050505;
  border-color: var(--kd-accent);
  box-shadow: 0 0 0 .15rem rgba(245, 166, 35, .25);
  color: #fff;
}

.form-label {
  font-size: .85rem;
  color: #515151;
}

.modal-content {
  background-color: #f5f6f8;
  color: #111;
  border-radius: 1rem;
  border: 1px solid #d7dbe2;
}

.modal-content .form-control,
.modal-content .form-select {
  background-color: #fff;
  border-color: #c9cdd4;
  border-radius: 5px;
  color: #111;
}

.modal-content .form-control::placeholder,
.modal-content .form-select::placeholder {
  color: #6c7077;
}

.modal-content .form-control:focus,
.modal-content .form-select:focus {
  background-color: #fff;
  border-color: var(--kd-accent);
  box-shadow: 0 0 0 .15rem rgba(245, 166, 35, .25);
  color: #111;
}

.modal-content .form-label {
  font-size: .85rem;
  color: #111;
}

.modal-content .btn-close.btn-close-white {
  filter: none;
  opacity: .7;
}

@media (max-width: 767.98px) {
  .hero-section {
    padding-top: 1.5rem;
    padding-bottom: 3rem;
  }
}

@media (max-width: 767.98px) {
  body {
    padding-top: 64px;
  }
}

.hero-media-wrapper {
  border-radius: 1.25rem;
  overflow: hidden;
  border: 1px solid #252525;
  margin-bottom: 1rem;
}

.hero-media {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
