/* =========================================================
   NURIA GC
   Selected Engagement Inquiry
========================================================= */


/* =========================================================
   GLOBAL
========================================================= */

.ngc-engagement-inquiry {
  background: #ffffff;
  color: #121417;
}

.ngc-engagement-inquiry-heading {
  margin: 0 0 1.25rem;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(2rem, 4vw, 3.25rem);
  font-weight: 600;
  line-height: 1.08;
  color: #121417;
}

.ngc-engagement-inquiry-text {
  margin-bottom: 1rem;
  color: #555b61;
  font-size: 1rem;
  line-height: 1.8;
}

.ngc-engagement-inquiry-lead {
  color: #454a50;
  font-size: 1.08rem;
  line-height: 1.8;
}

.ngc-engagement-inquiry-divider {
  width: 64px;
  height: 1px;
  margin: 1.5rem auto 2rem;
  background: #c21d1d;
}


/* =========================================================
   HERO
========================================================= */

.ngc-engagement-inquiry-hero {
  position: relative;
  overflow: hidden;
  padding: 9rem 0 6rem;
  background: #f7f7f5;
}

.ngc-engagement-inquiry-hero-content {
  max-width: 650px;
}

.ngc-engagement-inquiry-title {
  margin: 1rem 0 1.5rem;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(2.8rem, 5vw, 4.75rem);
  font-weight: 600;
  line-height: 0.98;
  letter-spacing: -0.02em;
  color: #121417;
}

.ngc-engagement-inquiry-line {
  width: 72px;
  height: 1px;
  margin: 0 0 1.75rem;
  background: #c21d1d;
}

.ngc-engagement-inquiry-subtitle {
  max-width: 610px;
  margin-bottom: 1.25rem;
  color: #30353a;
  font-size: 1.18rem;
  font-weight: 500;
  line-height: 1.65;
}

.ngc-engagement-inquiry-hero .ngc-engagement-inquiry-text {
  max-width: 610px;
}

.ngc-engagement-inquiry-note {
  max-width: 610px;
  margin-top: 2rem;
  padding: 1.4rem 1.5rem;
  border-left: 3px solid #c21d1d;
  background: #ffffff;
}

.ngc-engagement-inquiry-note p {
  margin: 0;
  color: #4d5258;
  font-size: 0.95rem;
  line-height: 1.75;
}

.ngc-engagement-inquiry-signature {
  display: block;
  margin-top: 1rem;
  color: #121417;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.ngc-engagement-inquiry-actions {
  margin-top: 2rem;
}

.ngc-engagement-inquiry-hero-media {
  position: relative;
}

.ngc-engagement-inquiry-hero-media::before {
  position: absolute;
  top: -18px;
  right: -18px;
  z-index: 0;
  width: 65%;
  height: 65%;
  border-top: 1px solid rgba(194, 29, 29, 0.55);
  border-right: 1px solid rgba(194, 29, 29, 0.55);
  content: '';
}

.ngc-engagement-inquiry-hero-image {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  min-height: 540px;
  object-fit: cover;
  box-shadow: 0 22px 55px rgba(0, 0, 0, 0.14);
}


/* =========================================================
   INTRODUCTION
========================================================= */

.ngc-engagement-inquiry-introduction {
  padding: 7rem 0;
  background: #ffffff;
}

.ngc-engagement-inquiry-intro-content {
  max-width: 820px;
  margin: 0 auto;
}

.ngc-engagement-inquiry-intro-content .ngc-engagement-inquiry-text {
  max-width: 760px;
  margin-right: auto;
  margin-left: auto;
}


/* =========================================================
   INTRODUCTION PANELS
========================================================= */

.ngc-engagement-inquiry-panel {
  height: 100%;
  padding: clamp(2rem, 4vw, 3rem);
  border: 1px solid #e1e1de;
  background: #fafaf8;
}

.ngc-engagement-inquiry-panel--accent {
  border-top: 3px solid #c21d1d;
  background: #f4f4f1;
}

.ngc-engagement-inquiry-panel-number {
  display: block;
  margin-bottom: 1.25rem;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.5rem;
  font-weight: 600;
  color: #c21d1d;
}

.ngc-engagement-inquiry-panel-title {
  margin: 0;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.85rem;
  font-weight: 600;
  line-height: 1.15;
  color: #121417;
}

.ngc-engagement-inquiry-panel-line {
  width: 48px;
  height: 1px;
  margin: 1.25rem 0 1.5rem;
  background: #c21d1d;
}

.ngc-engagement-inquiry-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.ngc-engagement-inquiry-list li {
  position: relative;
  padding: 0.8rem 0 0.8rem 1.4rem;
  border-bottom: 1px solid #e4e4e1;
  color: #50555a;
  line-height: 1.65;
}

.ngc-engagement-inquiry-list li:last-child {
  border-bottom: 0;
}

.ngc-engagement-inquiry-list li::before {
  position: absolute;
  top: 1.45rem;
  left: 0;
  width: 5px;
  height: 5px;
  background: #c21d1d;
  content: '';
}

.ngc-engagement-inquiry-panel .ngc-engagement-inquiry-note {
  margin-top: 1.5rem;
  padding: 1rem 1.15rem;
  border-left-width: 2px;
  background: #ffffff;
  color: #555b61;
  font-size: 0.9rem;
  line-height: 1.7;
}


/* =========================================================
   FORM SECTION
========================================================= */

.ngc-engagement-inquiry-form-section {
  padding: 7rem 0;
  background: #f7f7f5;
}

.ngc-engagement-inquiry-form-header {
  max-width: 760px;
  margin: 0 auto 4rem;
  text-align: center;
}


/* =========================================================
   FORM
========================================================= */

.ngc-engagement-inquiry-form {
  padding: clamp(2rem, 5vw, 4rem);
  border-top: 4px solid #c21d1d;
  background: #ffffff;
  box-shadow: 0 18px 55px rgba(0, 0, 0, 0.08);
}

.ngc-engagement-inquiry-form-section-header {
  margin: 0 0 2rem;
  padding: 3rem 0 1.25rem;
  border-bottom: 1px solid #dcdcd8;
}

.ngc-engagement-inquiry-form-section-header:first-of-type {
  padding-top: 0;
}

.ngc-engagement-inquiry-form-number {
  display: block;
  margin-bottom: 0.55rem;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 1.3rem;
  font-weight: 600;
  color: #c21d1d;
}

.ngc-engagement-inquiry-form-title {
  margin: 0 0 0.5rem;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: 2rem;
  font-weight: 600;
  color: #121417;
}

.ngc-engagement-inquiry-form-description {
  max-width: 680px;
  margin: 0;
  color: #696e73;
  font-size: 0.94rem;
  line-height: 1.7;
}


/* =========================================================
   FORM CONTROLS
========================================================= */

.ngc-engagement-inquiry-form label {
  display: block;
  margin-bottom: 0.55rem;
  color: #25292d;
  font-size: 0.88rem;
  font-weight: 600;
}

.ngc-engagement-inquiry-form .form-control,
.ngc-engagement-inquiry-form .form-select {
  min-height: 52px;
  padding: 0.8rem 0.95rem;
  border: 1px solid #d1d3d4;
  border-radius: 0;
  background-color: #ffffff;
  color: #121417;
  font-size: 0.95rem;
  box-shadow: none;
}

.ngc-engagement-inquiry-form textarea.form-control {
  min-height: auto;
  resize: vertical;
  line-height: 1.65;
}

.ngc-engagement-inquiry-form .form-control:focus,
.ngc-engagement-inquiry-form .form-select:focus {
  border-color: #70757a;
  box-shadow: 0 0 0 2px rgba(194, 29, 29, 0.08);
}

.ngc-engagement-inquiry-form .form-control::placeholder {
  color: #a2a5a8;
}

.ngc-form-help {
  margin-top: 0.55rem;
  color: #7b7f83;
  font-size: 0.78rem;
  line-height: 1.55;
}


/* =========================================================
   FORM INSTITUTIONAL NOTE
========================================================= */

.ngc-engagement-inquiry-form-note {
  margin-top: 1rem;
  padding: 1.5rem 1.65rem;
  border-left: 3px solid #c21d1d;
  background: #f4f4f1;
}

.ngc-engagement-inquiry-form-note strong {
  display: block;
  margin-bottom: 0.5rem;
  color: #121417;
  font-size: 0.8rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.ngc-engagement-inquiry-form-note p {
  margin: 0;
  color: #555b61;
  font-size: 0.9rem;
  line-height: 1.7;
}


/* =========================================================
   SUBMIT
========================================================= */

.ngc-engagement-inquiry-submit {
  margin-top: 2.25rem;
}

.ngc-engagement-inquiry-submit .ngc-btn-primary {
  min-width: 230px;
}

.ngc-engagement-inquiry-submit-note {
  margin: 0.85rem 0 0;
  color: #7a7e82;
  font-size: 0.78rem;
}


/* =========================================================
   ASSURANCE
   Institutional Closing
========================================================= */

.ngc-engagement-inquiry-assurance {
  padding: 7rem 0;
  background: #f7f4ee;
  color: #121417;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
}

.ngc-engagement-inquiry-assurance-inner {
  position: relative;
}

.ngc-engagement-inquiry-assurance .ngc-section-kicker {
  color: #c21d1d;
}

.ngc-engagement-inquiry-assurance-title {
  max-width: 480px;
  margin: 1rem 0 0;
  font-family: 'Cormorant Garamond', Georgia, serif;
  font-size: clamp(2.1rem, 4vw, 3.5rem);
  font-weight: 600;
  line-height: 1.08;
  color: #121417;
}

.ngc-engagement-inquiry-assurance-text {
  margin-bottom: 1rem;
  color: #555b61;
  font-size: 0.98rem;
  line-height: 1.85;
}

.ngc-engagement-inquiry-assurance-principles {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem 0.9rem;
  margin-top: 2rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(0, 0, 0, 0.12);

  color: #121417;
  font-size: 0.74rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.ngc-engagement-inquiry-assurance-principles span[aria-hidden='true'] {
  color: #c21d1d;
}


/* =========================================================
   ASSURANCE — TABLET
========================================================= */

@media (max-width: 991.98px) {

  .ngc-engagement-inquiry-assurance {
    padding: 5rem 0;
  }

  .ngc-engagement-inquiry-assurance-title {
    max-width: 650px;
  }

}


/* =========================================================
   ASSURANCE — MOBILE
========================================================= */

@media (max-width: 767.98px) {

  .ngc-engagement-inquiry-assurance {
    padding: 4rem 0;
  }

  .ngc-engagement-inquiry-assurance-title {
    font-size: 2.4rem;
  }

  .ngc-engagement-inquiry-assurance-principles {
    gap: 0.5rem 0.65rem;
  }

}