/* --- PAGE TITLES & HEADERS --- */
h1.page-title,
.tactical-content h1 {
  font-size: 1.9rem !important; 
  line-height: 1.1 !important;
  color: #001f3f !important; /* Deep Navy */
  text-transform: uppercase !important;
  letter-spacing: 0.3px !important; 
  white-space: nowrap !important; 
  margin-bottom: 25px !important;
  display: block !important;
  font-weight: 700 !important; /* Forces Bold */
}

/* --- TAGLINE (The "Precision/Certainty" line) --- */
.tagline {
    font-size: 1.2rem;
    color: #001f3f;
    font-weight: 700;
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
    /* Force the gap to be smaller */
    margin-bottom: 5px !important; 
    margin-top: -10px !important;
}

/* --- BODY TEXT & TACTICAL LAYOUT --- */
.tactical-content .tactical-text-body p, 
.tactical-content .tactical-text-body li {
    font-size: 1.1rem;
    line-height: 1.6;
    color: #333;
    max-width: 800px;
}

/* --- RESPONSIVE --- */
@media (max-width: 1100px) {
  h1.page-title, .tactical-content h1 {
    font-size: 1.6rem !important;
    white-space: normal !important; 
  }
}