  body {
      margin: 0;
      font-family: "Nissan Brand", sans-serif;
      background: #000;
      color: #111;
    }

/* =========================
   NISSAN GLOBAL
   ========================= */
@font-face {
  font-family: 'icon-Nissan-Global';
  src: url("../fonts/Nissan-Global.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap; }
/* =========================
   NISSAN BRAND
   ========================= */
@font-face {
  font-family: 'Nissan Brand';
  src: url("../fonts/NissanBrandW01-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Nissan Brand';
  src: url("../fonts/NissanBrandW01-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap; }
@font-face {
  font-family: 'Nissan Brand';
  src: url("../fonts/NissanBrandW01-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap; }


    .landing-header {
      height: 72px;
      background: #fff;
      border-bottom: 1px solid #aaa;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .landing-header img {
      width: 58px;
      height: auto;
    }

    .landing-main {
      min-height: 800px;
      background-size: contain;
      background-position: left center;
      padding: 32px 0 48px;
      display: flex;
      align-items: flex-start;
      background-repeat: no-repeat;
      max-width: 1400px;
      margin: 0 auto;
    }

    .form-wrap {
      width: 100%;
      max-width: 97%;
      margin-right: 2%;
      display: flex;
    }

    .form-card {
      background: #fff;
      border-radius: 10px;
      padding: 26px 24px 34px;
      box-shadow: 0 3px 8px rgba(0,0,0,.18);
      height: fit-content;
    }

    .form-title {
      font-size: 18px;
      line-height: 1.25;
      margin-bottom: 4px;
    }

    .form-title strong {
      font-weight: 800;
    }

    .brand-title {
      font-size: 30px;
      font-weight: 800;
      line-height: 1;
    }

    .form-subtitle {
      font-size: 12px;
      margin-bottom: 22px;
    }

    label {
      font-size: 15px;
      margin-bottom: 6px;
    }

    .form-control,
    .form-select {
      height: 47px;
      border-radius: 11px;
      border-color: #dfe3e8;
      font-size: 15px;
      padding-left: 18px;
    }

    .form-control::placeholder {
      color: #b7b7b7;
    }

    .secure-text {
      font-size: 13px;
      margin: 14px 0 18px;
    }

    .form-check-label {
      font-size: 13px;
      line-height: 1.35;
    }

    .form-check-input {
      width: 15px;
      height: 15px;
      margin-top: 3px;
    }

    .btn-nissan {
      width: 100%;
      height: 50px;
      border-radius: 50px;
      background: #000;
      color: #fff;
      border: 0;
      font-size: 15px;
      margin-top: 26px;
    }

    .btn-nissan:hover {
      background: #222;
      color: #fff;
    }

    .landing-footer {
      height: 95px;
      background: #0d0d0d;
      display: flex;
      align-items: center;
    }

    .landing-footer img {
      width: 80px;
      margin-left: 8%;
      margin-top: -10px;
    }

    .error {
      color: #d60000;
      font-size: 12px;
      margin-top: 4px;
    }

    .form-control.error,
    .form-select.error {
      border-color: #d60000;
    }

    .hp-field {
      position: absolute;
      left: -9999px;
      top: -9999px;
      opacity: 0;
      pointer-events: none;
    }

    #gracias {
      display: none;
    }

    .footer-legal ul {
      display: inline-flex;
      gap: 20px;
    }

    .footer-legal a {
      color: #fff;
    }
    .footer-legal a:hover {
      color: #fff;
      text-decoration: underline;
    }


    @media (max-width: 767px) {
      .landing-header {
        height: 83px;
      }

      .footer-legal ul {
      display: block;
      gap: 20px;
    }

      .landing-main {
        min-height: auto;
        background-image: none;
        width: 90%;
        margin: 0 auto;
      }

      .form-wrap {
        max-width: 100%;
        margin: 0 auto;
        display: block;
      }

      .form-card {
        border-radius: 10px;
        padding: 14px 13px 31px;
      }

      .form-title {
        text-align: center;
        font-size: 16px;
      }

      .brand-title {
        display: block;
        font-size: 30px;
      }

      .form-subtitle {
        text-align: center;
        margin-bottom: 20px;
      }

      .form-control,
      .form-select {
        height: 46px;
      }

      .landing-footer {
        height: 67px;
      }

      .landing-footer img {
        width: 55px;
        margin-left: 24px;
      }
    }