@charset "UTF-8";

:root {
  --mini-black: #111111;
  --mini-charcoal: #202224;
  --mini-dark: #252729;
  --mini-gray: #5f6467;
  --mini-light-gray: #f2f2f0;
  --mini-off-white: #f8f8f5;
  --mini-white: #ffffff;

  --mini-yellow: #f2d84b;
  --mini-yellow-strong: #f6db00;
  --mini-yellow-light: #fffbea;

  --mini-red: #d60000;

  --mini-border: rgba(17, 17, 17, 0.14);
  --mini-shadow: 0 16px 38px rgba(0, 0, 0, 0.09);
}


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


html {
  scroll-behavior: smooth;
}


body {
  margin: 0;

  color: var(--mini-black);
  background: var(--mini-white);

  font-family:
    "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;

  font-size: 16px;
  line-height: 1.85;
  letter-spacing: 0.03em;

  overflow-wrap: break-word;
  word-break: normal;
}


img {
  max-width: 100%;
  height: auto;
}


a {
  transition:
    opacity 0.2s ease,
    background-color 0.2s ease,
    color 0.2s ease,
    transform 0.2s ease;
}


a:hover {
  opacity: 0.86;
}



/* =========================================================
   TYPOGRAPHY
========================================================= */

h1,
h2,
h3 {
  word-break: keep-all;
  overflow-wrap: normal;

  line-break: strict;

  text-wrap: balance;
}


p {
  line-break: strict;
}



/* =========================================================
   HEADER
========================================================= */

.mini-lp-header {
  position: absolute;

  top: 0;
  left: 0;

  z-index: 20;

  width: 100%;

  padding: 28px 36px;

  pointer-events: none;
}


.mini-lp-header__logo {
  display: flex;
  align-items: center;
}


.mini-lp-header__logo--right {
  justify-content: flex-end;
}


.mini-lp-header__logo img {
  display: block;

  width: 152px;
  height: auto;
}



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

.testdrive-hero {
  position: relative;

  min-height: 720px;

  overflow: hidden;

  color: var(--mini-white);

  background: var(--mini-black);
}


.testdrive-hero picture {
  position: absolute;

  inset: 0;

  display: block;
}


.testdrive-hero__image {
  position: absolute;

  inset: 0;

  width: 100%;
  height: 100%;

  object-fit: cover;
  object-position: center center;
}


.testdrive-hero__overlay {
  position: absolute;

  inset: 0;

  z-index: 1;

  pointer-events: none;

  background:
    linear-gradient(
      90deg,
      rgba(0, 0, 0, 0.70) 0%,
      rgba(0, 0, 0, 0.52) 23%,
      rgba(0, 0, 0, 0.22) 43%,
      rgba(0, 0, 0, 0.02) 66%
    );
}


.testdrive-hero__inner {
  position: relative;

  z-index: 2;

  min-height: 720px;

  display: flex;
  align-items: center;

  padding-top: 120px;
  padding-bottom: 56px;
}


.testdrive-hero__content {
  width: min(100%, 560px);
}


.testdrive-hero__badge {
  display: inline-block;

  margin: 0 0 18px;

  padding: 7px 15px;

  color: var(--mini-black);

  background: var(--mini-yellow-strong);

  font-size: 0.9rem;
  font-weight: 800;

  letter-spacing: 0.06em;
}


.testdrive-hero h1 {
  max-width: 580px;

  margin: 0;

  color: var(--mini-white);

  font-size: clamp(2.8rem, 5vw, 4.9rem);
  font-weight: 800;

  line-height: 1.03;

  letter-spacing: -0.025em;

  text-shadow:
    0 3px 18px rgba(0, 0, 0, 0.30);
}


.testdrive-hero__copy {
  display: inline-block;

  margin: 19px 0 0;
  padding-bottom: 6px;

  color: var(--mini-white);

  border-bottom: 3px solid var(--mini-yellow-strong);

  font-size: clamp(1.1rem, 1.8vw, 1.45rem);
  font-weight: 700;

  line-height: 1.55;
}


.testdrive-hero__gift {
  margin-top: 31px;

  color: var(--mini-white);
}


.testdrive-hero__gift p {
  margin: 0;
}


.testdrive-hero__gift-label {
  font-size: 0.96rem;
  font-weight: 700;

  line-height: 1.5;
}


.testdrive-hero__gift-name {
  margin-top: 2px !important;

  font-size: 1.05rem;
  font-weight: 700;
}


.testdrive-hero__gift-price {
  display: flex;

  align-items: baseline;

  gap: 7px;

  margin-top: -3px !important;
}


.testdrive-hero__gift-price strong {
  color: var(--mini-yellow-strong);

  font-size: clamp(3.2rem, 5.2vw, 5.2rem);
  font-weight: 800;

  line-height: 1;
}


.testdrive-hero__gift-price span {
  color: var(--mini-yellow-strong);

  font-size: 1.1rem;
  font-weight: 800;
}


.testdrive-hero__gift-present {
  margin-top: 3px !important;

  font-size: 1.18rem;
  font-weight: 800;
}


/* DATE CIRCLE */

.testdrive-hero__date {
  position: absolute;

  top: 105px;
  right: 22px;

  z-index: 3;

  width: 180px;
  height: 180px;

  display: flex;

  flex-direction: column;

  align-items: center;
  justify-content: center;

  color: var(--mini-black);

  background: var(--mini-yellow-strong);

  border-radius: 50%;

  text-align: center;

  box-shadow:
    0 10px 28px rgba(0, 0, 0, 0.16);
}


.testdrive-hero__date-row {
  display: flex;

  align-items: baseline;
  justify-content: center;

  gap: 5px;
}


.testdrive-hero__date-row strong {
  font-size: 2.3rem;
  font-weight: 800;

  line-height: 1;
}


.testdrive-hero__date-row small {
  font-size: 0.82rem;
  font-weight: 800;
}


.testdrive-hero__date-arrow {
  margin: 5px 0;

  font-size: 0.78rem;

  line-height: 1;
}



/* =========================================================
   BUTTON
========================================================= */

.testdrive-btn {
  display: inline-flex;

  align-items: center;
  justify-content: center;

  min-width: 280px;

  padding: 17px 30px;

  color: var(--mini-white) !important;

  background: var(--mini-black);

  border: 1px solid var(--mini-black);
  border-radius: 0;

  text-decoration: none;

  font-size: 1rem;
  font-weight: 700;

  letter-spacing: 0.06em;

  line-height: 1.45;

  box-shadow:
    0 12px 24px rgba(0, 0, 0, 0.15);
}


.testdrive-btn::after {
  content: "›";

  margin-left: 18px;

  font-size: 1.6rem;

  line-height: 0;
}


.testdrive-btn:hover {
  transform: translateY(-2px);
}


.testdrive-btn--light {
  color: var(--mini-black) !important;

  background: var(--mini-white);

  border-color: var(--mini-white);
}


.testdrive-btn--wide {
  min-width: 330px;
}



/* =========================================================
   COMMON SECTION
========================================================= */

.testdrive-section {
  padding: 84px 0;

  background: var(--mini-white);
}


.testdrive-section--lead {
  padding: 72px 0 76px;
}


.testdrive-section--present {
  background:
    linear-gradient(
      180deg,
      #fbfaf7 0%,
      #f6f4ef 100%
    );
}


.testdrive-section--models {
  background: var(--mini-off-white);
}


.testdrive-section--overview {
  background: var(--mini-white);
}


.testdrive-section--form {
  background: var(--mini-off-white);
}


.testdrive-heading {
  max-width: 820px;

  margin: 0 auto 36px;

  text-align: center;
}


.testdrive-heading > p,
.testdrive-kicker,
.testdrive-form__label {
  margin: 0 0 14px;

  color: var(--mini-gray);

  font-size: 0.84rem;
  font-weight: 700;

  letter-spacing: 0.18em;

  text-transform: uppercase;
}


.testdrive-heading h2,
.testdrive-copy h2,
.form-section h2 {
  margin: 0;

  color: var(--mini-black);

  font-size: clamp(1.75rem, 2.7vw, 2.45rem);
  font-weight: 800;

  line-height: 1.48;

  letter-spacing: 0.02em;
}


.testdrive-copy {
  max-width: 880px;

  margin: 0 auto;

  text-align: center;
}


.testdrive-copy > p:not(.testdrive-kicker) {
  max-width: 790px;

  margin: 20px auto 0;

  color: #35383a;

  font-size: 1.05rem;

  line-height: 1.95;
}


.testdrive-section__intro {
  max-width: 800px;

  margin: -10px auto 40px;

  color: #45494c;

  text-align: center;

  font-size: 1.04rem;

  line-height: 1.9;
}



/* =========================================================
   PRESENT SECTION
========================================================= */

.testdrive-present-heading {
  display: grid;

  grid-template-columns: minmax(50px, 1fr) auto minmax(50px, 1fr);

  align-items: center;

  gap: 28px;

  max-width: 950px;

  margin: 0 auto;
}


.testdrive-present-heading__line {
  width: 100%;
  height: 1px;

  background: rgba(17, 17, 17, 0.46);
}


.testdrive-present-heading h2 {
  margin: 0;

  color: var(--mini-black);

  font-size: clamp(1.65rem, 2.7vw, 2.25rem);
  font-weight: 800;

  line-height: 1.5;

  text-align: center;
}


.testdrive-present-lead {
  max-width: 900px;

  margin: 24px auto 35px;

  color: #333638;

  font-size: 1.02rem;

  line-height: 1.9;

  text-align: center;
}


.testdrive-present-lead strong {
  display: inline;

  padding: 2px 5px;

  background:
    linear-gradient(
      transparent 16%,
      var(--mini-yellow-strong) 16%,
      var(--mini-yellow-strong) 88%,
      transparent 88%
    );

  font-weight: 800;
}



/* INFO CARDS */

.testdrive-info-cards {
  max-width: 1120px;

  margin: 0 auto;
}


.testdrive-info-card {
  padding: 26px 25px 28px;

  background: var(--mini-white);

  border: 1px solid rgba(17, 17, 17, 0.09);

  box-shadow:
    0 8px 24px rgba(0, 0, 0, 0.04);
}


.testdrive-info-card__heading {
  display: flex;

  align-items: center;

  gap: 13px;

  margin-bottom: 26px;
}


.testdrive-info-card__icon {
  flex: 0 0 35px;

  width: 35px;
  height: 35px;

  color: var(--mini-black);
}


.testdrive-info-card__icon svg {
  display: block;

  width: 35px;
  height: 35px;

  overflow: visible;

  fill: none;

  stroke: currentColor;

  stroke-width: 2.3;
  stroke-linecap: round;
  stroke-linejoin: round;

  vector-effect: non-scaling-stroke;
}


.testdrive-info-card__heading h3 {
  margin: 0;

  color: var(--mini-black);

  font-size: 0.92rem;
  font-weight: 800;

  line-height: 1.45;
}


.testdrive-info-card__date {
  margin: 0;
}


.testdrive-info-card__date small,
.testdrive-info-card__date strong,
.testdrive-info-card__date span {
  display: block;
}


.testdrive-info-card__date small {
  margin-bottom: 4px;

  color: var(--mini-gray);

  font-size: 0.86rem;
}


.testdrive-info-card__date strong {
  color: var(--mini-black);

  font-size: 1.5rem;
  font-weight: 800;

  line-height: 1.45;
}


.testdrive-info-card__date span {
  color: var(--mini-black);

  font-size: 1.0rem;
  font-weight: 700;
}


.testdrive-info-card__gift {
  margin: 0;
}


.testdrive-info-card__gift > span {
  display: block;

  margin-bottom: 8px;

  color: var(--mini-black);

  font-size: 0.95rem;
}


.testdrive-info-card__gift strong {
  display: block;

  color: var(--mini-black);

  font-size: 2rem;
  font-weight: 800;

  line-height: 1.2;
}


.testdrive-info-card__gift strong small {
  margin-left: 3px;

  font-size: 0.9rem;
}


.testdrive-info-card__text {
  margin: 0;

  color: #333638;

  font-size: 0.95rem;

  line-height: 1.8;
}


.testdrive-info-card__text strong {
  color: var(--mini-black);

  font-weight: 800;
}


.testdrive-info-card__small {
  margin: 10px 0 0;

  color: var(--mini-gray);

  font-size: 0.78rem;

  line-height: 1.6;
}


.testdrive-present-notes {
  max-width: 1120px;

  margin: 22px auto 0;
}


.testdrive-present-notes p {
  display: inline;

  margin: 0;

  color: var(--mini-gray);

  font-size: 0.78rem;

  line-height: 1.8;
}


.testdrive-present-notes p:not(:last-child)::after {
  content: "　";
}


.testdrive-present-cta {
  margin-top: 30px;

  text-align: center;
}



/* =========================================================
   MODEL CARDS
========================================================= */

.testdrive-model-list {
  margin-top: 0;
}


.testdrive-model-card {
  overflow: hidden;

  background: var(--mini-white);

  border: 1px solid var(--mini-border);

  box-shadow:
    0 14px 32px rgba(0, 0, 0, 0.055);
}


.testdrive-model-card__image-wrap {
  overflow: hidden;

  background: var(--mini-white);
}


.testdrive-model-card__image {
  display: block;

  width: 100%;

  aspect-ratio: 3 / 2;

  object-fit: cover;
  object-position: center;

  transition: transform 0.35s ease;
}


.testdrive-model-card:hover .testdrive-model-card__image {
  transform: scale(1.015);
}


.testdrive-model-card__body {
  padding: 26px 26px 30px;
}


.testdrive-model-card__label {
  margin: 0 0 10px;

  color: var(--mini-gray);

  font-size: 0.82rem;
  font-weight: 800;

  letter-spacing: 0.12em;
}


.testdrive-model-card h3 {
  margin: 0 0 14px;

  color: var(--mini-black);

  font-size: clamp(1.2rem, 1.6vw, 1.45rem);
  font-weight: 800;

  line-height: 1.55;
}


.testdrive-model-card p:last-child {
  margin: 0;

  color: #3e4244;

  font-size: 1rem;

  line-height: 1.8;
}


.testdrive-model-cta {
  max-width: 720px;

  margin: 46px auto 0;

  text-align: center;
}


.testdrive-model-cta p {
  margin: 0 0 18px;

  color: #373b3d;

  font-size: 1.05rem;
  font-weight: 600;
}



/* =========================================================
   CAMPAIGN OVERVIEW
========================================================= */

.testdrive-overview {
  max-width: 900px;

  margin: 0 auto;
}


.testdrive-overview dl {
  margin: 0;

  border-top: 1px solid var(--mini-border);
}


.testdrive-overview dl > div {
  display: grid;

  grid-template-columns: 220px 1fr;

  border-bottom: 1px solid var(--mini-border);
}


.testdrive-overview dt,
.testdrive-overview dd {
  margin: 0;

  padding: 20px 22px;
}


.testdrive-overview dt {
  background: var(--mini-light-gray);

  font-size: 0.95rem;
  font-weight: 800;
}


.testdrive-overview dd {
  color: #34383a;

  font-size: 1rem;

  line-height: 1.8;
}


.testdrive-web-only {
  max-width: 900px;

  margin: 44px auto 0;

  padding: 32px 34px;

  background: var(--mini-yellow-light);

  border-left: 5px solid var(--mini-yellow);
}


.testdrive-web-only__label {
  display: inline-block;

  margin: 0 0 12px;

  padding: 5px 10px;

  color: var(--mini-black);

  background: var(--mini-yellow);

  font-size: 0.76rem;
  font-weight: 800;

  letter-spacing: 0.10em;
}


.testdrive-web-only h3 {
  margin: 0 0 22px;

  color: var(--mini-black);

  font-size: clamp(1.3rem, 2vw, 1.7rem);
  font-weight: 800;

  line-height: 1.6;
}


.testdrive-web-only ul {
  margin: 0;

  padding-left: 1.35em;
}


.testdrive-web-only li {
  margin-bottom: 10px;

  color: #3a3d3f;

  font-size: 0.93rem;

  line-height: 1.75;
}


.testdrive-web-only li:last-child {
  margin-bottom: 0;
}



/* =========================================================
   FINAL CTA
========================================================= */

.testdrive-final {
  padding: 72px 0;

  color: var(--mini-white);

  background:
    linear-gradient(
      135deg,
      #202224 0%,
      #111111 100%
    );
}


.testdrive-final .container {
  max-width: 880px;
}


.testdrive-kicker--light {
  color: rgba(255, 255, 255, 0.70);
}


.testdrive-final h2 {
  margin: 0 auto;

  color: var(--mini-white);

  font-size: clamp(1.8rem, 3vw, 2.6rem);
  font-weight: 800;

  line-height: 1.5;
}


.testdrive-final p:not(.testdrive-kicker) {
  max-width: 720px;

  margin: 18px auto 28px;

  color: rgba(255, 255, 255, 0.90);

  font-size: 1.04rem;

  line-height: 1.9;
}



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

.testdrive-form-heading {
  max-width: 780px;

  margin: 0 auto 30px;
}


.form-section h2 {
  margin-bottom: 16px;
}


.form-section p {
  color: #3d4144;

  font-size: 1rem;

  line-height: 1.85;
}


.testdrive-form__label {
  color: var(--mini-gray) !important;
}


.testdrive-form-summary {
  max-width: 760px;

  margin: 0 auto 20px;

  padding: 22px 24px;

  background: var(--mini-white);

  border: 1px solid var(--mini-border);
}


.testdrive-form-summary__item {
  display: grid;

  grid-template-columns: 100px 1fr;

  gap: 14px;

  padding: 7px 0;
}


.testdrive-form-summary__item span {
  color: var(--mini-gray);

  font-size: 0.88rem;
  font-weight: 700;
}


.testdrive-form-summary__item strong {
  color: var(--mini-black);

  font-size: 1rem;
  font-weight: 700;
}


.testdrive-form-summary__stores {
  display: flex;

  flex-wrap: wrap;

  gap: 8px;

  margin-top: 14px;
  padding-top: 16px;

  border-top: 1px solid var(--mini-border);
}


.testdrive-form-summary__stores span {
  display: inline-block;

  padding: 7px 12px;

  color: var(--mini-black);

  background: var(--mini-light-gray);

  font-size: 0.88rem;
  font-weight: 700;
}


.testdrive-form-note {
  max-width: 760px;

  margin: 0 auto 24px;

  color: var(--mini-gray) !important;

  font-size: 0.9rem !important;

  text-align: center;
}


.form-placeholder {
  width: 100%;
  max-width: 100%;

  padding: 32px;

  overflow: hidden;

  background: var(--mini-white);

  border: 1px solid var(--mini-border);

  box-shadow:
    0 14px 34px rgba(0, 0, 0, 0.06);
}


.formrun-embed {
  width: 100%;
  max-width: 100%;
}


.formrun-embed iframe {
  display: block;

  width: 100% !important;
  max-width: 100% !important;

  border: 0 !important;
}



/* =========================================================
   FOOTER
========================================================= */

#footer.footer {
  color: #111111;
  background: #ffffff;
  font-size: 0.92rem;
}

#footer.footer p,
#footer.footer span,
#footer.footer strong,
#footer.footer address,
#footer.footer .footer-ttl {
  color: #111111;
}

#footer.footer a,
#footer.footer a:link,
#footer.footer a:visited,
#footer.footer a:hover,
#footer.footer a:focus,
#footer.footer a:active {
  color: #111111 !important;
  text-decoration-color: rgba(17, 17, 17, 0.55);
}

#footer.footer a:hover {
  opacity: 0.7;
}

#footer.footer .footer-ttl {
  color: #111111;
  letter-spacing: 0.08em;
}

#footer.footer .soeicon {
  max-width: 260px;
  height: auto;
}

.pc-only {
  display: inline;
}

@media (max-width: 767px) {
  .pc-only {
    display: none;
  }
}

/* =========================================================
   TABLET LARGE
========================================================= */

@media (max-width: 1199.98px) {

  .testdrive-hero,
  .testdrive-hero__inner {
    min-height: 680px;
  }


  .testdrive-hero__date {
    width: 160px;
    height: 160px;
  }


  .testdrive-hero__date-row strong {
    font-size: 2rem;
  }

}



/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991.98px) {

  .mini-lp-header {
    padding: 22px 24px;
  }


  .mini-lp-header__logo img {
    width: 132px;
  }


  .testdrive-hero,
  .testdrive-hero__inner {
    min-height: 640px;
  }


  .testdrive-hero h1 {
    font-size: clamp(2.6rem, 7vw, 4rem);
  }


  .testdrive-hero__date {
    top: 95px;
    right: 18px;

    width: 140px;
    height: 140px;
  }


  .testdrive-hero__date-row strong {
    font-size: 1.75rem;
  }


  .testdrive-section {
    padding: 70px 0;
  }


  .testdrive-info-card {
    padding: 24px;
  }

}



/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767.98px) {

  body {
    font-size: 16px;

    line-height: 1.78;
  }


  /* HEADER */

  .mini-lp-header {
    padding: 18px 16px;
  }


  .mini-lp-header__logo img {
    width: 116px;
  }


  /* HERO */

  .testdrive-hero,
  .testdrive-hero__inner {
    min-height: 620px;
  }


  .testdrive-hero__image {
    object-position: 53% center;
  }


  .testdrive-hero__overlay {
    background:
      linear-gradient(
        180deg,
        rgba(0, 0, 0, 0.38) 0%,
        rgba(0, 0, 0, 0.08) 34%,
        rgba(0, 0, 0, 0.16) 55%,
        rgba(0, 0, 0, 0.72) 100%
      );
  }


  .testdrive-hero__inner {
    align-items: flex-end;

    padding-top: 110px;
    padding-bottom: 32px;
  }


  .testdrive-hero__content {
    width: 100%;
  }


  .testdrive-hero__badge {
    margin-bottom: 11px;

    padding: 5px 10px;

    font-size: 0.72rem;
  }


  .testdrive-hero h1 {
    max-width: 76%;

    font-size: clamp(2rem, 9vw, 2.75rem);

    line-height: 1.03;
  }


  .testdrive-hero__copy {
    max-width: 78%;

    margin-top: 12px;

    font-size: 0.98rem;
  }


  .testdrive-hero__gift {
    margin-top: 18px;
  }


  .testdrive-hero__gift-label,
  .testdrive-hero__gift-name {
    font-size: 0.82rem;
  }


  .testdrive-hero__gift-price strong {
    font-size: 3.1rem;
  }


  .testdrive-hero__gift-price span {
    font-size: 0.9rem;
  }


  .testdrive-hero__gift-present {
    font-size: 0.95rem;
  }


  .testdrive-hero__date {
    top: 84px;
    right: 12px;

    width: 104px;
    height: 104px;
  }


  .testdrive-hero__date-row strong {
    font-size: 1.34rem;
  }


  .testdrive-hero__date-row small {
    font-size: 0.62rem;
  }


  .testdrive-hero__date-arrow {
    margin: 2px 0;

    font-size: 0.56rem;
  }


  /* BUTTON */

  .testdrive-btn,
  .testdrive-btn--wide {
    width: 100%;

    min-width: 0;

    padding: 16px 22px;

    font-size: 0.96rem;
  }


  /* COMMON */

  .testdrive-section,
  .testdrive-section--lead {
    padding: 56px 0;
  }


  .testdrive-heading,
  .testdrive-copy {
    text-align: left;
  }


  .testdrive-heading {
    margin-bottom: 28px;
  }


  .testdrive-heading h2,
  .testdrive-copy h2,
  .form-section h2 {
    font-size: clamp(1.48rem, 6vw, 1.75rem);

    line-height: 1.5;
  }


  .testdrive-copy > p:not(.testdrive-kicker) {
    margin-top: 16px;

    font-size: 1rem;

    line-height: 1.9;

    text-align: left;
  }


  .testdrive-section__intro {
    margin-top: -5px;
    margin-bottom: 28px;

    text-align: left;

    font-size: 1rem;
  }


  /* PRESENT */

  .testdrive-present-heading {
    grid-template-columns: 1fr;

    gap: 14px;
  }


  .testdrive-present-heading__line {
    display: none;
  }


  .testdrive-present-heading h2 {
    font-size: 1.55rem;

    text-align: left;
  }


  .testdrive-present-lead {
    margin-top: 18px;
    margin-bottom: 28px;

    font-size: 0.98rem;

    text-align: left;
  }


  .testdrive-info-card {
    padding: 22px 20px;
  }


  .testdrive-info-card__heading {
    margin-bottom: 17px;
  }


  .testdrive-info-card__date strong {
    font-size: 1.35rem;
  }


  .testdrive-info-card__gift strong {
    font-size: 1.75rem;
  }


  .testdrive-present-notes p {
    display: block;

    margin-bottom: 4px;

    font-size: 0.78rem;
  }


  .testdrive-present-notes p:not(:last-child)::after {
    content: "";
  }


  /* MODELS */

  .testdrive-model-card__body {
    padding: 22px 20px 26px;
  }


  .testdrive-model-card h3 {
    font-size: 1.3rem;
  }


  .testdrive-model-cta {
    margin-top: 34px;

    text-align: left;
  }


  .testdrive-model-cta p {
    font-size: 1rem;
  }


  /* OVERVIEW */

  .testdrive-overview dl > div {
    grid-template-columns: 1fr;
  }


  .testdrive-overview dt {
    padding-bottom: 8px;

    background: var(--mini-light-gray);
  }


  .testdrive-overview dd {
    padding-top: 12px;
  }


  .testdrive-web-only {
    margin-top: 32px;

    padding: 24px 20px;
  }


  .testdrive-web-only h3 {
    font-size: 1.35rem;
  }


  /* FINAL */

  .testdrive-final {
    padding: 58px 0;

    text-align: left;
  }


  .testdrive-final .container {
    text-align: left !important;
  }


  .testdrive-final h2 {
    font-size: 1.7rem;
  }


  /* FORM */

  .testdrive-form-heading {
    text-align: left !important;
  }


  .testdrive-form-summary {
    padding: 18px;
  }


  .testdrive-form-summary__item {
    grid-template-columns: 1fr;

    gap: 2px;

    padding: 8px 0;
  }


  .testdrive-form-summary__stores {
    display: grid;

    grid-template-columns: 1fr;
  }


  .testdrive-form-note {
    text-align: left;
  }


  .form-placeholder {
    padding: 18px 14px;
  }


  /* FOOTER */

  .footer {
    font-size: 0.88rem;
  }


  .footer .px-4 {
    padding-right: 16px !important;
    padding-left: 16px !important;
  }

}



/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 575.98px) {

  .testdrive-hero,
  .testdrive-hero__inner {
    min-height: 590px;
  }


  .testdrive-hero h1 {
    font-size: clamp(1.85rem, 9vw, 2.35rem);
  }


  .testdrive-hero__date {
    width: 92px;
    height: 92px;
  }


  .testdrive-hero__date-row strong {
    font-size: 1.15rem;
  }


  .testdrive-heading > p,
  .testdrive-kicker,
  .testdrive-form__label {
    font-size: 0.78rem;

    letter-spacing: 0.14em;
  }


  .testdrive-heading h2,
  .testdrive-copy h2,
  .form-section h2 {
    font-size: 1.48rem;
  }


  .testdrive-present-heading h2 {
    font-size: 1.45rem;
  }


  .soeicon {
    max-width: 220px;
  }

}