.ndv-hp {
  position: absolute !important;
  left: -9999px !important;
  top: -9999px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}

.ndv-page {
  --ink: #17122b;
  --muted: #7b7487;
  --soft: #fffaf4;
  --line: rgba(23, 18, 43, .1);
  --pink: #ed3d9f;
  --hotpink: #ff72c3;
  --orange: #ff9f43;
  font-family: "Avenir Next", "Nunito Sans", Arial, sans-serif;
  color: var(--ink);
  background: var(--soft);
  overflow: hidden;
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
}

.ndv-page,
.ndv-page * {
  box-sizing: border-box;
}

.ndv-page a {
  color: inherit;
  text-decoration: none;
}

.ndv-page [hidden],
.ndv-page .ndv-is-hidden {
  display: none !important;
}

.ndv-page.ndv-order-calendar {
  overflow: visible;
  overflow-x: clip;
  overflow-y: visible;
  /* Temaet (Woodmart) sætter text-transform: capitalize globalt på
     overskrifter/knapper, hvilket giver forkert "Title Case" i dansk
     brødtekst (fx "Find Ledige Vogne På En Dato"). Nulstil den her på
     roden, så det arves korrekt ned gennem sektionen - alle bevidste
     versal-labels (fx .ndv-eyebrow) sætter selv text-transform: uppercase
     og er derfor upåvirket, da en direkte erklæret regel altid vinder
     over en arvet værdi. */
  text-transform: none;
}

/* Ovenstående reset arver korrekt ned gennem almindelige elementer, men
   IKKE ind i <button>-elementer eller deres børn: temaet sætter
   text-transform: capitalize DIREKTE på button-tagget (ikke bare som en
   arvet standardværdi), og en direkte erklæret regel vinder altid over en
   arvet værdi, uanset hvor "tæt på roden" resetten sidder. Ramte bl.a.
   .ndv-cal-mode-button (og dens strong/span-børn), .ndv-order-show-all og
   den generelle .ndv-button-klasse (fx "Send forespørgsel"-knappen). */
.ndv-order-calendar button,
.ndv-order-calendar .ndv-button {
  text-transform: none;
}

body.ndv-has-catalogue .entry-title,
body.ndv-has-catalogue .page-title,
body.ndv-has-catalogue .wd-page-title,
body.ndv-has-catalogue .woodmart-title-container,
body.ndv-has-catalogue .title-size-default,
body.ndv-has-catalogue .main-page-wrapper > .container > h1:first-child,
body.ndv-has-order .entry-title,
body.ndv-has-order .page-title,
body.ndv-has-order .wd-page-title,
body.ndv-has-order .woodmart-title-container,
body.ndv-has-order .title-size-default,
body.ndv-has-order .main-page-wrapper > .container > h1:first-child {
  display: none !important;
}

.ndv-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(42px, 6vw, 88px) 5vw clamp(120px, 12vw, 170px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 6vw;
  align-items: center;
  background:
    radial-gradient(circle at 82% 18%, rgba(255, 114, 195, .34), transparent 30%),
    linear-gradient(135deg, #17122b 0%, #2a184d 56%, #5b2461 100%);
  color: #fff;
}

.ndv-back {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  margin-bottom: 44px;
  padding: 12px 17px;
  border: 1px solid rgba(255, 255, 255, .15);
  border-radius: 999px;
  color: #d8d1e6 !important;
  font-size: 13px;
  font-weight: 900;
  transition: transform .2s ease, background .2s ease, border-color .2s ease;
}

.ndv-back:hover {
  transform: translateY(-2px);
  background: rgba(255, 255, 255, .06);
  border-color: rgba(255, 255, 255, .32);
}

.ndv-eyebrow {
  display: block;
  color: var(--hotpink);
  font-size: 13px;
  font-weight: 950;
  letter-spacing: 4px;
  text-transform: uppercase;
}

.ndv-hero h1 {
  max-width: 950px;
  margin: 24px 0 24px;
  color: #fff;
  font-family: "Arial Black", "Avenir Next", Arial, sans-serif;
  font-size: clamp(58px, 8vw, 112px);
  line-height: .92;
  letter-spacing: -5px;
}

.ndv-hero h1 em {
  color: var(--hotpink);
  font-style: normal;
}

.ndv-hero-copy > p {
  max-width: 660px;
  margin: 0;
  color: #c5bfd1;
  font-size: 17px;
  line-height: 1.8;
}

.ndv-trust {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-top: 30px;
  color: #ded9e7;
  font-size: 13px;
  font-weight: 800;
}

.ndv-trust span {
  width: 24px;
  height: 24px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, .1);
  color: #72d084;
}

.ndv-hero-panel {
  padding: 34px;
  border-radius: 30px;
  background: #fffaf4;
  color: var(--ink);
  box-shadow: 0 26px 70px rgba(0, 0, 0, .22);
}

.ndv-hero-panel strong {
  display: block;
  font-family: "Arial Black", "Avenir Next", Arial, sans-serif;
  font-size: 34px;
  line-height: 1;
  letter-spacing: -1.5px;
}

.ndv-hero-panel p {
  margin: 16px 0 22px;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.65;
}

.ndv-hero-panel a {
  color: var(--pink) !important;
  font-weight: 950;
}

.ndv-shell {
  position: relative;
  z-index: 2;
  margin-top: -74px;
  padding: 0 5vw 90px;
}

.ndv-filters {
  padding: 22px;
  display: grid;
  grid-template-columns: 1fr repeat(3, minmax(150px, .7fr));
  align-items: end;
  gap: 12px;
  border-radius: 24px;
  background: white;
  box-shadow: 0 24px 65px rgba(23, 18, 43, .16);
}

.ndv-filter-title {
  align-self: center;
  color: var(--ink);
  font-size: 15px;
  font-weight: 950;
}

.ndv-filters label {
  color: var(--muted);
  font-size: 11px;
  font-weight: 950;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.ndv-filters select,
.ndv-filters input {
  display: block;
  width: 100%;
  margin-top: 8px;
  padding: 14px 13px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: white;
  color: var(--ink);
  font: inherit;
  font-size: 14px;
  font-weight: 800;
  text-transform: none;
  letter-spacing: 0;
  outline: none;
}

.ndv-filters input:focus,
.ndv-filters select:focus {
  border-color: rgba(237, 61, 159, .45);
  box-shadow: 0 0 0 4px rgba(237, 61, 159, .08);
}

.ndv-result-heading {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 30px;
  padding: 80px 0 30px;
}

.ndv-result-heading h2 {
  margin: 10px 0 0;
  font-family: "Arial Black", "Avenir Next", Arial, sans-serif;
  font-size: clamp(36px, 4vw, 54px);
  line-height: .95;
  letter-spacing: -2px;
}

.ndv-result-heading p {
  max-width: 450px;
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.75;
}

.ndv-favourites {
  margin-bottom: 24px;
  padding: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 24px;
  border-radius: 24px;
  background: linear-gradient(135deg, #fff0f8, #fffaf4);
  box-shadow: 0 18px 45px rgba(23, 18, 43, .08);
}

.ndv-favourites strong {
  display: block;
  margin-top: 8px;
  font-family: "Arial Black", "Avenir Next", Arial, sans-serif;
  font-size: 24px;
  line-height: 1.1;
}

.ndv-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.ndv-card {
  min-height: 0;
  display: grid;
  grid-template-columns: 1fr;
  overflow: hidden;
  border-radius: 28px;
  background: white;
  box-shadow: 0 14px 38px rgba(23, 18, 43, .08);
  transition: transform .22s ease, box-shadow .22s ease;
}

.ndv-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 58px rgba(23, 18, 43, .13);
}

.ndv-image {
  position: relative;
  min-height: 255px;
  overflow: hidden;
  background: #e9e1ec;
}

.ndv-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform .55s ease;
}

.ndv-card:hover .ndv-image img {
  transform: scale(1.03);
}

.ndv-availability,
.ndv-price {
  position: absolute;
  z-index: 2;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 950;
}

.ndv-availability {
  top: 18px;
  left: 18px;
  padding: 10px 13px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, .92);
  color: var(--ink);
}

.ndv-availability i {
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #54bf6b;
  box-shadow: 0 0 0 5px rgba(84, 191, 107, .16);
}

.ndv-price {
  left: 18px;
  bottom: 18px;
  padding: 10px 14px;
  background: var(--ink);
  color: #fff;
}

.ndv-info {
  padding: clamp(24px, 2.8vw, 34px);
  display: grid;
  grid-template-columns: 1fr;
  gap: 22px;
  align-items: start;
}

.ndv-info h3 {
  margin: 10px 0 12px;
  font-family: "Arial Black", "Avenir Next", Arial, sans-serif;
  font-size: clamp(32px, 3.2vw, 46px);
  line-height: .95;
  letter-spacing: -2px;
}

@media (max-width: 1320px) {
  .ndv-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ndv-info {
    grid-template-columns: 1fr;
    align-items: start;
    gap: 22px;
  }

  .ndv-info ul {
    display: block;
  }

  .ndv-info li {
    align-content: start;
    border-bottom: 0;
    border-top: 1px solid var(--line);
  }

  .ndv-actions {
    padding-top: 4px;
  }
}

@media (max-width: 1180px) {
  .ndv-info ul {
    grid-template-columns: 1fr;
  }

  .ndv-info li {
    border-top: 0;
    border-bottom: 1px solid var(--line);
  }

}

.ndv-info p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.6;
}

.ndv-info ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.ndv-info li {
  display: grid;
  grid-template-columns: 34px minmax(0, 1fr);
  align-items: start;
  gap: 12px;
  padding: 13px 0;
  border-bottom: 1px solid var(--line);
  color: var(--ink);
  font-size: 14px;
  font-weight: 850;
  line-height: 1.35;
}

.ndv-info li span {
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: #fff0f8;
  color: var(--pink);
  font-size: 12px;
  font-weight: 950;
  line-height: 1;
  flex: 0 0 auto;
}

.ndv-actions {
  grid-column: 1 / -1;
  display: flex;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
}

.ndv-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 16px 22px;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(110deg, var(--pink), var(--orange));
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
  font-size: 14px;
  font-weight: 950;
  box-shadow: 0 16px 34px rgba(237, 61, 159, .25);
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease;
}

.ndv-button:hover {
  transform: translateY(-2px) scale(1.015);
  box-shadow: 0 22px 44px rgba(237, 61, 159, .34);
}

.ndv-actions button,
.ndv-link-button {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  border: 0;
  background: transparent;
  color: var(--pink) !important;
  font-size: 14px;
  font-weight: 950;
  cursor: pointer;
}

.ndv-actions button::before {
  content: "";
  width: 18px;
  height: 18px;
  display: inline-block;
  background: linear-gradient(135deg, var(--pink), var(--orange));
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M12 21.35l-1.45-1.32C5.4 15.36 2 12.28 2 8.5 2 5.42 4.42 3 7.5 3c1.74 0 3.41.81 4.5 2.08C13.09 3.81 14.76 3 16.5 3 19.58 3 22 5.42 22 8.5c0 3.78-3.4 6.86-8.55 11.54L12 21.35z'/%3E%3C/svg%3E") center / contain no-repeat;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M12 21.35l-1.45-1.32C5.4 15.36 2 12.28 2 8.5 2 5.42 4.42 3 7.5 3c1.74 0 3.41.81 4.5 2.08C13.09 3.81 14.76 3 16.5 3 19.58 3 22 5.42 22 8.5c0 3.78-3.4 6.86-8.55 11.54L12 21.35z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.ndv-actions button.is-selected {
  padding: 12px 16px;
  border-radius: 999px;
  background: #fff0f8;
}

.ndv-empty {
  padding: 52px;
  border-radius: 28px;
  background: #fff;
  text-align: center;
  box-shadow: 0 18px 45px rgba(23, 18, 43, .08);
}

.ndv-empty h3,
.ndv-bottom-cta h2 {
  margin: 0;
  font-family: "Arial Black", "Avenir Next", Arial, sans-serif;
  line-height: .98;
  letter-spacing: -2px;
}

.ndv-empty h3 {
  font-size: 38px;
}

.ndv-empty p {
  max-width: 560px;
  margin: 14px auto 24px;
  color: var(--muted);
  line-height: 1.7;
}

.ndv-bottom-cta {
  margin-top: 60px;
  padding: clamp(34px, 5vw, 58px);
  border-radius: 32px;
  background:
    radial-gradient(circle at 82% 10%, rgba(255, 114, 195, .28), transparent 30%),
    linear-gradient(135deg, #17122b, #392261);
  color: #fff;
}

.ndv-bottom-cta h2 {
  max-width: 900px;
  margin-top: 18px;
  color: #fff;
  font-size: clamp(38px, 5vw, 72px);
}

.ndv-bottom-cta p {
  max-width: 760px;
  margin: 20px 0 28px;
  color: #c5bfd1;
  font-size: 16px;
  line-height: 1.75;
}

.ndv-bottom-cta > div {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  align-items: center;
}

.ndv-bottom-cta .ndv-link-button {
  padding: 16px 20px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .1);
  color: #fff !important;
}

@media (max-width: 1080px) {
  .ndv-hero,
  .ndv-card,
  .ndv-info {
    grid-template-columns: 1fr;
  }

  .ndv-hero-panel {
    max-width: 520px;
  }

  .ndv-filters {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 760px) {
  .ndv-hero {
    padding: 32px 20px 118px;
  }

  .ndv-back {
    margin-bottom: 34px;
  }

  .ndv-hero h1 {
    font-size: clamp(48px, 14vw, 58px);
    letter-spacing: -2.8px;
  }

  .ndv-hero-copy > p,
  .ndv-trust {
    font-size: 14px;
  }

  .ndv-hero-panel {
    padding: 26px;
    border-radius: 24px;
  }

  .ndv-hero-panel strong {
    font-size: 28px;
  }

  .ndv-shell {
    margin-top: -70px;
    padding: 0 14px 70px;
  }

  .ndv-filters {
    grid-template-columns: 1fr;
    border-radius: 22px;
  }

  .ndv-result-heading {
    display: block;
    padding: 56px 0 24px;
  }

  .ndv-result-heading p {
    margin-top: 14px;
  }

  .ndv-favourites {
    display: grid;
  }

  .ndv-card {
    min-height: 0;
    border-radius: 24px;
  }

  .ndv-image {
    min-height: 280px;
  }

  .ndv-grid {
    grid-template-columns: 1fr;
  }

  .ndv-info {
    padding: 26px;
    gap: 20px;
  }

  .ndv-info h3 {
    font-size: 36px;
  }

  .ndv-actions {
    flex-direction: column;
    align-items: stretch;
  }

  .ndv-actions .ndv-button,
  .ndv-favourites .ndv-button,
  .ndv-bottom-cta .ndv-button,
  .ndv-bottom-cta .ndv-link-button {
    width: 100%;
  }

  .ndv-bottom-cta {
    margin-top: 42px;
    border-radius: 26px;
  }
}

.ndv-detail {
  background: var(--soft);
}

.ndv-detail-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(44px, 6vw, 88px) 5vw clamp(58px, 8vw, 110px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(420px, .78fr);
  gap: clamp(34px, 6vw, 86px);
  align-items: center;
  background:
    radial-gradient(circle at 84% 14%, rgba(255, 114, 195, .34), transparent 30%),
    linear-gradient(135deg, #17122b 0%, #2a184d 56%, #5b2461 100%);
  color: #fff;
}

.ndv-detail-copy h1 {
  max-width: 850px;
  margin: 24px 0 22px;
  color: #fff;
  font-family: "Arial Black", "Avenir Next", Arial, sans-serif;
  font-size: clamp(58px, 8vw, 112px);
  line-height: .9;
  letter-spacing: -5px;
}

.ndv-detail-copy p {
  max-width: 680px;
  margin: 0;
  color: #c5bfd1;
  font-size: 18px;
  line-height: 1.75;
}

.ndv-detail-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  align-items: center;
  margin-top: 34px;
}

.ndv-detail-actions .ndv-link-button {
  padding: 16px 20px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .1);
  color: #fff !important;
}

.ndv-detail-media {
  position: relative;
  min-height: 540px;
  overflow: hidden;
  border-radius: 34px;
  background: #271a41;
  box-shadow: 0 28px 80px rgba(0, 0, 0, .25);
}

.ndv-detail-media img {
  width: 100%;
  height: 100%;
  min-height: 540px;
  display: block;
  object-fit: cover;
}

.ndv-detail-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 45%, rgba(23, 18, 43, .85));
  pointer-events: none;
}

.ndv-detail-media-card {
  position: absolute;
  left: 28px;
  right: 28px;
  bottom: 28px;
  z-index: 2;
  padding: 26px;
  border-radius: 24px;
  background: rgba(23, 18, 43, .9);
  backdrop-filter: blur(14px);
}

.ndv-detail-media-card strong {
  display: block;
  margin-top: 10px;
  color: #fff;
  font-family: "Arial Black", "Avenir Next", Arial, sans-serif;
  font-size: clamp(28px, 3vw, 44px);
  line-height: .96;
  letter-spacing: -1.5px;
}

.ndv-detail-shell {
  padding: 0 5vw 90px;
}

.ndv-detail-stats {
  margin-top: -44px;
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.ndv-detail-stats div,
.ndv-feature-group,
.ndv-detail-intro,
.ndv-detail-empty {
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 18px 48px rgba(23, 18, 43, .08);
}

.ndv-detail-stats div {
  padding: 28px;
}

.ndv-detail-stats span {
  display: inline-grid;
  place-items: center;
  width: 30px;
  height: 30px;
  margin-bottom: 22px;
  border-radius: 50%;
  background: #fff0f8;
  color: var(--pink);
  font-size: 12px;
  font-weight: 950;
}

.ndv-detail-stats strong,
.ndv-detail-intro h2,
.ndv-detail-empty h1 {
  display: block;
  color: var(--ink);
  font-family: "Arial Black", "Avenir Next", Arial, sans-serif;
  line-height: .98;
  letter-spacing: -1.8px;
}

.ndv-detail-stats strong {
  font-size: clamp(24px, 2.5vw, 38px);
}

.ndv-detail-stats small {
  display: block;
  margin-top: 10px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 800;
}

.ndv-detail-section {
  margin-top: 70px;
}

.ndv-detail-intro {
  padding: clamp(32px, 5vw, 58px);
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1fr);
  gap: 40px;
  align-items: end;
}

.ndv-detail-intro h2 {
  margin: 16px 0 0;
  font-size: clamp(36px, 4.4vw, 66px);
}

.ndv-detail-intro p {
  margin: 0;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.8;
}

.ndv-feature-groups {
  margin-top: 24px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.ndv-feature-group {
  padding: 28px;
}

.ndv-feature-group ul {
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.ndv-feature-group li {
  padding: 13px 0;
  border-top: 1px solid var(--line);
  color: var(--ink);
  font-size: 14px;
  font-weight: 850;
  line-height: 1.35;
}

.ndv-gallery {
  margin-top: 24px;
  display: grid;
  grid-template-columns: 1.2fr .8fr .8fr;
  gap: 18px;
}

.ndv-gallery figure {
  min-height: 260px;
  margin: 0;
  overflow: hidden;
  border-radius: 26px;
  background: #e9e1ec;
  box-shadow: 0 18px 44px rgba(23, 18, 43, .08);
}

.ndv-gallery figure:first-child {
  min-height: 380px;
  grid-row: span 2;
}

.ndv-gallery img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform .55s ease;
}

.ndv-gallery figure:hover img {
  transform: scale(1.03);
}

.ndv-detail-empty {
  max-width: 780px;
  margin: 0 auto;
  padding: 60px;
  text-align: center;
}

.ndv-detail-empty h1 {
  margin: 0;
  font-size: clamp(42px, 5vw, 72px);
}

.ndv-detail-empty p {
  margin: 18px auto 28px;
  max-width: 560px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.75;
}

.ndv-order-hero {
  position: relative;
  overflow: hidden;
  padding: clamp(42px, 6vw, 88px) 5vw clamp(120px, 12vw, 170px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) 380px;
  gap: 6vw;
  align-items: center;
  background:
    radial-gradient(circle at 82% 14%, rgba(255, 114, 195, .34), transparent 32%),
    linear-gradient(135deg, #17122b 0%, #2a184d 56%, #5b2461 100%);
  color: #fff;
}

.ndv-order-hero h1 {
  max-width: 980px;
  margin: 24px 0;
  color: #fff;
  font-family: "Arial Black", "Avenir Next", Arial, sans-serif;
  font-size: clamp(58px, 7.5vw, 108px);
  line-height: .92;
  letter-spacing: -5px;
}

.ndv-order-hero h1 em {
  color: var(--hotpink);
  font-style: normal;
}

.ndv-order-hero p {
  max-width: 680px;
  margin: 0;
  color: #c5bfd1;
  font-size: 17px;
  line-height: 1.8;
}

.ndv-order-hero-card {
  padding: 34px;
  border-radius: 30px;
  background: #fffaf4;
  color: var(--ink);
  box-shadow: 0 26px 70px rgba(0, 0, 0, .22);
}

.ndv-order-hero-card strong {
  display: block;
  margin: 18px 0 12px;
  font-family: "Arial Black", "Avenir Next", Arial, sans-serif;
  font-size: 38px;
  line-height: .98;
  letter-spacing: -1.8px;
}

.ndv-order-hero-card p {
  color: var(--muted);
  font-size: 14px;
  line-height: 1.65;
}

.ndv-order-hero-card a {
  display: inline-flex;
  margin-top: 20px;
  color: var(--pink) !important;
  font-weight: 950;
}

.ndv-order-shell {
  position: relative;
  z-index: 2;
  margin-top: -74px;
  padding: 0 5vw 90px;
}

.ndv-order-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 370px;
  gap: 24px;
  align-items: start;
}

.ndv-order-form {
  display: grid;
  gap: 16px;
}

.ndv-order-section,
.ndv-order-summary,
.ndv-order-success {
  border-radius: 28px;
  background: #fff;
  box-shadow: 0 18px 55px rgba(23, 18, 43, .1);
}

.ndv-order-section {
  padding: 32px;
}

.ndv-order-start {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 92% 0%, rgba(255, 114, 195, .16), transparent 34%),
    #fff;
}

.ndv-order-start h2 {
  max-width: 760px;
  margin: 12px 0 10px;
  font-family: "Arial Black", "Avenir Next", Arial, sans-serif;
  font-size: clamp(32px, 4vw, 54px);
  line-height: .98;
  letter-spacing: -2px;
}

.ndv-order-start > p {
  max-width: 760px;
  margin: 0 0 22px;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.75;
}

.ndv-start-options {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 420px), 1fr));
  gap: 14px;
}

.ndv-start-options button {
  position: relative;
  min-width: 0;
  min-height: 170px;
  padding: 24px;
  border: 1px solid rgba(23, 18, 43, .1);
  border-radius: 22px;
  background: #fffaf4;
  color: var(--ink);
  text-align: left;
  cursor: pointer;
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease, background .2s ease;
}

.ndv-start-options button:hover,
.ndv-start-options button.is-active {
  transform: translateY(-3px);
  border-color: rgba(237, 61, 159, .38);
  background: #fff7fb;
  box-shadow: 0 18px 42px rgba(237, 61, 159, .12);
}

.ndv-start-options small,
.ndv-start-options strong,
.ndv-start-options span {
  display: block;
}

.ndv-start-options small {
  color: var(--pink) !important;
  -webkit-text-fill-color: var(--pink) !important;
  font-size: 11px;
  font-weight: 950;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.ndv-start-options strong {
  max-width: calc(100% - 44px);
  margin: 10px 0;
  color: var(--ink) !important;
  -webkit-text-fill-color: var(--ink) !important;
  font-family: "Arial Black", "Avenir Next", Arial, sans-serif;
  font-size: clamp(24px, 2.2vw, 32px);
  line-height: 1;
  letter-spacing: -1px;
  overflow-wrap: normal;
  word-break: normal;
}

.ndv-start-options span {
  max-width: calc(100% - 26px);
  color: var(--muted) !important;
  -webkit-text-fill-color: var(--muted) !important;
  font-size: 13px;
  line-height: 1.6;
}

.ndv-start-options button:hover strong,
.ndv-start-options button.is-active strong {
  color: var(--ink) !important;
  -webkit-text-fill-color: var(--ink) !important;
}

.ndv-start-options button:hover span,
.ndv-start-options button.is-active span {
  color: var(--muted) !important;
  -webkit-text-fill-color: var(--muted) !important;
}

.ndv-start-options button::after {
  content: "";
  position: absolute;
  right: 22px;
  top: 22px;
  width: 24px;
  height: 24px;
  border: 1px solid rgba(237, 61, 159, .28);
  border-radius: 50%;
  background: #fff;
}

.ndv-start-options button.is-active::after {
  border-color: transparent;
  background: linear-gradient(135deg, var(--pink), var(--orange));
  box-shadow: inset 0 0 0 7px #fff;
}

.ndv-reservation-note {
  margin-top: 14px;
  padding: 15px 17px;
  display: flex;
  gap: 8px;
  border-radius: 16px;
  background: var(--ink);
  color: #fff;
  font-size: 13px;
  line-height: 1.55;
}

.ndv-reservation-note strong {
  color: var(--hotpink);
}

.ndv-reservation-note span {
  color: #d8d1e6;
}

.ndv-order-heading {
  margin-bottom: 24px;
  display: flex;
  gap: 16px;
  align-items: flex-start;
}

.ndv-order-heading > span {
  color: rgba(23, 18, 43, .13);
  font-family: "Arial Black", "Avenir Next", Arial, sans-serif;
  font-size: 44px;
  line-height: .9;
}

.ndv-order-heading small {
  display: block;
  color: var(--pink);
  font-size: 12px;
  font-weight: 950;
  letter-spacing: 3px;
  text-transform: uppercase;
}

.ndv-order-heading h2 {
  margin: 5px 0 6px;
  font-family: "Arial Black", "Avenir Next", Arial, sans-serif;
  font-size: clamp(28px, 3vw, 42px);
  line-height: 1;
  letter-spacing: -1.8px;
}

.ndv-order-heading p {
  max-width: 620px;
  margin: 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.65;
}

.ndv-order-note,
.ndv-date-helper {
  margin-bottom: 18px;
  padding: 17px 18px;
  border-radius: 18px;
  background: #fff7fb;
}

.ndv-order-note strong,
.ndv-order-note span,
.ndv-date-helper strong,
.ndv-date-helper span {
  display: block;
}

.ndv-order-note strong,
.ndv-date-helper strong {
  font-size: 14px;
  font-weight: 950;
}

.ndv-order-note span,
.ndv-date-helper span {
  margin-top: 5px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.55;
}

.ndv-order-vehicles {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.ndv-order-vehicle {
  position: relative;
  min-height: 132px;
  padding: 12px 46px 12px 12px;
  display: grid;
  grid-template-columns: 112px minmax(0, 1fr);
  gap: 14px;
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: #fffaf4;
  cursor: pointer;
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}

.ndv-order-vehicle:hover,
.ndv-order-vehicle.is-selected {
  transform: translateY(-3px);
  border-color: rgba(237, 61, 159, .35);
  box-shadow: 0 18px 45px rgba(237, 61, 159, .12);
}

.ndv-order-vehicle input {
  position: absolute;
  opacity: 0;
}

.ndv-order-vehicle img {
  width: 112px;
  height: 92px;
  object-fit: cover;
  border-radius: 16px;
}

.ndv-order-vehicle strong,
.ndv-order-vehicle small,
.ndv-order-vehicle b {
  display: block;
}

.ndv-order-vehicle strong {
  font-size: 18px;
  font-weight: 950;
  line-height: 1.05;
}

.ndv-order-vehicle small {
  margin: 7px 0 5px;
  color: var(--muted);
  font-size: 12px;
}

.ndv-order-vehicle b {
  color: var(--pink);
  font-size: 13px;
}

.ndv-order-vehicle i {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 23px;
  height: 23px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: rgba(23, 18, 43, .08);
  color: transparent;
  font-style: normal;
  font-weight: 950;
}

.ndv-order-vehicle.is-selected i {
  background: linear-gradient(135deg, var(--pink), var(--orange));
  color: #fff;
}

.ndv-year-picker {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-bottom: 14px;
}

.ndv-year-picker button {
  position: relative;
  padding: 18px;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fffaf4;
  color: var(--ink);
  text-align: left;
  cursor: pointer;
  transition: transform .2s ease, border-color .2s ease, background .2s ease;
}

.ndv-year-picker button:hover,
.ndv-year-picker button.is-active {
  transform: translateY(-2px);
  border-color: rgba(237, 61, 159, .38);
  background: #fff7fb;
}

.ndv-year-picker strong {
  display: block;
  margin-top: 4px;
  font-family: "Arial Black", "Avenir Next", Arial, sans-serif;
  font-size: 28px;
}

.ndv-year-picker button > span {
  display: block;
  color: var(--pink);
  font-size: 10px;
  font-weight: 950;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

.ndv-year-picker em {
  display: block;
  margin-top: 5px;
  color: var(--orange);
  font-size: 10px;
  font-style: normal;
  font-weight: 950;
  text-transform: uppercase;
}

.ndv-date-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 9px;
  margin-bottom: 22px;
}

.ndv-date-option {
  position: relative;
  min-height: 96px;
  padding: 13px 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid var(--line);
  border-radius: 17px;
  background: #fffaf4;
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease;
}

.ndv-date-option:hover,
.ndv-date-option.is-selected {
  transform: translateY(-2px);
  border-color: rgba(237, 61, 159, .42);
  box-shadow: 0 16px 38px rgba(23, 18, 43, .08);
}

.ndv-date-option input {
  position: absolute;
  opacity: 0;
}

.ndv-date-option span,
.ndv-date-option small,
.ndv-date-option b {
  display: block;
}

.ndv-date-option span {
  font-size: 13px;
  font-weight: 950;
  /* Var "capitalize", som fejlagtigt versalerer HVERT ord i en flerords
     datolabel (fx "Fredag 12. Maj 2027" i stedet for "fredag 12. maj
     2027") - månedsnavne skal ikke stå med stort midt i teksten. */
  text-transform: none;
}

.ndv-date-option small {
  color: var(--muted);
  font-size: 11px;
  line-height: 1.35;
}

.ndv-date-option b {
  color: #2c9168;
  font-size: 10px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

/* "+X kr." ved siden af 2./3. valgte dato i flere-dage-flowet (guide/premium-
   wizardene, punkt 2, september 2026) - egen farve (i stedet for at arve
   .ndv-date-option b's grønne "ledig"-farve), så prisstigningen ikke kan
   forveksles med et positivt/ledigheds-signal. */
.ndv-date-option .ndv-date-price-delta {
  margin-top: 2px;
  color: #b3660a;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: normal;
  text-transform: none;
}

.ndv-date-option.is-peak {
  background: #fff7fb;
}

.ndv-date-option.is-peak b {
  color: var(--pink);
}

.ndv-order-fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.ndv-order-fields label {
  display: grid;
  gap: 8px;
}

.ndv-order-fields span {
  color: var(--ink);
  font-size: 14px;
  font-weight: 950;
}

.ndv-order-fields input,
.ndv-order-fields select,
.ndv-order-fields textarea {
  width: 100%;
  min-height: 54px;
  padding: 14px 16px;
  border: 1px solid rgba(23, 18, 43, .12);
  border-radius: 17px;
  background: #fffaf4;
  color: var(--ink);
  font: inherit;
  font-size: 15px;
  outline: none;
}

/* Tomme felter er ellers svære at se er udfyldelige (punkt 3, september
   2026) - en dashed kant + let baggrundstoning på selve TOMHEDEN
   (:placeholder-shown, forsvinder automatisk så snart der skrives noget),
   og en tydeligt lysere/dæmpet placeholder-farve, så "fx 30" aldrig kan
   forveksles med en rigtig udfyldt værdi ved et hurtigt blik. */
.ndv-order-fields input:placeholder-shown,
.ndv-order-fields textarea:placeholder-shown {
  border-style: dashed;
  border-color: rgba(23, 18, 43, .22);
  background: rgba(23, 18, 43, .035);
}

.ndv-order-fields input::placeholder,
.ndv-order-fields textarea::placeholder {
  color: rgba(23, 18, 43, .38);
  font-weight: 500;
  opacity: 1;
}

/* Uden appearance: none beholder select sit eget OS-udseende oven i den
   tilpassede boks/padding herover - det er det, der ser ud som en hvid
   linje/glitch hen over teksten. Erstattet med en tegnet pil, så det ikke
   samtidig mister at se ud som en dropdown. */
.ndv-order-fields select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 44px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='none' stroke='%2317122B' stroke-width='1.8'%3E%3Cpath d='M5.5 8l4.5 4.5L14.5 8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  background-size: 16px;
}

/* Et påkrævet select med sit tomme placeholder-valg ("Vælg venligst") ser
   nøjagtig ud som et rigtigt, udfyldt valg - samme farve og vægt som fx
   "Sjælland". Det var derfor let at overse, at feltet reelt stod tomt
   (Send-knappen forblev deaktiveret uden nogen synlig grund). :invalid
   rammer kun netop dette tomme required-select, ikke et gyldigt valg. */
.ndv-order-fields select:invalid {
  color: var(--muted);
  font-weight: 700;
}

.ndv-order-fields textarea {
  resize: vertical;
  line-height: 1.6;
}

.ndv-order-fields input:focus,
.ndv-order-fields select:focus,
.ndv-order-fields textarea:focus {
  border-color: rgba(237, 61, 159, .48);
  box-shadow: 0 0 0 4px rgba(237, 61, 159, .08);
}

.ndv-field-full {
  grid-column: 1 / -1;
}

.ndv-order-submit {
  padding: 24px;
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: space-between;
  border-radius: 26px;
  background: var(--ink);
  color: #fff;
}

.ndv-order-submit strong,
.ndv-order-submit span {
  display: block;
}

.ndv-order-submit strong {
  font-size: 18px;
}

.ndv-order-submit span {
  margin-top: 5px;
  color: #c5bfd1;
  font-size: 13px;
  line-height: 1.55;
}

.ndv-order-summary {
  position: sticky;
  top: 100px;
  padding: 28px;
}

.ndv-cal-summary-mobile {
  display: none;
}

.ndv-order-calendar .ndv-cal-summary-desktop {
  position: sticky;
  top: 104px;
  align-self: start;
  max-height: calc(100vh - 120px);
  overflow: auto;
  overscroll-behavior: contain;
}

.ndv-summary-vehicles {
  display: grid;
  gap: 9px;
  margin: 18px 0;
}

.ndv-summary-vehicle {
  display: flex;
  gap: 11px;
  align-items: center;
}

.ndv-summary-vehicle img {
  width: 72px;
  height: 52px;
  object-fit: cover;
  border-radius: 12px;
}

.ndv-summary-vehicle small,
.ndv-summary-vehicle strong {
  display: block;
}

.ndv-summary-vehicle small {
  color: var(--muted);
  font-size: 11px;
}

.ndv-summary-vehicle strong {
  font-size: 14px;
  line-height: 1.2;
}

.ndv-summary-price {
  padding: 22px 0;
  border-block: 1px solid var(--line);
}

.ndv-summary-price small,
.ndv-summary-price strong,
.ndv-summary-price span {
  display: block;
}

.ndv-summary-price small {
  color: var(--muted);
  font-size: 11px;
}

.ndv-summary-price strong {
  margin: 6px 0;
  font-family: "Arial Black", "Avenir Next", Arial, sans-serif;
  font-size: 30px;
  line-height: .98;
  letter-spacing: -1px;
}

.ndv-summary-price span {
  color: var(--pink);
  font-size: 13px;
  font-weight: 950;
}

.ndv-order-summary dl {
  margin: 17px 0;
}

.ndv-order-summary dl div {
  padding: 9px 0;
  display: flex;
  justify-content: space-between;
  gap: 16px;
  border-bottom: 1px solid rgba(23, 18, 43, .07);
  font-size: 13px;
}

.ndv-order-summary dt {
  color: var(--muted);
}

.ndv-order-summary dd {
  margin: 0;
  text-align: right;
  font-weight: 950;
}

.ndv-included-list {
  display: grid;
  gap: 8px;
  padding: 17px;
  border-radius: 18px;
  background: #fff7fb;
}

.ndv-included-list strong {
  margin-bottom: 2px;
  font-size: 15px;
}

.ndv-included-list span {
  position: relative;
  padding-left: 17px;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.45;
}

.ndv-included-list span::before {
  content: "";
  position: absolute;
  top: .55em;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--pink), var(--orange));
}

.ndv-order-summary > p {
  color: var(--muted);
  font-size: 12px;
  line-height: 1.65;
}

.ndv-order-summary > .ndv-summary-reservation {
  margin-top: 10px;
  padding: 12px 14px;
  border-radius: 14px;
  background: #fff7fb;
  color: var(--ink);
  font-weight: 850;
}

.ndv-order-success {
  max-width: 860px;
  margin: 0 auto;
  padding: 70px 42px;
  text-align: center;
}

.ndv-order-success h2 {
  max-width: 680px;
  margin: 14px auto;
  font-family: "Arial Black", "Avenir Next", Arial, sans-serif;
  font-size: clamp(42px, 6vw, 72px);
  line-height: .95;
  letter-spacing: -2px;
}

.ndv-order-success p {
  max-width: 560px;
  margin: 0 auto 28px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.75;
}

.ndv-order .ndv-order-hero {
  display: block;
  padding: 65px 5vw 150px;
}

.ndv-order .ndv-order-hero h1 {
  max-width: 980px;
  font-size: clamp(55px, 7vw, 95px);
  letter-spacing: -4px;
}

.ndv-order .ndv-order-hero p {
  max-width: 660px;
  font-size: 15px;
}

.ndv-order .ndv-order-layout {
  grid-template-columns: minmax(0, 1fr) 420px;
  gap: 22px;
}

.ndv-order .ndv-order-section {
  padding: 30px;
  border-radius: 22px;
  box-shadow: 0 12px 35px rgba(23, 18, 43, .06);
}

.ndv-order .ndv-order-start {
  padding: 34px;
}

.ndv-order .ndv-order-heading {
  margin-bottom: 25px;
  align-items: center;
  gap: 15px;
}

.ndv-order .ndv-order-heading > span {
  font-size: 42px;
}

.ndv-order .ndv-order-heading small {
  font-size: 10px;
  letter-spacing: .14em;
}

.ndv-order .ndv-order-heading h2 {
  margin-top: 3px;
  font-size: 26px;
  letter-spacing: -1px;
}

.ndv-order .ndv-order-heading p {
  margin-top: 5px;
  font-size: 11px;
}

.ndv-order .ndv-order-note {
  margin-bottom: 12px;
  padding: 13px 15px;
  border-radius: 11px;
}

.ndv-order .ndv-order-note strong,
.ndv-order .ndv-order-note span {
  font-size: 11px;
}

.ndv-order .ndv-order-vehicles {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.ndv-order .ndv-order-vehicle {
  min-height: 0;
  padding: 9px 34px 9px 9px;
  grid-template-columns: 70px minmax(0, 1fr);
  gap: 10px;
  border-radius: 12px;
  background: #fff;
}

.ndv-order .ndv-order-vehicle:hover,
.ndv-order .ndv-order-vehicle.is-selected {
  transform: none;
  border-color: var(--pink);
  background: #fff6fb;
  box-shadow: none;
}

.ndv-order .ndv-order-vehicle img {
  width: 70px;
  height: 55px;
  border-radius: 8px;
}

.ndv-order .ndv-order-vehicle strong,
.ndv-order .ndv-order-vehicle small,
.ndv-order .ndv-order-vehicle b {
  font-size: 11px;
}

.ndv-order .ndv-order-vehicle small,
.ndv-order .ndv-order-vehicle b {
  margin-top: 3px;
}

.ndv-order .ndv-order-vehicle b {
  font-size: 9px;
}

.ndv-order .ndv-order-vehicle i {
  top: 50%;
  right: 10px;
  width: 16px;
  height: 16px;
  transform: translateY(-50%);
  background: transparent;
  color: transparent;
  font-size: 13px;
}

.ndv-order .ndv-order-vehicle.is-selected i {
  background: transparent;
  color: var(--pink);
}

.ndv-order .ndv-order-extra-vehicle {
  display: none;
}

.ndv-order.ndv-show-all-vehicles .ndv-order-extra-vehicle {
  display: grid;
}

.ndv-order-show-all {
  margin: 16px auto 0;
  padding: 10px 14px;
  display: flex;
  align-items: center;
  gap: 7px;
  border: 1px solid var(--line);
  border-radius: 100px;
  background: white;
  color: var(--pink);
  font-size: 11px;
  font-weight: 950;
  cursor: pointer;
}

.ndv-order .ndv-year-picker {
  grid-template-columns: repeat(3, 1fr);
  gap: 9px;
}

.ndv-order .ndv-year-picker button {
  padding: 14px;
  border-radius: 12px;
  background: white;
}

.ndv-order .ndv-year-picker button:hover,
.ndv-order .ndv-year-picker button.is-active {
  transform: none;
  border-color: var(--pink);
  background: #fff7fb;
}

.ndv-order-calendar .ndv-year-picker button.is-active {
  border-color: var(--ink);
  background:
    radial-gradient(circle at 88% 0%, rgba(237, 61, 159, .22), transparent 38%),
    var(--ink);
  color: #fff;
  box-shadow: 0 16px 36px rgba(23, 18, 43, .16);
}

.ndv-order-calendar .ndv-year-picker button.is-active > span {
  color: var(--hotpink);
}

.ndv-order-calendar .ndv-year-picker button.is-active strong {
  color: #fff;
}

.ndv-order .ndv-year-picker button {
  color: var(--muted);
  font-size: 9px;
  font-weight: 950;
  text-transform: uppercase;
}

.ndv-order .ndv-year-picker button > span {
  color: var(--pink);
  font-size: 8px;
  letter-spacing: .11em;
}

.ndv-order .ndv-year-picker strong {
  font-family: "Avenir Next", "Nunito Sans", Arial, sans-serif;
  font-size: 20px;
  color: var(--ink);
}

.ndv-order .ndv-year-picker em {
  position: absolute;
  top: 12px;
  right: 12px;
  font-size: 8px;
}

.ndv-order .ndv-date-helper {
  margin: 14px 0 10px;
  padding: 14px;
  border-radius: 12px;
  border: 1px solid rgba(237, 61, 159, .12);
  background: #fff7fb;
  color: var(--ink);
}

.ndv-order .ndv-date-helper strong,
.ndv-order .ndv-date-helper span {
  font-size: 11px;
}

.ndv-order .ndv-date-helper span {
  color: var(--muted);
}

.ndv-date-legend {
  margin: 0 3px 10px;
  display: flex;
  gap: 18px;
  color: var(--muted);
  font-size: 9px;
  font-weight: 950;
  text-transform: uppercase;
}

.ndv-date-legend span {
  display: flex;
  align-items: center;
  gap: 5px;
}

.ndv-date-legend i {
  width: 8px;
  height: 8px;
  border-radius: 50%;
}

.ndv-value-dot {
  background: #38a87b;
}

.ndv-peak-dot {
  background: var(--pink);
}

.ndv-order .ndv-date-grid {
  grid-template-columns: repeat(auto-fit, minmax(112px, 1fr));
  gap: 8px;
}

.ndv-order .ndv-date-option {
  position: relative;
  min-height: 92px;
  padding: 12px 10px;
  justify-content: space-between;
  border-radius: 11px;
  border-color: rgba(23, 18, 43, .1);
  background: #fffaf4;
}

.ndv-order .ndv-date-option:hover,
.ndv-order .ndv-date-option.is-selected {
  transform: none;
  border-color: var(--pink);
  background:
    radial-gradient(circle at 92% 0%, rgba(237, 61, 159, .13), transparent 42%),
    #fff7fb;
  box-shadow: inset 0 0 0 1px var(--pink), 0 14px 34px rgba(237, 61, 159, .12);
}

.ndv-order-calendar .ndv-date-option.is-selected {
  border-color: var(--ink);
  background:
    radial-gradient(circle at 88% 0%, rgba(237, 61, 159, .22), transparent 38%),
    var(--ink);
  color: #fff;
  box-shadow: 0 16px 36px rgba(23, 18, 43, .16);
}

.ndv-order-calendar .ndv-date-option.is-active-date {
  box-shadow: 0 0 0 3px rgba(46, 131, 255, .22), 0 16px 36px rgba(23, 18, 43, .16);
}

.ndv-order-calendar .ndv-date-option.is-selected::after {
  content: "";
  position: absolute;
  top: 12px;
  right: 12px;
  width: 9px;
  height: 9px;
  border: 3px solid #fff;
  border-radius: 999px;
  background: var(--hotpink);
  box-shadow: 0 0 0 2px rgba(255, 255, 255, .28);
}

.ndv-order-calendar .ndv-date-option.is-selected span,
.ndv-order-calendar .ndv-date-option.is-selected b {
  color: #fff;
}

.ndv-order-calendar .ndv-date-option.is-selected small,
.ndv-order-calendar .ndv-date-option.is-selected em {
  color: var(--hotpink);
}

.ndv-order-calendar .ndv-order-vehicle.is-selected {
  border-color: var(--ink);
  background:
    radial-gradient(circle at 88% 0%, rgba(237, 61, 159, .22), transparent 38%),
    var(--ink);
  color: #fff;
  box-shadow: 0 0 0 3px rgba(46, 131, 255, .22), 0 16px 36px rgba(23, 18, 43, .16);
}

.ndv-order-calendar .ndv-order-vehicle.is-selected strong {
  color: #fff;
}

.ndv-order-calendar .ndv-order-vehicle.is-selected small,
.ndv-order-calendar .ndv-order-vehicle.is-selected b {
  color: var(--hotpink);
}

.ndv-order-calendar .ndv-order-vehicle.is-selected i {
  background: #fff;
  color: var(--ink);
}

.ndv-order .ndv-date-option span {
  color: var(--ink);
  font-size: 14px;
  line-height: 1.12;
}

.ndv-order .ndv-date-option small {
  color: var(--pink);
  font-size: 8px;
  font-weight: 950;
  letter-spacing: .08em;
  line-height: 1.15;
  text-transform: uppercase;
}

.ndv-order .ndv-date-option b {
  color: var(--ink);
  font-size: 12px;
  letter-spacing: 0;
  line-height: 1.05;
  text-transform: none;
}

.ndv-order .ndv-order-fields {
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

.ndv-order .ndv-order-fields label > span {
  margin: 0 0 7px 4px;
  color: var(--muted);
  font-size: 10px;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.ndv-order .ndv-order-fields input,
.ndv-order .ndv-order-fields select,
.ndv-order .ndv-order-fields textarea {
  min-height: 0;
  padding: 14px;
  border-radius: 9px;
  background-color: white;
  font-size: 12px;
  font-weight: 800;
}

/* Denne mere specifikke regel ville ellers nulstille padding-right'en fra
   den generelle select-pil-fix ovenfor (se ndv-order-fields select). */
.ndv-order .ndv-order-fields select {
  padding-right: 38px;
  background-position: right 12px center;
}

.ndv-extra-note {
  margin: 12px 0 0;
  padding: 13px 15px;
  border-radius: 12px;
  background: #fff7fb;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.6;
}

.ndv-booked-dot {
  background: #9a91aa;
}

.ndv-order-calendar .ndv-order-hero h1 {
  max-width: 850px;
}

.ndv-order-calendar.ndv-cal-hide-favorites .ndv-cal-favorites-section {
  display: none;
}

.ndv-order-calendar .ndv-start-options button {
  overflow: hidden;
}

.ndv-order-calendar .ndv-start-options strong {
  max-width: calc(100% - 44px);
}

.ndv-order-calendar .ndv-date-option em {
  display: block;
  margin-top: 6px;
  color: var(--muted);
  font-style: normal;
  font-size: 9px;
  font-weight: 950;
  line-height: 1.15;
  text-transform: uppercase;
}

.ndv-order-calendar .ndv-date-option.is-booked {
  border-color: rgba(23, 18, 43, .12);
  background: #f5f2f7;
  opacity: .82;
}

.ndv-order-calendar .ndv-date-option.is-booked small,
.ndv-order-calendar .ndv-date-option.is-booked b,
.ndv-order-calendar .ndv-date-option.is-booked em {
  color: #8b8397;
}

.ndv-order-calendar .ndv-order-vehicle.is-unavailable:not(.is-selected) {
  opacity: .78;
}

.ndv-order-calendar .ndv-order-vehicle.is-unavailable b {
  color: #8b8397;
}

.ndv-order-calendar .ndv-order-vehicle.is-too-small {
  background: #f5f2f7;
}

.ndv-date-row {
  display: contents;
}

.ndv-order-calendar .ndv-date-option.is-sold-out {
  border-color: rgba(237, 61, 159, .34);
  background: #fff1f8;
  opacity: .86;
}

.ndv-order-calendar .ndv-date-option.is-sold-out small,
.ndv-order-calendar .ndv-date-option.is-sold-out b,
.ndv-order-calendar .ndv-date-option.is-sold-out em {
  color: var(--pink);
}

.ndv-order-calendar .ndv-date-option.is-selected.is-sold-out {
  border-color: var(--ink);
  background:
    radial-gradient(circle at 88% 0%, rgba(237, 61, 159, .22), transparent 38%),
    var(--ink);
}

.ndv-order-calendar .ndv-date-option.is-selected.is-sold-out span,
.ndv-order-calendar .ndv-date-option.is-selected.is-sold-out b {
  color: #fff;
}

.ndv-date-vehicle-panel {
  grid-column: 1 / -1;
  margin: 2px 0 14px;
  padding: 18px;
  border: 1px solid rgba(23, 18, 43, .1);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 18px 50px rgba(23, 18, 43, .1);
}

.ndv-date-panel-head {
  margin-bottom: 14px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 18px;
}

.ndv-date-panel-head small,
.ndv-date-panel-head strong,
.ndv-date-panel-head span {
  display: block;
}

.ndv-date-panel-head small {
  margin-bottom: 5px;
  color: var(--pink);
  font-size: 10px;
  font-weight: 950;
  letter-spacing: .14em;
  line-height: 1;
  text-transform: uppercase;
}

.ndv-date-panel-head strong {
  color: var(--ink);
  font-size: 18px;
  font-weight: 950;
  line-height: 1.1;
}

.ndv-date-panel-head span {
  max-width: 360px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 750;
  line-height: 1.45;
  text-align: right;
}

.ndv-cal-results-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.ndv-cal-result-card {
  appearance: none;
  width: 100%;
  min-width: 0;
  padding: 12px;
  display: grid;
  grid-template-columns: 96px minmax(0, 1fr);
  gap: 13px;
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fffaf4;
  color: inherit;
  font: inherit;
  text-align: left;
  cursor: pointer;
  transition: transform .18s ease, border-color .18s ease, background .18s ease, box-shadow .18s ease;
}

.ndv-cal-result-card:hover {
  transform: translateY(-2px);
  border-color: rgba(237, 61, 159, .34);
  box-shadow: 0 14px 34px rgba(23, 18, 43, .08);
}

.ndv-cal-result-card img {
  width: 96px;
  height: 76px;
  display: block;
  object-fit: cover;
  border-radius: 13px;
}

.ndv-cal-result-card small,
.ndv-cal-result-card strong,
.ndv-cal-result-card span,
.ndv-cal-result-card b {
  display: block;
}

.ndv-cal-result-card small {
  color: var(--pink);
  font-size: 9px;
  font-weight: 950;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.ndv-cal-result-card strong {
  margin-top: 4px;
  color: var(--ink);
  font-size: 16px;
  font-weight: 950;
  line-height: 1.05;
}

.ndv-cal-result-card span {
  margin-top: 4px;
  color: var(--muted);
  font-size: 11px;
  font-weight: 800;
}

.ndv-cal-result-card b {
  margin-top: 8px;
  color: #2c9168;
  font-size: 11px;
  font-weight: 950;
}

.ndv-cal-result-card.is-favorite {
  border-color: var(--ink);
  background:
    radial-gradient(circle at 88% 0%, rgba(237, 61, 159, .22), transparent 38%),
    var(--ink);
  color: #fff;
  box-shadow: 0 0 0 3px rgba(46, 131, 255, .22), 0 16px 36px rgba(23, 18, 43, .16);
}

.ndv-cal-result-card.is-favorite small {
  color: var(--hotpink);
}

.ndv-cal-result-card.is-favorite strong {
  color: #fff;
}

.ndv-cal-result-card.is-favorite span {
  color: #d8d1e6;
}

.ndv-cal-result-card.is-favorite b {
  color: var(--hotpink);
}

.ndv-cal-result-card.is-unavailable {
  background: #f5f2f7;
  opacity: .78;
  cursor: not-allowed;
}

.ndv-cal-result-card.is-favorite.is-unavailable {
  cursor: pointer;
  opacity: 1;
}

.ndv-cal-result-card.is-favorite.is-unavailable b {
  color: var(--pink);
}

.ndv-cal-result-card.is-unavailable b {
  color: #8b8397;
}

.ndv-cal-result-card.is-too-small {
  border-style: dashed;
}

.ndv-cal-result-card.is-limit:not(.is-favorite) {
  cursor: not-allowed;
  opacity: .72;
}

.ndv-cal-results-more {
  grid-column: 1 / -1;
  width: 100%;
  padding: 17px 18px;
  border: 0;
  border-radius: 18px;
  background: linear-gradient(110deg, var(--pink), var(--orange));
  color: #fff;
  font: inherit;
  text-align: left;
  cursor: pointer;
  box-shadow: 0 14px 34px rgba(237, 61, 159, .2);
  transition: transform .18s ease, box-shadow .18s ease;
}

.ndv-cal-results-more:hover {
  transform: translateY(-2px);
  box-shadow: 0 18px 40px rgba(237, 61, 159, .28);
}

.ndv-cal-results-more strong,
.ndv-cal-results-more span {
  display: block;
  color: #fff;
}

.ndv-cal-results-more strong {
  font-size: 14px;
  font-weight: 950;
}

.ndv-cal-results-more span {
  margin-top: 4px;
  font-size: 12px;
  font-weight: 750;
  line-height: 1.4;
  opacity: .9;
}

.ndv-cal-limit-shake .ndv-cal-result-card.is-favorite {
  animation: ndv-cal-limit-pulse .26s ease;
}

@keyframes ndv-cal-limit-pulse {
  0%, 100% { transform: translateX(0); }
  35% { transform: translateX(-3px); }
  70% { transform: translateX(3px); }
}

.ndv-order-empty-note {
  margin: 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.55;
}

.ndv-order .ndv-order-submit {
  padding: 24px;
  border-radius: 20px;
  background: #f2eef8;
  color: var(--ink);
}

.ndv-order-submit .ndv-button:disabled,
.ndv-order-submit .ndv-button[aria-disabled="true"] {
  cursor: not-allowed;
  opacity: .48;
  transform: none;
  box-shadow: none;
}

.ndv-order .ndv-order-submit strong,
.ndv-order .ndv-order-submit span {
  font-size: 11px;
}

.ndv-order .ndv-order-submit span {
  color: var(--muted);
}

.ndv-order .ndv-order-summary {
  border-radius: 40px;
  padding: 44px 34px;
}

@media (max-width: 1080px) {
  .ndv-detail-hero,
  .ndv-detail-intro,
  .ndv-order-hero,
  .ndv-order-layout {
    grid-template-columns: 1fr;
  }

  .ndv-feature-groups {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ndv-order-summary {
    position: static;
    grid-row: 1;
  }

  .ndv-detail-media,
  .ndv-detail-media img {
    min-height: 420px;
  }
}

@media (max-width: 760px) {
  .ndv-order-hero {
    padding: 32px 20px 115px;
  }

  .ndv-order-hero h1 {
    font-size: clamp(48px, 14vw, 66px);
    letter-spacing: -2.6px;
  }

  .ndv-order-hero p {
    font-size: 15px;
  }

  .ndv-order-hero-card {
    padding: 24px;
    border-radius: 24px;
  }

  .ndv-order-shell {
    padding: 0 14px 70px;
  }

  .ndv-order-section,
  .ndv-order-summary,
  .ndv-order-success {
    border-radius: 24px;
  }

  .ndv-order-section {
    padding: 24px 20px;
  }

  .ndv-order-heading {
    gap: 11px;
  }

  .ndv-order-heading > span {
    font-size: 35px;
  }

  .ndv-order-vehicles,
  .ndv-year-picker,
  .ndv-order-fields {
    grid-template-columns: 1fr;
  }

  .ndv-date-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ndv-order-vehicle {
    grid-template-columns: 96px minmax(0, 1fr);
  }

  .ndv-order-vehicle img {
    width: 96px;
    height: 82px;
  }

  .ndv-order-submit {
    display: grid;
  }

  .ndv-order-submit .ndv-button {
    justify-content: center;
    width: 100%;
  }

  .ndv-detail-hero {
    padding: 32px 20px 70px;
  }

  .ndv-detail-copy h1 {
    font-size: clamp(48px, 15vw, 64px);
    letter-spacing: -2.6px;
    overflow-wrap: anywhere;
  }

  .ndv-detail-copy p {
    font-size: 15px;
  }

  .ndv-detail-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .ndv-detail-actions .ndv-button,
  .ndv-detail-actions .ndv-link-button {
    width: 100%;
  }

  .ndv-detail-media,
  .ndv-detail-media img {
    min-height: 340px;
  }

  .ndv-detail-media {
    border-radius: 26px;
  }

  .ndv-detail-media-card {
    left: 16px;
    right: 16px;
    bottom: 16px;
    padding: 20px;
    border-radius: 20px;
  }

  .ndv-detail-shell {
    padding: 0 14px 70px;
  }

  .ndv-detail-stats,
  .ndv-feature-groups,
  .ndv-gallery {
    grid-template-columns: 1fr;
  }

  .ndv-detail-stats {
    margin-top: -36px;
  }

  .ndv-detail-stats div,
  .ndv-feature-group,
  .ndv-detail-intro,
  .ndv-detail-empty {
    border-radius: 24px;
  }

  .ndv-detail-intro {
    margin-top: 52px;
    padding: 30px 24px;
  }

  .ndv-detail-intro h2 {
    font-size: clamp(34px, 10vw, 46px);
  }

  .ndv-gallery figure,
  .ndv-gallery figure:first-child {
    min-height: 260px;
    grid-row: auto;
  }
}

/* Mobile hardening for the booking flow.
   Placed last so the scoped mobile selectors beat the desktop booking grid. */
@media (max-width: 1080px) {
  .ndv-order .ndv-order-layout {
    grid-template-columns: 1fr;
  }

  .ndv-order:not(.ndv-order-calendar) .ndv-order-summary {
    position: static;
    grid-row: 1;
    width: 100%;
  }

  .ndv-order-calendar .ndv-cal-summary-desktop {
    display: none;
  }

  .ndv-order-calendar .ndv-cal-summary-mobile {
    display: block;
    position: static;
    order: 35;
    grid-row: auto;
    width: 100%;
  }

  .ndv-order-calendar .ndv-cal-intro-panel {
    order: 1;
  }

  .ndv-order-calendar .ndv-cal-favorites-section {
    order: 2;
  }

  .ndv-order-calendar .ndv-cal-favorites-section + .ndv-order-section {
    order: 3;
  }

  .ndv-order-calendar #ndv-kontakt {
    order: 30;
  }

  .ndv-order-calendar .ndv-order-submit {
    order: 40;
  }

  .ndv-order-calendar .ndv-start-options {
    grid-template-columns: 1fr;
  }

  .ndv-order-calendar .ndv-start-options button {
    min-height: 0;
    padding: 20px 56px 20px 20px;
  }

  .ndv-order-calendar .ndv-start-options strong {
    max-width: 100%;
    font-size: clamp(24px, 4.5vw, 34px);
  }

  .ndv-order-calendar .ndv-start-options span {
    max-width: 100%;
  }
}

@media (max-width: 760px) {
  .ndv-order .ndv-order-hero {
    padding: 34px 18px 115px;
  }

  .ndv-order .ndv-order-hero h1 {
    max-width: 100%;
    font-size: clamp(40px, 11vw, 54px);
    line-height: .96;
    letter-spacing: -2px;
    overflow-wrap: normal;
    word-break: normal;
  }

  .ndv-order .ndv-order-hero p {
    max-width: 100%;
    font-size: 14px;
    line-height: 1.75;
  }

  .ndv-order .ndv-order-shell {
    padding: 0 12px 64px;
  }

  .ndv-order .ndv-order-section,
  .ndv-order .ndv-order-summary,
  .ndv-order .ndv-order-success {
    padding: 22px 18px;
    border-radius: 24px;
  }

  .ndv-order .ndv-order-start {
    padding: 26px 20px;
  }

  .ndv-order-start h2 {
    font-size: clamp(30px, 9vw, 42px);
    letter-spacing: -1.5px;
  }

  .ndv-order-start > p {
    font-size: 13px;
    line-height: 1.65;
  }

  .ndv-start-options {
    grid-template-columns: 1fr;
  }

  .ndv-start-options button {
    min-height: 0;
    padding: 20px 52px 20px 20px;
    border-radius: 20px;
  }

  .ndv-start-options strong {
    font-size: 25px;
  }

  .ndv-reservation-note {
    display: block;
    font-size: 12px;
  }

  .ndv-reservation-note span {
    display: block;
    margin-top: 3px;
  }

  .ndv-order .ndv-order-heading {
    align-items: flex-start;
    gap: 11px;
  }

  .ndv-order .ndv-order-heading > span {
    font-size: 32px;
  }

  .ndv-order .ndv-order-heading h2 {
    font-size: 24px;
    line-height: 1;
  }

  .ndv-order .ndv-order-heading p {
    font-size: 12px;
    line-height: 1.6;
  }

  .ndv-order .ndv-order-vehicles,
  .ndv-order .ndv-year-picker,
  .ndv-order .ndv-order-fields {
    grid-template-columns: 1fr;
  }

  .ndv-order .ndv-order-vehicle {
    grid-template-columns: 86px minmax(0, 1fr);
    padding: 10px 34px 10px 10px;
  }

  .ndv-order .ndv-order-vehicle img {
    width: 86px;
    height: 70px;
  }

  .ndv-order .ndv-year-picker button {
    min-height: 76px;
  }

  .ndv-order .ndv-date-legend {
    flex-wrap: wrap;
    gap: 8px 14px;
  }

  .ndv-order .ndv-date-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
  }

  .ndv-order .ndv-date-option {
    min-height: 84px;
    padding: 12px 10px;
  }

  .ndv-order .ndv-date-option span {
    font-size: 13px;
  }

  .ndv-order .ndv-date-option small {
    font-size: 8px;
  }

  .ndv-order .ndv-date-option b {
    font-size: 12px;
  }

  .ndv-order-calendar .ndv-order-hero h1 {
    font-size: clamp(38px, 10vw, 52px);
    overflow-wrap: normal;
    word-break: normal;
  }

  .ndv-order-calendar .ndv-date-option em {
    font-size: 8px;
  }

  .ndv-cal-results-grid {
    grid-template-columns: 1fr;
  }

  .ndv-cal-result-card {
    grid-template-columns: 84px minmax(0, 1fr);
    border-radius: 16px;
  }

  .ndv-cal-result-card img {
    width: 84px;
    height: 66px;
  }

  .ndv-order .ndv-order-submit {
    display: grid;
    gap: 16px;
  }

  .ndv-order .ndv-order-submit .ndv-button {
    width: 100%;
    justify-content: center;
  }

  .ndv-order .ndv-order-summary {
    padding: 30px 22px;
    border-radius: 30px;
  }
}

/* Keep the booking flow calm on narrow desktop/tablet widths.
   The estimate card should only move right when the form still has room. */
@media (max-width: 1280px) {
  .ndv-order .ndv-order-layout {
    grid-template-columns: 1fr;
    max-width: 860px;
    margin: 0 auto;
  }

  .ndv-order:not(.ndv-order-calendar) .ndv-order-summary {
    position: static;
    grid-row: 1;
    width: 100%;
  }

  .ndv-order-calendar .ndv-start-options {
    grid-template-columns: repeat(auto-fit, minmax(min(100%, 420px), 1fr));
  }

  .ndv-order-calendar .ndv-cal-summary-mobile {
    order: 35;
    grid-row: auto;
  }
}

@media (min-width: 1281px) and (max-width: 1450px) {
  .ndv-order .ndv-order-layout {
    grid-template-columns: minmax(720px, 1fr) 380px;
  }

  .ndv-order .ndv-date-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .ndv-order .ndv-order-vehicles {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* Calendar booking prototype: guided start flow */
.ndv-order-calendar .ndv-flow-start {
  position: relative;
  overflow: hidden;
  padding: 42px 40px;
  background:
    radial-gradient(circle at 88% 0%, rgba(237, 61, 159, .13), transparent 34%),
    #fff;
}

.ndv-order-calendar .ndv-flow-start > p {
  max-width: 860px;
}

.ndv-flow-progress {
  margin: 24px 0 18px;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
}

.ndv-flow-progress span {
  min-width: 0;
  padding: 10px 11px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: #fffaf4;
  color: var(--muted);
  font-size: 10px;
  font-weight: 950;
  letter-spacing: .08em;
  line-height: 1.1;
  text-align: center;
  text-transform: uppercase;
}

.ndv-flow-progress span.is-active {
  border-color: rgba(237, 61, 159, .35);
  background: #fff1f8;
  color: var(--pink);
}

.ndv-flow-choice {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.ndv-flow-path {
  position: relative;
  min-width: 0;
  min-height: 0;
  padding: 22px 58px 22px 22px;
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  gap: 16px;
  align-items: start;
  border: 1px solid var(--line);
  border-radius: 24px;
  background: #fffaf4;
  color: var(--ink);
  text-align: left;
  cursor: pointer;
  box-shadow: 0 16px 36px rgba(23, 18, 43, .05);
  transition: transform .18s ease, border-color .18s ease, background .18s ease, box-shadow .18s ease;
}

.ndv-flow-path:hover,
.ndv-flow-path.is-active {
  transform: translateY(-2px);
  border-color: rgba(237, 61, 159, .62);
  background: #fff7fb;
  box-shadow: 0 20px 46px rgba(237, 61, 159, .11);
}

.ndv-flow-number {
  width: 48px;
  height: 48px;
  display: grid;
  place-items: center;
  border-radius: 16px;
  background: linear-gradient(135deg, var(--pink), var(--orange));
  color: #fff;
  font-size: 14px;
  font-weight: 950;
  letter-spacing: -.02em;
}

.ndv-flow-copy {
  min-width: 0;
  display: block;
}

.ndv-flow-copy small,
.ndv-flow-copy strong,
.ndv-flow-copy em {
  display: block;
  max-width: none;
  white-space: normal;
}

.ndv-flow-copy small {
  color: var(--pink);
  font-size: 10px;
  font-weight: 950;
  letter-spacing: .16em;
  line-height: 1.2;
  text-transform: uppercase;
}

.ndv-flow-copy strong {
  margin-top: 8px;
  color: var(--ink);
  font-size: clamp(22px, 2vw, 30px);
  font-weight: 950;
  line-height: 1.02;
  letter-spacing: -.9px;
}

.ndv-flow-copy em {
  margin-top: 10px;
  color: var(--muted);
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.55;
}

.ndv-flow-path > i {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 22px;
  height: 22px;
  border: 1px solid rgba(237, 61, 159, .42);
  border-radius: 999px;
  background: #fff;
}

.ndv-flow-path.is-active > i::after {
  content: "";
  position: absolute;
  inset: 5px;
  border-radius: inherit;
  background: linear-gradient(135deg, var(--pink), var(--orange));
}

.ndv-order-calendar .ndv-reservation-note {
  margin-top: 16px;
  padding: 14px 16px;
  display: flex;
  gap: 8px;
  align-items: flex-start;
  border: 1px solid rgba(237, 61, 159, .14);
  border-radius: 18px;
  background: #fff7fb;
  color: var(--ink);
}

.ndv-order-calendar .ndv-reservation-note strong {
  flex: 0 0 auto;
  color: var(--pink);
  font-weight: 950;
}

.ndv-order-calendar .ndv-reservation-note span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 750;
  line-height: 1.5;
}

@media (max-width: 1080px) {
  .ndv-order-calendar .ndv-flow-start {
    padding: 34px 28px;
  }

  .ndv-flow-progress {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ndv-flow-choice {
    grid-template-columns: 1fr;
  }

  .ndv-flow-path {
    padding: 20px 54px 20px 20px;
  }
}

@media (max-width: 760px) {
  .ndv-order-calendar .ndv-flow-start {
    padding: 26px 20px;
  }

  .ndv-order-calendar .ndv-flow-start h2 {
    font-size: clamp(31px, 8.5vw, 42px);
    line-height: .98;
    letter-spacing: -1.4px;
  }

  .ndv-flow-progress {
    display: none;
  }

  .ndv-flow-path {
    grid-template-columns: 40px minmax(0, 1fr);
    gap: 13px;
    padding: 18px 48px 18px 16px;
    border-radius: 21px;
  }

  .ndv-flow-number {
    width: 40px;
    height: 40px;
    border-radius: 14px;
    font-size: 12px;
  }

  .ndv-flow-copy strong {
    font-size: 23px;
    line-height: 1;
    letter-spacing: -.7px;
  }

  .ndv-flow-copy em {
    font-size: 12px;
    line-height: 1.55;
  }

  .ndv-flow-path > i {
    top: 16px;
    right: 16px;
  }
}

/* Calendar booking prototype v2: context-aware, mobile-first start */
.ndv-order-calendar .ndv-cal-intro-panel {
  position: relative;
  overflow: hidden;
  padding: 42px 40px;
  background:
    radial-gradient(circle at 92% 0%, rgba(237, 61, 159, .14), transparent 34%),
    #fff;
}

.ndv-order-calendar .ndv-cal-intro-panel > p {
  max-width: 850px;
}

.ndv-cal-mode-tabs {
  margin-top: 24px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.ndv-cal-mode-button {
  min-width: 0;
  padding: 20px 22px;
  display: grid;
  gap: 7px;
  border: 1px solid var(--line);
  border-radius: 22px;
  background: #fffaf4;
  color: var(--ink);
  text-align: left;
  cursor: pointer;
  transition: transform .18s ease, border-color .18s ease, background .18s ease, box-shadow .18s ease;
}

.ndv-cal-mode-button:hover,
.ndv-cal-mode-button.is-active {
  transform: translateY(-2px);
  border-color: var(--ink);
  background:
    radial-gradient(circle at 92% 0%, rgba(237, 61, 159, .22), transparent 36%),
    var(--ink);
  color: #fff;
  box-shadow: 0 18px 44px rgba(23, 18, 43, .18);
}

.ndv-cal-mode-button small,
.ndv-cal-mode-button strong,
.ndv-cal-mode-button span {
  display: block;
  max-width: 100%;
  white-space: normal;
}

.ndv-cal-mode-button small {
  color: var(--pink);
  font-size: 10px;
  font-weight: 950;
  letter-spacing: .16em;
  line-height: 1.2;
  text-transform: uppercase;
}

.ndv-cal-mode-button strong {
  font-size: clamp(20px, 2vw, 27px);
  font-weight: 950;
  line-height: 1.05;
  letter-spacing: -.8px;
}

.ndv-cal-mode-button span {
  color: var(--muted);
  font-size: 13px;
  font-weight: 750;
  line-height: 1.5;
}

.ndv-cal-mode-button:hover small,
.ndv-cal-mode-button.is-active small {
  color: var(--hotpink);
}

.ndv-cal-mode-button:hover strong,
.ndv-cal-mode-button.is-active strong {
  color: #fff;
}

.ndv-cal-mode-button:hover span,
.ndv-cal-mode-button.is-active span {
  color: #d8d1e6;
}

.ndv-cal-state-card {
  margin-top: 14px;
  padding: 16px 18px;
  display: flex;
  gap: 14px;
  align-items: center;
  justify-content: space-between;
  border-radius: 18px;
  background: var(--ink);
  color: #fff;
}

.ndv-cal-state-card strong,
.ndv-cal-state-card span {
  min-width: 0;
  display: block;
}

.ndv-cal-state-card strong {
  font-size: 14px;
  font-weight: 950;
}

.ndv-cal-state-card span {
  color: #cfc8dd;
  font-size: 12px;
  font-weight: 750;
  line-height: 1.45;
  text-align: right;
}

.ndv-cal-empty-result {
  grid-column: 1 / -1;
  padding: 22px;
  border: 1px dashed rgba(237, 61, 159, .34);
  border-radius: 20px;
  background: #fff7fb;
}

.ndv-cal-empty-result strong,
.ndv-cal-empty-result span {
  display: block;
}

.ndv-cal-empty-result strong {
  color: var(--ink);
  font-size: 17px;
  line-height: 1.2;
}

.ndv-cal-empty-result span {
  margin-top: 7px;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.55;
}

.ndv-cal-sticky-estimate {
  display: none;
}

@media (max-width: 1080px) {
  .ndv-order-calendar .ndv-cal-intro-panel {
    padding: 34px 28px;
  }

  .ndv-cal-state-card {
    align-items: flex-start;
    flex-direction: column;
  }

  .ndv-cal-state-card span {
    text-align: left;
  }
}

@media (max-width: 760px) {
  .ndv-order-calendar {
    padding-bottom: 92px;
  }

  .ndv-order-calendar .ndv-cal-intro-panel {
    padding: 26px 20px;
  }

  .ndv-order-calendar .ndv-cal-intro-panel h2 {
    font-size: clamp(31px, 8.5vw, 42px);
    line-height: .98;
    letter-spacing: -1.4px;
  }

  .ndv-cal-mode-tabs {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .ndv-cal-mode-button {
    padding: 17px;
    border-radius: 20px;
  }

  .ndv-cal-mode-button strong {
    font-size: 21px;
    letter-spacing: -.55px;
  }

  .ndv-cal-mode-button span {
    font-size: 12px;
  }

  .ndv-cal-state-card {
    padding: 14px 15px;
    border-radius: 17px;
  }

  .ndv-cal-sticky-estimate {
    position: fixed;
    left: 12px;
    right: 12px;
    bottom: 12px;
    z-index: 9999;
    padding: 12px;
    display: flex;
    gap: 12px;
    align-items: center;
    justify-content: space-between;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 20px;
    background:
      radial-gradient(circle at 95% 0%, rgba(237, 61, 159, .28), transparent 42%),
      var(--ink);
    color: #fff;
    box-shadow: 0 18px 48px rgba(23, 18, 43, .25);
  }

  .ndv-cal-sticky-estimate div {
    min-width: 0;
  }

  .ndv-cal-sticky-estimate small,
  .ndv-cal-sticky-estimate strong,
  .ndv-cal-sticky-estimate em,
  .ndv-cal-sticky-estimate span {
    display: block;
    min-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .ndv-cal-sticky-estimate small {
    color: #cfc8dd;
    font-size: 10px;
    font-weight: 800;
  }

  .ndv-cal-sticky-estimate strong {
    margin-top: 2px;
    font-size: 18px;
    font-weight: 950;
  }

  .ndv-cal-sticky-estimate em {
    margin-top: 2px;
    color: #fff;
    font-size: 10px;
    font-style: normal;
    font-weight: 950;
  }

  .ndv-cal-sticky-estimate span {
    margin-top: 2px;
    color: var(--hotpink);
    font-size: 10px;
    font-weight: 850;
  }

  .ndv-cal-sticky-estimate a {
    flex: 0 0 auto;
    padding: 12px 15px;
    border-radius: 999px;
    background: linear-gradient(110deg, var(--pink), var(--orange));
    color: #fff !important;
    font-size: 12px;
    font-weight: 950;
    text-decoration: none !important;
  }

  .ndv-date-vehicle-panel {
    padding: 14px;
    border-radius: 20px;
  }

  .ndv-date-panel-head {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }

  .ndv-date-panel-head span {
    max-width: none;
    text-align: left;
  }
}

/* Vehicle detail page v2 */
.ndv-detail {
  background: var(--soft);
}

.ndv-detail .ndv-detail-shell {
  width: min(100%, 1860px);
  margin: 0 auto;
  padding: 0 clamp(18px, 3vw, 54px);
}

.ndv-detail-topbar {
  padding-top: 22px !important;
  padding-bottom: 18px !important;
  display: flex;
  align-items: center;
  gap: 14px;
  color: var(--muted);
  font-size: 15px;
  font-weight: 900;
}

.ndv-detail-breadcrumb {
  color: var(--muted) !important;
  transition: color .2s ease, transform .2s ease;
}

.ndv-detail-breadcrumb:hover {
  color: var(--pink) !important;
  transform: translateX(-2px);
}

.ndv-detail-topbar strong {
  color: var(--ink);
}

.ndv-detail-photo-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.45fr) minmax(320px, .7fr);
  gap: 18px;
}

.ndv-detail-photo-grid figure {
  position: relative;
  min-height: 335px;
  margin: 0;
  overflow: hidden;
  border-radius: 28px;
  background: #e9e1ec;
  box-shadow: 0 18px 50px rgba(23, 18, 43, .08);
}

.ndv-detail-photo-grid figure:not(.ndv-detail-photo-main) {
  min-height: 0;
}

.ndv-detail-photo-grid figure:nth-child(2),
.ndv-detail-photo-grid figure:nth-child(3) {
  height: 100%;
  min-height: 250px;
}

.ndv-detail-photo-main {
  grid-row: span 2;
  min-height: clamp(430px, 42vw, 670px) !important;
}

.ndv-detail-photo-grid img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform .55s ease;
}

.ndv-detail-photo-grid figure:hover img {
  transform: scale(1.025);
}

.ndv-status-pill,
.ndv-gallery-jump {
  position: absolute;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  gap: 9px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .92);
  color: var(--ink);
  font-size: 14px;
  font-weight: 950;
  box-shadow: 0 12px 30px rgba(23, 18, 43, .16);
  backdrop-filter: blur(12px);
}

.ndv-status-pill {
  left: 22px;
  top: 22px;
  padding: 12px 18px;
}

.ndv-status-pill i {
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #55ca77;
  box-shadow: 0 0 0 7px rgba(85, 202, 119, .16);
}

.ndv-gallery-jump {
  right: 22px;
  bottom: 22px;
  padding: 16px 22px;
}

.ndv-detail .ndv-detail-hero {
  margin-top: clamp(58px, 7vw, 110px);
  padding: 0;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(380px, .62fr);
  gap: clamp(32px, 7vw, 110px);
  align-items: start;
  background: transparent;
  color: var(--ink);
}

.ndv-detail .ndv-detail-copy h1 {
  max-width: 980px;
  margin: 22px 0 18px;
  color: var(--ink);
  font-size: clamp(64px, 8vw, 140px);
  line-height: .86;
  letter-spacing: -7px;
}

.ndv-detail-tag {
  display: inline-flex;
  width: fit-content;
  margin-bottom: 28px;
  padding: 14px 20px;
  border-radius: 999px;
  background: #ffe6f3;
  color: var(--pink);
  font-size: 14px;
  font-weight: 950;
}

.ndv-detail .ndv-detail-copy p {
  max-width: 900px;
  color: var(--muted);
  font-size: clamp(18px, 1.4vw, 24px);
  line-height: 1.8;
}

.ndv-detail .ndv-detail-stats {
  margin: 58px 0 0;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.ndv-detail .ndv-detail-stats div {
  min-height: 116px;
  padding: 22px 24px;
  display: grid;
  grid-template-columns: auto 1fr;
  grid-template-areas:
    "icon small"
    "icon strong";
  column-gap: 16px;
  align-items: center;
  border: 1px solid var(--line);
  border-radius: 18px;
  background: #fff;
  box-shadow: none;
}

.ndv-icon {
  grid-area: icon;
  display: inline-grid;
  place-items: center;
  width: 42px;
  height: 42px;
  border-radius: 14px;
  color: var(--pink);
}

.ndv-icon svg {
  width: 30px;
  height: 30px;
}

.ndv-detail .ndv-detail-stats small {
  grid-area: small;
  margin: 0 0 4px;
  color: var(--muted);
  font-size: 12px;
  font-weight: 850;
}

.ndv-detail .ndv-detail-stats strong {
  grid-area: strong;
  font-size: 17px;
  line-height: 1.1;
  letter-spacing: -.2px;
}

.ndv-detail-price-card {
  position: sticky;
  top: 26px;
  padding: clamp(34px, 4vw, 56px);
  border-radius: 34px;
  background: #fff;
  box-shadow: 0 24px 70px rgba(23, 18, 43, .08);
}

.ndv-detail-price-card > strong {
  display: block;
  margin: 22px 0 18px;
  color: var(--ink);
  font-family: "Arial Black", "Avenir Next", Arial, sans-serif;
  font-size: clamp(42px, 4vw, 68px);
  line-height: .92;
  letter-spacing: -2.6px;
}

.ndv-detail-price-card p {
  margin: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.7;
}

.ndv-detail-price-card ul {
  margin: 30px 0 34px;
  padding: 0;
  list-style: none;
}

.ndv-detail-price-card li {
  padding: 17px 0 17px 30px;
  border-top: 1px solid var(--line);
  color: var(--ink);
  font-size: 14px;
  font-weight: 950;
  position: relative;
}

.ndv-detail-price-card li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 22px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--pink), var(--orange));
}

.ndv-detail-price-card .ndv-button {
  width: 100%;
  justify-content: center;
}

.ndv-favorite-link {
  display: flex;
  justify-content: center;
  margin-top: 24px;
  color: var(--pink) !important;
  font-size: 14px;
  font-weight: 950;
}

.ndv-detail-story {
  margin-top: clamp(64px, 7vw, 110px);
  padding: clamp(34px, 5vw, 70px);
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(0, 1fr);
  gap: clamp(28px, 5vw, 70px);
  align-items: end;
  border-radius: 32px;
  background: #fff;
  box-shadow: 0 18px 52px rgba(23, 18, 43, .07);
}

.ndv-detail-story h2,
.ndv-feature-showcase h2,
.ndv-banner-specs h2,
.ndv-detail-faq h2 {
  margin: 16px 0 0;
  color: var(--ink);
  font-family: "Arial Black", "Avenir Next", Arial, sans-serif;
  font-size: clamp(42px, 5vw, 76px);
  line-height: .92;
  letter-spacing: -3px;
}

.ndv-detail-story p,
.ndv-feature-showcase > p,
.ndv-banner-specs p {
  margin: 0;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.85;
}

.ndv-feature-showcase {
  margin-top: clamp(64px, 7vw, 110px);
}

.ndv-feature-showcase > p {
  max-width: 720px;
  margin-top: 18px;
}

.ndv-included-grid {
  margin-top: 34px;
  padding: clamp(22px, 3vw, 34px);
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 34px;
  border-radius: 30px;
  background: #fff;
  box-shadow: 0 18px 52px rgba(23, 18, 43, .07);
}

.ndv-included-card {
  min-height: 0;
  padding: 18px 0;
  display: grid;
  grid-template-columns: 48px minmax(0, 1fr);
  grid-template-areas:
    "icon label"
    "icon title"
    "icon text";
  column-gap: 16px;
  align-items: center;
  border-radius: 0;
  background: transparent;
  border-bottom: 1px solid var(--line);
  box-shadow: none;
  transition: transform .18s ease;
}

.ndv-included-card:hover {
  transform: translateX(3px);
  box-shadow: none;
}

.ndv-included-card .ndv-icon {
  grid-area: icon;
  margin: 0;
  background: linear-gradient(135deg, rgba(237, 61, 159, .13), rgba(255, 159, 67, .13));
  color: var(--pink);
}

.ndv-included-card > span {
  grid-area: label;
  display: block;
  margin: 0 0 5px;
  color: var(--pink);
  font-size: 10px;
  font-weight: 950;
  letter-spacing: 1.7px;
  text-transform: uppercase;
}

.ndv-included-card strong {
  grid-area: title;
  display: block;
  color: var(--ink);
  font-family: "Avenir Next", "Nunito Sans", Arial, sans-serif;
  font-size: 17px;
  line-height: 1.15;
  letter-spacing: -.2px;
  font-weight: 950;
}

.ndv-included-card p {
  grid-area: text;
  margin: 6px 0 0;
  color: var(--muted);
  font-size: 13px;
  line-height: 1.55;
}

.ndv-spec-layout {
  margin-top: 34px;
  display: grid;
  grid-template-columns: minmax(320px, .58fr) minmax(0, 1.42fr);
  gap: 18px;
  align-items: start;
}

.ndv-banner-specs {
  padding: clamp(24px, 3vw, 36px);
  border-radius: 26px;
  background:
    radial-gradient(circle at 88% 10%, rgba(237, 61, 159, .16), transparent 28%),
    #fff;
  box-shadow: 0 18px 52px rgba(23, 18, 43, .07);
}

.ndv-banner-specs p {
  margin-top: 14px;
  font-size: 15px;
  line-height: 1.65;
}

.ndv-banner-specs div {
  margin-top: 22px;
  display: grid;
  gap: 10px;
}

.ndv-banner-specs article {
  padding: 14px 16px;
  border-radius: 16px;
  background: var(--soft);
}

.ndv-banner-specs article span {
  display: block;
  margin-bottom: 7px;
  color: var(--pink);
  font-size: 11px;
  font-weight: 950;
  letter-spacing: 1.5px;
  text-transform: uppercase;
}

.ndv-banner-specs article strong {
  display: block;
  color: var(--ink);
  font-size: 16px;
  line-height: 1.25;
}

.ndv-detail .ndv-feature-groups {
  margin-top: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.ndv-detail .ndv-feature-group {
  padding: 24px;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 18px 52px rgba(23, 18, 43, .07);
}

.ndv-detail .ndv-feature-group li {
  padding: 11px 0 11px 22px;
  position: relative;
  font-size: 13px;
}

.ndv-detail .ndv-feature-group li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 18px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--pink), var(--orange));
}

.ndv-detail .ndv-gallery {
  margin-top: clamp(64px, 7vw, 110px);
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.ndv-detail .ndv-gallery figure {
  min-height: 260px;
}

.ndv-detail .ndv-gallery figure:first-child {
  grid-column: span 2;
  grid-row: span 2;
  min-height: 540px;
}

.ndv-detail-faq {
  margin-top: clamp(64px, 7vw, 110px);
}

.ndv-detail-faq details {
  margin-top: 16px;
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 16px 44px rgba(23, 18, 43, .06);
  overflow: hidden;
}

.ndv-detail-faq summary {
  min-height: 88px;
  padding: 24px 30px;
  display: grid;
  grid-template-columns: 50px 1fr 28px;
  gap: 16px;
  align-items: center;
  cursor: pointer;
  list-style: none;
}

.ndv-detail-faq summary::-webkit-details-marker {
  display: none;
}

.ndv-detail-faq summary span {
  color: var(--pink);
  font-size: 17px;
  font-weight: 950;
}

.ndv-detail-faq summary strong {
  color: var(--ink);
  font-size: 18px;
  font-weight: 950;
}

.ndv-detail-faq summary i {
  color: var(--pink);
  font-style: normal;
  font-size: 24px;
  font-weight: 900;
}

.ndv-detail-faq details[open] summary i {
  transform: rotate(45deg);
}

.ndv-detail-faq details p {
  margin: 0;
  padding: 0 30px 30px 96px;
  color: var(--muted);
  font-size: 16px;
  line-height: 1.8;
}

@media (max-width: 1180px) {
  .ndv-detail-photo-grid,
  .ndv-detail .ndv-detail-hero,
  .ndv-detail-story,
  .ndv-spec-layout {
    grid-template-columns: 1fr;
  }

  .ndv-detail-price-card {
    position: static;
  }

  .ndv-included-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 760px) {
  .ndv-detail .ndv-detail-shell {
    padding: 0 14px;
  }

  .ndv-detail-topbar {
    font-size: 13px;
    gap: 8px;
  }

  .ndv-detail-photo-grid {
    gap: 12px;
  }

  .ndv-detail-photo-main,
  .ndv-detail-photo-grid figure:nth-child(2),
  .ndv-detail-photo-grid figure:nth-child(3) {
    min-height: 235px !important;
  }

  .ndv-detail-photo-grid figure:nth-child(2),
  .ndv-detail-photo-grid figure:nth-child(3) {
    display: none;
  }

  .ndv-status-pill,
  .ndv-gallery-jump {
    font-size: 12px;
    padding: 11px 14px;
  }

  .ndv-detail .ndv-detail-hero {
    margin-top: 42px;
    gap: 26px;
  }

  .ndv-detail .ndv-detail-copy h1 {
    font-size: clamp(48px, 16vw, 68px);
    line-height: .9;
    letter-spacing: -3px;
  }

  .ndv-detail .ndv-detail-copy p {
    font-size: 15px;
    line-height: 1.7;
  }

  .ndv-detail-tag {
    margin-bottom: 18px;
    font-size: 12px;
  }

  .ndv-detail .ndv-detail-stats,
  .ndv-included-grid,
  .ndv-detail .ndv-feature-groups,
  .ndv-detail .ndv-gallery {
    grid-template-columns: 1fr;
  }

  .ndv-detail .ndv-detail-stats {
    margin-top: 28px;
  }

  .ndv-detail-price-card,
  .ndv-detail-story,
  .ndv-banner-specs,
  .ndv-included-card,
  .ndv-detail .ndv-feature-group {
    border-radius: 24px;
  }

  .ndv-detail-price-card {
    padding: 28px 22px;
  }

  .ndv-detail-price-card > strong,
  .ndv-detail-story h2,
  .ndv-feature-showcase h2,
  .ndv-banner-specs h2,
  .ndv-detail-faq h2 {
    font-size: clamp(34px, 11vw, 48px);
    letter-spacing: -1.8px;
  }

  .ndv-detail-story {
    margin-top: 48px;
    padding: 30px 24px;
  }

  .ndv-detail-story p,
  .ndv-feature-showcase > p,
  .ndv-banner-specs p {
    font-size: 15px;
    line-height: 1.75;
  }

  .ndv-included-card {
    min-height: 0;
    padding: 16px 0;
    grid-template-columns: 42px minmax(0, 1fr);
  }

  .ndv-included-card .ndv-icon {
    margin-bottom: 0;
    width: 38px;
    height: 38px;
    border-radius: 13px;
  }

  .ndv-included-card .ndv-icon svg {
    width: 25px;
    height: 25px;
  }

  .ndv-included-card strong {
    font-size: 15px;
  }

  .ndv-included-card p {
    font-size: 12px;
  }

  .ndv-included-grid {
    padding: 18px 20px;
    gap: 0;
  }

  .ndv-detail .ndv-gallery figure,
  .ndv-detail .ndv-gallery figure:first-child {
    grid-column: auto;
    grid-row: auto;
    min-height: 235px;
  }

  .ndv-detail-faq summary {
    grid-template-columns: 36px 1fr 24px;
    padding: 22px 20px;
  }

  .ndv-detail-faq details p {
    padding: 0 20px 24px 72px;
    font-size: 14px;
  }
}

/* Calendar UX hardening after visual QA.
   Keep the first mobile screen focused on choosing a path, not reading a summary. */
@media (max-width: 1080px) {
  .ndv-order-calendar .ndv-order-form {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  .ndv-order-calendar .ndv-cal-intro-panel {
    order: 1;
  }

  .ndv-order-calendar .ndv-cal-favorites-section {
    order: 2;
  }

  .ndv-order-calendar .ndv-cal-favorites-section + .ndv-order-section {
    order: 3;
  }

  .ndv-order-calendar #ndv-kontakt {
    order: 30;
  }

  .ndv-order-calendar .ndv-cal-summary-mobile {
    order: 35 !important;
    grid-row: auto !important;
    width: 100%;
  }

  .ndv-order-calendar .ndv-order-submit {
    order: 40;
  }

  .ndv-order-calendar .ndv-cal-mode-tabs {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  .ndv-order-calendar:not(.ndv-has-active-estimate) .ndv-cal-summary-mobile,
  .ndv-order-calendar:not(.ndv-has-active-estimate) .ndv-cal-sticky-estimate {
    display: none !important;
  }

  .ndv-order-calendar.ndv-has-active-estimate .ndv-cal-summary-mobile {
    display: block !important;
  }

  .ndv-order-calendar.ndv-has-active-estimate .ndv-cal-sticky-estimate {
    display: flex !important;
  }

  .ndv-order-calendar .ndv-cal-mode-button {
    min-height: 0;
    padding: 18px 48px 18px 18px;
  }

  .ndv-order-calendar .ndv-cal-mode-button strong {
    overflow-wrap: normal;
    word-break: normal;
  }

  .ndv-order-calendar .ndv-cal-mode-button span {
    max-width: 100%;
  }
}

/* ==========================================================================
   Bestillingsguide (nicedrive_bestilling_guide) - midlertidig, kun trin-
   navigation + fremgangs-bil. Selve kort/felt-udseendet arves fra
   .ndv-order-calendar/.ndv-order-fields ovenfor (inkl. Title Case- og
   select-glitch-rettelserne), bevidst ikke gentaget her.
   ========================================================================== */

/* Wizardens eget trin-indhold (spørgsmål, kort-tekster, knapper) arvede
   .ndv-page's "Avenir Next"/"Nunito Sans"-basisfont i stedet for brandets
   egne Montserrat (overskrifter) og Inter (brødtekst), som resten af
   siden - hero'en og FAQ'en herover, genbrugt verbatim fra kontaktsiden -
   allerede bruger. Kun scopet til selve wizarden ([data-ndv-order-guide]/
   [data-ndv-premium-guide]), IKKE den delte .ndv-page-basisklasse, så de to
   ældre formularer ([nicedrive_bestilling]/[_kalender]) forbliver urørte
   (punkt 5, september 2026). Den genbrugte hero/FAQ-markup (.nd-*-klasser)
   har sin egen, mere specifikke styling fra temaet og overskrives ikke af
   denne arve-regel. */
[data-ndv-order-guide],
[data-ndv-premium-guide] {
  font-family: "Inter", "Avenir Next", "Nunito Sans", Arial, sans-serif;
}

/* Begge <select>-felter i guiden (område, hvor fandt du os) ligger allerede
   inde i .ndv-order-fields og burde derfor arve select-glitch-rettelsen
   ovenfor uændret - bekræftet i både Chromium og WebKit mod den live side.
   Denne regel er en ekstra, eksplicit sikring specifikt for guiden alligevel,
   i tilfælde af en cachet, forældet CSS-version et sted i kæden (fx WP Super
   Cache) - koster intet, og fjerner al tvivl om at guiden selv mangler den. */
[data-ndv-order-guide] select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='none' stroke='%2317122B' stroke-width='1.8'%3E%3Cpath d='M5.5 8l4.5 4.5L14.5 8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  background-size: 16px;
  padding-right: 44px;
}

/* Kalenderens opsummerings-sidebar er bevidst skjult indtil brugeren har
   valgt noget (.ndv-has-active-estimate), fordi den ellers rodede på en
   lang scroll-side. Guiden er ikke en lang side - kun ét trin ad gangen -
   så her skal sidebaren (både desktop- og mobil-udgaven) altid være synlig
   fra trin 1, jf. kravet om at bevare den på ALLE trin. Højere specificitet
   end kalenderens .ndv-order-calendar:not(.ndv-has-active-estimate)-regel
   (samme antal klasse-niveauer, men senere i filen), så denne vinder.
   */
[data-ndv-order-guide].ndv-order-calendar .ndv-cal-summary-desktop {
  display: block !important;
}
[data-ndv-order-guide].ndv-order-calendar .ndv-cal-summary-mobile {
  display: none !important;
}
@media (max-width: 1080px) {
  [data-ndv-order-guide].ndv-order-calendar .ndv-cal-summary-desktop {
    display: none !important;
  }
  [data-ndv-order-guide].ndv-order-calendar .ndv-cal-summary-mobile {
    display: block !important;
    position: static !important;
  }
  [data-ndv-order-guide].ndv-order-calendar .ndv-cal-sticky-estimate {
    display: none !important;
  }
}

/* "Premium"/Apple-agtig valgt-tilstand: tynd pink kant + let tonet
   baggrund + lille flueben-badge, i stedet for kalenderens massive mørke
   baggrund ved valg (.ndv-order-calendar ...is-active/is-selected/
   is-favorite). Kun ændret her, via [data-ndv-order-guide]-scoping -
   kalenderen og den almindelige formular bruger fortsat deres egen,
   urørte mørke valgt-stil. .ndv-order-vehicle har allerede sit eget
   check-ikon (<i>✓</i>) og en lys base-stil et andet sted i filen - den
   får kun sin farve rettet her, ikke et nyt badge oveni. */
[data-ndv-order-guide] .ndv-cal-mode-button,
[data-ndv-order-guide] .ndv-cal-result-card {
  position: relative;
}

[data-ndv-order-guide] .ndv-year-picker button,
[data-ndv-order-guide] .ndv-cal-mode-button,
[data-ndv-order-guide] .ndv-date-option,
[data-ndv-order-guide] .ndv-order-vehicle,
[data-ndv-order-guide] .ndv-cal-result-card {
  transition: border-color 180ms ease, background-color 180ms ease, background 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

[data-ndv-order-guide].ndv-order-calendar .ndv-year-picker button.is-active,
[data-ndv-order-guide] .ndv-cal-mode-button.is-active,
[data-ndv-order-guide].ndv-order-calendar .ndv-date-option.is-selected,
[data-ndv-order-guide].ndv-order-calendar .ndv-order-vehicle.is-selected,
[data-ndv-order-guide] .ndv-cal-result-card.is-favorite {
  border-color: var(--pink) !important;
  background: #fef1f8 !important;
  color: var(--ink) !important;
  box-shadow: 0 6px 18px rgba(237, 61, 159, .16) !important;
}

[data-ndv-order-guide].ndv-order-calendar .ndv-year-picker button.is-active > span {
  color: rgba(23, 18, 43, .13) !important;
}
[data-ndv-order-guide].ndv-order-calendar .ndv-year-picker button.is-active strong {
  color: var(--ink) !important;
}

[data-ndv-order-guide] .ndv-cal-mode-button.is-active small {
  color: var(--pink) !important;
}
[data-ndv-order-guide] .ndv-cal-mode-button.is-active strong {
  color: var(--ink) !important;
}
[data-ndv-order-guide] .ndv-cal-mode-button.is-active span {
  color: var(--muted) !important;
}

[data-ndv-order-guide].ndv-order-calendar .ndv-date-option.is-selected span,
[data-ndv-order-guide].ndv-order-calendar .ndv-date-option.is-selected b {
  color: var(--ink) !important;
}
[data-ndv-order-guide].ndv-order-calendar .ndv-date-option.is-selected small,
[data-ndv-order-guide].ndv-order-calendar .ndv-date-option.is-selected em {
  color: var(--pink) !important;
}
/* Kalenderens lille prik-indikator erstattes af flueben-badget herunder. */
[data-ndv-order-guide].ndv-order-calendar .ndv-date-option.is-selected::after {
  display: none;
}

[data-ndv-order-guide].ndv-order-calendar .ndv-order-vehicle.is-selected strong {
  color: var(--ink) !important;
}
[data-ndv-order-guide].ndv-order-calendar .ndv-order-vehicle.is-selected small,
[data-ndv-order-guide].ndv-order-calendar .ndv-order-vehicle.is-selected b {
  color: var(--pink) !important;
}
[data-ndv-order-guide].ndv-order-calendar .ndv-order-vehicle.is-selected i {
  background: linear-gradient(135deg, var(--pink), var(--orange)) !important;
  color: #fff !important;
}

[data-ndv-order-guide] .ndv-cal-result-card.is-favorite small {
  color: var(--pink) !important;
}
[data-ndv-order-guide] .ndv-cal-result-card.is-favorite strong {
  color: var(--ink) !important;
}
[data-ndv-order-guide] .ndv-cal-result-card.is-favorite span {
  color: var(--muted) !important;
}
[data-ndv-order-guide] .ndv-cal-result-card.is-favorite b {
  color: var(--pink) !important;
}

[data-ndv-order-guide].ndv-order-calendar .ndv-year-picker button.is-active::after,
[data-ndv-order-guide] .ndv-cal-mode-button.is-active::after,
[data-ndv-order-guide].ndv-order-calendar .ndv-date-option.is-selected::before,
[data-ndv-order-guide] .ndv-cal-result-card.is-favorite::after {
  content: "✓";
  position: absolute;
  top: 12px;
  right: 12px;
  width: 22px;
  height: 22px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--pink), var(--orange));
  color: #fff;
  font-size: 12px;
  font-weight: 950;
  line-height: 1;
  box-shadow: 0 3px 8px rgba(237, 61, 159, .3);
}

.ndv-guide-progress {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 16px;
  max-width: 720px;
  /* .ndv-order-shell pulls itself up -74px to overlap the hero by design -
     without this much bottom margin here, that overlap lands on top of the
     progress bar instead of empty hero space (it very visibly did). The
     z-index is a second, belt-and-suspenders safety net. */
  margin: 0 auto 90px;
  padding: 0 clamp(16px, 4vw, 32px);
  /* Scroll-mål ved trin-skift (JS scroller til denne bar, ikke til selve
     trinnet, så baren ikke ryger ud af syne foroven). --wd-header-h er
     WoodMart-temaets egen sticky-header-højde-variabel (~90px desktop,
     mindre på mobil via temaets egne media queries) - falder tilbage til
     100px hvis temaet nogensinde skifter og variablen forsvinder. */
  scroll-margin-top: var(--wd-header-h, 100px);
}

.ndv-guide-track {
  position: relative;
  flex: 1;
  height: 6px;
  border-radius: 999px;
  background: rgba(23, 18, 43, .08);
  overflow: visible;
}

.ndv-guide-track-fill {
  position: absolute;
  inset: 0 auto 0 0;
  width: 0%;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--pink), var(--orange));
  transition: width 400ms ease;
}

.ndv-guide-car {
  position: absolute;
  top: 50%;
  left: -16px;
  width: 32px;
  height: 16px;
  transform: translateY(-50%);
  transition: left 400ms ease;
  filter: drop-shadow(0 3px 4px rgba(23, 18, 43, .25));
}

.ndv-guide-car svg {
  width: 100%;
  height: 100%;
  display: block;
}

.ndv-guide-step-label {
  flex-shrink: 0;
  font-size: 12px;
  font-weight: 800;
  color: var(--muted);
  white-space: nowrap;
}

@media (prefers-reduced-motion: reduce) {
  .ndv-guide-track-fill,
  .ndv-guide-car {
    transition: none;
  }
}

.ndv-guide-confetti {
  position: relative;
  height: 0;
  overflow: visible;
  pointer-events: none;
}

.ndv-guide-confetti-piece {
  position: absolute;
  top: -12px;
  font-size: 22px;
  animation: ndv-guide-confetti-fall 1.8s ease-in forwards;
}

@keyframes ndv-guide-confetti-fall {
  0% { transform: translateY(0) rotate(0deg); opacity: 1; }
  100% { transform: translateY(160px) rotate(180deg); opacity: 0; }
}

@media (prefers-reduced-motion: reduce) {
  .ndv-guide-confetti-piece {
    animation: none;
    opacity: 0;
  }
}

.ndv-guide-error {
  background: #fff1f4;
  border-left: 4px solid var(--pink);
  border-radius: 12px;
  padding: 12px 16px;
  font-size: 14px;
  font-weight: 700;
  color: var(--ink);
  margin-bottom: 18px;
}

.ndv-guide-error[hidden] {
  display: none;
}

.ndv-guide-step {
  animation: ndv-guide-step-in 220ms ease;
}

.ndv-guide-step-note {
  margin: -8px 0 18px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
}

@keyframes ndv-guide-step-in {
  from { opacity: 0; transform: translateY(6px); }
  to { opacity: 1; transform: translateY(0); }
}

@media (prefers-reduced-motion: reduce) {
  .ndv-guide-step {
    animation: none;
  }
}

.ndv-guide-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
  margin-top: 24px;
}

.ndv-guide-back-btn {
  margin-right: auto;
  background: none;
  border: 0;
  padding: 10px 4px;
  font-size: 14px;
  font-weight: 800;
  color: var(--muted);
  cursor: pointer;
}

.ndv-guide-back-btn:hover {
  color: var(--ink);
}

.ndv-guide-other-date-toggle {
  display: inline-block;
  margin-top: 14px;
  background: none;
  border: 0;
  padding: 0;
  font-size: 13px;
  font-weight: 800;
  color: var(--pink);
  cursor: pointer;
}

.ndv-guide-other-date {
  margin-top: 12px;
  max-width: 260px;
}

.ndv-guide-other-date label {
  display: flex;
  flex-direction: column;
  gap: 6px;
  font-size: 13px;
  font-weight: 700;
}

.ndv-guide-other-date input {
  border-radius: 10px;
  border: 1px solid rgba(23, 18, 43, .12);
  padding: 10px 12px;
  font-size: 15px;
}

.ndv-guide-summary-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.ndv-guide-confirm-row {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 12px 16px;
  border-radius: 12px;
  background: #fffaf4;
  border: 1px solid rgba(23, 18, 43, .08);
}

.ndv-guide-confirm-row dt {
  font-size: 12px;
  font-weight: 800;
  color: var(--muted);
  text-transform: none;
}

.ndv-guide-confirm-row dd {
  margin: 0;
  font-size: 14px;
  font-weight: 700;
  text-align: right;
  text-transform: none;
}

/* ==========================================================================
   Bestillingsguide app-polering
   ========================================================================== */

[data-ndv-order-guide] {
  --guide-bg: #f5f5f7;
  --guide-card: #fff;
  --guide-card-solid: #fff;
  --guide-line: rgba(23, 18, 43, .1);
  --guide-shadow: 0 18px 55px rgba(23, 18, 43, .08);
  --guide-soft-shadow: 0 8px 28px rgba(23, 18, 43, .06);
  background: var(--guide-bg);
}

[data-ndv-order-guide] .ndv-order-hero {
  min-height: 0;
  padding: clamp(18px, 2.6vw, 32px) 5vw clamp(38px, 4.4vw, 60px);
  background:
    radial-gradient(circle at 84% 0%, rgba(255, 114, 195, .16), transparent 30%),
    linear-gradient(135deg, #17122b 0%, #24183d 100%);
}

[data-ndv-order-guide] .ndv-order-hero > div {
  max-width: 1180px;
  margin: 0 auto;
}

[data-ndv-order-guide] .ndv-order-hero h1 {
  max-width: 720px;
  margin: 10px 0 8px;
  font-family: "Montserrat", "Avenir Next", "Nunito Sans", Arial, sans-serif;
  font-size: clamp(32px, 4vw, 52px);
  font-weight: 950;
  line-height: 1.02;
  letter-spacing: 0;
}

[data-ndv-order-guide] .ndv-order-hero h1 br {
  display: none;
}

[data-ndv-order-guide] .ndv-order-hero p {
  max-width: 590px;
  color: rgba(255, 255, 255, .72);
  font-size: 14px;
  line-height: 1.55;
}

[data-ndv-order-guide] .ndv-eyebrow {
  letter-spacing: .16em;
}

[data-ndv-order-guide] .ndv-guide-progress {
  max-width: 1180px;
  margin: -28px auto 14px;
  padding: 16px 18px;
  border: 1px solid var(--guide-line);
  border-radius: 24px;
  background: #fff;
  box-shadow: var(--guide-soft-shadow);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

[data-ndv-order-guide] .ndv-guide-track {
  height: 5px;
  background: rgba(23, 18, 43, .09);
}

[data-ndv-order-guide] .ndv-guide-step-label {
  color: var(--ink);
  font-size: 12px;
  font-weight: 900;
}

[data-ndv-order-guide] .ndv-order-shell {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 18px 92px;
}

[data-ndv-order-guide] .ndv-order-layout {
  grid-template-columns: minmax(0, 1fr) minmax(310px, 360px);
  gap: 16px;
  align-items: stretch;
}

[data-ndv-order-guide] .ndv-guide-steps {
  min-height: min(640px, calc(100vh - 190px));
  display: grid;
  grid-template-rows: 1fr auto;
  gap: 14px;
  padding: clamp(18px, 2.2vw, 26px);
  border: 1px solid var(--guide-line);
  border-radius: 28px;
  background: var(--guide-card);
  box-shadow: var(--guide-shadow);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

[data-ndv-order-guide] .ndv-guide-step {
  min-height: 0;
  display: flex;
  flex-direction: column;
}

[data-ndv-order-guide] .ndv-guide-step[hidden] {
  display: none !important;
}

[data-ndv-order-guide] .ndv-order-section {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

[data-ndv-order-guide] .ndv-order-heading {
  margin-bottom: clamp(18px, 2vw, 24px);
  gap: 12px;
}

[data-ndv-order-guide] .ndv-order-heading > span {
  width: 44px;
  height: 44px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  border-radius: 16px;
  background: #fff;
  color: rgba(237, 61, 159, .72);
  font-family: "Montserrat", "Avenir Next", "Nunito Sans", Arial, sans-serif;
  font-size: 15px;
  font-weight: 950;
  line-height: 1;
  box-shadow: inset 0 0 0 1px var(--guide-line);
}

[data-ndv-order-guide] .ndv-order-heading small {
  color: var(--muted);
  font-size: 11px;
  letter-spacing: .11em;
}

[data-ndv-order-guide] .ndv-order-heading h2 {
  max-width: 720px;
  margin-top: 4px;
  color: var(--ink);
  -webkit-text-fill-color: var(--ink);
  font-family: "Montserrat", "Avenir Next", "Nunito Sans", Arial, sans-serif;
  font-size: clamp(27px, 3vw, 42px);
  font-weight: 950;
  line-height: 1.08;
  letter-spacing: 0;
}

[data-ndv-order-guide] .ndv-year-picker,
[data-ndv-order-guide] .ndv-cal-mode-tabs,
[data-ndv-order-guide] .ndv-date-grid,
[data-ndv-order-guide] .ndv-order-fields,
[data-ndv-order-guide] .ndv-order-vehicles,
[data-ndv-order-guide] .ndv-cal-results-grid {
  width: 100%;
}

[data-ndv-order-guide] .ndv-year-picker button,
[data-ndv-order-guide] .ndv-cal-mode-button,
[data-ndv-order-guide] .ndv-date-option,
[data-ndv-order-guide] .ndv-order-fields input,
[data-ndv-order-guide] .ndv-order-fields select,
[data-ndv-order-guide] .ndv-order-fields textarea,
[data-ndv-order-guide] .ndv-order-vehicle,
[data-ndv-order-guide] .ndv-cal-result-card,
[data-ndv-order-guide] .ndv-guide-confirm-row {
  border-color: var(--guide-line);
  background-color: #fff;
  border-radius: 18px;
  box-shadow: none;
}

[data-ndv-order-guide] .ndv-year-picker button,
[data-ndv-order-guide] .ndv-cal-mode-button,
[data-ndv-order-guide] .ndv-date-option,
[data-ndv-order-guide] .ndv-order-vehicle,
[data-ndv-order-guide] .ndv-cal-result-card {
  transform: translateY(0);
}

[data-ndv-order-guide] .ndv-year-picker button:hover,
[data-ndv-order-guide] .ndv-cal-mode-button:hover,
[data-ndv-order-guide] .ndv-date-option:hover,
[data-ndv-order-guide] .ndv-order-vehicle:hover,
[data-ndv-order-guide] .ndv-cal-result-card:hover {
  transform: translateY(-1px);
  border-color: rgba(237, 61, 159, .3);
  box-shadow: 0 10px 26px rgba(23, 18, 43, .06);
}

[data-ndv-order-guide].ndv-order-calendar .ndv-year-picker button.is-active,
[data-ndv-order-guide] .ndv-cal-mode-button.is-active,
[data-ndv-order-guide].ndv-order-calendar .ndv-date-option.is-selected,
[data-ndv-order-guide].ndv-order-calendar .ndv-order-vehicle.is-selected,
[data-ndv-order-guide] .ndv-cal-result-card.is-favorite {
  border-color: rgba(237, 61, 159, .55) !important;
  background: linear-gradient(180deg, #fff, #fff5fb) !important;
  box-shadow: inset 0 0 0 1px rgba(237, 61, 159, .22), 0 10px 28px rgba(237, 61, 159, .1) !important;
}

[data-ndv-order-guide] .ndv-year-picker {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

[data-ndv-order-guide] .ndv-year-picker button {
  min-height: 112px;
  padding: 18px;
}

[data-ndv-order-guide] .ndv-year-picker strong {
  font-size: clamp(26px, 3vw, 34px);
  font-weight: 950;
}

[data-ndv-order-guide] .ndv-cal-mode-button {
  min-height: 150px;
  padding: 22px 54px 22px 22px;
}

[data-ndv-order-guide] .ndv-cal-mode-button strong {
  color: var(--ink);
  font-size: clamp(21px, 2.1vw, 29px);
  letter-spacing: 0;
}

[data-ndv-order-guide] .ndv-cal-mode-button span {
  color: var(--muted);
  font-size: 13px;
}

[data-ndv-order-guide] .ndv-order-fields input,
[data-ndv-order-guide] .ndv-order-fields select {
  min-height: 56px;
  padding: 15px 16px;
  font-size: 15px;
  font-weight: 750;
}

/* Samme "tomt felt er svært at se"-rettelse som i den generiske
   .ndv-order-fields-styling (punkt 3, september 2026), gentaget her fordi
   reglen ovenfor ellers nulstiller background-color/border-color tilbage
   til denne wizards egne hvide/lyserøde standardværdier. */
[data-ndv-order-guide] .ndv-order-fields input:placeholder-shown {
  border-style: dashed;
  border-color: rgba(23, 18, 43, .22);
  background-color: rgba(23, 18, 43, .035);
}

[data-ndv-order-guide] .ndv-order-fields input::placeholder {
  color: rgba(23, 18, 43, .38);
  font-weight: 500;
  opacity: 1;
}

[data-ndv-order-guide] .ndv-order-fields select {
  padding-right: 46px;
  background-position: right 16px center;
}

[data-ndv-order-guide] .ndv-order-fields textarea {
  min-height: 132px;
  font-size: 15px;
}

[data-ndv-order-guide] .ndv-date-grid {
  grid-template-columns: repeat(auto-fit, minmax(138px, 1fr));
}

[data-ndv-order-guide] .ndv-date-option {
  min-height: 106px;
  padding: 15px;
}

[data-ndv-order-guide] .ndv-date-option span {
  font-size: 15px;
  line-height: 1.22;
}

[data-ndv-order-guide] .ndv-order-vehicles,
[data-ndv-order-guide] .ndv-cal-results-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

[data-ndv-order-guide] .ndv-order-vehicle,
[data-ndv-order-guide] .ndv-cal-result-card {
  min-height: 112px;
}

[data-ndv-order-guide] .ndv-guide-nav {
  position: sticky;
  bottom: 0;
  z-index: 4;
  margin: 0 -6px -8px;
  padding: 14px 6px 8px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, .96) 34%);
}

[data-ndv-order-guide] .ndv-guide-back-btn {
  min-height: 46px;
  padding: 0 14px;
  border-radius: 999px;
}

[data-ndv-order-guide] .ndv-guide-back-btn:hover {
  background: rgba(23, 18, 43, .05);
}

[data-ndv-order-guide] .ndv-guide-nav .ndv-button {
  min-height: 50px;
  padding: 14px 24px;
  box-shadow: 0 12px 28px rgba(237, 61, 159, .2);
}

[data-ndv-order-guide].ndv-order-calendar .ndv-cal-summary-desktop {
  position: sticky;
  top: 18px;
  display: block !important;
  max-height: calc(100vh - 36px);
}

[data-ndv-order-guide] .ndv-order-summary {
  padding: 22px;
  border: 1px solid var(--guide-line);
  border-radius: 28px;
  background: var(--guide-card);
  box-shadow: var(--guide-shadow);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

[data-ndv-order-guide] .ndv-order-summary .ndv-eyebrow {
  color: var(--muted);
  font-size: 10px;
  letter-spacing: .13em;
}

[data-ndv-order-guide] .ndv-summary-price {
  margin: 14px 0;
  padding: 18px;
  border: 1px solid rgba(237, 61, 159, .12);
  border-radius: 22px;
  background: linear-gradient(180deg, #fff, #fff7fb);
}

[data-ndv-order-guide] .ndv-summary-price strong {
  font-size: clamp(25px, 2.6vw, 34px);
  line-height: 1.04;
  letter-spacing: 0;
}

[data-ndv-order-guide] .ndv-order-summary dl {
  gap: 8px;
}

[data-ndv-order-guide] .ndv-order-summary dl > div {
  padding: 12px 0;
}

[data-ndv-order-guide] .ndv-included-list {
  margin-top: 14px;
  padding: 16px;
  border-radius: 20px;
  background: rgba(23, 18, 43, .035);
}

[data-ndv-order-guide] .ndv-included-list span {
  line-height: 1.38;
}

@media (max-width: 1280px) {
  [data-ndv-order-guide] .ndv-order-layout {
    max-width: 1180px;
    grid-template-columns: minmax(0, 1fr) minmax(290px, 330px);
    margin: 0;
  }
}

@media (max-width: 1080px) {
  [data-ndv-order-guide] .ndv-order-layout {
    grid-template-columns: 1fr;
  }

  [data-ndv-order-guide] .ndv-guide-steps {
    min-height: auto;
    order: 1;
  }

  [data-ndv-order-guide].ndv-order-calendar .ndv-cal-summary-mobile {
    display: block !important;
    order: 2 !important;
    margin-bottom: 14px;
  }

  [data-ndv-order-guide].ndv-order-calendar .ndv-cal-summary-desktop {
    display: none !important;
  }
}

@media (max-width: 760px) {
  [data-ndv-order-guide] {
    background: #f5f5f7;
  }

  [data-ndv-order-guide] .ndv-order-hero {
    padding: 16px 16px 34px;
  }

  [data-ndv-order-guide] .ndv-order-hero h1 {
    margin-top: 8px;
    font-size: clamp(27px, 7.8vw, 34px);
    line-height: 1.08;
  }

  [data-ndv-order-guide] .ndv-order-hero p {
    font-size: 12px;
    line-height: 1.5;
  }

  [data-ndv-order-guide] .ndv-guide-progress {
    margin: -20px 12px 12px;
    padding: 12px 13px;
    border-radius: 20px;
    gap: 10px;
  }

  [data-ndv-order-guide] .ndv-guide-car {
    width: 28px;
    height: 14px;
  }

  [data-ndv-order-guide] .ndv-guide-step-label {
    font-size: 11px;
  }

  [data-ndv-order-guide] .ndv-order-shell {
    padding: 0 12px 78px;
  }

  [data-ndv-order-guide] .ndv-guide-steps,
  [data-ndv-order-guide] .ndv-order-summary {
    padding: 16px;
    border-radius: 24px;
  }

  [data-ndv-order-guide] .ndv-guide-step {
    padding-bottom: 68px;
  }

  [data-ndv-order-guide] .ndv-order-heading {
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 16px;
  }

  [data-ndv-order-guide] .ndv-order-heading > span {
    width: 36px;
    height: 36px;
    border-radius: 13px;
    font-size: 13px;
  }

  [data-ndv-order-guide] .ndv-order-heading h2 {
    font-size: clamp(24px, 7vw, 31px);
  }

  [data-ndv-order-guide] .ndv-year-picker,
  [data-ndv-order-guide] .ndv-cal-mode-tabs,
  [data-ndv-order-guide] .ndv-order-fields,
  [data-ndv-order-guide] .ndv-order-vehicles,
  [data-ndv-order-guide] .ndv-cal-results-grid {
    grid-template-columns: 1fr;
  }

  [data-ndv-order-guide] .ndv-year-picker button {
    min-height: 74px;
  }

  [data-ndv-order-guide] .ndv-cal-mode-button {
    min-height: 0;
    padding: 18px 50px 18px 18px;
  }

  [data-ndv-order-guide] .ndv-date-grid {
    grid-template-columns: 1fr;
  }

  [data-ndv-order-guide] .ndv-date-option {
    min-height: 74px;
  }

  [data-ndv-order-guide] .ndv-order-vehicle,
  [data-ndv-order-guide] .ndv-cal-result-card {
    grid-template-columns: 82px minmax(0, 1fr);
  }

  [data-ndv-order-guide] .ndv-guide-nav {
    /* .ndv-guide-nav is "position: sticky; bottom: 0" (set further up),
       so on mobile it permanently sits flush with the viewport's bottom
       edge - the exact spot a live-chat/cart bubble (HubSpot's included,
       fixed at z-index 2147483647, un-overridable) also occupies. Lifting
       the sticky bottom offset, instead of the whole page, keeps "Næste"
       clear of it without fighting the widget itself. env() falls back to
       0 on devices without a safe-area inset (older iPhones, Android). */
    bottom: calc(env(safe-area-inset-bottom, 0px) + 76px);
    margin-top: 12px;
    padding-top: 18px;
    align-items: stretch;
    /* På lange trin (fx kalenderen) skygger baren for kortene bagved, når
       man scroller forbi - den var kun en gennemsigtig-til-hvid gradient.
       Fladt opak nu, plus en opadvendt skygge, så den tydeligt læses som
       en fast bjælke oven på indholdet i stedet for at flyde sammen med det. */
    background: #fff;
    box-shadow: 0 -10px 24px rgba(23, 18, 43, .14);
  }

  [data-ndv-order-guide] .ndv-guide-nav .ndv-button {
    flex: 1 1 auto;
    min-width: 0;
  }

  [data-ndv-order-guide] .ndv-guide-back-btn {
    flex: 0 0 auto;
    padding-inline: 10px;
  }

[data-ndv-order-guide] .ndv-summary-price strong {
    font-size: 26px;
  }
}

/* ==========================================================================
   Premium test page (nicedrive_bestilling_premium) - independent copy of the
   guide wizard CSS above. Selectors are scoped to [data-ndv-premium-guide]
   instead of [data-ndv-order-guide], and every inner class carries an
   ndv-premium-guide- prefix instead of ndv-guide- - edit freely here, it can
   never affect the real [nicedrive_bestilling_guide] page above.
   ========================================================================== */

[data-ndv-premium-guide] select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='none' stroke='%2317122B' stroke-width='1.8'%3E%3Cpath d='M5.5 8l4.5 4.5L14.5 8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  background-size: 16px;
  padding-right: 44px;
}

/* Kalenderens opsummerings-sidebar er bevidst skjult indtil brugeren har
   valgt noget (.ndv-has-active-estimate), fordi den ellers rodede på en
   lang scroll-side. Guiden er ikke en lang side - kun ét trin ad gangen -
   så her skal sidebaren (både desktop- og mobil-udgaven) altid være synlig
   fra trin 1, jf. kravet om at bevare den på ALLE trin. Højere specificitet
   end kalenderens .ndv-order-calendar:not(.ndv-has-active-estimate)-regel
   (samme antal klasse-niveauer, men senere i filen), så denne vinder.
   */
[data-ndv-premium-guide].ndv-order-calendar .ndv-cal-summary-desktop {
  display: block !important;
}
[data-ndv-premium-guide].ndv-order-calendar .ndv-cal-summary-mobile {
  display: none !important;
}
@media (max-width: 1080px) {
  [data-ndv-premium-guide].ndv-order-calendar .ndv-cal-summary-desktop {
    display: none !important;
  }
  [data-ndv-premium-guide].ndv-order-calendar .ndv-cal-summary-mobile {
    display: block !important;
    position: static !important;
  }
  [data-ndv-premium-guide].ndv-order-calendar .ndv-cal-sticky-estimate {
    display: none !important;
  }
}

/* "Premium"/Apple-agtig valgt-tilstand: tynd pink kant + let tonet
   baggrund + lille flueben-badge, i stedet for kalenderens massive mørke
   baggrund ved valg (.ndv-order-calendar ...is-active/is-selected/
   is-favorite). Kun ændret her, via [data-ndv-premium-guide]-scoping -
   kalenderen og den almindelige formular bruger fortsat deres egen,
   urørte mørke valgt-stil. .ndv-order-vehicle har allerede sit eget
   check-ikon (<i>✓</i>) og en lys base-stil et andet sted i filen - den
   får kun sin farve rettet her, ikke et nyt badge oveni. */
[data-ndv-premium-guide] .ndv-cal-mode-button,
[data-ndv-premium-guide] .ndv-cal-result-card {
  position: relative;
}

[data-ndv-premium-guide] .ndv-year-picker button,
[data-ndv-premium-guide] .ndv-cal-mode-button,
[data-ndv-premium-guide] .ndv-date-option,
[data-ndv-premium-guide] .ndv-order-vehicle,
[data-ndv-premium-guide] .ndv-cal-result-card {
  transition: border-color 180ms ease, background-color 180ms ease, background 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

[data-ndv-premium-guide].ndv-order-calendar .ndv-year-picker button.is-active,
[data-ndv-premium-guide] .ndv-cal-mode-button.is-active,
[data-ndv-premium-guide].ndv-order-calendar .ndv-date-option.is-selected,
[data-ndv-premium-guide].ndv-order-calendar .ndv-order-vehicle.is-selected,
[data-ndv-premium-guide] .ndv-cal-result-card.is-favorite {
  border-color: var(--pink) !important;
  background: #fef1f8 !important;
  color: var(--ink) !important;
  box-shadow: 0 6px 18px rgba(237, 61, 159, .16) !important;
}

[data-ndv-premium-guide].ndv-order-calendar .ndv-year-picker button.is-active > span {
  color: rgba(23, 18, 43, .13) !important;
}
[data-ndv-premium-guide].ndv-order-calendar .ndv-year-picker button.is-active strong {
  color: var(--ink) !important;
}

[data-ndv-premium-guide] .ndv-cal-mode-button.is-active small {
  color: var(--pink) !important;
}
[data-ndv-premium-guide] .ndv-cal-mode-button.is-active strong {
  color: var(--ink) !important;
}
[data-ndv-premium-guide] .ndv-cal-mode-button.is-active span {
  color: var(--muted) !important;
}

[data-ndv-premium-guide].ndv-order-calendar .ndv-date-option.is-selected span,
[data-ndv-premium-guide].ndv-order-calendar .ndv-date-option.is-selected b {
  color: var(--ink) !important;
}
[data-ndv-premium-guide].ndv-order-calendar .ndv-date-option.is-selected small,
[data-ndv-premium-guide].ndv-order-calendar .ndv-date-option.is-selected em {
  color: var(--pink) !important;
}
/* Kalenderens lille prik-indikator erstattes af flueben-badget herunder. */
[data-ndv-premium-guide].ndv-order-calendar .ndv-date-option.is-selected::after {
  display: none;
}

[data-ndv-premium-guide].ndv-order-calendar .ndv-order-vehicle.is-selected strong {
  color: var(--ink) !important;
}
[data-ndv-premium-guide].ndv-order-calendar .ndv-order-vehicle.is-selected small,
[data-ndv-premium-guide].ndv-order-calendar .ndv-order-vehicle.is-selected b {
  color: var(--pink) !important;
}
[data-ndv-premium-guide].ndv-order-calendar .ndv-order-vehicle.is-selected i {
  background: linear-gradient(135deg, var(--pink), var(--orange)) !important;
  color: #fff !important;
}

[data-ndv-premium-guide] .ndv-cal-result-card.is-favorite small {
  color: var(--pink) !important;
}
[data-ndv-premium-guide] .ndv-cal-result-card.is-favorite strong {
  color: var(--ink) !important;
}
[data-ndv-premium-guide] .ndv-cal-result-card.is-favorite span {
  color: var(--muted) !important;
}
[data-ndv-premium-guide] .ndv-cal-result-card.is-favorite b {
  color: var(--pink) !important;
}

[data-ndv-premium-guide].ndv-order-calendar .ndv-year-picker button.is-active::after,
[data-ndv-premium-guide] .ndv-cal-mode-button.is-active::after,
[data-ndv-premium-guide].ndv-order-calendar .ndv-date-option.is-selected::before,
[data-ndv-premium-guide] .ndv-cal-result-card.is-favorite::after {
  content: "✓";
  position: absolute;
  top: 12px;
  right: 12px;
  width: 22px;
  height: 22px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--pink), var(--orange));
  color: #fff;
  font-size: 12px;
  font-weight: 950;
  line-height: 1;
  box-shadow: 0 3px 8px rgba(237, 61, 159, .3);
}

.ndv-premium-guide-progress {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 16px;
  max-width: 720px;
  /* .ndv-order-shell pulls itself up -74px to overlap the hero by design -
     without this much bottom margin here, that overlap lands on top of the
     progress bar instead of empty hero space (it very visibly did). The
     z-index is a second, belt-and-suspenders safety net. */
  margin: 0 auto 90px;
  padding: 0 clamp(16px, 4vw, 32px);
  /* Scroll-mål ved trin-skift (JS scroller til denne bar, ikke til selve
     trinnet, så baren ikke ryger ud af syne foroven). --wd-header-h er
     WoodMart-temaets egen sticky-header-højde-variabel (~90px desktop,
     mindre på mobil via temaets egne media queries) - falder tilbage til
     100px hvis temaet nogensinde skifter og variablen forsvinder. */
  scroll-margin-top: var(--wd-header-h, 100px);
}

.ndv-premium-guide-track {
  position: relative;
  flex: 1;
  height: 6px;
  border-radius: 999px;
  background: rgba(23, 18, 43, .08);
  overflow: visible;
}

.ndv-premium-guide-track-fill {
  position: absolute;
  inset: 0 auto 0 0;
  width: 0%;
  border-radius: 999px;
  background: linear-gradient(90deg, var(--pink), var(--orange));
  transition: width 400ms ease;
}

.ndv-premium-guide-car {
  position: absolute;
  top: 50%;
  left: -16px;
  width: 32px;
  height: 16px;
  transform: translateY(-50%);
  transition: left 400ms ease;
  filter: drop-shadow(0 3px 4px rgba(23, 18, 43, .25));
}

.ndv-premium-guide-car svg {
  width: 100%;
  height: 100%;
  display: block;
}

.ndv-premium-guide-step-label {
  flex-shrink: 0;
  font-size: 12px;
  font-weight: 800;
  color: var(--muted);
  white-space: nowrap;
}

@media (prefers-reduced-motion: reduce) {
  .ndv-premium-guide-track-fill,
  .ndv-premium-guide-car {
    transition: none;
  }
}

.ndv-premium-guide-confetti {
  position: relative;
  height: 0;
  overflow: visible;
  pointer-events: none;
}

.ndv-premium-guide-confetti-piece {
  position: absolute;
  top: -12px;
  font-size: 22px;
  animation: ndv-premium-guide-confetti-fall 1.8s ease-in forwards;
}

@keyframes ndv-premium-guide-confetti-fall {
  0% { transform: translateY(0) rotate(0deg); opacity: 1; }
  100% { transform: translateY(160px) rotate(180deg); opacity: 0; }
}

@media (prefers-reduced-motion: reduce) {
  .ndv-premium-guide-confetti-piece {
    animation: none;
    opacity: 0;
  }
}

.ndv-premium-guide-error {
  background: #fff1f4;
  border-left: 4px solid var(--pink);
  border-radius: 12px;
  padding: 12px 16px;
  font-size: 14px;
  font-weight: 700;
  color: var(--ink);
  margin-bottom: 18px;
}

.ndv-premium-guide-error[hidden] {
  display: none;
}

.ndv-premium-guide-step {
  animation: ndv-premium-guide-step-in 220ms ease;
}

.ndv-premium-guide-step-note {
  margin: -8px 0 18px;
  color: var(--muted);
  font-size: 13px;
  font-weight: 700;
}

@keyframes ndv-premium-guide-step-in {
  from { opacity: 0; transform: translateY(6px); }
  to { opacity: 1; transform: translateY(0); }
}

@media (prefers-reduced-motion: reduce) {
  .ndv-premium-guide-step {
    animation: none;
  }
}

.ndv-premium-guide-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 12px;
  margin-top: 24px;
}

.ndv-premium-guide-back-btn {
  margin-right: auto;
  background: none;
  border: 0;
  padding: 10px 4px;
  font-size: 14px;
  font-weight: 800;
  color: var(--muted);
  cursor: pointer;
}

.ndv-premium-guide-back-btn:hover {
  color: var(--ink);
}

.ndv-premium-guide-other-date-toggle {
  display: inline-block;
  margin-top: 14px;
  background: none;
  border: 0;
  padding: 0;
  font-size: 13px;
  font-weight: 800;
  color: var(--pink);
  cursor: pointer;
}

.ndv-premium-guide-other-date {
  margin-top: 12px;
  max-width: 260px;
}

.ndv-premium-guide-other-date label {
  display: flex;
  flex-direction: column;
  gap: 6px;
  font-size: 13px;
  font-weight: 700;
}

.ndv-premium-guide-other-date input {
  border-radius: 10px;
  border: 1px solid rgba(23, 18, 43, .12);
  padding: 10px 12px;
  font-size: 15px;
}

.ndv-premium-guide-summary-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.ndv-premium-guide-confirm-row {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 12px 16px;
  border-radius: 12px;
  background: #fffaf4;
  border: 1px solid rgba(23, 18, 43, .08);
}

.ndv-premium-guide-confirm-row dt {
  font-size: 12px;
  font-weight: 800;
  color: var(--muted);
  text-transform: none;
}

.ndv-premium-guide-confirm-row dd {
  margin: 0;
  font-size: 14px;
  font-weight: 700;
  text-align: right;
  text-transform: none;
}

/* ==========================================================================
   Bestillingsguide app-polering
   ========================================================================== */

[data-ndv-premium-guide] {
  --guide-bg: #f5f5f7;
  --guide-card: #fff;
  --guide-card-solid: #fff;
  --guide-line: rgba(23, 18, 43, .1);
  --guide-shadow: 0 18px 55px rgba(23, 18, 43, .08);
  --guide-soft-shadow: 0 8px 28px rgba(23, 18, 43, .06);
  background: var(--guide-bg);
}

[data-ndv-premium-guide] .ndv-order-hero {
  min-height: 0;
  padding: clamp(18px, 2.6vw, 32px) 5vw clamp(38px, 4.4vw, 60px);
  background:
    radial-gradient(circle at 84% 0%, rgba(255, 114, 195, .16), transparent 30%),
    linear-gradient(135deg, #17122b 0%, #24183d 100%);
}

[data-ndv-premium-guide] .ndv-order-hero > div {
  max-width: 1180px;
  margin: 0 auto;
}

[data-ndv-premium-guide] .ndv-order-hero h1 {
  max-width: 720px;
  margin: 10px 0 8px;
  font-family: "Montserrat", "Avenir Next", "Nunito Sans", Arial, sans-serif;
  font-size: clamp(32px, 4vw, 52px);
  font-weight: 950;
  line-height: 1.02;
  letter-spacing: 0;
}

[data-ndv-premium-guide] .ndv-order-hero h1 br {
  display: none;
}

[data-ndv-premium-guide] .ndv-order-hero p {
  max-width: 590px;
  color: rgba(255, 255, 255, .72);
  font-size: 14px;
  line-height: 1.55;
}

[data-ndv-premium-guide] .ndv-eyebrow {
  letter-spacing: .16em;
}

[data-ndv-premium-guide] .ndv-premium-guide-progress {
  max-width: 1180px;
  margin: -28px auto 14px;
  padding: 16px 18px;
  border: 1px solid var(--guide-line);
  border-radius: 24px;
  background: #fff;
  box-shadow: var(--guide-soft-shadow);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

[data-ndv-premium-guide] .ndv-premium-guide-track {
  height: 5px;
  background: rgba(23, 18, 43, .09);
}

[data-ndv-premium-guide] .ndv-premium-guide-step-label {
  color: var(--ink);
  font-size: 12px;
  font-weight: 900;
}

[data-ndv-premium-guide] .ndv-order-shell {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 18px 92px;
}

[data-ndv-premium-guide] .ndv-order-layout {
  grid-template-columns: minmax(0, 1fr) minmax(310px, 360px);
  gap: 16px;
  align-items: stretch;
}

[data-ndv-premium-guide] .ndv-premium-guide-steps {
  min-height: min(640px, calc(100vh - 190px));
  display: grid;
  grid-template-rows: 1fr auto;
  gap: 14px;
  padding: clamp(18px, 2.2vw, 26px);
  border: 1px solid var(--guide-line);
  border-radius: 28px;
  background: var(--guide-card);
  box-shadow: var(--guide-shadow);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

[data-ndv-premium-guide] .ndv-premium-guide-step {
  min-height: 0;
  display: flex;
  flex-direction: column;
}

[data-ndv-premium-guide] .ndv-premium-guide-step[hidden] {
  display: none !important;
}

[data-ndv-premium-guide] .ndv-order-section {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

[data-ndv-premium-guide] .ndv-order-heading {
  margin-bottom: clamp(18px, 2vw, 24px);
  gap: 12px;
}

[data-ndv-premium-guide] .ndv-order-heading > span {
  width: 44px;
  height: 44px;
  flex: 0 0 auto;
  display: grid;
  place-items: center;
  border-radius: 16px;
  background: #fff;
  color: rgba(237, 61, 159, .72);
  font-family: "Montserrat", "Avenir Next", "Nunito Sans", Arial, sans-serif;
  font-size: 15px;
  font-weight: 950;
  line-height: 1;
  box-shadow: inset 0 0 0 1px var(--guide-line);
}

[data-ndv-premium-guide] .ndv-order-heading small {
  color: var(--muted);
  font-size: 11px;
  letter-spacing: .11em;
}

[data-ndv-premium-guide] .ndv-order-heading h2 {
  max-width: 720px;
  margin-top: 4px;
  color: var(--ink);
  -webkit-text-fill-color: var(--ink);
  font-family: "Montserrat", "Avenir Next", "Nunito Sans", Arial, sans-serif;
  font-size: clamp(27px, 3vw, 42px);
  font-weight: 950;
  line-height: 1.08;
  letter-spacing: 0;
}

[data-ndv-premium-guide] .ndv-year-picker,
[data-ndv-premium-guide] .ndv-cal-mode-tabs,
[data-ndv-premium-guide] .ndv-date-grid,
[data-ndv-premium-guide] .ndv-order-fields,
[data-ndv-premium-guide] .ndv-order-vehicles,
[data-ndv-premium-guide] .ndv-cal-results-grid {
  width: 100%;
}

[data-ndv-premium-guide] .ndv-year-picker button,
[data-ndv-premium-guide] .ndv-cal-mode-button,
[data-ndv-premium-guide] .ndv-date-option,
[data-ndv-premium-guide] .ndv-order-fields input,
[data-ndv-premium-guide] .ndv-order-fields select,
[data-ndv-premium-guide] .ndv-order-fields textarea,
[data-ndv-premium-guide] .ndv-order-vehicle,
[data-ndv-premium-guide] .ndv-cal-result-card,
[data-ndv-premium-guide] .ndv-premium-guide-confirm-row {
  border-color: var(--guide-line);
  background-color: #fff;
  border-radius: 18px;
  box-shadow: none;
}

[data-ndv-premium-guide] .ndv-year-picker button,
[data-ndv-premium-guide] .ndv-cal-mode-button,
[data-ndv-premium-guide] .ndv-date-option,
[data-ndv-premium-guide] .ndv-order-vehicle,
[data-ndv-premium-guide] .ndv-cal-result-card {
  transform: translateY(0);
}

[data-ndv-premium-guide] .ndv-year-picker button:hover,
[data-ndv-premium-guide] .ndv-cal-mode-button:hover,
[data-ndv-premium-guide] .ndv-date-option:hover,
[data-ndv-premium-guide] .ndv-order-vehicle:hover,
[data-ndv-premium-guide] .ndv-cal-result-card:hover {
  transform: translateY(-1px);
  border-color: rgba(237, 61, 159, .3);
  box-shadow: 0 10px 26px rgba(23, 18, 43, .06);
}

[data-ndv-premium-guide].ndv-order-calendar .ndv-year-picker button.is-active,
[data-ndv-premium-guide] .ndv-cal-mode-button.is-active,
[data-ndv-premium-guide].ndv-order-calendar .ndv-date-option.is-selected,
[data-ndv-premium-guide].ndv-order-calendar .ndv-order-vehicle.is-selected,
[data-ndv-premium-guide] .ndv-cal-result-card.is-favorite {
  border-color: rgba(237, 61, 159, .55) !important;
  background: linear-gradient(180deg, #fff, #fff5fb) !important;
  box-shadow: inset 0 0 0 1px rgba(237, 61, 159, .22), 0 10px 28px rgba(237, 61, 159, .1) !important;
}

[data-ndv-premium-guide] .ndv-year-picker {
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

[data-ndv-premium-guide] .ndv-year-picker button {
  min-height: 112px;
  padding: 18px;
}

[data-ndv-premium-guide] .ndv-year-picker strong {
  font-size: clamp(26px, 3vw, 34px);
  font-weight: 950;
}

[data-ndv-premium-guide] .ndv-cal-mode-button {
  min-height: 150px;
  padding: 22px 54px 22px 22px;
}

[data-ndv-premium-guide] .ndv-cal-mode-button strong {
  color: var(--ink);
  font-size: clamp(21px, 2.1vw, 29px);
  letter-spacing: 0;
}

[data-ndv-premium-guide] .ndv-cal-mode-button span {
  color: var(--muted);
  font-size: 13px;
}

[data-ndv-premium-guide] .ndv-order-fields input,
[data-ndv-premium-guide] .ndv-order-fields select {
  min-height: 56px;
  padding: 15px 16px;
  font-size: 15px;
  font-weight: 750;
}

/* Samme "tomt felt er svært at se"-rettelse som i den generiske
   .ndv-order-fields-styling (punkt 3, september 2026), gentaget her fordi
   reglen ovenfor ellers nulstiller background-color/border-color tilbage
   til denne wizards egne hvide/lyserøde standardværdier. */
[data-ndv-premium-guide] .ndv-order-fields input:placeholder-shown {
  border-style: dashed;
  border-color: rgba(23, 18, 43, .22);
  background-color: rgba(23, 18, 43, .035);
}

[data-ndv-premium-guide] .ndv-order-fields input::placeholder {
  color: rgba(23, 18, 43, .38);
  font-weight: 500;
  opacity: 1;
}

[data-ndv-premium-guide] .ndv-order-fields select {
  padding-right: 46px;
  background-position: right 16px center;
}

[data-ndv-premium-guide] .ndv-order-fields textarea {
  min-height: 132px;
  font-size: 15px;
}

[data-ndv-premium-guide] .ndv-date-grid {
  grid-template-columns: repeat(auto-fit, minmax(138px, 1fr));
}

[data-ndv-premium-guide] .ndv-date-option {
  min-height: 106px;
  padding: 15px;
}

[data-ndv-premium-guide] .ndv-date-option span {
  font-size: 15px;
  line-height: 1.22;
}

[data-ndv-premium-guide] .ndv-order-vehicles,
[data-ndv-premium-guide] .ndv-cal-results-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

[data-ndv-premium-guide] .ndv-order-vehicle,
[data-ndv-premium-guide] .ndv-cal-result-card {
  min-height: 112px;
}

[data-ndv-premium-guide] .ndv-premium-guide-nav {
  position: sticky;
  bottom: 0;
  z-index: 4;
  margin: 0 -6px -8px;
  padding: 14px 6px 8px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, .96) 34%);
}

[data-ndv-premium-guide] .ndv-premium-guide-back-btn {
  min-height: 46px;
  padding: 0 14px;
  border-radius: 999px;
}

[data-ndv-premium-guide] .ndv-premium-guide-back-btn:hover {
  background: rgba(23, 18, 43, .05);
}

[data-ndv-premium-guide] .ndv-premium-guide-nav .ndv-button {
  min-height: 50px;
  padding: 14px 24px;
  box-shadow: 0 12px 28px rgba(237, 61, 159, .2);
}

[data-ndv-premium-guide].ndv-order-calendar .ndv-cal-summary-desktop {
  position: sticky;
  top: 18px;
  display: block !important;
  max-height: calc(100vh - 36px);
}

[data-ndv-premium-guide] .ndv-order-summary {
  padding: 22px;
  border: 1px solid var(--guide-line);
  border-radius: 28px;
  background: var(--guide-card);
  box-shadow: var(--guide-shadow);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
}

[data-ndv-premium-guide] .ndv-order-summary .ndv-eyebrow {
  color: var(--muted);
  font-size: 10px;
  letter-spacing: .13em;
}

[data-ndv-premium-guide] .ndv-summary-price {
  margin: 14px 0;
  padding: 18px;
  border: 1px solid rgba(237, 61, 159, .12);
  border-radius: 22px;
  background: linear-gradient(180deg, #fff, #fff7fb);
}

[data-ndv-premium-guide] .ndv-summary-price strong {
  font-size: clamp(25px, 2.6vw, 34px);
  line-height: 1.04;
  letter-spacing: 0;
}

[data-ndv-premium-guide] .ndv-order-summary dl {
  gap: 8px;
}

[data-ndv-premium-guide] .ndv-order-summary dl > div {
  padding: 12px 0;
}

[data-ndv-premium-guide] .ndv-included-list {
  margin-top: 14px;
  padding: 16px;
  border-radius: 20px;
  background: rgba(23, 18, 43, .035);
}

[data-ndv-premium-guide] .ndv-included-list span {
  line-height: 1.38;
}

@media (max-width: 1280px) {
  [data-ndv-premium-guide] .ndv-order-layout {
    max-width: 1180px;
    grid-template-columns: minmax(0, 1fr) minmax(290px, 330px);
    margin: 0;
  }
}

@media (max-width: 1080px) {
  [data-ndv-premium-guide] .ndv-order-layout {
    grid-template-columns: 1fr;
  }

  [data-ndv-premium-guide] .ndv-premium-guide-steps {
    min-height: auto;
    order: 1;
  }

  [data-ndv-premium-guide].ndv-order-calendar .ndv-cal-summary-mobile {
    display: block !important;
    order: 2 !important;
    margin-bottom: 14px;
  }

  [data-ndv-premium-guide].ndv-order-calendar .ndv-cal-summary-desktop {
    display: none !important;
  }
}

@media (max-width: 760px) {
  [data-ndv-premium-guide] {
    background: #f5f5f7;
  }

  [data-ndv-premium-guide] .ndv-order-hero {
    padding: 16px 16px 34px;
  }

  [data-ndv-premium-guide] .ndv-order-hero h1 {
    margin-top: 8px;
    font-size: clamp(27px, 7.8vw, 34px);
    line-height: 1.08;
  }

  [data-ndv-premium-guide] .ndv-order-hero p {
    font-size: 12px;
    line-height: 1.5;
  }

  [data-ndv-premium-guide] .ndv-premium-guide-progress {
    margin: -20px 12px 12px;
    padding: 12px 13px;
    border-radius: 20px;
    gap: 10px;
  }

  [data-ndv-premium-guide] .ndv-premium-guide-car {
    width: 28px;
    height: 14px;
  }

  [data-ndv-premium-guide] .ndv-premium-guide-step-label {
    font-size: 11px;
  }

  [data-ndv-premium-guide] .ndv-order-shell {
    padding: 0 12px 78px;
  }

  [data-ndv-premium-guide] .ndv-premium-guide-steps,
  [data-ndv-premium-guide] .ndv-order-summary {
    padding: 16px;
    border-radius: 24px;
  }

  [data-ndv-premium-guide] .ndv-premium-guide-step {
    padding-bottom: 68px;
  }

  [data-ndv-premium-guide] .ndv-order-heading {
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 16px;
  }

  [data-ndv-premium-guide] .ndv-order-heading > span {
    width: 36px;
    height: 36px;
    border-radius: 13px;
    font-size: 13px;
  }

  [data-ndv-premium-guide] .ndv-order-heading h2 {
    font-size: clamp(24px, 7vw, 31px);
  }

  [data-ndv-premium-guide] .ndv-year-picker,
  [data-ndv-premium-guide] .ndv-cal-mode-tabs,
  [data-ndv-premium-guide] .ndv-order-fields,
  [data-ndv-premium-guide] .ndv-order-vehicles,
  [data-ndv-premium-guide] .ndv-cal-results-grid {
    grid-template-columns: 1fr;
  }

  [data-ndv-premium-guide] .ndv-year-picker button {
    min-height: 74px;
  }

  [data-ndv-premium-guide] .ndv-cal-mode-button {
    min-height: 0;
    padding: 18px 50px 18px 18px;
  }

  [data-ndv-premium-guide] .ndv-date-grid {
    grid-template-columns: 1fr;
  }

  [data-ndv-premium-guide] .ndv-date-option {
    min-height: 74px;
  }

  [data-ndv-premium-guide] .ndv-order-vehicle,
  [data-ndv-premium-guide] .ndv-cal-result-card {
    grid-template-columns: 82px minmax(0, 1fr);
  }

  [data-ndv-premium-guide] .ndv-premium-guide-nav {
    /* Se forklaringen ved [data-ndv-order-guide] .ndv-guide-nav i guidens
       eget CSS-afsnit ovenfor - samme fix, uafhængig kopi. */
    bottom: calc(env(safe-area-inset-bottom, 0px) + 76px);
    margin-top: 12px;
    padding-top: 18px;
    align-items: stretch;
    background: #fff;
    box-shadow: 0 -10px 24px rgba(23, 18, 43, .14);
  }

  [data-ndv-premium-guide] .ndv-premium-guide-nav .ndv-button {
    flex: 1 1 auto;
    min-width: 0;
  }

  [data-ndv-premium-guide] .ndv-premium-guide-back-btn {
    flex: 0 0 auto;
    padding-inline: 10px;
  }

[data-ndv-premium-guide] .ndv-summary-price strong {
    font-size: 26px;
  }
}

/* Luft mellem den genbrugte "1/2/3"-trin-strip (som bevidst overlapper
   hero'en ovenover med en negativ margin, .nd-contact-strip) og selve
   wizarden lige under - uden at røre trin-stripens egen styling. */
.ndv-premium-guide-anchor {
  margin-top: 72px;
}

