:root {
  --nd238-blue: #006bb6;
  --nd238-blue-dark: #0a3155;
  --nd238-blue-soft: #e4f5ff;
  --nd238-blue-card: #e8f6ff;
  --nd238-line: #9dccf0;
  --nd238-text: #1f2b3a;
  --nd238-muted: #6f7b89;
  --nd238-page: #f7f7f7;
  --nd238-white: #fff;
}

.color-blue-nd{--nd238-blue: #006bb6 !important;}
.color-red-nd{color:red !important; }

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

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

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

.nd238-hero {
  min-height: 500px;
  display: flex;
  align-items: center;
  padding: 70px 0;
  background: #e3f5ff;
}

.nd238-hero__inner {
  display: grid;
  grid-template-columns: 1fr 1.05fr;
  gap: 50px;
  align-items: center;
}

.nd238-pill {
  display: inline-flex;
  align-items: center;
  min-height: 28px;
  padding: 5px 14px;
  border: 1px solid var(--nd238-blue);
  border-radius: 999px;
  color: var(--nd238-blue);
  background: rgba(255, 255, 255, .42);
  font-size: 12px;
  line-height: 1.2;
  font-weight: 800;
}

.nd238-hero h1,
.nd238-heading h2,
.nd238-check-copy h2 {
  margin: 18px 0 12px;
  color: #101826;
  font-size: 38px;
  line-height: 1.08;
  font-weight: 900;
  letter-spacing: 0;
}

.nd238-heading h2,
.nd238-check-copy h2 {
  max-width: 600px;
  font-size: 34px;
}

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

.nd238-hero p,
.nd238-heading p,
.nd238-check-copy p {
  max-width: 525px;
  margin: 0;
  color: var(--nd238-muted);
  font-size: 14px;
  line-height: 1.7;
}

.nd238-hero__actions {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
  margin-top: 28px;
  padding-top: 20px;
  border-top: 1px solid rgba(0, 107, 182, .28);
}

.nd238-btn {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  padding: 0 18px;
  border: 1px solid var(--nd238-blue);
  border-radius: 4px;
  color: var(--nd238-blue);
  background: transparent;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
  cursor: pointer;
  transition: background .18s ease, color .18s ease, transform .18s ease;
}

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

.nd238-btn--primary {
  color: var(--nd238-white);
  background: var(--nd238-blue);
}

.nd238-btn--primary:hover {
  color: var(--nd238-white);
  background: #005a9a;
}

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

.nd238-hero__visual {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: 28px 18px;
  align-items: start;
  min-height: 500px;
  padding: 50px 0 34px;
  border-radius: 20px;
}

.nd238-demo-card {
  width: 100%;
  padding: 12px 12px;
  border-radius: 8px;
  background: var(--nd238-white);
  box-shadow: 0 20px 48px rgba(10, 49, 85, .15);
}

.nd238-demo-card__top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 16px;
}

.nd238-demo-card__top h3 {
  margin: 0;
  color: #151d2d;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 800;
}

.nd238-demo-card__top > .fas {
  margin-top: 2px;
  color: #a8b4c6;
  font-size: 15px;
}

.nd238-demo-card__date {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 18px;
  color: #8f9aa9;
  font-size: 14px;
  line-height: 1.2;
}

.nd238-demo-card__top .nd238-demo-card__date {
  margin-bottom: 0;
}

.nd238-demo-card__date .fas {
  color: #c4ccd8;
  font-size: 15px;
}

.nd238-demo-card p {
  margin: 0;
  color: #4d5968;
  font-size: 14px;
  line-height: 1.55;
}

.nd238-demo-card img {
  width: 100%;
  height: 155px;  
  margin-top: 22px;
  border-radius: 8px;
}

.nd238-demo-card--one {
  grid-column: 1 / 9;
  max-width: 500px;
}

.nd238-demo-card--two {
  grid-column: 1 / 7;
}

.nd238-demo-card--three {
  grid-column: 7 / 13;
  margin-top: -20px;
}

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

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

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

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

.nd238-core-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 52px 36px;
}

.nd238-core-card {
  position: relative;
  padding-top: 46px;
}

.nd238-core-number {
  position: absolute;
  top: 0;
  left: 0;
  color: var(--nd238-blue);
  font-size: 82px;
  line-height: .8;
  font-weight: 900;
}

.nd238-core-box strong{color: var(--nd238-blue);}

.nd238-core-box {
  position: relative;
  z-index: 1;
  min-height: 160px;
  padding: 28px 28px 24px;
  border-radius: 6px;
  background: var(--nd238-blue-card);
}

.nd238-core-box i {
  display: inline-flex;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  margin-right: 12px;
  border-radius: 4px;
  color: var(--nd238-white);
  background: var(--nd238-blue);
  font-size: 18px;
  vertical-align: middle;
}

.nd238-core-box h3 {
  display: inline;
  color: #244257;
  font-size: 16px;
  line-height: 1.4;
  font-weight: 900;
}

.nd238-core-box p {
  margin: 18px 0 0;
  color: #596a77;
  font-size: 13px;
  line-height: 1.65;
}

.nd238-vehicle-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.nd238-vehicle-grid article {
  min-height: 150px;
  padding: 26px 30px;
  border: 1px solid var(--nd238-line);
  border-radius: 6px;
  background: var(--nd238-white);
}

.nd238-vehicle-grid h3 {
  margin: 0 0 16px;
  color: var(--nd238-blue);
  font-size: 17px;
  line-height: 1.35;
  font-weight: 900;
}

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

.nd238-vehicle-grid li {
  position: relative;
  padding-left: 22px;
  color: #4f6376;
  font-size: 13px;
  line-height: 1.5;
}

.nd238-vehicle-grid li::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 0;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--nd238-blue);
  box-shadow: inset 0 0 0 3px #bde4ff;
}

.nd238-check-layout {
  display: grid;
  grid-template-columns: 1fr 1.08fr;
  gap: 36px;
  align-items: start;
}

.nd238-progress {
  width: min(100%, 355px);
  margin-top: 28px;
  padding: 16px 18px;
  border: 1px solid var(--nd238-line);
  border-radius: 5px;
  background: var(--nd238-blue-card);
}

.nd238-progress div {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 12px;
  color: #31536b;
  font-size: 13px;
  font-weight: 800;
}

.nd238-progress em {
  font-style: normal;
}

.nd238-progress i {
  display: block;
  height: 7px;
  overflow: hidden;
  border-radius: 999px;
  background: #c8e8fb;
}

.nd238-progress b {
  display: block;
  width: 0;
  height: 100%;
  border-radius: inherit;
  background: var(--nd238-blue);
  transition: width .18s ease;
}

.nd238-check-submit {
  width: min(100%, 355px);
  margin-top: 14px;
}

.nd238-checklist {
  padding: 18px;
  border: 1px solid var(--nd238-line);
  border-radius: 6px;
  background: var(--nd238-white);
  box-shadow: 0 8px 22px rgba(10, 49, 85, .1);
}

.nd238-checklist label {
  display: grid;
  grid-template-columns: 22px 1fr;
  gap: 14px;
  align-items: start;
  padding: 12px 0;
  margin: 0;
  border-bottom: 1px solid #c9e6f8;
  cursor: pointer;
}

.nd238-checklist label:last-child {
  border-bottom: 0;
}

.nd238-checklist input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.nd238-checklist label > span {
  width: 19px;
  height: 19px;
  margin-top: 2px;
  border: 1px solid #8ec4e8;
  border-radius: 2px;
  background: var(--nd238-white);
}

.nd238-checklist input:checked + span {
  border-color: var(--nd238-blue);
  background: var(--nd238-blue);
}

.nd238-checklist input:checked + span::after {
  content: "";
  display: block;
  width: 9px;
  height: 5px;
  margin: 5px auto 0;
  border-left: 2px solid var(--nd238-white);
  border-bottom: 2px solid var(--nd238-white);
  transform: rotate(-45deg);
}

.nd238-checklist p {
  margin: 0;
  color: #3c5262;
  font-size: 13px;
  line-height: 1.45;
}

.nd238-form {
  padding: 34px;
  border: 1px solid var(--nd238-line);
  border-radius: 6px;
  background: var(--nd238-blue-card);
}

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

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

.nd238-form label {
  display: grid;
  gap: 9px;
  margin: 0;
  color: #263d4e;
  font-size: 13px;
  font-weight: 800;
}

.nd238-label-text {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  min-height: 18px;
  white-space: nowrap;
}

.nd238-form label strong {
  color: #d82027;
}

.nd238-form input,
.nd238-form select,
.nd238-form textarea {
  width: 100%;
  height: 46px;
  padding: 12px 14px;
  border: 1px solid #b9dcf3;
  border-radius: 4px;
  color: var(--nd238-text);
  background: var(--nd238-white);
  font: inherit;
}

.nd238-form textarea {
  height: auto;
  min-height: 116px;
  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, .16);
}

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

.nd238-phone-field em {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #b9dcf3;
  border-right: 0;
  border-radius: 4px 0 0 4px;
  color: #d82027;
  background: var(--nd238-white);
  font-size: 12px;
  font-style: normal;
  font-weight: 900;
}

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

.nd238-form-actions {
  display: flex;
  justify-content: flex-end;
  margin-top: 28px;
}

.nd238-alert {
  margin-bottom: 20px;
  padding: 13px 16px;
  border: 1px solid var(--nd238-line);
  border-radius: 4px;
  color: var(--nd238-blue-dark);
  background: var(--nd238-white);
  font-weight: 800;
}

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

@media (max-width: 991px) {
  .nd238-shell {
    width: calc(100% - 28px);
  }

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

  .nd238-hero {
    min-height: auto;
    padding: 52px 0;
  }

  .nd238-core-grid,
  .nd238-vehicle-grid {
    gap: 24px;
  }
}

@media (max-width: 700px) {
  .nd238-section {
    padding: 52px 0;
  }

  .nd238-hero h1,
  .nd238-heading h2,
  .nd238-check-copy h2 {
    font-size: 30px;
  }

  .nd238-core-grid,
  .nd238-vehicle-grid,
  .nd238-form-grid {
    grid-template-columns: 1fr;
  }

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

  .nd238-hero__visual {
    grid-template-columns: 1fr;
    gap: 14px;
    min-height: 0;
    padding: 28px 0;
  }

  .nd238-demo-card,
  .nd238-demo-card--one,
  .nd238-demo-card--two,
  .nd238-demo-card--three {
    grid-column: 1 / -1;
    width: 100%;
    max-width: none;
    margin-top: 0;
  }

  .nd238-core-card {
    padding-top: 34px;
  }

  .nd238-core-number {
    font-size: 64px;
  }

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