:root {
  --nd238-blue: #006bb6;
  --nd238-blue-dark: #0a3155;
  --nd238-blue-deep: #062b4b;
  --nd238-blue-soft: #e8f6ff;
  --nd238-blue-pale: #f3faff;
  --nd238-line: #c5deee;
  --nd238-text: #172638;
  --nd238-muted: #5e7080;
  --nd238-white: #fff;
  --nd238-warning: #b95e00;
  --nd238-danger: #b42318;
  --nd238-success: #147a52;
  --nd238-shadow: 0 18px 48px rgba(10, 49, 85, .10);
}

body.nd238-page-active {
  background: #f7fafc;
}

.nd238-main {
  margin-top: 0 !important;
  padding-top: 76px;
}

.nd238-campaign-header,
.nd238-campaign-header *,
.nd238-mobile-cta,
.nd238-mobile-cta * {
  box-sizing: border-box;
}

.nd238-campaign-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 1060;
  border-bottom: 1px solid #dce6ed;
  background: rgba(255, 255, 255, .97);
  box-shadow: 0 4px 18px rgba(10, 49, 85, .07);
  backdrop-filter: blur(12px);
}

.nd238-shell {
  width: min(1170px, calc(100% - 32px));
  margin: 0 auto;
}

.nd238-campaign-header__inner {
  display: flex;
  min-height: 76px;
  align-items: center;
  gap: 18px;
}

.nd238-campaign-logo {
  display: block;
  width: 190px;
  flex: 0 0 190px;
}

.nd238-campaign-logo img {
  display: block;
  width: 100%;
  height: auto;
}

.nd238-campaign-name {
  display: grid;
  min-width: 118px;
  padding-left: 16px;
  border-left: 1px solid #dce6ed;
  color: var(--nd238-blue-dark);
  line-height: 1.15;
}

.nd238-campaign-name:hover,
.nd238-campaign-name:focus {
  color: var(--nd238-blue);
  text-decoration: none;
}

.nd238-campaign-name strong {
  color: var(--nd238-blue);
  font-size: 16px;
  font-weight: 900;
}

.nd238-campaign-name span {
  margin-top: 3px;
  color: #6d7c88;
  font-size: 10px;
  white-space: nowrap;
}

.nd238-campaign-nav {
  display: flex;
  align-items: stretch;
  align-self: stretch;
  gap: 24px;
}

.nd238-campaign-nav a {
  position: relative;
  display: inline-flex;
  align-items: center;
  color: #2e3e4c;
  font-size: 13px;
  font-weight: 800;
  white-space: nowrap;
}

.nd238-campaign-nav a::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 3px;
  background: var(--nd238-blue);
  content: "";
  opacity: 0;
  transform: scaleX(.4);
  transition: opacity .2s ease, transform .2s ease;
}

.nd238-campaign-nav a:hover,
.nd238-campaign-nav a:focus,
.nd238-campaign-nav a.is-active {
  color: var(--nd238-blue);
  text-decoration: none;
}

.nd238-campaign-nav a.is-active::after {
  opacity: 1;
  transform: scaleX(1);
}

.nd238-campaign-actions {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-left: auto;
}

.nd238-campaign-phone {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--nd238-blue-dark);
}

.nd238-campaign-phone:hover,
.nd238-campaign-phone:focus {
  color: var(--nd238-blue);
  text-decoration: none;
}

.nd238-campaign-phone > i {
  color: var(--nd238-blue);
  font-size: 20px;
}

.nd238-campaign-phone span {
  display: grid;
  line-height: 1.12;
}

.nd238-campaign-phone small {
  color: #71808d;
  font-size: 10px;
}

.nd238-campaign-phone strong {
  margin-top: 2px;
  font-size: 14px;
  font-weight: 900;
}

.nd238-campaign-zalo,
.nd238-campaign-menu-toggle {
  display: inline-flex;
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  align-items: center;
  justify-content: center;
  border: 1px solid #cbdce8;
  border-radius: 50%;
  background: var(--nd238-white);
}

.nd238-campaign-zalo img {
  width: 26px;
  height: 26px;
}

.nd238-campaign-cta {
  display: inline-flex;
  min-height: 40px;
  align-items: center;
  justify-content: center;
  padding: 9px 15px;
  border: 1px solid var(--nd238-blue);
  border-radius: 6px;
  color: var(--nd238-white);
  background: var(--nd238-blue);
  font-size: 12px;
  font-weight: 900;
  white-space: nowrap;
}

.nd238-campaign-cta:hover,
.nd238-campaign-cta:focus {
  border-color: #ffd000;
  color: var(--nd238-blue-dark);
  background: #ffd000;
  text-decoration: none;
}

.nd238-campaign-menu-toggle {
  display: none;
  padding: 0;
  color: var(--nd238-blue-dark);
  cursor: pointer;
}

.nd238-campaign-panel {
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  border-top: 1px solid #e4ebf0;
  background: var(--nd238-white);
  box-shadow: 0 16px 24px rgba(10, 49, 85, .12);
}

.nd238-campaign-panel[hidden],
.nd238 [hidden] {
  display: none !important;
}

.nd238-campaign-panel nav,
.nd238-campaign-panel__contact {
  width: min(720px, calc(100% - 28px));
  margin: 0 auto;
}

.nd238-campaign-panel nav {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  padding: 12px 0;
}

.nd238-campaign-panel nav a {
  display: flex;
  min-height: 46px;
  align-items: center;
  padding: 9px 12px;
  color: #34495a;
  font-size: 14px;
  font-weight: 800;
}

.nd238-campaign-panel nav a span {
  margin-right: 10px;
  color: var(--nd238-blue);
  font-size: 12px;
}

.nd238-campaign-panel nav a:hover,
.nd238-campaign-panel nav a:focus,
.nd238-campaign-panel nav a.is-active {
  color: var(--nd238-blue);
  background: var(--nd238-blue-soft);
  text-decoration: none;
}

.nd238-campaign-panel__contact {
  display: flex;
  gap: 18px;
  padding: 12px;
  border-top: 1px solid #e4ebf0;
}

.nd238-campaign-panel__contact a {
  color: var(--nd238-blue);
  font-size: 13px;
  font-weight: 800;
}

.nd238-mobile-cta {
  display: none;
}

#nd238Assessment,
#diem-moi,
#nd238Legal,
#giai-phap,
#bang-chung,
#nd238Form,
#faq {
  scroll-margin-top: 94px;
}

.nd238 {
  color: var(--nd238-text);
  background: #f7fafc;
  font-family: "Open Sans", Arial, sans-serif;
}

.nd238 *,
.nd238 *::before,
.nd238 *::after {
  box-sizing: border-box;
}

.nd238 a:focus-visible,
.nd238 button:focus-visible,
.nd238 input:focus-visible,
.nd238 select:focus-visible,
.nd238 textarea:focus-visible,
.nd238 summary:focus-visible {
  outline: 3px solid rgba(0, 107, 182, .28);
  outline-offset: 3px;
}

.nd238-hero {
  overflow: hidden;
  padding: 76px 0 70px;
  background:
    radial-gradient(circle at 82% 12%, rgba(255, 208, 0, .18), transparent 18%),
    linear-gradient(135deg, #e5f6ff 0%, #f8fcff 56%, #dff3ff 100%);
}

.nd238-hero__inner {
  display: grid;
  grid-template-columns: minmax(0, 1.03fr) minmax(420px, .97fr);
  gap: 58px;
  align-items: center;
}

.nd238-pill {
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  gap: 7px;
  padding: 6px 14px;
  border: 1px solid rgba(0, 107, 182, .45);
  border-radius: 999px;
  color: var(--nd238-blue);
  background: rgba(255, 255, 255, .64);
  font-size: 13px;
  line-height: 1.2;
  font-weight: 900;
}

.nd238-hero h1 {
  max-width: 650px;
  margin: 20px 0 18px;
  color: #0b1d30;
  font-size: clamp(38px, 4vw, 56px);
  line-height: 1.06;
  font-weight: 900;
  letter-spacing: -.035em;
}

.nd238-hero__content > p {
  max-width: 620px;
  margin: 0;
  color: #526779;
  font-size: 16px;
  line-height: 1.75;
}

.nd238-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 30px;
}

.nd238-btn {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  padding: 11px 20px;
  border: 1px solid var(--nd238-blue);
  border-radius: 7px;
  color: var(--nd238-blue);
  background: transparent;
  font-size: 13px;
  line-height: 1.25;
  font-weight: 900;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: transform .18s ease, box-shadow .18s ease, background .18s ease, color .18s ease;
}

.nd238-btn:hover {
  transform: translateY(-1px);
  text-decoration: none;
}

.nd238-btn--large {
  min-height: 52px;
  padding-inline: 25px;
}

.nd238-btn--primary {
  color: var(--nd238-white);
  background: var(--nd238-blue);
  box-shadow: 0 10px 24px rgba(0, 107, 182, .18);
}

.nd238-btn--primary:hover,
.nd238-btn--primary:focus {
  color: var(--nd238-white);
  background: #005995;
}

.nd238-btn--outline:hover,
.nd238-btn--outline:focus {
  color: var(--nd238-white);
  background: var(--nd238-blue);
}

.nd238-btn--ghost {
  border-color: #cad8e2;
  color: #526779;
  background: var(--nd238-white);
  box-shadow: none;
}

.nd238-btn--ghost:hover,
.nd238-btn--ghost:focus {
  border-color: var(--nd238-blue);
  color: var(--nd238-blue);
}

.nd238-hero__assurances {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
  padding: 0;
  margin: 22px 0 0;
  list-style: none;
}

.nd238-hero__assurances li {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #516576;
  font-size: 12px;
  font-weight: 700;
}

.nd238-hero__assurances i {
  color: var(--nd238-success);
}

.nd238-hero__visual {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  padding: 34px;
  border: 1px solid rgba(255, 255, 255, .9);
  border-radius: 28px;
  background: rgba(255, 255, 255, .48);
  box-shadow: var(--nd238-shadow);
}

.nd238-hero__visual::before {
  position: absolute;
  inset: 20px auto 20px 50%;
  width: 1px;
  background: linear-gradient(transparent, rgba(0, 107, 182, .25), transparent);
  content: "";
}

.nd238-timeline-card {
  position: relative;
  z-index: 1;
  min-height: 210px;
  padding: 22px;
  border: 1px solid #d7e7f1;
  border-radius: 14px;
  background: var(--nd238-white);
  box-shadow: 0 10px 28px rgba(10, 49, 85, .09);
}

.nd238-timeline-card--primary {
  grid-column: 1 / -1;
  min-height: 0;
  color: var(--nd238-white);
  border-color: var(--nd238-blue);
  background: linear-gradient(135deg, var(--nd238-blue), #0b4e83);
}

.nd238-timeline-card > span {
  display: block;
  color: #728393;
  font-size: 11px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.nd238-timeline-card--primary > span {
  color: #cfeeff;
}

.nd238-timeline-card > strong {
  display: block;
  margin: 8px 0 12px;
  color: var(--nd238-blue);
  font-size: 28px;
  line-height: 1.1;
  font-weight: 900;
}

.nd238-timeline-card--primary > strong {
  color: var(--nd238-white);
  font-size: 34px;
}

.nd238-timeline-card p {
  margin: 0;
  color: #526779;
  font-size: 13px;
  line-height: 1.65;
}

.nd238-timeline-card--primary p {
  color: #e8f7ff;
}

.nd238-timeline-card small {
  display: inline-block;
  margin-top: 15px;
  color: var(--nd238-blue);
  font-size: 11px;
  font-weight: 900;
}

.nd238-timeline-note {
  grid-column: 1 / -1;
  display: flex;
  gap: 9px;
  margin: 0;
  color: #526779;
  font-size: 12px;
  line-height: 1.55;
}

.nd238-timeline-note i {
  margin-top: 2px;
  color: var(--nd238-blue);
}

.nd238-section {
  padding: 82px 0;
}

.nd238-section--white {
  background: var(--nd238-white);
}

.nd238-section--light {
  background: #f4f9fc;
}

.nd238-section--form {
  background: linear-gradient(135deg, #e8f6ff, #f7fbfe);
}

.nd238-heading {
  max-width: 720px;
  margin-bottom: 42px;
}

.nd238-heading--center {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.nd238-heading h2,
.nd238-lead-copy h2 {
  margin: 18px 0 14px;
  color: #0b1d30;
  font-size: clamp(32px, 4vw, 44px);
  line-height: 1.12;
  font-weight: 900;
  letter-spacing: -.025em;
}

.nd238-heading h2 strong,
.nd238-lead-copy h2 strong {
  color: var(--nd238-blue);
  font-weight: 900;
}

.nd238-heading > p,
.nd238-lead-copy > p {
  margin: 0;
  color: var(--nd238-muted);
  font-size: 16px;
  line-height: 1.75;
}

.nd238-heading--center > p {
  margin-inline: auto;
}

.nd238-assessment {
  overflow: hidden;
  border: 1px solid #d6e6f0;
  border-radius: 20px;
  background: var(--nd238-white);
  box-shadow: var(--nd238-shadow);
}

.nd238-assessment-progress {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  padding: 0;
  margin: 0;
  border-bottom: 1px solid #dce9f1;
  background: #f8fbfd;
  list-style: none;
}

.nd238-assessment-progress li {
  position: relative;
  display: flex;
  min-height: 76px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #82909c;
  font-size: 14px;
}

.nd238-assessment-progress li:not(:last-child)::after {
  position: absolute;
  top: 50%;
  right: -12px;
  z-index: 2;
  width: 24px;
  height: 1px;
  background: #cbdbe5;
  content: "";
}

.nd238-assessment-progress li span {
  display: inline-flex;
  width: 30px;
  height: 30px;
  align-items: center;
  justify-content: center;
  border: 1px solid #c6d6e0;
  border-radius: 50%;
  background: var(--nd238-white);
  font-weight: 900;
}

.nd238-assessment-progress li strong {
  font-weight: 800;
}

.nd238-assessment-progress li.is-active,
.nd238-assessment-progress li.is-done {
  color: var(--nd238-blue);
}

.nd238-assessment-progress li.is-active span,
.nd238-assessment-progress li.is-done span {
  border-color: var(--nd238-blue);
  color: var(--nd238-white);
  background: var(--nd238-blue);
}

.nd238-assessment-progress li.is-active {
  background: #edf8ff;
}

.nd238-assessment-panel {
  padding: 42px;
}

.nd238-question-heading {
  max-width: 720px;
  margin-bottom: 30px;
}

.nd238-question-heading > span {
  color: var(--nd238-blue);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.nd238-question-heading h3,
.nd238-result-top h3 {
  margin: 7px 0 10px;
  color: #0b1d30;
  font-size: 27px;
  line-height: 1.25;
  font-weight: 900;
}

.nd238-question-heading p,
.nd238-result-top p {
  margin: 0;
  color: var(--nd238-muted);
  font-size: 16px;
  line-height: 1.65;
}

.nd238-choice-grid {
  display: grid;
  gap: 14px;
}

.nd238-choice-grid--vehicles {
  grid-template-columns: repeat(4, 1fr);
}

.nd238-choice-grid--fleet {
  grid-template-columns: repeat(5, 1fr);
}

.nd238-choice-card {
  position: relative;
  display: flex;
  min-height: 150px;
  flex-direction: column;
  gap: 8px;
  padding: 22px 20px;
  border: 1px solid #d4e2eb;
  border-radius: 12px;
  background: var(--nd238-white);
  cursor: pointer;
  transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease, background .18s ease;
}

.nd238-choice-card:hover {
  border-color: #83bfe5;
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(10, 49, 85, .09);
}

.nd238-choice-card:has(input:checked) {
  border-color: var(--nd238-blue);
  background: #edf8ff;
  box-shadow: inset 0 0 0 1px var(--nd238-blue), 0 10px 24px rgba(0, 107, 182, .10);
}

.nd238-choice-card input {
  position: absolute;
  opacity: 0;
}

.nd238-choice-card__check {
  display: inline-flex;
  width: 28px;
  height: 28px;
  align-items: center;
  justify-content: center;
  margin-bottom: 3px;
  border: 1px solid #bad0de;
  border-radius: 50%;
  color: transparent;
  background: var(--nd238-white);
  font-size: 12px;
}

.nd238-choice-card input:focus-visible + .nd238-choice-card__check {
  outline: 3px solid rgba(0, 107, 182, .25);
  outline-offset: 2px;
}

.nd238-choice-card input:checked + .nd238-choice-card__check {
  border-color: var(--nd238-blue);
  color: var(--nd238-white);
  background: var(--nd238-blue);
}

.nd238-choice-card strong {
  color: #1d3447;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 900;
}

.nd238-choice-card small {
  color: #6c7e8c;
  font-size: 14px;
  line-height: 1.55;
}

.nd238-choice-card--compact {
  min-height: 112px;
  justify-content: center;
}

.nd238-status-table {
  overflow: hidden;
  border: 1px solid #d4e2eb;
  border-radius: 14px;
}

.nd238-status-row {
  display: grid;
  grid-template-columns: minmax(220px, .8fr) minmax(0, 1.6fr);
  gap: 26px;
  align-items: center;
  padding: 20px 22px;
  margin: 0;
  border: 0;
  border-bottom: 1px solid #e0eaf0;
}

.nd238-status-row:last-child {
  border-bottom: 0;
}

.nd238-status-row__legend {
  display: grid;
  width: auto;
  padding: 0;
  margin: 0;
}

.nd238-status-row__legend strong {
  color: #1d3447;
  font-size: 16px;
  font-weight: 900;
}

.nd238-status-row__legend small {
  margin-top: 5px;
  color: #718291;
  font-size: 14px;
  line-height: 1.5;
}

.nd238-status-options {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 9px;
}

.nd238-status-options label {
  position: relative;
  margin: 0;
  cursor: pointer;
}

.nd238-status-options input {
  position: absolute;
  opacity: 0;
}

.nd238-status-options span {
  display: flex;
  min-height: 52px;
  align-items: center;
  gap: 7px;
  justify-content: center;
  padding: 8px;
  border: 1px solid #d4e2eb;
  border-radius: 8px;
  color: #526779;
  background: #fbfdfe;
  font-size: 14px;
  font-weight: 800;
  text-align: center;
}

.nd238-status-options input:checked + span {
  border-color: var(--nd238-blue);
  color: var(--nd238-blue-dark);
  background: #eaf7ff;
  box-shadow: inset 0 0 0 1px var(--nd238-blue);
}

.nd238-status-options input:focus-visible + span {
  outline: 3px solid rgba(0, 107, 182, .25);
  outline-offset: 2px;
}

.nd238-question-error {
  margin: 16px 0 0;
  color: var(--nd238-danger);
  font-size: 14px;
  font-weight: 800;
}

.nd238-assessment-actions,
.nd238-result-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 30px;
}

.nd238-assessment-actions--end {
  justify-content: flex-end;
}

.nd238-assessment-result {
  padding: 42px;
  background: linear-gradient(180deg, #fff, #f5fbff);
}

.nd238-result-top {
  max-width: 760px;
}

.nd238-result-status {
  display: inline-flex;
  padding: 7px 13px;
  border-radius: 999px;
  color: #0b5a3d;
  background: #dcf7ea;
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.nd238-result-status.is-urgent {
  color: #8f1d15;
  background: #fee4e2;
}

.nd238-result-status.is-review {
  color: #8a4b00;
  background: #fff0d5;
}

.nd238-result-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 28px;
}

.nd238-result-grid article {
  padding: 22px;
  border: 1px solid #d7e6ef;
  border-radius: 12px;
  background: var(--nd238-white);
}

.nd238-result-grid article > span {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--nd238-blue-dark);
  font-size: 14px;
  font-weight: 900;
  text-transform: uppercase;
}

.nd238-result-grid article > span i {
  color: var(--nd238-blue);
}

.nd238-result-grid ul {
  display: grid;
  gap: 9px;
  padding: 0;
  margin: 16px 0 0;
  list-style: none;
}

.nd238-result-grid li {
  position: relative;
  padding-left: 16px;
  color: #526779;
  font-size: 16px;
  line-height: 1.6;
}

.nd238-result-grid li::before {
  position: absolute;
  top: 8px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--nd238-blue);
  content: "";
}

.nd238-result-disclaimer {
  display: flex;
  gap: 12px;
  margin-top: 18px;
  padding: 16px 18px;
  border-left: 3px solid var(--nd238-blue);
  color: #536878;
  background: #eaf7ff;
}

.nd238-result-disclaimer i {
  margin-top: 3px;
  color: var(--nd238-blue);
}

.nd238-result-disclaimer p {
  margin: 0;
  font-size: 15px;
  line-height: 1.65;
}

.nd238-core-grid,
.nd238-process-grid,
.nd238-proof-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.nd238-core-card,
.nd238-process-grid article,
.nd238-proof-grid article {
  position: relative;
  min-height: 230px;
  padding: 26px;
  border: 1px solid #d8e4eb;
  border-radius: 14px;
  background: var(--nd238-white);
  box-shadow: 0 10px 30px rgba(10, 49, 85, .06);
}

.nd238-core-card > span,
.nd238-process-grid article > span {
  position: absolute;
  top: 26px;
  left: 20px;
  display: inline-flex;
  height: 45px;
  align-items: center;
  color: #d7e9f5;
  font-size: 45px;
  line-height: 45px;
  font-weight: 900;
}

.nd238-core-card > i,
.nd238-process-grid article > i {
  position: absolute;
  top: 26px;
  right: 26px;
  display: inline-flex;
  width: 45px;
  height: 45px;
  align-items: center;
  justify-content: center;
  border-radius: 11px;
  color: var(--nd238-white);
  background: var(--nd238-blue);
  font-size: 18px;
}

.nd238-core-card h3,
.nd238-process-grid h3,
.nd238-proof-grid h3 {
  margin: 67px 0 10px;
  color: #1d3447;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 900;
}

.nd238-proof-grid h3 {
  margin-top: 22px;
}

.nd238-core-card p,
.nd238-process-grid p,
.nd238-proof-grid p {
  margin: 0;
  color: #607382;
  font-size: 16px;
  line-height: 1.7;
}

.nd238-legal-source {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  margin-top: 28px;
  padding: 24px 26px;
  border: 1px solid #c8dfea;
  border-radius: 14px;
  background: #f1faff;
}

.nd238-legal-source > div:first-child {
  display: flex;
  align-items: flex-start;
  gap: 15px;
}

.nd238-legal-source__icon {
  display: inline-flex;
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  align-items: center;
  justify-content: center;
  border-radius: 11px;
  color: var(--nd238-blue);
  background: var(--nd238-white);
}

.nd238-legal-source strong {
  color: var(--nd238-blue-dark);
  font-size: 17px;
  font-weight: 900;
}

.nd238-legal-source p {
  max-width: 650px;
  margin: 6px 0 0;
  color: #586b7b;
  font-size: 15px;
  line-height: 1.65;
}

.nd238-legal-source__links {
  display: grid;
  flex: 0 0 250px;
  gap: 8px;
}

.nd238-legal-source__links a {
  color: var(--nd238-blue);
  font-size: 14px;
  font-weight: 900;
  text-decoration: underline;
}

.nd238-process-grid article {
  min-height: 290px;
}

.nd238-process-grid article > strong {
  display: block;
  margin-top: 18px;
  color: var(--nd238-blue);
  font-size: 15px;
  line-height: 1.55;
  font-weight: 900;
}

.nd238-process-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  margin-top: 24px;
  padding: 20px 24px;
  border-radius: 12px;
  color: var(--nd238-white);
  background: var(--nd238-blue-dark);
}

.nd238-process-cta p {
  margin: 0;
  color: #e9f5fc;
  font-size: 15px;
  line-height: 1.6;
}

.nd238-process-cta a {
  flex: 0 0 auto;
  color: #ffd55a;
  font-size: 15px;
  font-weight: 900;
}

.nd238-proof-grid {
  grid-template-columns: repeat(3, 1fr);
}

.nd238-proof-grid article {
  min-height: 250px;
}

.nd238-proof-value {
  display: flex;
  min-height: 72px;
  align-items: center;
  justify-content: center;
  color: var(--nd238-blue);
  font-size: 44px;
  line-height: 1.2;
  font-weight: 900;
}

.nd238-proof-grid article > a {
  display: inline-block;
  margin-top: 16px;
  color: var(--nd238-blue);
  font-size: 14px;
  font-weight: 900;
  text-decoration: underline;
}

.nd238-contact-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 22px;
  overflow: hidden;
  border: 1px solid #d6e4ec;
  border-radius: 12px;
  background: #f8fbfd;
}

.nd238-contact-strip > div {
  display: grid;
  grid-template-columns: 38px 1fr;
  padding: 20px 24px;
  border-right: 1px solid #d6e4ec;
}

.nd238-contact-strip > div:last-child {
  border-right: 0;
}

.nd238-contact-strip i {
  grid-row: 1 / 3;
  color: var(--nd238-blue);
  font-size: 20px;
}

.nd238-contact-strip span {
  color: #718291;
  font-size: 14px;
}

.nd238-contact-strip a,
.nd238-contact-strip strong {
  color: var(--nd238-blue-dark);
  font-size: 16px;
  font-weight: 900;
}

.nd238-section--experience {
  position: relative;
  overflow: hidden;
  background: #edf8ff;
}

.nd238-section--experience::before {
  position: absolute;
  inset: 0;
  background-image: linear-gradient(90deg, rgba(237, 248, 255, .97), rgba(237, 248, 255, .86)), var(--nd238-experience-bg);
  background-position: center;
  background-size: cover;
  content: "";
  opacity: .75;
  pointer-events: none;
}

.nd238-section--experience > .nd238-shell {
  position: relative;
}

.nd238-experience-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.nd238-experience-card {
  position: relative;
  display: flex;
  min-height: 350px;
  flex-direction: column;
  justify-content: space-between;
  padding: 48px 28px 26px;
  border: 1px solid rgba(18, 106, 174, .14);
  border-radius: 18px;
  background: var(--nd238-white);
  box-shadow: 0 18px 42px rgba(20, 70, 110, .09);
}

.nd238-experience-card__quote {
  position: absolute;
  top: 9px;
  right: 23px;
  color: var(--nd238-blue-dark);
  font: 900 66px/1 Georgia, serif;
}

.nd238-experience-card > p {
  position: relative;
  z-index: 1;
  margin: 0 0 26px;
  color: #4f6477;
  font-size: 16px;
  line-height: 1.75;
}

.nd238-experience-card__bottom,
.nd238-experience-card__author {
  display: flex;
  align-items: center;
}

.nd238-experience-card__bottom {
  justify-content: space-between;
  gap: 14px;
}

.nd238-experience-card__author {
  min-width: 0;
  gap: 11px;
}

.nd238-experience-card__author img {
  width: 56px;
  height: 56px;
  flex: 0 0 56px;
  border: 2px solid #dcecf7;
  border-radius: 50%;
  background: #e8f3fb;
  object-fit: cover;
}

.nd238-experience-card__author div {
  display: grid;
  min-width: 0;
  gap: 3px;
}

.nd238-experience-card__author strong {
  color: var(--nd238-blue-dark);
  font-size: 16px;
  font-weight: 900;
}

.nd238-experience-card__author span {
  color: #687b8d;
  font-size: 14px;
}

.nd238-experience-card__rating {
  display: flex;
  flex: 0 0 auto;
  gap: 2px;
  color: #f7ae00;
  font-size: 13px;
}

.nd238-proof-scope {
  display: flex;
  max-width: 980px;
  align-items: flex-start;
  gap: 10px;
  margin: 24px auto 0;
  color: #607486;
  font-size: 14px;
  line-height: 1.65;
  text-align: center;
}

.nd238-proof-scope i {
  margin-top: 4px;
  color: var(--nd238-blue);
}

.nd238-trusted-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: start;
  gap: 30px;
  margin-bottom: 30px;
}

.nd238-trusted-head .nd238-heading {
  margin-bottom: 0;
}

.nd238-trusted-count {
  display: flex;
  align-items: center;
  gap: 7px;
  margin: 0;
  padding: 11px 16px;
  border: 1px solid #d5e4ef;
  border-radius: 999px;
  color: #65798a;
  background: #f7fbff;
  font-size: 14px;
  white-space: nowrap;
}

.nd238-trusted-count i,
.nd238-trusted-count strong {
  color: var(--nd238-blue);
}

.nd238-customer-logo-grid {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 14px;
}

.nd238-customer-logo-grid figure {
  display: grid;
  min-height: 118px;
  place-items: center;
  padding: 15px;
  margin: 0;
  border: 1px solid #dbe6ef;
  border-radius: 12px;
  background: var(--nd238-white);
  box-shadow: 0 7px 20px rgba(24, 61, 96, .045);
}

.nd238-customer-logo-grid img {
  display: block;
  width: 100%;
  max-width: 174px;
  height: 80px;
  object-fit: contain;
}

.nd238-proof-scope--plain {
  justify-content: center;
  margin-top: 20px;
}

.nd238-section--network {
  background: #f4f9fd;
}

.nd238-network-card {
  min-height: 610px;
  overflow: hidden;
  border: 1px solid #d5e3ee;
  border-radius: 20px;
  background-color: #f5faff;
  background-image: linear-gradient(90deg, rgba(245, 250, 255, .99) 0%, rgba(245, 250, 255, .96) 55%, rgba(245, 250, 255, .15) 82%), var(--nd238-network-map);
  background-position: center;
  background-size: cover;
  box-shadow: 0 18px 48px rgba(24, 61, 96, .09);
}

.nd238-network-card__content {
  display: flex;
  width: 64%;
  min-height: 610px;
  flex-direction: column;
  justify-content: center;
  gap: 22px;
  padding: 40px;
}

.nd238-network-stats {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.nd238-network-stats article {
  display: flex;
  min-height: 220px;
  flex-direction: column;
  align-items: flex-start;
  padding: 24px 20px;
  border: 1px solid rgba(214, 228, 239, .9);
  border-radius: 14px;
  background: rgba(255, 255, 255, .95);
  box-shadow: 0 14px 32px rgba(24, 61, 96, .08);
}

.nd238-network-stats i {
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  margin-bottom: 20px;
  border-radius: 50%;
  color: var(--nd238-blue);
  background: #e8f5fe;
  font-size: 22px;
}

.nd238-network-stats strong {
  color: var(--nd238-blue);
  font-size: 38px;
  line-height: 1;
  font-weight: 900;
}

.nd238-network-stats span {
  margin-top: 16px;
  color: #324a5d;
  font-size: 15px;
  line-height: 1.55;
  font-weight: 800;
}

.nd238-network-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(210px, .8fr);
  gap: 22px;
  padding: 24px 26px;
  border: 1px solid rgba(214, 228, 239, .92);
  border-radius: 14px;
  background: rgba(255, 255, 255, .97);
  box-shadow: 0 14px 34px rgba(24, 61, 96, .08);
}

.nd238-network-panel h3 {
  margin: 0 0 10px;
  color: var(--nd238-blue-dark);
  font-size: 19px;
  line-height: 1.4;
  font-weight: 900;
}

.nd238-network-panel p {
  margin: 0;
  color: #52697c;
  font-size: 15px;
  line-height: 1.65;
}

.nd238-network-panel__action {
  padding-left: 20px;
  border-left: 1px solid #d3e0e9;
}

.nd238-network-panel__action ul {
  display: grid;
  gap: 9px;
  padding: 0;
  margin: 0 0 16px;
  list-style: none;
}

.nd238-network-panel__action li {
  display: flex;
  align-items: center;
  gap: 9px;
  color: #324a5d;
  font-size: 14px;
}

.nd238-network-panel__action li i {
  width: 22px;
  color: var(--nd238-blue);
  font-size: 18px;
  text-align: center;
}

.nd238-network-panel__action .nd238-btn {
  width: 100%;
  min-height: 44px;
  padding-inline: 14px;
  font-size: 12px;
}

.nd238-lead-layout {
  display: grid;
  grid-template-columns: minmax(0, .82fr) minmax(520px, 1.18fr);
  gap: 48px;
  align-items: start;
}

.nd238-lead-copy h2 {
  font-size: 40px;
}

.nd238-form-summary {
  margin-top: 26px;
  padding: 20px;
  border: 1px solid #c8ddea;
  border-radius: 12px;
  background: rgba(255, 255, 255, .75);
}

.nd238-form-summary.has-result {
  border-color: #79b9df;
  background: var(--nd238-white);
  box-shadow: 0 10px 26px rgba(0, 107, 182, .08);
}

.nd238-form-summary--inside {
  margin-top: 24px;
}

.nd238-form-summary--inside + .nd238-form-actions {
  margin-top: 18px;
}

.nd238-form-summary > span {
  display: flex;
  align-items: center;
  gap: 8px;
  color: var(--nd238-blue);
  font-size: 14px;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
}

.nd238-form-summary > strong {
  display: block;
  margin-top: 10px;
  color: var(--nd238-blue-dark);
  font-size: 18px;
  line-height: 1.45;
  font-weight: 900;
}

.nd238-form-summary > p {
  margin: 7px 0 9px;
  color: #607382;
  font-size: 15px;
  line-height: 1.6;
}

.nd238-form-summary > a {
  color: var(--nd238-blue);
  font-size: 14px;
  font-weight: 900;
  text-decoration: underline;
}

.nd238-lead-benefits {
  display: grid;
  gap: 11px;
  padding: 0;
  margin: 24px 0 0;
  list-style: none;
}

.nd238-lead-benefits li {
  display: flex;
  gap: 10px;
  color: #526779;
  font-size: 15px;
  line-height: 1.5;
}

.nd238-lead-benefits i {
  margin-top: 3px;
  color: var(--nd238-success);
}

.nd238-form {
  padding: 32px;
  border: 1px solid #c7ddea;
  border-radius: 16px;
  background: var(--nd238-white);
  box-shadow: var(--nd238-shadow);
}

.nd238-form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 22px;
}

.nd238-form-wide {
  grid-column: 1 / -1;
}

.nd238-form label {
  display: grid;
  gap: 8px;
  margin: 0;
  color: #263d4e;
  font-size: 15px;
  font-weight: 900;
}

.nd238-label-text strong {
  color: var(--nd238-danger);
}

.nd238-form input,
.nd238-form select,
.nd238-form textarea {
  width: 100%;
  height: 48px;
  padding: 12px 14px;
  border: 1px solid #bfd7e6;
  border-radius: 7px;
  color: var(--nd238-text);
  background: var(--nd238-white);
  font-family: inherit;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 500;
}

.nd238-form textarea {
  height: auto;
  min-height: 92px;
  resize: vertical;
}

.nd238-form input:focus,
.nd238-form select:focus,
.nd238-form textarea:focus {
  border-color: var(--nd238-blue);
  outline: 3px solid rgba(0, 107, 182, .13);
}

.nd238-phone-field {
  display: grid;
  grid-template-columns: 54px 1fr;
  height: 48px;
}

.nd238-phone-field em {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #bfd7e6;
  border-right: 0;
  border-radius: 7px 0 0 7px;
  color: var(--nd238-danger);
  background: #f8fbfd;
  font-size: 11px;
  font-style: normal;
  font-weight: 900;
}

.nd238-phone-field input {
  border-radius: 0 7px 7px 0;
}

.nd238-form-more {
  margin-top: 22px;
  border-top: 1px solid #e0e9ef;
}

.nd238-form-more summary {
  padding: 16px 0;
  color: var(--nd238-blue);
  font-size: 14px;
  font-weight: 900;
  cursor: pointer;
}

.nd238-form-more .nd238-form-grid {
  padding-top: 4px;
}

.nd238-form-actions {
  display: grid;
  gap: 12px;
  margin-top: 26px;
}

.nd238-form-actions .nd238-btn {
  width: 100%;
}

.nd238-form-actions p {
  margin: 0;
  color: #718291;
  font-size: 13px;
  line-height: 1.6;
  text-align: center;
}

.nd238-form-actions a {
  color: var(--nd238-blue);
  text-decoration: underline;
}

.nd238-alert {
  margin-bottom: 20px;
  padding: 14px 16px;
  border: 1px solid #a7d8bf;
  border-radius: 8px;
  color: #0b5a3d;
  background: #ecfbf3;
  font-size: 13px;
  font-weight: 900;
}

.nd238-alert--error {
  border-color: #f2b5b8;
  color: #9f1b21;
  background: #fff4f4;
}

.nd238-faq-layout {
  display: grid;
  grid-template-columns: .75fr 1.25fr;
  gap: 60px;
  align-items: start;
}

.nd238-faq-list {
  display: grid;
  gap: 10px;
}

.nd238-faq-list details {
  border: 1px solid #d8e4eb;
  border-radius: 10px;
  background: #fbfdfe;
}

.nd238-faq-list summary {
  position: relative;
  padding: 18px 48px 18px 20px;
  color: #1d3447;
  font-size: 13px;
  font-weight: 900;
  cursor: pointer;
  list-style: none;
}

.nd238-faq-list summary::-webkit-details-marker {
  display: none;
}

.nd238-faq-list summary::after {
  position: absolute;
  top: 14px;
  right: 18px;
  color: var(--nd238-blue);
  content: "+";
  font-size: 22px;
}

.nd238-faq-list details[open] summary::after {
  content: "−";
}

.nd238-faq-list details p {
  padding: 0 20px 18px;
  margin: 0;
  color: #607382;
  font-size: 12px;
  line-height: 1.7;
}

.nd238-campaign-footer {
  padding: 32px 0 22px;
  color: #d8eaf5;
  background: var(--nd238-blue-deep);
  font-family: "Open Sans", Arial, sans-serif;
}

.nd238-campaign-footer *,
.nd238-campaign-footer *::before,
.nd238-campaign-footer *::after {
  box-sizing: border-box;
}

.nd238-campaign-footer__main {
  display: grid;
  grid-template-columns: 1.3fr 1fr 1fr;
  gap: 42px;
  align-items: start;
}

.nd238-campaign-footer__brand img {
  display: block;
  width: 190px;
  height: auto;
  filter: brightness(0) invert(1);
  opacity: .92;
}

.nd238-campaign-footer__brand p,
.nd238-campaign-footer__column p {
  margin: 13px 0 0;
  color: #bcd2df;
  font-size: 12px;
  line-height: 1.65;
}

.nd238-campaign-footer__column strong {
  display: block;
  color: var(--nd238-white);
  font-size: 13px;
  font-weight: 900;
  text-transform: uppercase;
}

.nd238-campaign-footer__links {
  display: grid;
  gap: 8px;
  margin-top: 13px;
}

.nd238-campaign-footer a {
  color: #d8eaf5;
  font-size: 12px;
}

.nd238-campaign-footer a:hover,
.nd238-campaign-footer a:focus {
  color: #ffd55a;
}

.nd238-campaign-footer__bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 28px;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, .14);
  color: #91aebe;
  font-size: 10px;
}

@media (max-width: 1150px) {
  .nd238-campaign-logo {
    width: 165px;
    flex-basis: 165px;
  }

  .nd238-campaign-name {
    display: none;
  }

  .nd238-campaign-nav {
    gap: 17px;
  }

  .nd238-hero__inner {
    grid-template-columns: 1fr 1fr;
    gap: 36px;
  }

  .nd238-choice-grid--vehicles,
  .nd238-core-grid,
  .nd238-process-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .nd238-choice-grid--fleet {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 991px) {
  .nd238-main {
    padding-top: 68px;
  }

  .nd238-campaign-header__inner {
    min-height: 68px;
  }

  .nd238-campaign-nav {
    display: none;
  }

  .nd238-campaign-menu-toggle {
    display: inline-flex;
  }

  .nd238-hero__inner,
  .nd238-lead-layout,
  .nd238-faq-layout {
    grid-template-columns: 1fr;
  }

  .nd238-hero__visual {
    max-width: 720px;
  }

  .nd238-status-row {
    grid-template-columns: 1fr;
  }

  .nd238-result-grid,
  .nd238-proof-grid,
  .nd238-contact-strip {
    grid-template-columns: 1fr;
  }

  .nd238-experience-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .nd238-experience-card:last-child {
    grid-column: 1 / -1;
  }

  .nd238-trusted-head {
    grid-template-columns: 1fr;
  }

  .nd238-trusted-count {
    width: max-content;
    max-width: 100%;
  }

  .nd238-customer-logo-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .nd238-network-card__content {
    width: 74%;
    padding: 30px;
  }

  .nd238-network-panel {
    grid-template-columns: 1fr;
  }

  .nd238-network-panel__action {
    padding: 18px 0 0;
    border-top: 1px solid #d3e0e9;
    border-left: 0;
  }

  .nd238-contact-strip > div {
    border-right: 0;
    border-bottom: 1px solid #d6e4ec;
  }

  .nd238-contact-strip > div:last-child {
    border-bottom: 0;
  }

  .nd238-legal-source {
    align-items: flex-start;
    flex-direction: column;
  }

  .nd238-legal-source__links {
    flex-basis: auto;
  }
}

@media (max-width: 700px) {
  body.nd238-page-active {
    padding-bottom: calc(64px + env(safe-area-inset-bottom));
  }

  .nd238-main {
    padding-top: 60px;
  }

  .nd238-shell {
    width: calc(100% - 26px);
  }

  .nd238-campaign-header__inner {
    min-height: 60px;
    gap: 8px;
  }

  .nd238-campaign-logo {
    width: 137px;
    flex-basis: 137px;
  }

  .nd238-campaign-phone span,
  .nd238-campaign-zalo,
  .nd238-campaign-cta {
    display: none;
  }

  .nd238-campaign-phone,
  .nd238-campaign-menu-toggle {
    width: 36px;
    height: 36px;
    flex: 0 0 36px;
    justify-content: center;
    border: 1px solid #cbdce8;
    border-radius: 50%;
  }

  .nd238-campaign-phone > i {
    font-size: 16px;
  }

  .nd238-campaign-panel {
    max-height: calc(100vh - 60px);
    overflow-y: auto;
  }

  .nd238-campaign-panel nav {
    grid-template-columns: 1fr;
    padding: 8px 0;
  }

  .nd238-campaign-panel__contact {
    justify-content: space-between;
  }

  .nd238-mobile-cta {
    position: fixed;
    inset: auto 0 0;
    z-index: 1070;
    display: flex;
    min-height: 64px;
    align-items: center;
    gap: 8px;
    padding: 8px max(8px, env(safe-area-inset-right)) calc(8px + env(safe-area-inset-bottom)) max(8px, env(safe-area-inset-left));
    border-top: 1px solid #dce6ed;
    background: var(--nd238-white);
    box-shadow: 0 -5px 20px rgba(10, 49, 85, .13);
  }

  .nd238-mobile-cta a {
    min-height: 46px;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 900;
    text-decoration: none;
  }

  .nd238-mobile-cta__contact {
    display: flex;
    width: 88px;
    flex: 0 0 88px;
    flex-direction: column;
    gap: 3px;
    border: 1px solid #cbdce8;
    color: var(--nd238-blue-dark);
    line-height: 1.1;
  }

  .nd238-mobile-cta__zalo {
    display: flex;
    width: 46px;
    flex: 0 0 46px;
    border: 1px solid #cbdce8;
  }

  .nd238-mobile-cta__zalo img {
    width: 28px;
    height: 28px;
  }

  .nd238-mobile-cta__primary {
    display: flex;
    flex: 1;
    padding: 10px 12px;
    color: var(--nd238-white);
    background: var(--nd238-blue);
  }

  #nd238Assessment,
  #diem-moi,
  #nd238Legal,
  #giai-phap,
  #bang-chung,
  #nd238Form,
  #faq {
    scroll-margin-top: 72px;
  }

  .nd238-hero {
    padding: 48px 0 42px;
  }

  .nd238-hero h1 {
    font-size: 36px;
  }

  .nd238-hero__content > p {
    font-size: 14px;
  }

  .nd238-hero__actions,
  .nd238-result-actions,
  .nd238-assessment-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .nd238-hero__actions .nd238-btn,
  .nd238-result-actions .nd238-btn,
  .nd238-assessment-actions .nd238-btn {
    width: 100%;
  }

  .nd238-hero__assurances {
    display: grid;
  }

  .nd238-hero__visual {
    grid-template-columns: 1fr;
    padding: 18px;
    border-radius: 18px;
  }

  .nd238-hero__visual::before {
    display: none;
  }

  .nd238-timeline-card--primary,
  .nd238-timeline-note {
    grid-column: auto;
  }

  .nd238-timeline-card {
    min-height: 0;
  }

  .nd238-section {
    padding: 58px 0;
  }

  .nd238-heading h2,
  .nd238-lead-copy h2 {
    font-size: 31px;
  }

  .nd238-assessment-progress li {
    min-height: 64px;
    flex-direction: column;
    gap: 4px;
    font-size: 9px;
  }

  .nd238-assessment-progress li:not(:last-child)::after {
    display: none;
  }

  .nd238-assessment-progress li span {
    width: 25px;
    height: 25px;
  }

  .nd238-assessment-panel,
  .nd238-assessment-result {
    padding: 24px 18px;
  }

  .nd238-question-heading h3,
  .nd238-result-top h3 {
    font-size: 23px;
  }

  .nd238-choice-grid--vehicles,
  .nd238-choice-grid--fleet,
  .nd238-core-grid,
  .nd238-process-grid,
  .nd238-form-grid {
    grid-template-columns: 1fr;
  }

  .nd238-experience-grid {
    grid-template-columns: 1fr;
  }

  .nd238-experience-card,
  .nd238-experience-card:last-child {
    min-height: 0;
    grid-column: auto;
  }

  .nd238-experience-card__bottom {
    align-items: flex-start;
    flex-direction: column;
  }

  .nd238-proof-scope {
    text-align: left;
  }

  .nd238-trusted-count {
    align-items: flex-start;
    flex-wrap: wrap;
    white-space: normal;
  }

  .nd238-customer-logo-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
  }

  .nd238-customer-logo-grid figure {
    min-height: 92px;
    padding: 10px;
  }

  .nd238-customer-logo-grid img {
    height: 62px;
  }

  .nd238-network-card {
    min-height: 0;
    padding: 18px;
    background-image: linear-gradient(rgba(245, 250, 255, .84), rgba(245, 250, 255, .84)), var(--nd238-network-map);
    background-position: 67% center;
  }

  .nd238-network-card__content {
    width: 100%;
    min-height: 0;
    padding: 0;
  }

  .nd238-network-stats {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .nd238-network-stats article {
    display: grid;
    min-height: 0;
    grid-template-columns: 48px 72px 1fr;
    align-items: center;
    padding: 15px;
  }

  .nd238-network-stats i {
    width: 44px;
    height: 44px;
    margin: 0;
    font-size: 19px;
  }

  .nd238-network-stats strong {
    font-size: 28px;
  }

  .nd238-network-stats span {
    margin: 0;
    font-size: 14px;
  }

  .nd238-network-panel {
    padding: 20px;
  }

  .nd238-choice-card {
    min-height: 112px;
  }

  .nd238-status-row {
    padding: 18px 14px;
  }

  .nd238-status-options {
    grid-template-columns: 1fr;
  }

  .nd238-status-options span {
    justify-content: flex-start;
    text-align: left;
  }

  .nd238-core-card,
  .nd238-process-grid article,
  .nd238-proof-grid article {
    min-height: 0;
  }

  .nd238-process-cta,
  .nd238-legal-source {
    align-items: flex-start;
    flex-direction: column;
  }

  .nd238-form-wide {
    grid-column: auto;
  }

  .nd238-form {
    padding: 22px 18px;
  }

  .nd238-faq-layout {
    gap: 8px;
  }

  .nd238-campaign-footer__main {
    grid-template-columns: 1fr;
    gap: 26px;
  }

  .nd238-campaign-footer__bottom {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (max-width: 370px) {
  .nd238-campaign-logo {
    width: 124px;
    flex-basis: 124px;
  }

  .nd238-mobile-cta__contact {
    width: 82px;
    flex-basis: 82px;
  }
}
