.navigation-wrapper {
  display: contents;
}
 
.navigation-container1 {
  display: contents;
}
 
.navigation-container2 {
  display: none;
}
 
.navigation-container3 {
  display: contents;
}

.footer-wrapper {
  display: contents;
}
 
.footer-container1 {
  display: contents;
}
 
.footer-thq-footer-legal-link-elm1 {
  text-decoration: none;
}
 
.footer-thq-footer-legal-link-elm2 {
  text-decoration: none;
}
 
.footer-container2 {
  display: none;
}
 
.footer-container3 {
  display: contents;
}
 
.footer-container4 {
  display: none;
}
 
.footer-container5 {
  display: contents;
}

.home-container1 {
  width: 100%;
  display: block;
  min-height: 100vh;
}
 
.home-thq-btn-elm1 {
  text-decoration: none;
}
 
.home-thq-btn-elm2 {
  text-decoration: none;
}
 
.home-container2 {
  display: none;
}
 
.home-container3 {
  display: contents;
}
 
.home-container4 {
  right: 50px;
  border: 1px solid #ffffff5c;
  bottom: 30px;
  display: flex;
  z-index: 22;
  position: fixed;
  box-shadow: 5px 5px 10px 0px rgba(31, 31, 31, 0.4);
  min-height: auto;
  align-items: center;
  padding-top: 8px;
  padding-left: 12px;
  border-radius: 8px;
  padding-right: 12px;
  padding-bottom: 8px;
  backdrop-filter: blur(6px);
  background-color: rgba(41, 41, 41, 0.41);
}
 
.home-icon81 {
  width: 24px;
  margin-right: 4px;
}
 
.home-text26 {
  color: white;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}


/* Subtle persistent header CTA (matches nav styling) */
.navigation-cta span {
  font-weight: 600;
  color: var(--color-primary);
}

/* Assessment Form Styling */
.assessment-form {
  margin-top: 24px;
}

.assessment-form .form-row {
  display: flex;
  gap: 16px;
  margin-bottom: 16px;
  flex-wrap: wrap;
}

.assessment-form input,
.assessment-form textarea {
  flex: 1;
  padding: 12px 14px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-family: inherit;
  font-size: 0.95rem;
}

.assessment-form textarea {
  width: 100%;
}

.assessment-form .form-actions {
  margin-top: 12px;
}



/* --- Free Assessment Form (Clean) --- */
.assessment-form--clean{
  width: 100%;
  max-width: 720px;
  margin: 22px auto 0;
  text-align: left;
}

.assessment-form--clean .form-grid{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px 18px;
}

.assessment-form--clean .field{
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.assessment-form--clean label{
  font-size: 0.9rem;
  font-weight: 600;
  color: #1b2a41;
}

.assessment-form--clean input,
.assessment-form--clean textarea{
  width: 100%;
  box-sizing: border-box;

  /* Visibility + institutional clarity */
  border: 1px solid #9ca3af;
  background: #ffffff;
  padding: 12px 14px;
  border-radius: 6px;

  font-family: inherit;
  font-size: 0.95rem;
  line-height: 1.25;
  color: #1b2a41;

  /* Subtle depth so fields don’t disappear */
  box-shadow: 0 1px 0 rgba(0,0,0,0.06);
}

.assessment-form--clean input:focus,
.assessment-form--clean textarea:focus{
  outline: none;
  border-color: #1b2a41;
  box-shadow: 0 0 0 3px rgba(27,42,65,0.10);
}

.assessment-form--clean textarea{
  resize: vertical;
  min-height: 110px;
}

.assessment-form--clean .form-actions{
  margin-top: 18px;
  display: flex;
  justify-content: flex-start;
}

.assessment-form--clean .btn{
  padding: 12px 18px;
  border-radius: 6px;
}

.assessment-form--clean .btn.btn-lg{
  min-width: 220px;
}

.assessment-form--clean .form-microcopy{
  margin-top: 14px;
  font-size: 0.85rem;
  color: rgba(27,42,65,0.75);
  text-align: center;
}

@media (max-width: 720px){
  .assessment-form--clean{ max-width: 100%; }
  .assessment-form--clean .form-grid{ grid-template-columns: 1fr; }
  .assessment-form--clean .form-actions{ justify-content: stretch; }
  .assessment-form--clean .btn.btn-lg{ width: 100%; }
}


.assessment-form--clean input::placeholder,
.assessment-form--clean textarea::placeholder{
  color: #6b7280;
  opacity: 1;
}

.assessment-form--clean input:hover,
.assessment-form--clean textarea:hover{
  border-color: #6b7280;
}

/* =========================================================
   PROCESS DISCLAIMER (Surgical)
   Centered governance note under process steps.
   Typography inherits to match the site. No layout overhaul.
   ========================================================= */
.process-disclaimer {
  margin: 22px auto 0;
  text-align: center;
  font-family: inherit;
  font-size: 0.95rem;
  line-height: 1.4;
  color: #1b2a41;
  white-space: nowrap; /* force single line */
}




/* =========================================================
   ASSESSMENT GOVERNANCE – Force Single Line (Surgical)
   Keeps governance microcopy on one centered line.
   ========================================================= */
.assessment-form--clean .form-microcopy {
  white-space: nowrap;
  text-align: center;
}


/* =========================================================
   INDUSTRY CROSS-LINKS – Vertical Page Interlinking (Step 2)
   Adds a restrained cross-link line below the primary CTA
   on industry pages to create a clean topical cluster.
   ========================================================= */
.industry-crosslinks {
  margin-top: 14px;
  text-align: center;
}

.industry-crosslinks-text {
  margin: 0;
  font-size: 0.95rem;
  color: rgba(27, 42, 65, 0.80);
}

.industry-crosslinks-text a {
  text-decoration: none;
  border-bottom: 1px solid rgba(27, 42, 65, 0.35);
}

.industry-crosslinks-text a:hover {
  border-bottom-color: rgba(27, 42, 65, 0.75);
}
