/* Generated from wwwroot/src/scss/dd-design-system.scss. Run npm run build:css. */
/* DD Drive public design-system entry point. */
/* ==========================================================================
   DD Drive scoped foundation
   --------------------------------------------------------------------------
   Applying `.dd-theme` is an explicit migration decision. The legacy public
   site remains visually unchanged until a template or component opts in.
   ========================================================================== */
/* ==========================================================================
   DD Drive design tokens
   --------------------------------------------------------------------------
   New public components use these semantic values. Do not alias the legacy
   CARWIZ purple/yellow variables to these tokens: the two systems coexist only
   while public templates are migrated component by component.
   ========================================================================== */
@font-face {
  font-family: "Manrope";
  src: url("/fonts/manrope/Manrope-VariableFont_wght.ttf") format("truetype");
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
}
:root {
  color-scheme: light;
  --dd-color-brand-logo: #ed1b24;
  --dd-color-action: #c9161f;
  --dd-color-action-hover: #a9121a;
  --dd-color-action-pressed: #8f0f16;
  --dd-color-brand-soft: #fff1f2;
  --dd-color-brand-soft-strong: #ffd9dc;
  --dd-color-brand-orange: #ef5821;
  --dd-color-ink: #171a1f;
  --dd-color-text: #303640;
  --dd-color-text-muted: #667085;
  --dd-color-canvas: #f7f8fa;
  --dd-color-surface: #fff;
  --dd-color-surface-muted: #f0f2f5;
  --dd-color-border: #dde1e7;
  --dd-color-border-strong: #858d9a;
  --dd-color-success: #18794e;
  --dd-color-success-soft: #ecfdf3;
  --dd-color-success-border: #abefc6;
  --dd-color-warning: #8a5a00;
  --dd-color-warning-soft: #fffaeb;
  --dd-color-warning-border: #fedf89;
  --dd-color-error: #b42318;
  --dd-color-error-soft: #fef3f2;
  --dd-color-error-border: #fecdca;
  --dd-color-info: #175cd3;
  --dd-color-info-soft: #eff8ff;
  --dd-color-info-border: #b2ddff;
  --dd-font-family: Manrope, Segoe UI, Arial, sans-serif;
  --dd-font-size-sm: 0.875rem;
  --dd-font-size-body: 1rem;
  --dd-font-size-lg: 1.125rem;
  --dd-font-size-h4: 1.5rem;
  --dd-font-size-h3: clamp(1.75rem, 3vw, 2.25rem);
  --dd-font-size-h2: clamp(2rem, 4vw, 3rem);
  --dd-font-size-hero: clamp(2.25rem, 6vw, 4.25rem);
  --dd-line-height-body: 1.55;
  --dd-line-height-compact: 1.25;
  --dd-space-1: 0.25rem;
  --dd-space-2: 0.5rem;
  --dd-space-3: 0.75rem;
  --dd-space-4: 1rem;
  --dd-space-6: 1.5rem;
  --dd-space-8: 2rem;
  --dd-space-12: 3rem;
  --dd-space-16: 4rem;
  --dd-space-24: 6rem;
  --dd-radius-control: 0.5rem;
  --dd-radius-card: 0.75rem;
  --dd-radius-media: 1rem;
  --dd-radius-pill: 999px;
  --dd-shadow-sm: 0 1px 2px rgba(23, 26, 31, 0.08);
  --dd-shadow-md: 0 12px 32px rgba(23, 26, 31, 0.12);
  --dd-container-max: 80rem;
  --dd-control-height: 3rem;
  --dd-control-height-sm: 2.5rem;
  --dd-control-height-lg: 3.25rem;
  --dd-transition-fast: 150ms ease;
  --dd-transition-base: 220ms ease;
  --dd-focus-ring: 0 0 0 .1875rem var(--dd-color-surface), 0 0 0 .375rem var(--dd-color-ink);
}

.dd-theme {
  color: var(--dd-color-text);
  background-color: var(--dd-color-canvas);
  font-family: var(--dd-font-family);
  font-size: var(--dd-font-size-body);
  line-height: var(--dd-line-height-body);
  text-rendering: optimizeLegibility;
}

.dd-theme,
.dd-theme::before,
.dd-theme::after,
.dd-theme *,
.dd-theme *::before,
.dd-theme *::after {
  box-sizing: border-box;
}

.dd-container {
  width: 100%;
  max-width: var(--dd-container-max);
  margin-inline: auto;
  padding-inline: var(--dd-space-4);
}

.dd-surface {
  color: var(--dd-color-text);
  background-color: var(--dd-color-surface);
  border: 1px solid var(--dd-color-border);
  border-radius: var(--dd-radius-card);
}

.dd-stack {
  display: grid;
  gap: var(--dd-stack-gap, var(--dd-space-6));
}

.dd-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, var(--dd-grid-min, 16rem)), 1fr));
  gap: var(--dd-grid-gap, var(--dd-space-6));
}

.dd-heading {
  margin-block: 0 var(--dd-space-4);
  color: var(--dd-color-ink);
  font-family: var(--dd-font-family);
  font-weight: 700;
  line-height: 1.12;
  text-wrap: balance;
}

.dd-heading--hero {
  font-size: var(--dd-font-size-hero);
  line-height: 1.06;
}

.dd-heading--section {
  font-size: var(--dd-font-size-h2);
}

.dd-heading--h3 {
  font-size: var(--dd-font-size-h3);
  line-height: 1.18;
}

.dd-heading--h4 {
  font-size: var(--dd-font-size-h4);
  line-height: 1.25;
}

.dd-text-large {
  font-size: var(--dd-font-size-lg);
  line-height: 1.5;
}

.dd-text-small {
  font-size: var(--dd-font-size-sm);
  line-height: 1.45;
}

.dd-text-muted {
  color: var(--dd-color-text-muted);
}

.dd-visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  border: 0 !important;
  white-space: nowrap !important;
}

@media (min-width: 48rem) {
  .dd-container {
    padding-inline: var(--dd-space-6);
  }
}
@media (min-width: 80rem) {
  .dd-container {
    padding-inline: var(--dd-space-8);
  }
}
@media (prefers-reduced-motion: reduce) {
  .dd-theme *,
  .dd-theme *::before,
  .dd-theme *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
/* ==========================================================================
   DD Drive buttons
   ========================================================================== */
.dd-button {
  display: inline-flex;
  min-height: var(--dd-control-height);
  align-items: center;
  justify-content: center;
  gap: var(--dd-space-2);
  padding: var(--dd-space-3) var(--dd-space-6);
  border: 1px solid transparent;
  border-radius: var(--dd-radius-control);
  font-family: var(--dd-font-family);
  font-size: var(--dd-font-size-body);
  font-weight: 700;
  line-height: var(--dd-line-height-compact);
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: background-color var(--dd-transition-fast), border-color var(--dd-transition-fast), color var(--dd-transition-fast), box-shadow var(--dd-transition-fast), transform var(--dd-transition-fast);
}

.dd-button:hover {
  text-decoration: none;
}

.dd-button:focus-visible {
  outline: 2px solid transparent;
  outline-offset: 2px;
  box-shadow: var(--dd-focus-ring);
}

.dd-button:active:not(:disabled, [aria-disabled=true]) {
  transform: translateY(1px);
}

.dd-button:disabled,
.dd-button[aria-disabled=true] {
  cursor: not-allowed;
  opacity: 0.55;
  pointer-events: none;
}

.dd-button--primary {
  color: var(--dd-color-surface);
  background-color: var(--dd-color-action);
  border-color: var(--dd-color-action);
}

.dd-button--primary:hover {
  color: var(--dd-color-surface);
  background-color: var(--dd-color-action-hover);
  border-color: var(--dd-color-action-hover);
}

.dd-button--primary:active {
  background-color: var(--dd-color-action-pressed);
  border-color: var(--dd-color-action-pressed);
}

.dd-button--secondary {
  color: var(--dd-color-ink);
  background-color: var(--dd-color-surface);
  border-color: var(--dd-color-border-strong);
}

.dd-button--secondary:hover {
  color: var(--dd-color-ink);
  background-color: var(--dd-color-surface-muted);
  border-color: var(--dd-color-ink);
}

.dd-button--ghost {
  color: var(--dd-color-action);
  background-color: transparent;
  border-color: transparent;
}

.dd-button--ghost:hover {
  color: var(--dd-color-action-hover);
  background-color: var(--dd-color-brand-soft);
}

.dd-button--small {
  min-height: var(--dd-control-height-sm);
  padding: var(--dd-space-2) var(--dd-space-4);
  font-size: var(--dd-font-size-sm);
}

.dd-button--large {
  min-height: var(--dd-control-height-lg);
  padding-inline: var(--dd-space-8);
}

.dd-button--full {
  width: 100%;
}

.dd-icon-button {
  width: var(--dd-control-height);
  min-width: var(--dd-control-height);
  padding: 0;
}

.dd-button svg,
.dd-icon-button svg {
  width: 1.25rem;
  height: 1.25rem;
  flex: 0 0 auto;
  fill: none;
  stroke: currentcolor;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.dd-link {
  color: var(--dd-color-action);
  font-weight: 600;
  text-decoration-line: underline;
  text-decoration-thickness: 0.08em;
  text-underline-offset: 0.2em;
}

.dd-link:visited {
  color: var(--dd-color-action-pressed);
}

.dd-link:hover {
  color: var(--dd-color-action-hover);
  text-decoration-thickness: 0.14em;
}

.dd-link:focus-visible {
  border-radius: 0.125rem;
  outline: 2px solid transparent;
  outline-offset: 2px;
  box-shadow: var(--dd-focus-ring);
}

/* ===========================================================================
   DD Drive public header and navigation
   ========================================================================== */
.dd-site-header {
  --dd-header-surface: #11151b;
  --dd-header-surface-raised: #1a2028;
  --dd-header-text: #f7f8fa;
  --dd-header-text-muted: #aeb6c2;
  position: fixed;
  z-index: 10000;
  top: 8px;
  right: 8px;
  left: 8px;
  height: 72px;
  isolation: isolate;
  color: var(--dd-header-text);
  background: rgba(17, 21, 27, 0.97);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 18px;
  box-shadow: 0 18px 48px rgba(10, 13, 17, 0.22), 0 2px 8px rgba(10, 13, 17, 0.14);
  backdrop-filter: blur(18px) saturate(130%);
}

.dd-site-header::before,
.dd-site-header::after {
  position: absolute;
  z-index: -1;
  height: 3px;
  pointer-events: none;
  content: "";
}

.dd-site-header::before {
  bottom: -1px;
  left: 28px;
  width: min(42vw, 220px);
  background: linear-gradient(90deg, transparent, #ed1b24 24%, #ef5821 72%, transparent);
  transform: skewX(-28deg);
}

.dd-site-header::after {
  top: -1px;
  right: 18%;
  width: 72px;
  background: linear-gradient(90deg, transparent, rgba(237, 27, 36, 0.9), transparent);
  transform: skewX(-28deg);
}

.dd-site-header__skip-link {
  position: fixed;
  z-index: 10002;
  top: 10px;
  left: 18px;
  padding: 12px 16px;
  color: #171a1f;
  background-color: #fff;
  border-radius: 10px;
  font-size: 14px;
  font-weight: 750;
  text-decoration: none;
  transform: translateY(calc(-100% - 24px));
  transition: transform var(--dd-transition-fast);
}

.dd-site-header__skip-link:focus {
  color: #171a1f;
  transform: translateY(0);
}

.dd-site-header__inner {
  display: flex;
  width: 100%;
  max-width: 1440px;
  height: 100%;
  align-items: center;
  gap: 8px;
  margin-inline: auto;
  padding-inline: 12px;
}

.dd-site-header__brand {
  display: flex;
  min-width: 0;
  flex: 0 0 auto;
  align-items: center;
}

.dd-site-header__logo {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  border-radius: 8px;
}

.dd-site-header__logo img {
  display: block;
  width: 96px;
  height: auto;
  max-height: 52px;
}

.dd-site-header__brand-context {
  display: none;
}

.dd-site-header__logo:focus-visible,
.dd-site-header__nav-link:focus-visible,
.dd-site-header__utility-button:focus-visible,
.dd-site-header__popover a:focus-visible,
.dd-site-header__popover button:focus-visible,
.dd-site-header__menu-toggle:focus-visible,
.dd-site-header__quick-cta:focus-visible,
.dd-site-header__cta:focus-visible {
  outline: 2px solid transparent;
  outline-offset: 3px;
  box-shadow: 0 0 0 2px var(--dd-header-surface), 0 0 0 5px #fff;
}

.dd-site-header__quick-cta {
  display: inline-flex;
  min-width: 88px;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin-left: auto;
  padding: 8px 11px 8px 13px;
  color: #fff;
  background: linear-gradient(135deg, #ed1b24, #c9161f);
  border-radius: 10px;
  clip-path: polygon(9px 0, 100% 0, 100% 100%, 0 100%, 0 9px);
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  text-decoration: none;
  box-shadow: 0 8px 22px rgba(201, 22, 31, 0.3);
}

.dd-site-header__quick-cta:hover {
  color: #fff;
  background: linear-gradient(135deg, #fa2a34, #a9121a);
  text-decoration: none;
}

.dd-site-header__quick-cta svg {
  width: 15px;
  height: 15px;
  fill: none;
  stroke: currentcolor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.dd-site-header__menu-toggle {
  display: inline-grid;
  width: 48px;
  height: 48px;
  flex: 0 0 auto;
  padding: 0;
  place-items: center;
  color: var(--dd-header-text);
  background-color: rgba(255, 255, 255, 0.055);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 14px;
  cursor: pointer;
  transition: background-color var(--dd-transition-fast), border-color var(--dd-transition-fast);
}

.dd-site-header__menu-toggle:hover,
.dd-site-header__menu-toggle[aria-expanded=true] {
  background-color: rgba(237, 27, 36, 0.16);
  border-color: rgba(237, 27, 36, 0.7);
}

.dd-site-header__menu-icon {
  display: grid;
  width: 20px;
  gap: 4px;
}

.dd-site-header__menu-icon span {
  display: block;
  height: 2px;
  background-color: currentcolor;
  border-radius: 999px;
  transition: opacity var(--dd-transition-fast), transform var(--dd-transition-fast);
}

.dd-site-header__menu-icon span:nth-child(2) {
  width: 14px;
  justify-self: end;
}

.dd-site-header__menu-toggle[aria-expanded=true] .dd-site-header__menu-icon span:nth-child(1) {
  transform: translateY(6px) rotate(45deg);
}

.dd-site-header__menu-toggle[aria-expanded=true] .dd-site-header__menu-icon span:nth-child(2) {
  opacity: 0;
}

.dd-site-header__menu-toggle[aria-expanded=true] .dd-site-header__menu-icon span:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}

.dd-site-header__panel {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  left: 0;
  max-height: calc(100vh - 96px);
  padding: 20px;
  overflow-y: auto;
  color: var(--dd-header-text);
  background: radial-gradient(circle at 100% 0, rgba(237, 27, 36, 0.13), transparent 38%), var(--dd-header-surface);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 18px;
  box-shadow: 0 28px 60px rgba(10, 13, 17, 0.38);
  overscroll-behavior: contain;
  animation: dd-header-panel-in 180ms ease-out;
}

.dd-site-header__panel[hidden] {
  display: none;
}

.dd-site-header__panel-label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  color: var(--dd-header-text-muted);
  font-size: 9px;
  font-weight: 750;
  letter-spacing: 0.18em;
  line-height: 1;
  text-transform: uppercase;
}

.dd-site-header__panel-label span:last-child {
  color: #ed1b24;
}

.dd-site-header__nav-list {
  display: grid;
  gap: 2px;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: dd-header-link;
}

.dd-site-header__nav-list > li {
  position: relative;
  counter-increment: dd-header-link;
}

.dd-site-header__nav-list > li::before {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 10px;
  color: #ed1b24;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.08em;
  content: "0" counter(dd-header-link);
  transform: translateY(-50%);
}

.dd-site-header__nav-link {
  position: relative;
  display: flex;
  min-height: 50px;
  align-items: center;
  padding: 10px 42px;
  color: var(--dd-header-text);
  border-radius: 12px;
  font-family: var(--dd-font-family);
  font-size: 21px;
  font-weight: 650;
  letter-spacing: -0.025em;
  line-height: 1.2;
  text-decoration: none;
  transition: color var(--dd-transition-fast), background-color var(--dd-transition-fast);
}

.dd-site-header__nav-link::after {
  position: absolute;
  top: 50%;
  right: 14px;
  width: 15px;
  height: 2px;
  background-color: #ed1b24;
  content: "";
  opacity: 0;
  transform: translate(-8px, -50%);
  transition: opacity var(--dd-transition-fast), transform var(--dd-transition-fast);
}

.dd-site-header__nav-link:hover,
.dd-site-header__nav-link[aria-current=page] {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.06);
  text-decoration: none;
}

.dd-site-header__nav-link:hover::after,
.dd-site-header__nav-link[aria-current=page]::after {
  opacity: 1;
  transform: translate(0, -50%);
}

.dd-site-header__utilities {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin-top: 16px;
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.dd-site-header__utility-menu {
  position: relative;
  min-width: 0;
}

.dd-site-header__utility-button,
.dd-site-header__language {
  display: inline-flex;
  width: 100%;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 8px 10px;
  color: var(--dd-header-text);
  background-color: rgba(255, 255, 255, 0.045);
  border: 1px solid rgba(255, 255, 255, 0.11);
  border-radius: 12px;
  font-family: var(--dd-font-family);
  font-size: 12px;
  font-weight: 750;
  line-height: 1.2;
}

button.dd-site-header__utility-button {
  cursor: pointer;
}

.dd-site-header__utility-button:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.09);
  border-color: rgba(255, 255, 255, 0.24);
}

.dd-site-header__utility-button > svg {
  width: 15px;
  height: 15px;
  fill: none;
  stroke: currentcolor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
  transition: transform var(--dd-transition-fast);
}

.dd-site-header__utility-button:not(.dd-site-header__utility-button--icon)[aria-expanded=true] > svg:last-child {
  transform: rotate(180deg);
}

.dd-site-header__utility-button--icon > svg {
  width: 20px;
  height: 20px;
}

.dd-site-header__language img {
  display: block;
  width: 21px;
  height: 21px;
}

.dd-site-header__popover {
  position: absolute;
  z-index: 2;
  top: calc(100% + 8px);
  left: 0;
  display: grid;
  min-width: 132px;
  padding: 7px;
  color: var(--dd-header-text);
  background-color: var(--dd-header-surface-raised);
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 13px;
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.32);
}

.dd-site-header__popover--right {
  right: 0;
  left: auto;
}

.dd-site-header__popover[hidden] {
  display: none;
}

.dd-site-header__popover a,
.dd-site-header__popover button {
  display: flex;
  min-height: 38px;
  align-items: center;
  padding: 8px 10px;
  color: var(--dd-header-text);
  background-color: transparent;
  border: 0;
  border-radius: 8px;
  font: inherit;
  font-size: 12px;
  font-weight: 650;
  text-align: left;
  text-decoration: none;
  cursor: pointer;
}

.dd-site-header__popover a:hover,
.dd-site-header__popover button:hover,
.dd-site-header__popover button[aria-current=true] {
  color: #fff;
  background-color: rgba(237, 27, 36, 0.17);
  text-decoration: none;
}

.dd-site-header__popover button[aria-current=true]::after {
  width: 6px;
  height: 6px;
  margin-left: auto;
  background-color: #ed1b24;
  border-radius: 999px;
  content: "";
}

.dd-site-header__cta {
  display: none;
}

@keyframes dd-header-panel-in {
  from {
    opacity: 0;
    transform: translateY(-8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (max-width: 25rem) {
  .dd-site-header__inner {
    padding-inline: 10px;
  }
  .dd-site-header__logo img {
    width: 88px;
  }
  .dd-site-header__quick-cta {
    min-width: 82px;
    padding-inline: 10px;
  }
}
@media (min-width: 64rem) {
  .dd-site-header {
    top: 12px;
    right: 20px;
    left: 20px;
    height: 80px;
    border-radius: 22px;
  }
  .dd-site-header__inner {
    gap: 18px;
    padding-inline: 18px;
  }
  .dd-site-header__logo img {
    width: 108px;
    max-height: 58px;
  }
  .dd-site-header__quick-cta,
  .dd-site-header__menu-toggle,
  .dd-site-header__panel-label {
    display: none;
  }
  .dd-site-header__panel,
  .dd-site-header__panel[hidden] {
    position: static;
    display: flex;
    min-width: 0;
    max-height: none;
    flex: 1 1 auto;
    align-items: center;
    justify-content: flex-end;
    gap: 14px;
    padding: 0;
    overflow: visible;
    background: transparent;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    animation: none;
  }
  .dd-site-header__nav-list {
    display: flex;
    align-items: center;
    gap: 1px;
  }
  .dd-site-header__nav-list > li::before {
    display: none;
  }
  .dd-site-header__nav-link {
    min-height: 42px;
    padding: 10px 11px;
    color: #d8dde5;
    border-radius: 10px;
    font-size: 13px;
    font-weight: 650;
    letter-spacing: -0.01em;
    white-space: nowrap;
  }
  .dd-site-header__nav-link::after {
    top: auto;
    right: 11px;
    bottom: 4px;
    left: 11px;
    width: auto;
    height: 2px;
    background: linear-gradient(90deg, #ed1b24, #ef5821);
    transform: scaleX(0.35);
    transform-origin: left;
  }
  .dd-site-header__nav-link:hover,
  .dd-site-header__nav-link[aria-current=page] {
    background-color: rgba(255, 255, 255, 0.045);
  }
  .dd-site-header__nav-link:hover::after,
  .dd-site-header__nav-link[aria-current=page]::after {
    transform: scaleX(1);
  }
  .dd-site-header__utilities {
    display: flex;
    align-items: center;
    gap: 3px;
    margin: 0;
    padding: 0 0 0 12px;
    border-top: 0;
    border-left: 1px solid rgba(255, 255, 255, 0.1);
  }
  .dd-site-header__utility-button,
  .dd-site-header__language {
    width: auto;
    min-width: 40px;
    min-height: 40px;
    padding: 8px;
    background-color: transparent;
    border-color: transparent;
    border-radius: 10px;
  }
  .dd-site-header__utility-button--icon {
    background-color: rgba(255, 255, 255, 0.055);
    border-color: rgba(255, 255, 255, 0.12);
  }
  .dd-site-header__language {
    color: var(--dd-header-text-muted);
  }
  .dd-site-header__popover {
    top: calc(100% + 14px);
  }
  .dd-site-header__cta {
    display: inline-flex;
    min-width: 184px;
    height: 58px;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin-left: 7px;
    padding: 8px 12px 8px 18px;
    color: #fff;
    background: linear-gradient(135deg, #ed1b24 0%, #c9161f 78%);
    clip-path: polygon(11px 0, 100% 0, 100% 100%, 0 100%, 0 11px);
    font-family: var(--dd-font-family);
    text-decoration: none;
    filter: drop-shadow(0 9px 16px rgba(201, 22, 31, 0.25));
    transition: background-color var(--dd-transition-fast), transform var(--dd-transition-fast), filter var(--dd-transition-fast);
  }
  .dd-site-header__cta:hover {
    color: #fff;
    background: linear-gradient(135deg, #fa2a34 0%, #a9121a 80%);
    text-decoration: none;
    filter: drop-shadow(0 12px 20px rgba(201, 22, 31, 0.34));
    transform: translateY(-1px);
  }
  .dd-site-header__cta-copy {
    display: grid;
    gap: 3px;
  }
  .dd-site-header__cta-copy small {
    color: rgba(255, 255, 255, 0.74);
    font-size: 8px;
    font-weight: 750;
    letter-spacing: 0.12em;
    line-height: 1;
    text-transform: uppercase;
  }
  .dd-site-header__cta-copy strong {
    font-size: 13px;
    font-weight: 800;
    line-height: 1.1;
    white-space: nowrap;
  }
  .dd-site-header__cta-icon {
    display: inline-grid;
    width: 32px;
    height: 32px;
    flex: 0 0 auto;
    place-items: center;
    background-color: rgba(255, 255, 255, 0.14);
    border-radius: 50%;
  }
  .dd-site-header__cta-icon svg {
    width: 17px;
    height: 17px;
    fill: none;
    stroke: currentcolor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.9;
    transition: transform var(--dd-transition-fast);
  }
  .dd-site-header__cta:hover .dd-site-header__cta-icon svg {
    transform: translateX(2px);
  }
}
@media (min-width: 75rem) {
  .dd-site-header__brand-context {
    display: grid;
    gap: 2px;
    margin-left: 14px;
    padding-left: 14px;
    color: var(--dd-header-text-muted);
    border-left: 1px solid rgba(255, 255, 255, 0.13);
    font-size: 8px;
    letter-spacing: 0.13em;
    line-height: 1.15;
    text-transform: uppercase;
    white-space: nowrap;
  }
  .dd-site-header__brand-context strong {
    color: #fff;
    font-size: 9px;
    font-weight: 800;
  }
}
@media (min-width: 64rem) and (max-width: 73.75rem) {
  .dd-site-header__inner {
    gap: 12px;
    padding-inline: 14px;
  }
  .dd-site-header__logo img {
    width: 98px;
  }
  .dd-site-header__panel {
    gap: 9px;
  }
  .dd-site-header__nav-link {
    padding-inline: 9px;
    font-size: 12px;
  }
  .dd-site-header__utilities {
    padding-left: 8px;
  }
  .dd-site-header__language {
    display: none;
  }
  .dd-site-header__cta {
    min-width: 158px;
    margin-left: 4px;
    padding-left: 14px;
  }
  .dd-site-header__cta-copy small {
    display: none;
  }
}
@media (forced-colors: active) {
  .dd-site-header,
  .dd-site-header__panel,
  .dd-site-header__popover,
  .dd-site-header__menu-toggle,
  .dd-site-header__quick-cta,
  .dd-site-header__cta {
    border: 2px solid CanvasText;
  }
  .dd-site-header::before,
  .dd-site-header::after {
    display: none;
  }
  .dd-site-header__nav-link[aria-current=page] {
    outline: 2px solid LinkText;
    outline-offset: -2px;
  }
}
/* ===========================================================================
   DD Drive global footer
   ========================================================================== */
.dd-site-footer {
  --dd-footer-surface: #0c0f13;
  --dd-footer-surface-raised: #14191f;
  --dd-footer-text: #f7f8fa;
  --dd-footer-text-muted: #aeb6c2;
  position: relative;
  flex: 0 0 auto;
  clear: both;
  width: 100%;
  padding: 64px 16px 24px;
  overflow: hidden;
  color: var(--dd-footer-text);
  background: radial-gradient(circle at 88% 0, rgba(237, 27, 36, 0.08), transparent 26%), var(--dd-footer-surface);
  font-family: var(--dd-font-family);
  font-size: 16px;
  isolation: isolate;
}

.dd-site-footer::before {
  position: absolute;
  top: 0;
  right: 8%;
  width: min(30vw, 280px);
  height: 3px;
  background: linear-gradient(90deg, transparent, #ed1b24 34%, #ef5821 74%, transparent);
  content: "";
  transform: skewX(-28deg);
}

.dd-site-footer > .dd-container {
  max-width: 1280px;
  padding-inline: 0;
}

.dd-site-footer h2,
.dd-site-footer h3,
.dd-site-footer p {
  font-family: var(--dd-font-family);
}

.dd-site-footer__main {
  display: grid;
  gap: 38px;
}

.dd-site-footer__brand h2 {
  margin: 20px 0 8px;
  color: #fff;
  font-size: 18px;
  font-weight: 750;
  letter-spacing: -0.02em;
  line-height: 1.25;
}

.dd-site-footer__logo {
  display: inline-flex;
  border-radius: 10px;
}

.dd-site-footer__logo img {
  display: block;
  width: 154px;
  height: auto;
}

.dd-site-footer__brand > p {
  max-width: 300px;
  margin: 0 0 18px;
  color: var(--dd-footer-text-muted);
  font-size: 14px;
  line-height: 1.55;
}

.dd-site-footer__booking-link {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  gap: 10px;
  color: #fff;
  font-size: 13px;
  font-weight: 780;
  text-decoration: none;
}

.dd-site-footer__booking-link::before {
  width: 24px;
  height: 2px;
  background: linear-gradient(90deg, #ed1b24, #ef5821);
  content: "";
  transition: width var(--dd-transition-fast);
}

.dd-site-footer__booking-link svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: currentcolor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
  transition: transform var(--dd-transition-fast);
}

.dd-site-footer__booking-link:hover {
  color: #fff;
  text-decoration: none;
}

.dd-site-footer__booking-link:hover::before {
  width: 34px;
}

.dd-site-footer__booking-link:hover svg {
  transform: translateX(3px);
}

.dd-site-footer__social {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 20px;
}

.dd-site-footer__social a,
.dd-site-footer__messaging a {
  display: inline-flex;
  min-height: 36px;
  align-items: center;
  justify-content: center;
  padding: 8px 12px;
  color: #d4d9e1;
  background-color: rgba(255, 255, 255, 0.045);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
  transition: color var(--dd-transition-fast), background-color var(--dd-transition-fast), border-color var(--dd-transition-fast);
}

.dd-site-footer__social a:hover,
.dd-site-footer__messaging a:hover {
  color: #fff;
  background-color: rgba(237, 27, 36, 0.14);
  border-color: rgba(237, 27, 36, 0.7);
  text-decoration: none;
}

.dd-site-footer__group {
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.dd-site-footer__group > h2,
.dd-site-footer__subheading {
  margin: 0 0 16px;
  color: #ed1b24;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.17em;
  line-height: 1.3;
  text-transform: uppercase;
}

.dd-site-footer__links {
  display: grid;
  gap: 3px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.dd-site-footer__links a {
  display: inline-flex;
  min-height: 34px;
  align-items: center;
  color: #d4d9e1;
  font-size: 13px;
  font-weight: 540;
  line-height: 1.4;
  text-decoration: none;
  transition: color var(--dd-transition-fast), transform var(--dd-transition-fast);
}

.dd-site-footer__links a:hover {
  color: #fff;
  text-decoration: none;
  transform: translateX(3px);
}

.dd-site-footer__contact-block + .dd-site-footer__contact-block {
  margin-top: 16px;
}

.dd-site-footer__contact-block h3 {
  margin: 0 0 4px;
  color: #fff;
  font-size: 12px;
  font-weight: 730;
  line-height: 1.35;
}

.dd-site-footer__contact-block p,
.dd-site-footer__contact-block a {
  display: block;
  margin: 0;
  color: var(--dd-footer-text-muted);
  font-size: 12px;
  line-height: 1.55;
  text-decoration: none;
}

.dd-site-footer__contact-block strong {
  color: #d4d9e1;
  font-weight: 650;
}

.dd-site-footer__contact-block a:hover {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.dd-site-footer__messaging {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 18px;
}

.dd-site-footer__subheading {
  margin-top: 26px;
}

.dd-site-footer__stores {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.dd-site-footer__stores a {
  display: grid;
  min-width: 0;
  min-height: 48px;
  place-items: center;
  padding: 4px;
  overflow: hidden;
  background-color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 8px;
}

.dd-site-footer__stores img {
  display: block;
  width: 100%;
  max-width: 135px;
  height: 40px;
  object-fit: contain;
}

.dd-site-footer__payments {
  display: grid;
  gap: 24px;
  margin-top: 46px;
  padding: 24px;
  background-color: var(--dd-footer-surface-raised);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 14px;
}

.dd-site-footer__payment-copy h2 {
  margin: 0 0 6px;
  color: #fff;
  font-size: 16px;
  font-weight: 750;
  line-height: 1.3;
}

.dd-site-footer__payment-copy p {
  margin: 0 0 8px;
  color: var(--dd-footer-text-muted);
  font-size: 12px;
  line-height: 1.5;
}

.dd-site-footer__payment-copy a {
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.dd-site-footer__payment-logos {
  display: grid;
  min-width: 0;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.dd-site-footer__payment-logos a {
  display: grid;
  min-width: 0;
  min-height: 58px;
  place-items: center;
  padding: 8px;
  overflow: hidden;
  background-color: #fff;
  border: 1px solid #dfe3e8;
  border-radius: 8px;
}

.dd-site-footer__payment-logos img {
  display: block;
  max-width: 100%;
  max-height: 36px;
  width: auto;
  height: auto;
  object-fit: contain;
}

.dd-site-footer__business {
  display: grid;
  gap: 14px;
  margin-top: 38px;
  padding: 24px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.dd-site-footer__business-item {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 12px;
  color: var(--dd-footer-text-muted);
  font-size: 12px;
  line-height: 1.45;
}

.dd-site-footer__business-item svg {
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
  fill: none;
  color: #ed1b24;
  stroke: currentcolor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.dd-site-footer__business-item a {
  min-width: 0;
  color: var(--dd-footer-text-muted);
  overflow-wrap: anywhere;
  text-decoration: none;
}

.dd-site-footer__business-item a:hover {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.dd-site-footer__bottom {
  display: grid;
  gap: 18px;
  padding-top: 24px;
  color: #7f8895;
  font-size: 10px;
  line-height: 1.55;
}

.dd-site-footer__bottom p {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 14px;
  margin: 0;
}

.dd-site-footer__credits a {
  color: #aeb6c2;
  text-decoration: none;
}

.dd-site-footer__credits a:hover {
  color: #fff;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.dd-site-footer a:focus-visible {
  outline: 2px solid transparent;
  outline-offset: 3px;
  box-shadow: 0 0 0 2px var(--dd-footer-surface), 0 0 0 5px #fff;
}

@media (min-width: 30rem) {
  .dd-site-footer__payment-logos {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media (min-width: 48rem) {
  .dd-site-footer {
    padding: 76px 24px 30px;
  }
  .dd-site-footer__main {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 44px 52px;
  }
  .dd-site-footer__group {
    padding-top: 0;
    border-top: 0;
  }
  .dd-site-footer__payments {
    grid-template-columns: minmax(190px, 0.7fr) minmax(0, 2fr);
    align-items: center;
    padding: 24px 28px;
  }
  .dd-site-footer__business {
    grid-template-columns: 1.4fr 1fr 1fr;
    gap: 26px;
  }
  .dd-site-footer__bottom {
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: start;
  }
  .dd-site-footer__credits {
    justify-content: flex-end;
    text-align: right;
  }
}
@media (min-width: 64rem) {
  .dd-site-footer__main {
    grid-template-columns: minmax(240px, 1.05fr) minmax(170px, 0.8fr) minmax(200px, 0.9fr) minmax(250px, 1.1fr);
    gap: 42px;
  }
  .dd-site-footer__brand {
    padding-right: 34px;
    border-right: 1px solid rgba(255, 255, 255, 0.1);
  }
}
@media (forced-colors: active) {
  .dd-site-footer__group,
  .dd-site-footer__social a,
  .dd-site-footer__messaging a,
  .dd-site-footer__stores a,
  .dd-site-footer__payments,
  .dd-site-footer__payment-logos a,
  .dd-site-footer__business {
    border-color: CanvasText;
  }
  .dd-site-footer::before {
    display: none;
  }
}
/* ===========================================================================
   DD Drive homepage hero
   ========================================================================== */
.dd-home-hero {
  position: relative;
  z-index: 1;
  min-width: 0;
  padding: 116px 0 44px;
  overflow-x: clip;
  overflow-y: visible;
  color: #f7f8fa;
  background: radial-gradient(circle at 78% 24%, rgba(237, 27, 36, 0.13), transparent 25%), linear-gradient(135deg, #0b0e12 0%, #11161c 58%, #0c1015 100%);
  isolation: isolate;
}

.dd-home-hero::before {
  position: absolute;
  inset: 0;
  z-index: -2;
  opacity: 0.16;
  background-image: linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
  background-size: 72px 72px;
  content: "";
  mask-image: linear-gradient(to bottom, #000, transparent 78%);
}

.dd-home-hero::after {
  position: absolute;
  top: 18%;
  right: -12%;
  z-index: -1;
  width: min(42vw, 650px);
  aspect-ratio: 1;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 50%;
  box-shadow: 0 0 0 72px rgba(255, 255, 255, 0.018), 0 0 0 144px rgba(255, 255, 255, 0.012);
  content: "";
}

.dd-home-hero > .dd-container {
  width: calc(100% - 16px);
  max-width: 1440px;
  padding-inline: 12px;
}

.dd-home-hero__stage {
  display: grid;
  gap: 36px;
  align-items: center;
}

.dd-home-hero__copy {
  position: relative;
  z-index: 2;
  max-width: 720px;
}

.dd-home-hero__eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 22px;
  color: #aeb6c2;
  font-size: 11px;
  font-weight: 750;
  letter-spacing: 0.16em;
  line-height: 1.35;
  text-transform: uppercase;
}

.dd-home-hero__eyebrow::before {
  width: 34px;
  height: 2px;
  flex: 0 0 auto;
  background: linear-gradient(90deg, #ed1b24, #ef5821);
  content: "";
}

.dd-home-hero__eyebrow span {
  color: #fff;
}

.dd-home-hero h1 {
  max-width: 760px;
  margin: 0;
  color: #fff;
  font-family: var(--dd-font-family);
  font-size: clamp(38px, 5.2vw, 72px);
  font-weight: 760;
  letter-spacing: -0.055em;
  line-height: 0.98;
  text-wrap: balance;
}

.dd-home-hero h1 span {
  display: block;
  color: #ed1b24;
}

.dd-home-hero__lead {
  max-width: 590px;
  margin: 26px 0 0;
  color: #c9d0d9;
  font-size: clamp(16px, 2vw, 20px);
  line-height: 1.55;
}

.dd-home-hero__locations {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
  margin-top: 28px;
  color: #fff;
  font-size: 11px;
  font-weight: 750;
  letter-spacing: 0.12em;
  line-height: 1.35;
  text-transform: uppercase;
}

.dd-home-hero__locations span {
  display: inline-flex;
  align-items: center;
  gap: 22px;
}

.dd-home-hero__locations span:not(:last-child)::after {
  width: 4px;
  height: 4px;
  background-color: #ed1b24;
  border-radius: 50%;
  content: "";
}

.dd-home-hero__visual {
  position: relative;
  min-width: 0;
  min-height: 300px;
}

.dd-home-hero__scene {
  position: absolute;
  top: 0;
  right: 0;
  width: 78%;
  height: 238px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 18px 18px 80px 18px;
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.34);
  transform: rotate(2deg);
}

.dd-home-hero__scene::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(12, 16, 21, 0.1), rgba(12, 16, 21, 0.62));
  content: "";
}

.dd-home-hero__scene img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.dd-home-hero__vehicle-accent {
  position: absolute;
  right: 7%;
  bottom: 38px;
  width: 68%;
  height: 78px;
  background: linear-gradient(105deg, #b41018, #ed1b24 62%, #ef5821);
  clip-path: polygon(8% 0, 100% 0, 90% 100%, 0 100%);
  opacity: 0.94;
  transform: skewX(-8deg);
}

.dd-home-hero__vehicle {
  position: absolute;
  right: -3%;
  bottom: 52px;
  z-index: 2;
  display: block;
  width: min(96%, 538px);
  height: auto;
  filter: drop-shadow(0 28px 22px rgba(0, 0, 0, 0.45));
}

.dd-home-hero__visual-index {
  position: absolute;
  top: 18px;
  left: 8px;
  z-index: 3;
  color: #fff;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.18em;
  writing-mode: vertical-rl;
}

.dd-home-hero__visual-note {
  position: absolute;
  right: 0;
  bottom: 0;
  margin: 0;
  color: #8f99a7;
  font-size: 10px;
  line-height: 1.4;
}

.dd-home-hero__booking {
  position: relative;
  z-index: 4;
  margin-top: 28px;
  padding: 16px;
  background: rgba(20, 25, 31, 0.88);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 18px;
  box-shadow: 0 28px 70px rgba(0, 0, 0, 0.32);
  backdrop-filter: blur(18px);
}

.dd-home-hero__booking-meta {
  display: flex;
  gap: 10px;
  margin: 0 0 12px 14px;
  color: #aeb6c2;
  font-size: 10px;
  font-weight: 750;
  letter-spacing: 0.14em;
  line-height: 1.35;
  text-transform: uppercase;
}

.dd-home-hero__booking-meta span:first-child {
  color: #ed1b24;
}

.dd-home-hero .reservation_form {
  padding: 0;
}

.dd-home-hero .reservation_form > h2 {
  margin: 0 0 12px 14px;
  color: #fff;
  font-family: var(--dd-font-family);
  font-size: 20px;
  font-weight: 720;
  letter-spacing: -0.02em;
  line-height: 1.3;
}

.dd-home-hero .reservation_form form {
  margin: 0;
  color: #252b33;
}

.dd-home-hero .reservation_form form label {
  color: #424b57;
}

.dd-home-hero .reservation_form .selectbox_select > a,
.dd-home-hero .reservation_form .input_wrap input,
.dd-home-hero .reservation_form .input_wrap select {
  color: #20262d;
}

.dd-home-hero .reservation_form .btn.btn-primary {
  color: #fff;
  background-color: #c9161f;
  border-color: #c9161f;
  box-shadow: 0 8px 18px rgba(201, 22, 31, 0.24);
}

.dd-home-hero .reservation_form .btn.btn-primary:hover,
.dd-home-hero .reservation_form .btn.btn-primary:focus-visible {
  color: #fff;
  background-color: #a9121a;
  border-color: #a9121a;
}

.dd-home-hero .form_notice {
  display: inline-flex;
  margin: 12px 0 0 14px;
  color: #c9d0d9;
  font-size: 12px;
  text-underline-offset: 3px;
}

.dd-home-hero .form_notice:hover {
  color: #fff;
}

@media (min-width: 48rem) {
  .dd-home-hero {
    padding: 136px 0 52px;
  }
  .dd-home-hero__stage {
    grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
    gap: 46px;
    min-height: 410px;
  }
  .dd-home-hero__visual {
    min-height: 410px;
  }
  .dd-home-hero__scene {
    height: 310px;
  }
  .dd-home-hero__vehicle-accent {
    bottom: 52px;
    height: 92px;
  }
  .dd-home-hero__vehicle {
    bottom: 70px;
  }
}
@media (min-width: 64rem) {
  .dd-home-hero {
    padding-top: 154px;
  }
  .dd-home-hero > .dd-container {
    width: calc(100% - 40px);
    padding-inline: 18px;
  }
  .dd-home-hero__stage {
    gap: 64px;
    min-height: 430px;
  }
  .dd-home-hero__visual {
    min-height: 430px;
  }
  .dd-home-hero__booking {
    padding: 20px 22px 18px;
  }
}
@media (max-width: 29.99rem) {
  .dd-home-hero__locations {
    gap: 9px 13px;
  }
  .dd-home-hero__locations span {
    gap: 13px;
  }
  .dd-home-hero__scene {
    width: 82%;
    height: 210px;
  }
  .dd-home-hero__vehicle {
    right: -8%;
    width: 104%;
  }
  .dd-home-hero__booking {
    margin-inline: -4px;
    padding: 14px 8px;
    border-radius: 14px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .dd-home-hero__scene {
    transform: none;
  }
}
@media (forced-colors: active) {
  .dd-home-hero__scene,
  .dd-home-hero__booking {
    border-color: CanvasText;
  }
  .dd-home-hero__vehicle-accent {
    display: none;
  }
}
/* ===========================================================================
   DD Drive availability search
   Shared by the homepage hero and location SEO landing pages.
   ========================================================================== */
.dd-public .dd-booking-search__driver-age {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  width: fit-content;
  max-width: 100%;
  min-height: 44px;
  margin-top: 6px;
  color: #303640;
  font-family: "Manrope", "Segoe UI", Arial, sans-serif;
}

.dd-public :is(.dd-home-hero, .dd-locations__search) .dd-booking-search__driver-age {
  color: #fff;
}

.dd-public .dd-booking-search__driver-age > svg {
  width: 16px;
  height: 16px;
  flex: none;
  fill: currentcolor;
}

.dd-public .dd-booking-search .dd-booking-search__driver-age label {
  margin: 0;
  color: inherit;
  font-size: 13px;
  font-weight: 500;
}

.dd-public .dd-booking-search__driver-age select {
  display: block;
  width: auto;
  min-width: 64px;
  min-height: 44px;
  margin: 0;
  padding: 6px 4px;
  color: inherit;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 4px;
  font: 650 13px/1.4 "Manrope", "Segoe UI", Arial, sans-serif;
  cursor: pointer;
}

.dd-public .dd-booking-search__driver-age select option {
  color: #171a1f;
  background: #fff;
}

.dd-public .dd-booking-search__driver-age select:hover {
  text-decoration: underline;
}

.dd-public .dd-booking-search__driver-age select:focus-visible {
  outline: 2px solid currentcolor;
  outline-offset: 2px;
}

.dd-home-hero.has-open-location-picker,
.dd-locations__search.has-open-location-picker {
  position: relative;
  z-index: 60;
  overflow: visible;
}

:is(.dd-home-hero, .dd-locations__search) .dd-booking-search {
  color: #252b33;
}

:is(.dd-home-hero, .dd-locations__search) .dd-booking-search > h2 {
  margin: 0 0 14px 14px;
  color: #fff;
  font-family: var(--dd-font-family);
  font-size: clamp(20px, 2vw, 26px);
  font-weight: 730;
  letter-spacing: -0.035em;
  line-height: 1.2;
}

:is(.dd-home-hero, .dd-locations__search) .dd-booking-search__form {
  margin: 0;
  padding: 0;
  color: #252b33;
  background: transparent;
  border-radius: 0;
}

:is(.dd-home-hero, .dd-locations__search) .dd-booking-search__fields {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 12px;
  align-items: stretch;
  margin: 0;
}

:is(.dd-home-hero, .dd-locations__search) .dd-booking-search__fields > [class*=col-],
:is(.dd-home-hero, .dd-locations__search) .dd-booking-search__field-grid > [class*=col-] {
  width: auto;
  max-width: none;
  flex: none;
  padding: 0;
}

:is(.dd-home-hero, .dd-locations__search) .dd-booking-search__field-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 10px;
  height: 100%;
  margin: 0;
}

:is(.dd-home-hero, .dd-locations__search) .dd-booking-search__field--return {
  display: none;
}

:is(.dd-home-hero, .dd-locations__search) .dd-booking-search__field-grid.has-different-return .dd-booking-search__field--return {
  display: block;
  animation: dd-booking-return-in 260ms ease-out both;
}

:is(.dd-home-hero, .dd-locations__search) .dd-booking-search__field {
  position: relative;
  min-width: 0;
  background-color: #fff;
  border: 1px solid #dfe3e8;
  border-radius: 12px;
  box-shadow: 0 1px 0 rgba(13, 18, 24, 0.04);
}

:is(.dd-home-hero, .dd-locations__search) .dd-booking-search__field-grid > .dd-booking-search__field {
  padding: 16px 18px;
}

:is(.dd-home-hero, .dd-locations__search) .dd-booking-search__field:focus-within {
  z-index: 30;
  border-color: #c9161f;
  box-shadow: 0 0 0 3px rgba(201, 22, 31, 0.12);
}

:is(.dd-home-hero, .dd-locations__search) .dd-booking-search__label {
  display: block;
  margin: 0 0 10px;
  color: #687383;
  font-family: var(--dd-font-family);
  font-size: 10px;
  font-weight: 780;
  letter-spacing: 0.13em;
  line-height: 1.3;
  text-transform: uppercase;
}

:is(.dd-home-hero, .dd-locations__search) .dd-booking-search__field-heading {
  display: flex;
  min-height: 25px;
  align-items: flex-start;
  justify-content: space-between;
  gap: 8px;
}

:is(.dd-home-hero, .dd-locations__search) .dd-booking-search__field-heading .dd-booking-search__label {
  margin-bottom: 0;
  padding-top: 4px;
}

:is(.dd-home-hero, .dd-locations__search) .dd-booking-search__different-return {
  display: inline-flex;
  min-height: 24px;
  flex: 0 0 auto;
  align-items: center;
  gap: 7px;
  margin: 0;
  padding: 0;
  color: #5e6876;
  background: transparent;
  border: 0;
  border-radius: 999px;
  font-family: var(--dd-font-family);
  font-size: 10px;
  font-weight: 730;
  line-height: 1.2;
  cursor: pointer;
}

:is(.dd-home-hero, .dd-locations__search) .dd-booking-search__different-return::before {
  display: none;
  content: none;
}

:is(.dd-home-hero, .dd-locations__search) .dd-booking-search__different-return:hover {
  color: #171c22;
}

:is(.dd-home-hero, .dd-locations__search) .dd-booking-search__switch {
  position: relative;
  width: 30px;
  height: 18px;
  flex: 0 0 auto;
  background-color: #d9dee5;
  border-radius: 999px;
  transition: background-color var(--dd-transition-fast);
}

:is(.dd-home-hero, .dd-locations__search) .dd-booking-search__switch span {
  position: absolute;
  top: 3px;
  left: 3px;
  width: 12px;
  height: 12px;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 1px 3px rgba(13, 18, 24, 0.3);
  transition: transform var(--dd-transition-fast);
}

:is(.dd-home-hero, .dd-locations__search) .dd-booking-search__different-return[aria-pressed=true] {
  color: #9f1219;
}

:is(.dd-home-hero, .dd-locations__search) .dd-booking-search__different-return[aria-pressed=true] .dd-booking-search__switch {
  background-color: #c9161f;
}

:is(.dd-home-hero, .dd-locations__search) .dd-booking-search__different-return[aria-pressed=true] .dd-booking-search__switch span {
  transform: translateX(12px);
}

:is(.dd-home-hero, .dd-locations__search) .dd-booking-search #poslovnicaPreuzimanja,
:is(.dd-home-hero, .dd-locations__search) .dd-booking-search #poslovnicaVracanja {
  width: 100%;
}

:is(.dd-home-hero, .dd-locations__search) .dd-booking-search #poslovnicaVracanja {
  margin-top: 8px;
}

:is(.dd-home-hero, .dd-locations__search) .dd-booking-search #poslovnicaVracanja.second_poslovnica_active0 {
  display: none;
}

:is(.dd-home-hero, .dd-locations__search) .dd-booking-search #poslovnicaVracanja.second_poslovnica_active {
  display: block;
  height: auto;
  opacity: 1;
}

:is(.dd-home-hero, .dd-locations__search) .dd-booking-search__location-select {
  width: 100%;
  height: 52px;
  overflow: hidden;
  background-color: #f5f7f9;
  border: 1px solid #e1e5ea;
  border-radius: 9px;
}

:is(.dd-home-hero, .dd-locations__search) .dd-booking-search__location-select.active {
  width: 100%;
  z-index: 40;
  overflow: visible;
  border-color: #c9161f;
  border-radius: 9px 9px 0 0;
  box-shadow: 0 0 0 3px rgba(201, 22, 31, 0.1);
}

:is(.dd-home-hero, .dd-locations__search) .dd-booking-search__location-trigger {
  position: relative;
  display: block;
  width: 100%;
  height: 50px;
  margin: 0;
  padding: 0 42px 0 16px;
  color: #20262d;
  appearance: none;
  background: transparent;
  border: 0;
  border-radius: 0;
  font-family: var(--dd-font-family);
  font-size: 14px;
  font-weight: 680;
  line-height: 1.25;
  overflow: hidden;
  white-space: nowrap;
  text-align: left;
  text-overflow: ellipsis;
  cursor: pointer;
}

:is(.dd-home-hero, .dd-locations__search) .dd-booking-search .select_icon {
  top: 18px;
  right: 13px;
  width: 14px;
  height: 14px;
  opacity: 0.72;
  filter: grayscale(1) brightness(0.45);
}

:is(.dd-home-hero, .dd-locations__search) .dd-booking-search .elatus_select {
  z-index: 50;
  top: 50px;
  left: -1px;
  width: min(560px, 100vw - 56px);
  max-height: 390px;
  padding: 10px;
  overflow-y: auto;
  background-color: #fff;
  border: 1px solid #cfd5dc;
  border-top: 0;
  border-radius: 0 0 10px 10px;
  box-shadow: 0 24px 50px rgba(13, 18, 24, 0.2);
}

:is(.dd-home-hero, .dd-locations__search) .dd-booking-search__field--return .elatus_select {
  right: -1px;
  left: auto;
}

:is(.dd-home-hero, .dd-locations__search) .dd-booking-search .elatus_select .lista_poslovnica {
  margin: 0;
  padding: 0;
}

:is(.dd-home-hero, .dd-locations__search) .dd-booking-search .elatus_select .lista_poslovnica li > a {
  min-height: 42px;
  padding: 10px 12px 10px 28px;
  color: #252b33;
  border-radius: 7px;
  font-size: 14px;
  line-height: 1.45;
}

:is(.dd-home-hero, .dd-locations__search) .dd-booking-search .elatus_select .lista_poslovnica li > a::before {
  top: 18px;
  left: 11px;
  width: 6px;
  height: 6px;
  background: #c9161f;
  border-radius: 50%;
}

:is(.dd-home-hero, .dd-locations__search) .dd-booking-search .elatus_select .lista_poslovnica li.active > a,
:is(.dd-home-hero, .dd-locations__search) .dd-booking-search .elatus_select .lista_poslovnica li > a:hover {
  color: #fff;
  background-color: #171c22;
}

:is(.dd-home-hero, .dd-locations__search) .dd-booking-search .poslovnica_contact_content {
  color: #252b33;
  font-size: 13px;
}

:is(.dd-home-hero, .dd-locations__search) .dd-location-picker[hidden] {
  display: none;
}

:is(.dd-home-hero, .dd-locations__search) .dd-booking-search .dd-location-picker {
  width: min(620px, 100vw - 48px);
  max-height: min(540px, 100vh - 120px);
  padding: 0;
  overflow: hidden;
  background: #fff;
  border: 1px solid #dde1e7;
  border-radius: 0.75rem;
  box-shadow: 0 28px 70px rgba(13, 18, 24, 0.25);
}

:is(.dd-home-hero, .dd-locations__search) .dd-location-picker__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem 1rem 0.75rem;
  color: #fff;
  background: linear-gradient(120deg, rgba(201, 22, 31, 0.92), rgba(143, 15, 22, 0.96)), #c9161f;
}

:is(.dd-home-hero, .dd-locations__search) .dd-location-picker__eyebrow {
  display: block;
  margin-bottom: 3px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

:is(.dd-home-hero, .dd-locations__search) .dd-location-picker__header h3 {
  margin: 0;
  color: inherit;
  font-family: "Manrope", "Segoe UI", Arial, sans-serif;
  font-size: 1.125rem;
  font-weight: 760;
  letter-spacing: -0.025em;
  line-height: 1.25;
}

:is(.dd-home-hero, .dd-locations__search) .dd-location-picker__close {
  display: grid;
  width: 2.25rem;
  height: 2.25rem;
  flex: 0 0 auto;
  padding: 0;
  place-items: center;
  color: #fff;
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  font: 400 1.5rem/1 "Manrope", "Segoe UI", Arial, sans-serif;
  cursor: pointer;
}

:is(.dd-home-hero, .dd-locations__search) .dd-location-picker__close:hover {
  background: rgba(255, 255, 255, 0.22);
}

:is(.dd-home-hero, .dd-locations__search) .dd-location-picker__results {
  max-height: 390px;
  padding: 1rem;
  overflow-y: auto;
  overscroll-behavior: contain;
}

:is(.dd-home-hero, .dd-locations__search) .dd-location-picker__group + .dd-location-picker__group {
  margin-top: 1rem;
  padding-top: 1rem;
  border-top: 1px solid #dde1e7;
}

:is(.dd-home-hero, .dd-locations__search) .dd-location-picker__group h4 {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin: 0 0 0.5rem;
  color: #667085;
  font: 800 0.7rem/1.3 "Manrope", "Segoe UI", Arial, sans-serif;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

:is(.dd-home-hero, .dd-locations__search) .dd-location-picker__group h4 span {
  display: inline-grid;
  min-width: 1.35rem;
  height: 1.35rem;
  padding: 0 5px;
  place-items: center;
  color: #c9161f;
  background: #fff1f2;
  border-radius: 999px;
  font-size: 0.65rem;
}

:is(.dd-home-hero, .dd-locations__search) .dd-location-picker__group-heading p {
  margin: -2px 0 0.75rem;
  color: #667085;
  font-size: 0.75rem;
  line-height: 1.45;
}

:is(.dd-home-hero, .dd-locations__search) .dd-location-picker .lista_poslovnica {
  display: grid;
  gap: 6px;
}

:is(.dd-home-hero, .dd-locations__search) .dd-location-picker .lista_poslovnica li {
  margin: 0;
}

:is(.dd-home-hero, .dd-locations__search) .dd-location-picker__option {
  display: grid;
  width: 100%;
  min-height: 58px;
  grid-template-columns: 34px minmax(0, 1fr) auto 20px;
  align-items: center;
  gap: 0.75rem;
  margin: 0;
  padding: 9px 12px;
  color: #303640;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.5rem;
  font-family: "Manrope", "Segoe UI", Arial, sans-serif;
  text-align: left;
  cursor: pointer;
  transition: background-color 150ms ease, border-color 150ms ease, transform 150ms ease;
}

:is(.dd-home-hero, .dd-locations__search) .dd-location-picker__option:hover {
  background: #f7f8fa;
  border-color: #dde1e7;
  transform: translateX(2px);
}

:is(.dd-home-hero, .dd-locations__search) .dd-location-picker__option:focus-visible {
  border-color: #c9161f;
  outline: 3px solid rgba(201, 22, 31, 0.12);
}

:is(.dd-home-hero, .dd-locations__search) .dd-location-picker__option[aria-pressed=true] {
  background: #fff1f2;
  border-color: #ffd9dc;
}

:is(.dd-home-hero, .dd-locations__search) .dd-location-picker__marker {
  position: relative;
  width: 34px;
  height: 34px;
  background: #171a1f;
  border-radius: 50% 50% 50% 10px;
  transform: rotate(-45deg) scale(0.72);
}

:is(.dd-home-hero, .dd-locations__search) .dd-location-picker__marker::after {
  position: absolute;
  top: 9px;
  left: 9px;
  width: 16px;
  height: 16px;
  background: #fff;
  border-radius: 50%;
  content: "";
}

:is(.dd-home-hero, .dd-locations__search) .dd-location-picker__marker--dropoff {
  background: #c9161f;
}

:is(.dd-home-hero, .dd-locations__search) .dd-location-picker__copy {
  min-width: 0;
}

:is(.dd-home-hero, .dd-locations__search) .dd-location-picker__copy strong,
:is(.dd-home-hero, .dd-locations__search) .dd-location-picker__copy small {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

:is(.dd-home-hero, .dd-locations__search) .dd-location-picker__copy strong {
  color: #171a1f;
  font-size: 0.875rem;
  font-weight: 750;
}

:is(.dd-home-hero, .dd-locations__search) .dd-location-picker__copy small {
  margin-top: 3px;
  color: #667085;
  font-size: 0.72rem;
}

:is(.dd-home-hero, .dd-locations__search) .dd-location-picker__type {
  padding: 4px 8px;
  color: #667085;
  background: #f0f2f5;
  border-radius: 999px;
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

:is(.dd-home-hero, .dd-locations__search) .dd-location-picker__type--dropoff {
  color: #a9121a;
  background: #fff1f2;
}

:is(.dd-home-hero, .dd-locations__search) .dd-location-picker__check {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: #c9161f;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.5;
  opacity: 0;
}

:is(.dd-home-hero, .dd-locations__search) .dd-location-picker__option[aria-pressed=true] .dd-location-picker__check {
  opacity: 1;
}

:is(.dd-home-hero, .dd-locations__search) .dd-location-picker__empty {
  margin: 1.5rem 0;
  padding: 1rem;
  color: #667085;
  background: #f7f8fa;
  border-radius: 0.5rem;
  font-size: 0.875rem;
  text-align: center;
}

:is(.dd-home-hero, .dd-locations__search) .dd-booking-search__date-time {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 94px;
  gap: 8px;
}

:is(.dd-home-hero, .dd-locations__search) .dd-booking-search__date-time .input_wrap,
:is(.dd-home-hero, .dd-locations__search) .dd-booking-search__date-time .input_wrap:last-of-type {
  display: block;
  width: auto;
  min-width: 0;
  margin: 0;
}

:is(.dd-home-hero, .dd-locations__search) .dd-booking-search__date-time input,
:is(.dd-home-hero, .dd-locations__search) .dd-booking-search__date-time select {
  display: block;
  width: 100%;
  min-width: 0;
  height: 54px;
  box-sizing: border-box;
  padding: 0 34px 0 14px;
  color: #20262d;
  background-color: #f5f7f9;
  border: 1px solid #e1e5ea;
  border-radius: 9px;
  font-family: var(--dd-font-family);
  font-size: 14px;
  font-weight: 680;
}

:is(.dd-home-hero, .dd-locations__search) .dd-booking-search__date-time .input_wrap:last-child select {
  padding-right: 30px;
  padding-left: 12px;
  font-size: 13px;
}

:is(.dd-home-hero, .dd-locations__search) .dd-booking-search__date-time .input_wrap:first-child input,
:is(.dd-home-hero, .dd-locations__search) .dd-booking-search__date-time .input_wrap:first-child select,
:is(.dd-home-hero, .dd-locations__search) .dd-booking-search__date-time .input_wrap:last-child input,
:is(.dd-home-hero, .dd-locations__search) .dd-booking-search__date-time .input_wrap:last-child select {
  border-radius: 9px;
}

:is(.dd-home-hero, .dd-locations__search) .dd-booking-search__date-time input:hover,
:is(.dd-home-hero, .dd-locations__search) .dd-booking-search__date-time select:hover,
:is(.dd-home-hero, .dd-locations__search) .dd-booking-search__location-select:hover {
  border-color: #aeb6c2;
}

:is(.dd-home-hero, .dd-locations__search) .dd-booking-search__action {
  min-width: 0;
}

:is(.dd-home-hero, .dd-locations__search) .dd-booking-search .dd-booking-search__submit {
  position: relative;
  display: grid;
  width: 100%;
  min-height: 92px;
  height: 100%;
  align-content: center;
  justify-items: start;
  gap: 4px;
  margin: 0;
  padding: 17px 52px 17px 20px;
  color: #fff;
  background: linear-gradient(135deg, #ed1b24, #c9161f 76%);
  border: 0;
  border-radius: 12px;
  clip-path: polygon(12px 0, 100% 0, 100% 100%, 0 100%, 0 12px);
  text-align: left;
  box-shadow: 0 14px 28px rgba(201, 22, 31, 0.25);
  cursor: pointer;
}

:is(.dd-home-hero, .dd-locations__search) .dd-booking-search__submit > span {
  color: rgba(255, 255, 255, 0.72);
  font-size: 9px;
  font-weight: 750;
  letter-spacing: 0.12em;
  line-height: 1.2;
  text-transform: uppercase;
}

:is(.dd-home-hero, .dd-locations__search) .dd-booking-search__submit > strong {
  font-size: 14px;
  font-weight: 800;
  line-height: 1.25;
}

:is(.dd-home-hero, .dd-locations__search) .dd-booking-search__submit svg {
  position: absolute;
  top: 50%;
  right: 18px;
  width: 21px;
  height: 21px;
  fill: none;
  stroke: currentcolor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
  transform: translateY(-50%);
  transition: transform var(--dd-transition-fast);
}

:is(.dd-home-hero, .dd-locations__search) .dd-booking-search .dd-booking-search__submit:hover,
:is(.dd-home-hero, .dd-locations__search) .dd-booking-search .dd-booking-search__submit:focus-visible {
  color: #fff;
  background: linear-gradient(135deg, #fa2a34, #a9121a 80%);
}

:is(.dd-home-hero, .dd-locations__search) .dd-booking-search__submit:hover svg {
  transform: translate(3px, -50%);
}

:is(.dd-home-hero, .dd-locations__search) .dd-booking-search__submit:disabled {
  cursor: wait;
  opacity: 0.65;
}

:is(.dd-home-hero, .dd-locations__search) .dd-booking-search__utility {
  margin-top: 12px;
}

:is(.dd-home-hero, .dd-locations__search) .dd-booking-search__utility .form_notice {
  display: inline-flex;
  margin: 0 0 0 14px;
  padding: 0;
  color: #aeb6c2;
  background: transparent;
  border: 0;
  border-radius: 0;
  font-size: 11px;
  font-weight: 650;
  line-height: 1.5;
  text-decoration: underline;
  text-decoration-color: rgba(174, 182, 194, 0.4);
  text-underline-offset: 4px;
}

:is(.dd-home-hero, .dd-locations__search) .dd-booking-search__utility .form_notice:hover {
  color: #fff;
}

:is(.dd-home-hero, .dd-locations__search) .dd-booking-search button:focus-visible,
:is(.dd-home-hero, .dd-locations__search) .dd-booking-search input:focus-visible,
:is(.dd-home-hero, .dd-locations__search) .dd-booking-search select:focus-visible,
:is(.dd-home-hero, .dd-locations__search) .dd-booking-search a:focus-visible {
  outline: 2px solid #171c22;
  outline-offset: 2px;
  box-shadow: 0 0 0 4px #fff;
}

@media (min-width: 48rem) {
  :is(.dd-home-hero, .dd-locations__search) .dd-booking-search__field-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  :is(.dd-home-hero, .dd-locations__search) .dd-booking-search__field--pickup {
    grid-column: 1/-1;
  }
  :is(.dd-home-hero, .dd-locations__search) .dd-booking-search__field-grid.has-different-return .dd-booking-search__field--pickup {
    grid-column: auto;
  }
  :is(.dd-home-hero, .dd-locations__search) .dd-booking-search .dd-booking-search__submit {
    min-height: 76px;
  }
}
@media (min-width: 75rem) {
  :is(.dd-home-hero, .dd-locations__search) .dd-booking-search__fields {
    grid-template-columns: minmax(0, 1fr) minmax(190px, 220px);
  }
  :is(.dd-home-hero, .dd-locations__search) .dd-booking-search__field-grid {
    grid-template-columns: minmax(210px, 2.15fr) minmax(0, 0fr) minmax(210px, 0.95fr) minmax(210px, 0.95fr);
    transition: grid-template-columns 280ms ease;
  }
  :is(.dd-home-hero, .dd-locations__search) .dd-booking-search__field--pickup {
    grid-column: auto;
  }
  :is(.dd-home-hero, .dd-locations__search) .dd-booking-search__field-grid > .dd-booking-search__field--return {
    display: block;
    min-width: 0;
    padding-right: 0;
    padding-left: 0;
    overflow: hidden;
    visibility: hidden;
    border-right-width: 0;
    border-left-width: 0;
    opacity: 0;
    transform: translateX(-12px);
    transition: padding 240ms ease, border-width 240ms ease, opacity 180ms ease, transform 260ms ease, visibility 0s linear 260ms;
  }
  :is(.dd-home-hero, .dd-locations__search) .dd-booking-search__field-grid.has-different-return {
    grid-template-columns: minmax(210px, 1.15fr) minmax(210px, 1fr) minmax(210px, 0.95fr) minmax(210px, 0.95fr);
  }
  :is(.dd-home-hero, .dd-locations__search) .dd-booking-search__field-grid.has-different-return .dd-booking-search__field--return {
    padding-right: 18px;
    padding-left: 18px;
    overflow: visible;
    visibility: visible;
    border-right-width: 1px;
    border-left-width: 1px;
    opacity: 1;
    transform: translateX(0);
    animation: none;
    transition: padding 240ms ease, border-width 240ms ease, opacity 220ms ease 70ms, transform 260ms ease, visibility 0s;
  }
}
@media (max-width: 47.99rem) {
  :is(.dd-home-hero, .dd-locations__search) .dd-booking-search__field-heading {
    flex-wrap: wrap;
  }
  :is(.dd-home-hero, .dd-locations__search) .dd-booking-search .elatus_select,
  :is(.dd-home-hero, .dd-locations__search) .dd-booking-search__field--return .elatus_select {
    right: auto;
    left: -1px;
    width: calc(100% + 2px);
  }
  :is(.dd-home-hero, .dd-locations__search) .dd-booking-search .poslovnica_contact_content {
    display: none;
  }
  :is(.dd-home-hero, .dd-locations__search) .dd-booking-search .dd-location-picker {
    position: fixed;
    z-index: 1000;
    top: auto;
    right: 8px;
    bottom: 8px;
    left: 8px;
    width: auto;
    max-height: min(82vh, 680px);
    border: 0;
    border-radius: 1rem;
    box-shadow: 0 0 0 100vmax rgba(13, 18, 24, 0.58), 0 20px 60px rgba(13, 18, 24, 0.35);
  }
  :is(.dd-home-hero, .dd-locations__search) .dd-location-picker__results {
    max-height: calc(82vh - 168px);
  }
  :is(.dd-home-hero, .dd-locations__search) .dd-location-picker__option {
    grid-template-columns: 30px minmax(0, 1fr) 18px;
    gap: 0.5rem;
  }
  :is(.dd-home-hero, .dd-locations__search) .dd-location-picker__type {
    display: none;
  }
  :is(.dd-home-hero, .dd-locations__search) .dd-location-picker__marker {
    width: 30px;
    height: 30px;
  }
  :is(.dd-home-hero, .dd-locations__search) .dd-location-picker__marker::after {
    top: 8px;
    left: 8px;
    width: 14px;
    height: 14px;
  }
}
@media (forced-colors: active) {
  :is(.dd-home-hero, .dd-locations__search) .dd-booking-search__field,
  :is(.dd-home-hero, .dd-locations__search) .dd-booking-search__location-select,
  :is(.dd-home-hero, .dd-locations__search) .dd-booking-search__date-time input,
  :is(.dd-home-hero, .dd-locations__search) .dd-booking-search__date-time select {
    border-color: CanvasText;
  }
  :is(.dd-home-hero, .dd-locations__search) .dd-booking-search__switch {
    border: 1px solid CanvasText;
  }
  :is(.dd-home-hero, .dd-locations__search) .dd-location-picker,
  :is(.dd-home-hero, .dd-locations__search) .dd-location-picker__option {
    border-color: CanvasText;
  }
}
@keyframes dd-booking-return-in {
  from {
    opacity: 0;
    transform: translateY(-8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
/* Flatpickr is appended to <body>, so its DD skin cannot be scoped beneath
   the search wrapper. The public site uses this single calendar instance. */
.flatpickr-calendar {
  padding: 0.75rem;
  color: #303640;
  background: #fff;
  border: 1px solid #dde1e7;
  border-radius: 0.75rem;
  box-shadow: 0 12px 32px rgba(23, 26, 31, 0.12);
  font-family: "Manrope", "Segoe UI", Arial, sans-serif;
}

.flatpickr-calendar.arrowTop::before {
  border-bottom-color: #dde1e7;
}

.flatpickr-calendar.arrowTop::after {
  border-bottom-color: #fff;
}

.flatpickr-calendar.arrowBottom::before {
  border-top-color: #dde1e7;
}

.flatpickr-calendar.arrowBottom::after {
  border-top-color: #fff;
}

.flatpickr-months {
  align-items: center;
  min-height: 2.5rem;
}

.flatpickr-months .flatpickr-month,
.flatpickr-current-month,
.flatpickr-current-month input.cur-year,
.flatpickr-current-month .flatpickr-monthDropdown-months {
  color: #171a1f;
  fill: #171a1f;
  font-family: "Manrope", "Segoe UI", Arial, sans-serif;
  font-weight: 700;
}

.flatpickr-months .flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month {
  top: 0.5rem;
  display: grid;
  width: 2rem;
  height: 2rem;
  padding: 0;
  place-items: center;
  color: #303640;
  fill: #303640;
  border-radius: 0.5rem;
  transition: color 150ms ease, background-color 150ms ease;
}

.flatpickr-months .flatpickr-prev-month:hover,
.flatpickr-months .flatpickr-next-month:hover {
  color: #c9161f;
  fill: #c9161f;
  background: #fff1f2;
}

.flatpickr-months .flatpickr-prev-month:focus-visible,
.flatpickr-months .flatpickr-next-month:focus-visible,
.flatpickr-current-month input.cur-year:focus-visible,
.flatpickr-current-month .flatpickr-monthDropdown-months:focus-visible {
  outline: 3px solid #ef5821;
  outline-offset: 2px;
}

.flatpickr-weekdays {
  margin-top: 0.5rem;
  border-top: 1px solid #dde1e7;
}

span.flatpickr-weekday {
  color: #667085;
  font-family: "Manrope", "Segoe UI", Arial, sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.flatpickr-day {
  color: #303640;
  font-weight: 600;
  border-radius: 0.5rem;
}

.flatpickr-day:hover,
.flatpickr-day:focus,
.flatpickr-day.prevMonthDay:hover,
.flatpickr-day.nextMonthDay:hover,
.flatpickr-day.prevMonthDay:focus,
.flatpickr-day.nextMonthDay:focus {
  color: #a9121a;
  background: #fff1f2;
  border-color: #ffd9dc;
}

.flatpickr-day:focus-visible {
  outline: 3px solid #ef5821;
  outline-offset: 1px;
}

.flatpickr-day.today {
  color: #c9161f;
  background: #fff;
  border-color: #c9161f;
}

.flatpickr-day.today:hover,
.flatpickr-day.today:focus {
  color: #a9121a;
  background: #fff1f2;
  border-color: #a9121a;
}

.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected.inRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.endRange.nextMonthDay {
  color: #fff;
  background: #c9161f;
  border-color: #c9161f;
  box-shadow: none;
}

.flatpickr-day.inRange {
  color: #a9121a;
  background: #fff1f2;
  border-color: #fff1f2;
  box-shadow: -5px 0 0 #fff1f2, 5px 0 0 #fff1f2;
}

.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)),
.flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)),
.flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)) {
  box-shadow: -10px 0 0 #c9161f;
}

.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover,
.flatpickr-day.prevMonthDay,
.flatpickr-day.nextMonthDay {
  color: #858d9a;
  background: transparent;
  border-color: transparent;
}

@media (forced-colors: active) {
  .flatpickr-calendar,
  .flatpickr-day,
  .flatpickr-day.today,
  .flatpickr-day.selected {
    forced-color-adjust: auto;
  }
}
.dd-public :is(.dd-home-hero, .dd-locations__search) .dd-booking-search .dd-location-picker {
  transform: translateX(var(--dd-location-shift, 0px));
  width: min(880px, 100vw - 32px);
  max-height: min(680px, 100dvh - 100px);
  overflow-y: auto;
}

.dd-public .dd-location-picker__body {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
}

.dd-public :is(.dd-home-hero, .dd-locations__search) .dd-location-picker__results {
  max-height: 430px;
}

.dd-public .dd-location-picker__details {
  min-width: 0;
  padding: 24px;
  color: #303640;
  background: #f7f8fa;
  border-left: 1px solid #dde1e7;
  font: 400 14px/1.6 "Manrope", "Segoe UI", Arial, sans-serif;
  overflow-wrap: anywhere;
}

.dd-public .dd-booking-search .dd-location-picker__details h4 {
  margin: 10px 0 8px;
  color: #171a1f;
  font: 750 22px/1.3 "Manrope", "Segoe UI", Arial, sans-serif;
}

.dd-public .dd-booking-search .dd-location-picker__details h5 {
  margin: 20px 0 4px;
  color: #171a1f;
  font: 750 14px/1.5 "Manrope", "Segoe UI", Arial, sans-serif;
}

.dd-public .dd-booking-search .dd-location-picker__details p {
  margin: 0 0 12px;
  color: #667085;
  font: inherit;
}

.dd-public .dd-location-picker__detail-label {
  color: #c9161f;
  font-size: 12px;
  font-weight: 750;
}

.dd-public .dd-location-picker__hours {
  white-space: pre-line;
}

.dd-public .dd-booking-search .dd-location-picker__details a {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  color: #c9161f;
  font: 700 14px/1.5 "Manrope", "Segoe UI", Arial, sans-serif;
  text-decoration: underline;
}

.dd-public .dd-location-picker__details :is(a, button):focus-visible {
  outline: 2px solid #c9161f;
  outline-offset: 3px;
}

.dd-public :is(.dd-home-hero, .dd-locations__search) .dd-location-picker__option.is-previewed {
  background: #fff1f2;
  border-color: #c9161f;
}

.dd-public :is(.dd-home-hero, .dd-locations__search) .dd-location-picker__option {
  grid-template-columns: 30px minmax(0, 1fr) 18px;
}

.dd-public .dd-location-picker__type {
  display: none;
}

@media (min-width: 1024px) {
  .dd-public :is(.dd-home-hero, .dd-locations__search) .dd-booking-search__field--return .dd-location-picker {
    left: 0;
    right: auto;
    width: min(800px, 65vw);
  }
}
@media (max-width: 1023px) {
  .dd-public :is(.dd-home-hero, .dd-locations__search) .dd-booking-search .dd-location-picker {
    position: fixed;
    top: auto;
    bottom: 8px;
    left: 8px;
    right: 8px;
    width: auto;
    max-height: calc(100dvh - 80px);
  }
}
@media (max-width: 600px) {
  .dd-public .dd-location-picker__body {
    grid-template-columns: minmax(0, 1fr);
  }
  .dd-public :is(.dd-home-hero, .dd-locations__search) .dd-location-picker__results {
    max-height: 180px;
  }
  .dd-public .dd-location-picker__details {
    padding: 16px;
    border-left: 0;
    border-top: 1px solid #dde1e7;
  }
  .dd-public .dd-booking-search .dd-location-picker__details h4 {
    font-size: 19px;
  }
}
.dd-public :is(.dd-home-hero, .dd-locations__search) .dd-location-picker__marker--airport {
  display: grid;
  place-items: center;
  color: #171a1f;
  background: transparent;
  border-radius: 0;
  transform: none;
}

.dd-public :is(.dd-home-hero, .dd-locations__search) .dd-location-picker__marker--airport::after {
  content: none;
}

.dd-public .dd-location-picker__marker--airport svg {
  width: 28px;
  height: 28px;
  fill: currentcolor;
}

.dd-public .dd-location-picker__detail-heading {
  display: flex;
  align-items: center;
  gap: 8px;
}

.dd-booking-search [data-datetime] .dd-booking-search__date-time[hidden],
.dd-booking-search .dd-datetime-dialog__source[hidden] {
  display: none;
}

.dd-datetime-trigger {
  display: flex;
  width: 100%;
  min-height: 54px;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 12px 14px;
  color: #171a1f;
  background: #f7f8fa;
  border: 1px solid #dde1e7;
  border-radius: 0.5rem;
  font: 680 14px/1.4 "Manrope", "Segoe UI", Arial, sans-serif;
  text-align: left;
  cursor: pointer;
}

.dd-datetime-trigger:hover {
  border-color: #c9161f;
}

.dd-datetime-trigger__icon {
  display: flex;
  flex: none;
  color: #c9161f;
}

.dd-datetime-trigger__icon svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentcolor;
  stroke-width: 1.6;
  stroke-linecap: round;
}

.dd-datetime-dialog {
  box-sizing: border-box;
  width: 420px;
  max-width: calc(100% - 24px);
  max-height: calc(100dvh - 24px);
  margin: auto;
  padding: 24px;
  overflow: auto;
  color: #303640;
  background: #fff;
  border: 1px solid #dde1e7;
  border-radius: 0.75rem;
  box-shadow: 0 12px 32px rgba(23, 26, 31, 0.12);
  font: 400 16px/1.5 "Manrope", "Segoe UI", Arial, sans-serif;
}

.dd-datetime-dialog::backdrop {
  background: rgba(23, 26, 31, 0.68);
}

.dd-datetime-dialog__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
}

.dd-datetime-dialog .dd-datetime-dialog__title {
  margin: 0;
  color: #171a1f;
  font: 750 24px/1.25 "Manrope", "Segoe UI", Arial, sans-serif;
  letter-spacing: -0.025em;
}

.dd-datetime-dialog__close {
  width: 44px;
  height: 44px;
  padding: 0;
  flex: none;
  color: #667085;
  background: #f7f8fa;
  border: 0;
  border-radius: 0.5rem;
  font-size: 28px;
  cursor: pointer;
}

.dd-datetime-dialog__close:hover {
  color: #c9161f;
  background: #fff1f2;
}

.dd-datetime-dialog__label {
  display: block;
  margin: 20px 0 8px;
  color: #303640;
  font-size: 14px;
  font-weight: 700;
}

.dd-datetime-dialog select.dd-datetime-dialog__time {
  display: block;
  width: 100%;
  height: 48px;
  margin: 0;
  padding: 10px 14px;
  color: #171a1f;
  background: #f7f8fa;
  border: 1px solid #858d9a;
  border-radius: 0.5rem;
  font: 600 16px/1.5 "Manrope", "Segoe UI", Arial, sans-serif;
}

.dd-datetime-dialog__done {
  display: block;
  width: 100%;
  min-height: 48px;
  margin-top: 20px;
  padding: 12px 16px;
  color: #fff;
  background: #c9161f;
  border: 1px solid transparent;
  border-radius: 0.5rem;
  font: 700 15px/1.4 "Manrope", "Segoe UI", Arial, sans-serif;
  cursor: pointer;
}

.dd-datetime-dialog__done:hover {
  background: #a9121a;
}

.dd-datetime-dialog__error {
  color: #b42318;
  font-size: 14px;
}

.dd-datetime-dialog__error[hidden] {
  display: none;
}

.dd-datetime-trigger:focus-visible,
.dd-datetime-dialog button:focus-visible,
.dd-datetime-dialog select:focus-visible {
  outline: 2px solid transparent;
  outline-offset: 3px;
  box-shadow: var(--dd-focus-ring);
}

/* Fit the existing single-month calendar inside the 320px dialog. */
.dd-datetime-dialog .flatpickr-calendar.inline {
  top: 0;
  width: 100%;
  padding: 0;
  border: 0;
  border-radius: 0;
  box-shadow: none;
}

.dd-datetime-dialog .flatpickr-innerContainer,
.dd-datetime-dialog .flatpickr-rContainer,
.dd-datetime-dialog .flatpickr-days {
  width: 100%;
}

.dd-datetime-dialog .dayContainer {
  display: grid;
  width: 100%;
  min-width: 0;
  max-width: none;
  grid-template-columns: repeat(7, minmax(0, 1fr));
}

.dd-datetime-dialog .flatpickr-day {
  width: 100%;
  max-width: none;
  height: 38px;
  line-height: 36px;
}

.dd-datetime-dialog .flatpickr-months {
  min-height: 48px;
}

.dd-datetime-dialog .flatpickr-current-month {
  font-size: 16px;
}

.dd-datetime-dialog .flatpickr-months .flatpickr-prev-month,
.dd-datetime-dialog .flatpickr-months .flatpickr-next-month {
  top: 0;
  width: 36px;
  height: 44px;
}

.dd-datetime-dialog span.flatpickr-weekday {
  font-size: 12px;
}

@media (max-width: 30rem) {
  .dd-datetime-dialog {
    padding: 16px;
  }
}
@media (forced-colors: active) {
  .dd-datetime-trigger:focus-visible,
  .dd-datetime-dialog :focus-visible {
    outline: 2px solid Highlight;
  }
}
/* ===========================================================================
   DD Drive homepage featured fleet
   ========================================================================== */
.dd-home-fleet {
  position: relative;
  overflow: hidden;
  padding: clamp(72px, 8vw, 124px) 0 clamp(78px, 8vw, 116px);
  color: #171c22;
  background: radial-gradient(circle at 86% 12%, rgba(237, 27, 36, 0.08), transparent 22%), linear-gradient(180deg, #f7f8fa 0%, #eef1f4 100%);
}

.dd-home-fleet::before {
  position: absolute;
  top: 0;
  left: 50%;
  width: min(1440px, 100% - 40px);
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(23, 28, 34, 0.16), transparent);
  content: "";
  transform: translateX(-50%);
}

.dd-home-fleet__inner {
  position: relative;
  width: min(1440px, 100% - 40px);
  margin: 0 auto;
}

.dd-home-fleet__header {
  display: grid;
  gap: 28px;
  margin-bottom: clamp(30px, 4vw, 52px);
}

.dd-home-fleet__heading {
  max-width: 780px;
}

.dd-home-fleet__eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
  color: #596371;
  font-size: 11px;
  font-weight: 780;
  letter-spacing: 0.14em;
  line-height: 1.3;
  text-transform: uppercase;
}

.dd-home-fleet__eyebrow span {
  color: #c9161f;
}

.dd-home-fleet__heading h2 {
  max-width: 720px;
  margin: 0;
  color: #11161c;
  font-family: var(--dd-font-family);
  font-size: clamp(36px, 5vw, 68px);
  font-weight: 760;
  letter-spacing: -0.055em;
  line-height: 0.98;
}

.dd-home-fleet__heading p {
  max-width: 620px;
  margin: 20px 0 0;
  color: #5d6673;
  font-size: clamp(15px, 1.4vw, 18px);
  line-height: 1.55;
}

.dd-home-fleet__header-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 18px;
}

.dd-home-fleet__all {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  gap: 12px;
  padding: 0 20px;
  color: #171c22;
  background: #fff;
  border: 1px solid #d7dce2;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 730;
  text-decoration: none;
  transition: border-color var(--dd-transition-fast), color var(--dd-transition-fast), transform var(--dd-transition-fast);
}

.dd-home-fleet__all svg,
.dd-home-fleet__control svg,
.dd-home-fleet-card__details svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentcolor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.dd-home-fleet__all:hover {
  color: #a9121a;
  border-color: #c9161f;
  transform: translateY(-2px);
}

.dd-home-fleet__controls {
  display: flex;
  gap: 8px;
}

.dd-home-fleet__control {
  display: grid;
  width: 48px;
  height: 48px;
  margin: 0;
  padding: 0;
  place-items: center;
  color: #fff;
  background: #171c22;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  transition: background-color var(--dd-transition-fast), transform var(--dd-transition-fast), opacity var(--dd-transition-fast);
}

.dd-home-fleet__control:hover {
  background-color: #c9161f;
  transform: translateY(-2px);
}

.dd-home-fleet__control.swiper-button-disabled {
  cursor: default;
  opacity: 0.35;
  transform: none;
}

.dd-home-fleet__carousel {
  overflow: visible;
  padding: 2px 2px 48px;
}

.dd-home-fleet__carousel .swiper-slide {
  display: flex;
  height: auto;
}

.dd-home-fleet-card {
  display: flex;
  width: 100%;
  min-width: 0;
}

.dd-home-fleet-card__link {
  position: relative;
  display: flex;
  width: 100%;
  min-width: 0;
  overflow: hidden;
  flex-direction: column;
  color: #171c22;
  background: #fff;
  border: 1px solid rgba(23, 28, 34, 0.12);
  border-radius: 22px;
  text-decoration: none;
  box-shadow: 0 20px 48px rgba(17, 22, 28, 0.08);
  transition: border-color 220ms ease, box-shadow 220ms ease, transform 220ms ease;
}

.dd-home-fleet-card__link::before {
  position: absolute;
  z-index: 4;
  top: 0;
  right: 28px;
  left: 28px;
  height: 3px;
  background: linear-gradient(90deg, #c9161f, #ed1b24 62%, #ff6a24);
  border-radius: 0 0 999px 999px;
  content: "";
  transform: scaleX(0.34);
  transform-origin: left;
  transition: transform 280ms ease;
}

.dd-home-fleet-card__link:hover,
.dd-home-fleet-card__link:focus-visible {
  color: #171c22;
  border-color: rgba(201, 22, 31, 0.34);
  box-shadow: 0 28px 64px rgba(17, 22, 28, 0.14);
  transform: translateY(-6px);
}

.dd-home-fleet-card__link:hover::before,
.dd-home-fleet-card__link:focus-visible::before {
  transform: scaleX(1);
}

.dd-home-fleet-card__media {
  position: relative;
  display: grid;
  min-height: 238px;
  overflow: hidden;
  padding: 36px 28px 24px;
  place-items: center;
  color: #fff;
  background: radial-gradient(circle at 82% 18%, rgba(237, 27, 36, 0.24), transparent 26%), linear-gradient(145deg, #1a2027, #0e1217);
}

.dd-home-fleet-card__media::before {
  position: absolute;
  right: -55px;
  bottom: -100px;
  width: 280px;
  height: 180px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 50%;
  content: "";
  transform: rotate(-18deg);
}

.dd-home-fleet-card__number,
.dd-home-fleet-card__code {
  position: absolute;
  z-index: 2;
  top: 22px;
  font-size: 10px;
  font-weight: 780;
  letter-spacing: 0.13em;
  line-height: 1;
}

.dd-home-fleet-card__number {
  left: 24px;
  color: #ed1b24;
}

.dd-home-fleet-card__code {
  right: 24px;
  color: rgba(255, 255, 255, 0.62);
}

.dd-home-fleet-card__media img {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  max-width: 415px;
  height: 200px;
  object-fit: contain;
  filter: drop-shadow(0 20px 18px rgba(0, 0, 0, 0.34));
  transition: transform 300ms ease;
}

.dd-home-fleet-card__link:hover .dd-home-fleet-card__media img,
.dd-home-fleet-card__link:focus-visible .dd-home-fleet-card__media img {
  transform: translateY(-4px) scale(1.025);
}

.dd-home-fleet-card__placeholder {
  position: relative;
  z-index: 1;
  width: min(100%, 280px);
  height: auto;
  fill: none;
  stroke: rgba(255, 255, 255, 0.56);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.3;
}

.dd-home-fleet-card__body {
  display: flex;
  min-height: 0;
  flex: 1 1 auto;
  flex-direction: column;
  padding: 26px;
}

.dd-home-fleet-card__category {
  margin-bottom: 7px;
  color: #c9161f;
  font-size: 10px;
  font-weight: 780;
  letter-spacing: 0.12em;
  line-height: 1.35;
  text-transform: uppercase;
}

.dd-home-fleet-card__body h3 {
  margin: 0;
  color: #11161c;
  font-family: var(--dd-font-family);
  font-size: clamp(21px, 2vw, 27px);
  font-weight: 740;
  letter-spacing: -0.035em;
  line-height: 1.08;
}

.dd-home-fleet-card__equivalent {
  margin-top: 5px;
  color: #707986;
  font-size: 12px;
  font-weight: 560;
}

.dd-home-fleet-card__attributes {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px 16px;
  margin: 24px 0 0;
  padding: 18px 0;
  border-block: 1px solid #e5e8ec;
  list-style: none;
}

.dd-home-fleet-card__attributes li {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 8px;
  color: #4e5865;
  font-size: 12px;
  line-height: 1.35;
}

.dd-home-fleet-card__attributes svg {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  fill: none;
  stroke: #c9161f;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.45;
}

.dd-home-fleet-card__attributes span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.dd-home-fleet-card__footer {
  display: flex;
  min-height: 58px;
  align-items: flex-end;
  justify-content: space-between;
  gap: 18px;
  margin-top: auto;
  padding-top: 22px;
}

.dd-home-fleet-card__price {
  display: grid;
  gap: 3px;
}

.dd-home-fleet-card__price > span {
  color: #737d89;
  font-size: 10px;
  font-weight: 680;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.dd-home-fleet-card__price strong {
  color: #11161c;
  font-size: 21px;
  font-variant-numeric: tabular-nums;
  font-weight: 780;
  line-height: 1;
}

.dd-home-fleet-card__price small {
  font-size: 11px;
  font-weight: 720;
}

.dd-home-fleet-card__details {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #171c22;
  font-size: 12px;
  font-weight: 720;
  white-space: nowrap;
}

.dd-home-fleet-card__details svg {
  color: #c9161f;
  transition: transform var(--dd-transition-fast);
}

.dd-home-fleet-card__link:hover .dd-home-fleet-card__details svg,
.dd-home-fleet-card__link:focus-visible .dd-home-fleet-card__details svg {
  transform: translateX(4px);
}

.dd-home-fleet__carousel .swiper-pagination {
  bottom: 0;
}

.dd-home-fleet__carousel .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: #8d96a1;
  opacity: 0.45;
}

.dd-home-fleet__carousel .swiper-pagination-bullet-active {
  width: 24px;
  background: #c9161f;
  border-radius: 999px;
  opacity: 1;
}

.dd-home-fleet__all:focus-visible,
.dd-home-fleet__control:focus-visible,
.dd-home-fleet-card__link:focus-visible {
  outline: 2px solid #c9161f;
  outline-offset: 4px;
}

@media (min-width: 48rem) {
  .dd-home-fleet__inner {
    width: min(1440px, 100% - 64px);
  }
  .dd-home-fleet__header {
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: end;
  }
  .dd-home-fleet__header-actions {
    justify-content: flex-end;
  }
}
@media (max-width: 30rem) {
  .dd-home-fleet__inner {
    width: min(100% - 28px, 1440px);
  }
  .dd-home-fleet__header-actions {
    align-items: stretch;
    justify-content: space-between;
  }
  .dd-home-fleet__all {
    padding-inline: 16px;
  }
  .dd-home-fleet__control {
    width: 44px;
    height: 44px;
  }
  .dd-home-fleet-card__media {
    min-height: 218px;
  }
  .dd-home-fleet-card__body {
    padding: 22px;
  }
  .dd-home-fleet-card__attributes {
    grid-template-columns: 1fr;
  }
}
@media (prefers-reduced-motion: reduce) {
  .dd-home-fleet__all,
  .dd-home-fleet__control,
  .dd-home-fleet-card__link,
  .dd-home-fleet-card__link::before,
  .dd-home-fleet-card__media img,
  .dd-home-fleet-card__details svg {
    transition: none;
  }
}
@media (forced-colors: active) {
  .dd-home-fleet-card__link,
  .dd-home-fleet__all,
  .dd-home-fleet__control {
    border: 1px solid CanvasText;
  }
}
/* ===========================================================================
   DD Drive homepage location discovery
   ========================================================================== */
.dd-home-locations {
  position: relative;
  overflow: hidden;
  padding: clamp(76px, 8vw, 124px) 0 clamp(82px, 9vw, 132px);
  color: #f7f8fa;
  background: radial-gradient(circle at 8% 86%, rgba(237, 27, 36, 0.12), transparent 24%), linear-gradient(135deg, #0b0f14 0%, #121820 58%, #0d1218 100%);
}

.dd-home-locations::before {
  position: absolute;
  top: -210px;
  right: -160px;
  width: 620px;
  height: 620px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 50%;
  box-shadow: 0 0 0 70px rgba(255, 255, 255, 0.018), 0 0 0 140px rgba(255, 255, 255, 0.012);
  content: "";
}

.dd-home-locations__inner {
  position: relative;
  z-index: 1;
  width: min(1440px, 100% - 40px);
  margin: 0 auto;
}

.dd-home-locations__header {
  display: grid;
  gap: 30px;
  margin-bottom: clamp(36px, 5vw, 64px);
}

.dd-home-locations__eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 15px;
  color: #aeb6c2;
  font-size: 11px;
  font-weight: 780;
  letter-spacing: 0.14em;
  line-height: 1.3;
  text-transform: uppercase;
}

.dd-home-locations__eyebrow span {
  color: #ed1b24;
}

.dd-home-locations__header h2 {
  margin: 0;
  color: #f7f8fa;
  font-family: var(--dd-font-family);
  font-size: clamp(36px, 5vw, 68px);
  font-weight: 750;
  letter-spacing: -0.055em;
  line-height: 1;
}

.dd-home-locations__header h2 span {
  color: #ed1b24;
}

.dd-home-locations__intro {
  max-width: 470px;
}

.dd-home-locations__intro p {
  margin: 0 0 24px;
  color: #b7bfca;
  font-size: clamp(15px, 1.35vw, 18px);
  line-height: 1.6;
}

.dd-home-locations__intro > a {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  gap: 12px;
  padding: 0 20px;
  color: #fff;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 720;
  text-decoration: none;
  transition: background-color var(--dd-transition-fast), border-color var(--dd-transition-fast), transform var(--dd-transition-fast);
}

.dd-home-locations__intro > a:hover {
  background-color: #c9161f;
  border-color: #c9161f;
  transform: translateY(-2px);
}

.dd-home-locations__intro > a svg,
.dd-home-location-card__arrow,
.dd-home-location-card__icon svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentcolor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.dd-home-locations__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 20px;
}

.dd-home-location-card {
  min-width: 0;
  overflow: hidden;
  background: #f7f8fa;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 22px;
  box-shadow: 0 28px 64px rgba(0, 0, 0, 0.24);
}

.dd-home-location-card__header {
  position: relative;
  display: flex;
  min-height: 190px;
  overflow: hidden;
  flex-direction: column;
  justify-content: flex-end;
  padding: 26px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.035), transparent 55%), #151b22;
}

.dd-home-location-card__header::after {
  position: absolute;
  right: -68px;
  bottom: -90px;
  width: 230px;
  height: 170px;
  border: 1px solid rgba(237, 27, 36, 0.32);
  border-radius: 50%;
  content: "";
  transform: rotate(-20deg);
}

.dd-home-location-card__number {
  position: absolute;
  z-index: 2;
  top: 25px;
  left: 26px;
  color: #ed1b24;
  font-size: 10px;
  font-weight: 780;
  letter-spacing: 0.14em;
}

.dd-home-location-card__mark {
  position: absolute;
  z-index: 0;
  top: 5px;
  right: 20px;
  color: rgba(255, 255, 255, 0.045);
  font-family: var(--dd-font-family);
  font-size: 112px;
  font-weight: 800;
  letter-spacing: -0.09em;
  line-height: 1;
}

.dd-home-location-card__header h3 {
  position: relative;
  z-index: 2;
  margin: 0;
  color: #fff;
  font-family: var(--dd-font-family);
  font-size: clamp(26px, 2.6vw, 38px);
  font-weight: 740;
  letter-spacing: -0.045em;
  line-height: 1;
}

.dd-home-location-card__routes {
  background: #f7f8fa;
}

.dd-home-location-card__routes > a {
  display: grid;
  min-height: 92px;
  grid-template-columns: 46px minmax(0, 1fr) 22px;
  align-items: center;
  gap: 14px;
  padding: 18px 22px;
  color: #171c22;
  border-bottom: 1px solid #dde2e7;
  text-decoration: none;
  transition: background-color var(--dd-transition-fast), color var(--dd-transition-fast);
}

.dd-home-location-card__routes > a:last-child {
  border-bottom: 0;
}

.dd-home-location-card__routes > a:hover,
.dd-home-location-card__routes > a:focus-visible {
  color: #fff;
  background-color: #c9161f;
}

.dd-home-location-card__icon {
  display: grid;
  width: 46px;
  height: 46px;
  place-items: center;
  color: #c9161f;
  background: #fff;
  border: 1px solid #dde2e7;
  border-radius: 50%;
}

.dd-home-location-card__routes small,
.dd-home-location-card__routes strong {
  display: block;
}

.dd-home-location-card__routes small {
  margin-bottom: 4px;
  color: #737d89;
  font-size: 9px;
  font-weight: 760;
  letter-spacing: 0.11em;
  line-height: 1.3;
  text-transform: uppercase;
  transition: color var(--dd-transition-fast);
}

.dd-home-location-card__routes strong {
  overflow: hidden;
  font-size: 14px;
  font-weight: 720;
  line-height: 1.3;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.dd-home-location-card__routes > a:hover small,
.dd-home-location-card__routes > a:focus-visible small {
  color: rgba(255, 255, 255, 0.72);
}

.dd-home-location-card__arrow {
  color: #c9161f;
  transition: color var(--dd-transition-fast), transform var(--dd-transition-fast);
}

.dd-home-location-card__routes > a:hover .dd-home-location-card__arrow,
.dd-home-location-card__routes > a:focus-visible .dd-home-location-card__arrow {
  color: #fff;
  transform: translateX(4px);
}

.dd-home-locations__intro > a:focus-visible,
.dd-home-location-card__routes > a:focus-visible {
  outline: 2px solid #fff;
  outline-offset: -4px;
}

@media (min-width: 48rem) {
  .dd-home-locations__inner {
    width: min(1440px, 100% - 64px);
  }
  .dd-home-locations__header {
    grid-template-columns: minmax(0, 1.5fr) minmax(300px, 0.75fr);
    align-items: end;
  }
  .dd-home-locations__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 64rem) {
  .dd-home-locations__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 30rem) {
  .dd-home-locations__inner {
    width: min(100% - 28px, 1440px);
  }
  .dd-home-location-card__header {
    min-height: 165px;
    padding: 22px;
  }
  .dd-home-location-card__number {
    top: 22px;
    left: 22px;
  }
  .dd-home-location-card__routes > a {
    grid-template-columns: 42px minmax(0, 1fr) 20px;
    gap: 12px;
    padding: 16px 18px;
  }
  .dd-home-location-card__icon {
    width: 42px;
    height: 42px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .dd-home-locations__intro > a,
  .dd-home-location-card__routes > a,
  .dd-home-location-card__routes small,
  .dd-home-location-card__arrow {
    transition: none;
  }
}
@media (forced-colors: active) {
  .dd-home-location-card,
  .dd-home-location-card__routes > a,
  .dd-home-locations__intro > a {
    border-color: CanvasText;
  }
}
.dd-dropoffs {
  padding-block: clamp(3rem, 7vw, 6rem);
  background: var(--dd-color-canvas);
  color: var(--dd-color-text);
}
.dd-dropoffs__header {
  display: flex;
  flex-wrap: wrap;
  align-items: end;
  justify-content: space-between;
  gap: var(--dd-space-6);
  margin-bottom: var(--dd-space-8);
}
.dd-dropoffs__header > div {
  max-width: 45rem;
}
.dd-dropoffs__header h2 {
  margin: 0 0 var(--dd-space-4);
  font-size: var(--dd-font-size-h2);
  letter-spacing: -0.04em;
}
.dd-dropoffs__header p {
  margin-bottom: 0;
}
.dd-dropoffs__header > a {
  flex-shrink: 0;
}
.dd-dropoffs__eyebrow {
  margin: 0 0 var(--dd-space-4) !important;
  color: var(--dd-color-action);
  font-size: var(--dd-font-size-sm);
  font-weight: 750;
}
.dd-dropoffs__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: var(--dd-space-4);
  padding: 0;
  margin: 0;
  list-style: none;
}
.dd-dropoffs__card {
  min-width: 0;
  position: relative;
  padding: var(--dd-space-6);
  border: 1px solid var(--dd-color-border);
  border-top: 3px solid var(--dd-color-brand-logo);
  border-radius: var(--dd-radius-card);
  background: var(--dd-color-surface);
  scroll-margin-top: 9rem;
  overflow-wrap: anywhere;
}
.dd-dropoffs__card h3 {
  margin: var(--dd-space-3) 0;
  font-size: var(--dd-font-size-h4);
}
.dd-dropoffs__card p {
  margin: var(--dd-space-2) 0 0;
}
.dd-dropoffs__card a {
  display: block;
  min-height: 44px;
  color: var(--dd-color-ink);
  text-decoration: none;
}
.dd-dropoffs__card a:hover {
  color: var(--dd-color-action);
  text-decoration: underline;
}
.dd-dropoffs__card a:focus-visible {
  outline: 2px solid var(--dd-color-action);
  outline-offset: 4px;
}
.dd-dropoffs__card:target {
  border-color: var(--dd-color-action);
  box-shadow: var(--dd-shadow-md);
}
.dd-dropoffs__marker {
  display: grid;
  place-items: center;
  width: 48px;
  height: 48px;
  margin-bottom: var(--dd-space-6);
  border-radius: var(--dd-radius-control);
  color: var(--dd-color-action);
  background: var(--dd-color-brand-soft);
}
.dd-dropoffs__marker svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
}
.dd-dropoffs__type {
  color: var(--dd-color-text-muted);
  font-size: var(--dd-font-size-sm);
}
.dd-dropoffs__actions {
  display: flex;
  flex-wrap: wrap;
  gap: var(--dd-space-4);
  margin-top: var(--dd-space-8);
}
.dd-dropoffs__empty {
  padding: var(--dd-space-6);
  background: var(--dd-color-surface);
  border-radius: var(--dd-radius-card);
}
@media (min-width: 48rem) {
  .dd-dropoffs__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 64rem) {
  .dd-dropoffs__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

/* ===========================================================================
   DD Drive homepage customer centre
   ========================================================================== */
.dd-home-support {
  position: relative;
  overflow: hidden;
  padding: clamp(76px, 8vw, 126px) 0 clamp(82px, 9vw, 136px);
  color: #171c22;
  background: radial-gradient(circle at 8% 18%, rgba(237, 27, 36, 0.07), transparent 20%), #f5f7f9;
}

.dd-home-support::before {
  position: absolute;
  top: -46px;
  left: -20px;
  color: rgba(17, 22, 28, 0.025);
  font-family: var(--dd-font-family);
  font-size: clamp(190px, 28vw, 430px);
  font-weight: 800;
  letter-spacing: -0.1em;
  line-height: 0.8;
  content: "04";
  pointer-events: none;
}

.dd-home-support__inner {
  position: relative;
  z-index: 1;
  display: grid;
  width: min(1440px, 100% - 40px);
  gap: clamp(38px, 6vw, 90px);
  margin: 0 auto;
}

.dd-home-support__intro {
  max-width: 600px;
}

.dd-home-support__eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 15px;
  color: #596371;
  font-size: 11px;
  font-weight: 780;
  letter-spacing: 0.14em;
  line-height: 1.3;
  text-transform: uppercase;
}

.dd-home-support__eyebrow span {
  color: #c9161f;
}

.dd-home-support__intro h2 {
  margin: 0;
  color: #11161c;
  font-family: var(--dd-font-family);
  font-size: clamp(36px, 5vw, 67px);
  font-weight: 750;
  letter-spacing: -0.055em;
  line-height: 1;
}

.dd-home-support__intro p {
  max-width: 520px;
  margin: 24px 0 28px;
  color: #5d6673;
  font-size: clamp(15px, 1.35vw, 18px);
  line-height: 1.62;
}

.dd-home-support__all {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  gap: 12px;
  padding: 0 21px;
  color: #fff;
  background: #171c22;
  border: 1px solid #171c22;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 720;
  text-decoration: none;
  transition: background-color var(--dd-transition-fast), border-color var(--dd-transition-fast), transform var(--dd-transition-fast);
}

.dd-home-support__all:hover {
  color: #fff;
  background-color: #c9161f;
  border-color: #c9161f;
  transform: translateY(-2px);
}

.dd-home-support__all svg,
.dd-home-support-topic__icon svg,
.dd-home-support-topic__arrow {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentcolor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.dd-home-support__topics {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  overflow: hidden;
  gap: 1px;
  padding: 1px;
  background-color: #dce1e6;
  border-radius: 22px;
  box-shadow: 0 26px 64px rgba(17, 22, 28, 0.09);
}

.dd-home-support-topic {
  position: relative;
  display: grid;
  min-width: 0;
  min-height: 176px;
  grid-template-columns: minmax(0, 1fr) auto;
  grid-template-rows: auto 1fr auto;
  gap: 16px;
  padding: 24px;
  color: #171c22;
  background: #fff;
  text-decoration: none;
  transition: color 220ms ease, background-color 220ms ease;
}

.dd-home-support-topic::before {
  position: absolute;
  right: 24px;
  bottom: 0;
  left: 24px;
  height: 3px;
  background: linear-gradient(90deg, #c9161f, #ed1b24, #ff6a24);
  content: "";
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 260ms ease;
}

.dd-home-support-topic:hover,
.dd-home-support-topic:focus-visible {
  color: #fff;
  background-color: #c9161f;
}

.dd-home-support-topic:hover::before,
.dd-home-support-topic:focus-visible::before {
  transform: scaleX(1);
}

.dd-home-support-topic__number {
  color: #c9161f;
  font-size: 10px;
  font-weight: 780;
  letter-spacing: 0.13em;
  transition: color 220ms ease;
}

.dd-home-support-topic__icon {
  display: grid;
  width: 42px;
  height: 42px;
  grid-column: 2;
  grid-row: 1/span 2;
  place-items: center;
  color: #c9161f;
  background: #f5f7f9;
  border: 1px solid #e1e5e9;
  border-radius: 50%;
  transition: color 220ms ease, background-color 220ms ease, border-color 220ms ease;
}

.dd-home-support-topic strong {
  align-self: end;
  color: inherit;
  font-family: var(--dd-font-family);
  font-size: clamp(20px, 2vw, 27px);
  font-weight: 720;
  letter-spacing: -0.035em;
  line-height: 1.08;
}

.dd-home-support-topic__arrow {
  align-self: end;
  color: #c9161f;
  transition: color 220ms ease, transform 220ms ease;
}

.dd-home-support-topic:hover .dd-home-support-topic__number,
.dd-home-support-topic:focus-visible .dd-home-support-topic__number,
.dd-home-support-topic:hover .dd-home-support-topic__arrow,
.dd-home-support-topic:focus-visible .dd-home-support-topic__arrow {
  color: #fff;
}

.dd-home-support-topic:hover .dd-home-support-topic__icon,
.dd-home-support-topic:focus-visible .dd-home-support-topic__icon {
  color: #c9161f;
  background-color: #fff;
  border-color: #fff;
}

.dd-home-support-topic:hover .dd-home-support-topic__arrow,
.dd-home-support-topic:focus-visible .dd-home-support-topic__arrow {
  transform: translateX(4px);
}

.dd-home-support__all:focus-visible,
.dd-home-support-topic:focus-visible {
  outline: 2px solid #c9161f;
  outline-offset: 4px;
}

.dd-home-support-topic:focus-visible {
  outline-color: #fff;
  outline-offset: -5px;
}

@media (min-width: 48rem) {
  .dd-home-support__inner {
    width: min(1440px, 100% - 64px);
  }
  .dd-home-support__topics {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 64rem) {
  .dd-home-support__inner {
    grid-template-columns: minmax(320px, 0.72fr) minmax(0, 1.28fr);
    align-items: start;
  }
  .dd-home-support__intro {
    position: sticky;
    top: 120px;
  }
}
@media (max-width: 30rem) {
  .dd-home-support__inner {
    width: min(100% - 28px, 1440px);
  }
  .dd-home-support-topic {
    min-height: 150px;
    padding: 21px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .dd-home-support__all,
  .dd-home-support-topic,
  .dd-home-support-topic::before,
  .dd-home-support-topic__number,
  .dd-home-support-topic__icon,
  .dd-home-support-topic__arrow {
    transition: none;
  }
}
@media (forced-colors: active) {
  .dd-home-support__all,
  .dd-home-support__topics,
  .dd-home-support-topic {
    border: 1px solid CanvasText;
  }
}
/* ===========================================================================
   DD Drive homepage booking process
   ========================================================================== */
.dd-home-process {
  position: relative;
  overflow: hidden;
  padding: clamp(78px, 8vw, 126px) 0 clamp(86px, 9vw, 138px);
  color: #f7f8fa;
  background: radial-gradient(circle at 88% 10%, rgba(237, 27, 36, 0.14), transparent 22%), linear-gradient(145deg, #0c1015, #141a21 62%, #0c1117);
}

.dd-home-process::before {
  position: absolute;
  top: 0;
  left: 50%;
  width: min(1440px, 100% - 40px);
  height: 3px;
  background: linear-gradient(90deg, #c9161f, #ed1b24 65%, #ff6a24, transparent 88%);
  content: "";
  transform: translateX(-50%);
}

.dd-home-process__inner {
  position: relative;
  width: min(1440px, 100% - 40px);
  margin: 0 auto;
}

.dd-home-process__header {
  display: grid;
  gap: 32px;
  margin-bottom: clamp(38px, 5vw, 66px);
}

.dd-home-process__eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 15px;
  color: #aeb6c2;
  font-size: 11px;
  font-weight: 780;
  letter-spacing: 0.14em;
  line-height: 1.3;
  text-transform: uppercase;
}

.dd-home-process__eyebrow span {
  color: #ed1b24;
}

.dd-home-process__header h2 {
  margin: 0;
  color: #f7f8fa;
  font-family: var(--dd-font-family);
  font-size: clamp(36px, 5vw, 68px);
  font-weight: 750;
  letter-spacing: -0.055em;
  line-height: 1;
}

.dd-home-process__header h2 span {
  color: #ed1b24;
}

.dd-home-process__actions {
  max-width: 490px;
}

.dd-home-process__actions > p {
  margin: 0 0 24px;
  color: #b8c0ca;
  font-size: clamp(15px, 1.35vw, 18px);
  line-height: 1.62;
}

.dd-home-process__actions > div {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 18px;
}

.dd-home-process__start {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  gap: 12px;
  padding: 0 21px;
  color: #fff;
  background: #c9161f;
  border: 1px solid #c9161f;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 720;
  text-decoration: none;
  transition: background-color var(--dd-transition-fast), border-color var(--dd-transition-fast), transform var(--dd-transition-fast);
}

.dd-home-process__start:hover {
  color: #fff;
  background-color: #ed1b24;
  border-color: #ed1b24;
  transform: translateY(-2px);
}

.dd-home-process__start svg,
.dd-home-process__icon svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentcolor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.dd-home-process__conditions {
  color: #d5dae1;
  font-size: 12px;
  font-weight: 650;
  text-decoration: underline;
  text-decoration-color: rgba(213, 218, 225, 0.42);
  text-underline-offset: 5px;
}

.dd-home-process__conditions:hover {
  color: #fff;
  text-decoration-color: #ed1b24;
}

.dd-home-process__steps {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  overflow: hidden;
  gap: 1px;
  margin: 0;
  padding: 1px;
  background: rgba(255, 255, 255, 0.12);
  border-radius: 22px;
  box-shadow: 0 30px 70px rgba(0, 0, 0, 0.28);
  list-style: none;
}

.dd-home-process__steps li {
  position: relative;
  display: flex;
  min-width: 0;
  min-height: 238px;
  flex-direction: column;
  padding: 28px;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.025), transparent 55%), #151b22;
  transition: background-color 220ms ease;
}

.dd-home-process__steps li::after {
  position: absolute;
  right: 28px;
  bottom: 0;
  left: 28px;
  height: 3px;
  background: linear-gradient(90deg, #c9161f, #ed1b24, #ff6a24);
  content: "";
  transform: scaleX(0.24);
  transform-origin: left;
  transition: transform 260ms ease;
}

.dd-home-process__steps li:hover {
  background-color: #1a2129;
}

.dd-home-process__steps li:hover::after {
  transform: scaleX(1);
}

.dd-home-process__number {
  color: #ed1b24;
  font-size: 10px;
  font-weight: 780;
  letter-spacing: 0.14em;
}

.dd-home-process__icon {
  display: grid;
  width: 46px;
  height: 46px;
  margin: 30px 0 24px;
  place-items: center;
  color: #ed1b24;
  background: rgba(237, 27, 36, 0.09);
  border: 1px solid rgba(237, 27, 36, 0.24);
  border-radius: 50%;
}

.dd-home-process__steps h3 {
  margin: auto 0 8px;
  color: #fff;
  font-family: var(--dd-font-family);
  font-size: clamp(20px, 2vw, 27px);
  font-weight: 720;
  letter-spacing: -0.035em;
  line-height: 1.1;
}

.dd-home-process__steps p {
  max-width: 330px;
  margin: 0;
  color: #aeb7c2;
  font-size: 13px;
  line-height: 1.55;
}

.dd-home-process__start:focus-visible,
.dd-home-process__conditions:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 4px;
}

@media (min-width: 48rem) {
  .dd-home-process__inner {
    width: min(1440px, 100% - 64px);
  }
  .dd-home-process__header {
    grid-template-columns: minmax(0, 1.45fr) minmax(320px, 0.75fr);
    align-items: end;
  }
  .dd-home-process__steps {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 64rem) {
  .dd-home-process__steps {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 30rem) {
  .dd-home-process__inner {
    width: min(100% - 28px, 1440px);
  }
  .dd-home-process__steps li {
    min-height: 220px;
    padding: 24px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .dd-home-process__start,
  .dd-home-process__steps li,
  .dd-home-process__steps li::after {
    transition: none;
  }
}
@media (forced-colors: active) {
  .dd-home-process__start,
  .dd-home-process__steps,
  .dd-home-process__steps li {
    border: 1px solid CanvasText;
  }
}
/* ===========================================================================
   DD Drive homepage latest news
   ========================================================================== */
.dd-home-news {
  position: relative;
  overflow: hidden;
  padding: clamp(76px, 8vw, 124px) 0 clamp(84px, 9vw, 132px);
  color: #171c22;
  background: radial-gradient(circle at 92% 8%, rgba(237, 27, 36, 0.08), transparent 20%), linear-gradient(180deg, #fff 0%, #f1f3f6 100%);
}

.dd-home-news__inner {
  position: relative;
  width: min(1440px, 100% - 40px);
  margin: 0 auto;
}

.dd-home-news__header {
  display: grid;
  gap: 26px;
  margin-bottom: clamp(34px, 5vw, 58px);
}

.dd-home-news__eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 15px;
  color: #596371;
  font-size: 11px;
  font-weight: 780;
  letter-spacing: 0.14em;
  line-height: 1.3;
  text-transform: uppercase;
}

.dd-home-news__eyebrow span {
  color: #c9161f;
}

.dd-home-news__header h2 {
  max-width: 780px;
  margin: 0;
  color: #11161c;
  font-family: var(--dd-font-family);
  font-size: clamp(36px, 5vw, 68px);
  font-weight: 750;
  letter-spacing: -0.055em;
  line-height: 1;
}

.dd-home-news__all {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-self: start;
  gap: 12px;
  padding: 0 21px;
  color: #171c22;
  background: #fff;
  border: 1px solid #d4d9df;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 720;
  text-decoration: none;
  transition: color var(--dd-transition-fast), border-color var(--dd-transition-fast), transform var(--dd-transition-fast);
}

.dd-home-news__all:hover {
  color: #a9121a;
  border-color: #c9161f;
  transform: translateY(-2px);
}

.dd-home-news__all svg,
.dd-home-news-card__read svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentcolor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.dd-home-news__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 22px;
}

.dd-home-news-card {
  display: flex;
  min-width: 0;
}

.dd-home-news-card__link {
  display: flex;
  width: 100%;
  min-width: 0;
  overflow: hidden;
  flex-direction: column;
  color: #171c22;
  background: #fff;
  border: 1px solid rgba(17, 22, 28, 0.12);
  border-radius: 22px;
  text-decoration: none;
  box-shadow: 0 24px 58px rgba(17, 22, 28, 0.09);
  transition: border-color 220ms ease, box-shadow 220ms ease, transform 220ms ease;
}

.dd-home-news-card__link:hover,
.dd-home-news-card__link:focus-visible {
  color: #171c22;
  border-color: rgba(201, 22, 31, 0.36);
  box-shadow: 0 30px 70px rgba(17, 22, 28, 0.15);
  transform: translateY(-6px);
}

.dd-home-news-card__media {
  position: relative;
  min-height: 270px;
  overflow: hidden;
  background: radial-gradient(circle at 75% 18%, rgba(237, 27, 36, 0.22), transparent 24%), #151b22;
}

.dd-home-news-card__media::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 45%;
  background: linear-gradient(transparent, rgba(9, 12, 16, 0.45));
  content: "";
  pointer-events: none;
}

.dd-home-news-card__media img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 270px;
  object-fit: cover;
  transition: transform 420ms ease;
}

.dd-home-news-card__link:hover .dd-home-news-card__media img,
.dd-home-news-card__link:focus-visible .dd-home-news-card__media img {
  transform: scale(1.035);
}

.dd-home-news-card__number,
.dd-home-news-card__featured {
  position: absolute;
  z-index: 2;
  top: 22px;
  font-size: 10px;
  font-weight: 780;
  letter-spacing: 0.12em;
  line-height: 1;
  text-transform: uppercase;
}

.dd-home-news-card__number {
  left: 22px;
  color: #fff;
  background: #c9161f;
  border-radius: 999px;
  padding: 9px 11px;
}

.dd-home-news-card__featured {
  right: 22px;
  padding: 9px 12px;
  color: #fff;
  background: rgba(12, 16, 21, 0.74);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  backdrop-filter: blur(10px);
}

.dd-home-news-card__placeholder {
  position: absolute;
  top: 50%;
  left: 50%;
  color: rgba(255, 255, 255, 0.12);
  font-family: var(--dd-font-family);
  font-size: clamp(42px, 7vw, 90px);
  font-weight: 800;
  letter-spacing: -0.07em;
  line-height: 1;
  white-space: nowrap;
  transform: translate(-50%, -50%);
}

.dd-home-news-card__body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  padding: clamp(24px, 3vw, 34px);
}

.dd-home-news-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 14px;
  color: #707a86;
  font-size: 9px;
  font-weight: 720;
  letter-spacing: 0.1em;
  line-height: 1.4;
  text-transform: uppercase;
}

.dd-home-news-card__body h3 {
  margin: 0;
  color: #11161c;
  font-family: var(--dd-font-family);
  font-size: clamp(23px, 2.7vw, 38px);
  font-weight: 730;
  letter-spacing: -0.045em;
  line-height: 1.08;
}

.dd-home-news-card__body p {
  display: -webkit-box;
  max-width: 720px;
  overflow: hidden;
  margin: 18px 0 0;
  color: #5e6874;
  font-size: 14px;
  line-height: 1.6;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.dd-home-news-card__read {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  gap: 9px;
  margin-top: auto;
  padding-top: 26px;
  color: #171c22;
  font-size: 12px;
  font-weight: 720;
}

.dd-home-news-card__read svg {
  color: #c9161f;
  transition: transform var(--dd-transition-fast);
}

.dd-home-news-card__link:hover .dd-home-news-card__read svg,
.dd-home-news-card__link:focus-visible .dd-home-news-card__read svg {
  transform: translateX(4px);
}

.dd-home-news__all:focus-visible,
.dd-home-news-card__link:focus-visible {
  outline: 2px solid #c9161f;
  outline-offset: 4px;
}

@media (min-width: 48rem) {
  .dd-home-news__inner {
    width: min(1440px, 100% - 64px);
  }
  .dd-home-news__header {
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: end;
  }
  .dd-home-news__all {
    justify-self: end;
  }
  .dd-home-news__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 64rem) {
  .dd-home-news__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 30rem) {
  .dd-home-news__inner {
    width: min(100% - 28px, 1440px);
  }
  .dd-home-news-card__media,
  .dd-home-news-card__media img {
    min-height: 230px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .dd-home-news__all,
  .dd-home-news-card__link,
  .dd-home-news-card__media img,
  .dd-home-news-card__read svg {
    transition: none;
  }
}
@media (forced-colors: active) {
  .dd-home-news__all,
  .dd-home-news-card__link {
    border-color: CanvasText;
  }
}
/* ===========================================================================
   DD Drive homepage Business Wizard teaser
   ========================================================================== */
.dd-home-wizard {
  padding: clamp(68px, 7vw, 108px) 0;
  color: #fff;
  background: #edf0f3;
}

.dd-home-wizard__inner {
  position: relative;
  display: grid;
  width: min(1440px, 100% - 40px);
  overflow: hidden;
  margin: 0 auto;
  background: #c9161f;
  border-radius: 26px;
  box-shadow: 0 34px 80px rgba(17, 22, 28, 0.2);
}

.dd-home-wizard__brand {
  position: absolute;
  z-index: 4;
  top: 0;
  right: 0;
  left: 0;
  display: flex;
  min-height: 66px;
  align-items: center;
  gap: 14px;
  padding: 0 28px;
  color: rgba(255, 255, 255, 0.82);
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  font-size: 10px;
  font-weight: 780;
  letter-spacing: 0.14em;
}

.dd-home-wizard__brand svg {
  width: 48px;
  height: 18px;
  fill: none;
  stroke: currentcolor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.2;
}

.dd-home-wizard__content {
  position: relative;
  z-index: 2;
  padding: 102px clamp(26px, 5vw, 74px) clamp(42px, 6vw, 78px);
}

.dd-home-wizard__eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
  color: rgba(255, 255, 255, 0.75);
  font-size: 11px;
  font-weight: 780;
  letter-spacing: 0.14em;
  line-height: 1.3;
  text-transform: uppercase;
}

.dd-home-wizard__eyebrow span {
  color: #fff;
}

.dd-home-wizard__content h2 {
  max-width: 780px;
  margin: 0;
  color: #fff;
  font-family: var(--dd-font-family);
  font-size: clamp(36px, 5vw, 67px);
  font-weight: 750;
  letter-spacing: -0.057em;
  line-height: 0.98;
}

.dd-home-wizard__content h2 span {
  color: rgba(255, 255, 255, 0.66);
}

.dd-home-wizard__content > p {
  max-width: 680px;
  margin: 26px 0 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: clamp(15px, 1.35vw, 18px);
  line-height: 1.62;
}

.dd-home-wizard__content > ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
}

.dd-home-wizard__content > ul li {
  padding: 9px 13px;
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  font-size: 10px;
  font-weight: 720;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.dd-home-wizard__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 18px;
  margin-top: 32px;
}

.dd-home-wizard__contact {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  gap: 12px;
  padding: 0 22px;
  color: #171c22;
  background: #fff;
  border: 1px solid #fff;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 740;
  text-decoration: none;
  transition: color var(--dd-transition-fast), background-color var(--dd-transition-fast), transform var(--dd-transition-fast);
}

.dd-home-wizard__contact:hover {
  color: #fff;
  background-color: #171c22;
  border-color: #171c22;
  transform: translateY(-2px);
}

.dd-home-wizard__contact svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentcolor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.dd-home-wizard__actions > span {
  max-width: 230px;
  color: rgba(255, 255, 255, 0.67);
  font-size: 11px;
  line-height: 1.45;
}

.dd-home-wizard__visual {
  position: relative;
  min-height: 390px;
  overflow: hidden;
  background: radial-gradient(circle at 30% 30%, rgba(237, 27, 36, 0.26), transparent 23%), linear-gradient(145deg, #171d24, #0b0f14);
}

.dd-home-wizard__word {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  color: rgba(255, 255, 255, 0.055);
  font-family: var(--dd-font-family);
  font-size: clamp(80px, 12vw, 170px);
  font-weight: 800;
  letter-spacing: -0.08em;
  line-height: 0.8;
  white-space: nowrap;
  transform: translate(-50%, -50%) rotate(-7deg);
}

.dd-home-wizard__orb {
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 50%;
}

.dd-home-wizard__orb--one {
  top: 14%;
  left: 18%;
  width: 250px;
  height: 250px;
  box-shadow: 0 0 0 54px rgba(255, 255, 255, 0.025);
}

.dd-home-wizard__orb--two {
  right: -70px;
  bottom: -90px;
  width: 300px;
  height: 210px;
  border-color: rgba(237, 27, 36, 0.42);
  transform: rotate(-22deg);
}

.dd-home-wizard__line {
  position: absolute;
  top: 50%;
  right: 12%;
  left: 12%;
  height: 1px;
  background: linear-gradient(90deg, transparent, #ed1b24, transparent);
  transform: rotate(-24deg);
}

.dd-home-wizard__index {
  position: absolute;
  right: 28px;
  bottom: 26px;
  color: rgba(255, 255, 255, 0.56);
  font-size: 9px;
  font-weight: 780;
  letter-spacing: 0.14em;
}

.dd-home-wizard__contact:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 4px;
}

@media (min-width: 48rem) {
  .dd-home-wizard__inner {
    width: min(1440px, 100% - 64px);
    grid-template-columns: minmax(0, 1.18fr) minmax(360px, 0.82fr);
  }
  .dd-home-wizard__visual {
    min-height: 610px;
  }
  .dd-home-wizard__brand {
    padding-inline: 36px;
  }
}
@media (max-width: 30rem) {
  .dd-home-wizard__inner {
    width: min(100% - 28px, 1440px);
    border-radius: 20px;
  }
  .dd-home-wizard__brand {
    min-height: 58px;
    padding-inline: 20px;
  }
  .dd-home-wizard__content {
    padding-top: 88px;
  }
  .dd-home-wizard__visual {
    min-height: 300px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .dd-home-wizard__contact {
    transition: none;
  }
}
@media (forced-colors: active) {
  .dd-home-wizard__inner,
  .dd-home-wizard__contact,
  .dd-home-wizard__content > ul li {
    border: 1px solid CanvasText;
  }
}
/* ===========================================================================
   DD Drive homepage inspirations
   ========================================================================== */
.dd-home-inspirations {
  position: relative;
  overflow: hidden;
  padding: clamp(78px, 9vw, 132px) 0 clamp(88px, 10vw, 146px);
  color: #f8f9fb;
  background: radial-gradient(circle at 8% 92%, rgba(237, 27, 36, 0.15), transparent 24%), linear-gradient(145deg, #11171e 0%, #0b1016 68%, #151116 100%);
}

.dd-home-inspirations::before {
  position: absolute;
  top: 0;
  right: max(20px, (100% - 1440px) / 2);
  width: min(320px, 34vw);
  height: 2px;
  background: linear-gradient(90deg, transparent, #ed1b24 45%, #ef5821 75%, transparent);
  content: "";
}

.dd-home-inspirations__inner {
  position: relative;
  width: min(1440px, 100% - 40px);
  margin: 0 auto;
}

.dd-home-inspirations__header {
  display: grid;
  gap: 26px;
  margin-bottom: clamp(38px, 6vw, 66px);
}

.dd-home-inspirations__eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
  color: #929aa6;
  font-size: 11px;
  font-weight: 780;
  letter-spacing: 0.14em;
  line-height: 1.3;
  text-transform: uppercase;
}

.dd-home-inspirations__eyebrow span {
  color: #f3262f;
}

.dd-home-inspirations__header h2 {
  max-width: 820px;
  margin: 0;
  color: #fff;
  font-family: var(--dd-font-family);
  font-size: clamp(36px, 5vw, 68px);
  font-weight: 740;
  letter-spacing: -0.055em;
  line-height: 1;
}

.dd-home-inspirations__intro {
  align-self: end;
}

.dd-home-inspirations__intro p {
  max-width: 480px;
  margin: 0 0 22px;
  color: #adb5c0;
  font-size: 15px;
  line-height: 1.65;
}

.dd-home-inspirations__all {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  gap: 11px;
  padding: 0 21px;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 999px;
  font-size: 13px;
  font-weight: 720;
  text-decoration: none;
  transition: color var(--dd-transition-fast), background var(--dd-transition-fast), border-color var(--dd-transition-fast), transform var(--dd-transition-fast);
}

.dd-home-inspirations__all:hover {
  color: #11161c;
  background: #fff;
  border-color: #fff;
  transform: translateY(-2px);
}

.dd-home-inspirations__all svg,
.dd-home-inspiration-card__read svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentcolor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.dd-home-inspirations__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 22px;
}

.dd-home-inspiration-card {
  display: flex;
  min-width: 0;
}

.dd-home-inspiration-card__link {
  position: relative;
  display: flex;
  width: 100%;
  min-width: 0;
  overflow: hidden;
  flex-direction: column;
  color: #fff;
  background: #171d24;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 24px;
  text-decoration: none;
  box-shadow: 0 26px 64px rgba(0, 0, 0, 0.25);
  transition: border-color 220ms ease, box-shadow 220ms ease, transform 220ms ease;
}

.dd-home-inspiration-card__link::after {
  position: absolute;
  right: 26px;
  bottom: 0;
  left: 26px;
  height: 3px;
  background: linear-gradient(90deg, #ed1b24, #ef5821 65%, transparent);
  content: "";
  opacity: 0.9;
  transform: scaleX(0.28);
  transform-origin: left;
  transition: transform 320ms ease;
}

.dd-home-inspiration-card__link:hover,
.dd-home-inspiration-card__link:focus-visible {
  color: #fff;
  border-color: rgba(237, 27, 36, 0.65);
  box-shadow: 0 34px 78px rgba(0, 0, 0, 0.38);
  transform: translateY(-7px);
}

.dd-home-inspiration-card__link:hover::after,
.dd-home-inspiration-card__link:focus-visible::after {
  transform: scaleX(1);
}

.dd-home-inspiration-card__media {
  position: relative;
  min-height: 330px;
  overflow: hidden;
  background: radial-gradient(circle at 76% 18%, rgba(237, 27, 36, 0.35), transparent 23%), linear-gradient(145deg, #232b34, #0e1319);
}

.dd-home-inspiration-card__media::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(7, 10, 14, 0.08) 38%, rgba(7, 10, 14, 0.7) 100%);
  content: "";
  pointer-events: none;
}

.dd-home-inspiration-card__media img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 330px;
  object-fit: cover;
  transition: filter 420ms ease, transform 520ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

.dd-home-inspiration-card__link:hover .dd-home-inspiration-card__media img,
.dd-home-inspiration-card__link:focus-visible .dd-home-inspiration-card__media img {
  filter: saturate(1.08) contrast(1.03);
  transform: scale(1.045);
}

.dd-home-inspiration-card__number,
.dd-home-inspiration-card__featured {
  position: absolute;
  z-index: 2;
  top: 22px;
  padding: 9px 11px;
  color: #fff;
  font-size: 10px;
  font-weight: 780;
  letter-spacing: 0.12em;
  line-height: 1;
  text-transform: uppercase;
}

.dd-home-inspiration-card__number {
  left: 22px;
  background: #c9161f;
  border-radius: 999px;
}

.dd-home-inspiration-card__featured {
  right: 22px;
  background: rgba(10, 14, 18, 0.72);
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  backdrop-filter: blur(10px);
}

.dd-home-inspiration-card__placeholder {
  position: absolute;
  top: 50%;
  left: 50%;
  color: rgba(255, 255, 255, 0.1);
  font-family: var(--dd-font-family);
  font-size: clamp(44px, 6vw, 76px);
  font-weight: 800;
  letter-spacing: -0.07em;
  line-height: 1;
  white-space: nowrap;
  transform: translate(-50%, -50%) rotate(-7deg);
}

.dd-home-inspiration-card__body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  padding: clamp(26px, 3vw, 36px);
}

.dd-home-inspiration-card__category {
  align-self: flex-start;
  margin-bottom: 14px;
  color: #ff6970;
  font-size: 10px;
  font-weight: 780;
  letter-spacing: 0.13em;
  line-height: 1.4;
  text-transform: uppercase;
}

.dd-home-inspiration-card__body h3 {
  margin: 0;
  color: #fff;
  font-family: var(--dd-font-family);
  font-size: clamp(24px, 2.5vw, 36px);
  font-weight: 720;
  letter-spacing: -0.045em;
  line-height: 1.08;
}

.dd-home-inspiration-card__body p {
  display: -webkit-box;
  overflow: hidden;
  margin: 17px 0 0;
  color: #aeb6c1;
  font-size: 14px;
  line-height: 1.65;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.dd-home-inspiration-card__read {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  gap: 9px;
  margin-top: auto;
  padding-top: 28px;
  color: #fff;
  font-size: 12px;
  font-weight: 720;
}

.dd-home-inspiration-card__read svg {
  color: #f3262f;
  transition: transform var(--dd-transition-fast);
}

.dd-home-inspiration-card__link:hover .dd-home-inspiration-card__read svg,
.dd-home-inspiration-card__link:focus-visible .dd-home-inspiration-card__read svg {
  transform: translateX(4px);
}

.dd-home-inspirations__all:focus-visible,
.dd-home-inspiration-card__link:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 4px;
}

@media (min-width: 48rem) {
  .dd-home-inspirations__inner {
    width: min(1440px, 100% - 64px);
  }
  .dd-home-inspirations__header {
    grid-template-columns: minmax(0, 1.6fr) minmax(280px, 0.7fr);
    align-items: end;
  }
  .dd-home-inspirations__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 64rem) {
  .dd-home-inspirations__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .dd-home-inspiration-card__media,
  .dd-home-inspiration-card__media img {
    min-height: 390px;
  }
}
@media (max-width: 30rem) {
  .dd-home-inspirations__inner {
    width: min(100% - 28px, 1440px);
  }
  .dd-home-inspiration-card__media,
  .dd-home-inspiration-card__media img {
    min-height: 290px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .dd-home-inspirations__all,
  .dd-home-inspiration-card__link,
  .dd-home-inspiration-card__link::after,
  .dd-home-inspiration-card__media img,
  .dd-home-inspiration-card__read svg {
    transition: none;
  }
}
@media (forced-colors: active) {
  .dd-home-inspirations__all,
  .dd-home-inspiration-card__link {
    border-color: CanvasText;
  }
}
/* ===========================================================================
   DD Drive long-form prose
   ---------------------------------------------------------------------------
   Element styling for body copy the templates do not control tag by tag:
   admin rich-text article bodies and the inherited legal documents. Apply
   `dd-prose` to the wrapper; the owning component sets measure and rhythm.
   ========================================================================== */
.dd-prose {
  color: var(--dd-color-text);
}

.dd-prose > :first-child {
  margin-top: 0;
}

.dd-prose > :last-child {
  margin-bottom: 0;
}

.dd-prose p,
.dd-prose ul,
.dd-prose ol,
.dd-prose table,
.dd-prose figure,
.dd-prose blockquote {
  margin: 0 0 1.35em;
}

.dd-prose h2,
.dd-prose h3,
.dd-prose h4 {
  margin: 1.9em 0 0.6em;
  color: var(--dd-color-ink);
  font-family: var(--dd-font-family);
  font-weight: 740;
  letter-spacing: -0.035em;
  line-height: 1.16;
  text-wrap: balance;
}

.dd-prose h2 {
  font-size: clamp(24px, 2.8vw, 34px);
}

.dd-prose h3 {
  font-size: clamp(20px, 2.2vw, 26px);
}

.dd-prose h4 {
  font-size: 19px;
}

.dd-prose a {
  color: var(--dd-color-action-hover);
  text-decoration: underline;
  text-underline-offset: 0.18em;
}

.dd-prose a:hover {
  color: var(--dd-color-action-pressed);
}

.dd-prose strong,
.dd-prose b {
  color: var(--dd-color-ink);
  font-weight: 730;
}

.dd-prose ul,
.dd-prose ol {
  padding-left: 1.4em;
}

.dd-prose ul {
  list-style: disc;
}

.dd-prose li {
  margin-bottom: 0.5em;
}

.dd-prose li::marker {
  color: var(--dd-color-action);
}

.dd-prose img {
  display: block;
  max-width: 100%;
  height: auto;
  border-radius: var(--dd-radius-media);
}

.dd-prose figcaption {
  margin-top: 0.6em;
  color: var(--dd-color-text-muted);
  font-size: 13px;
  line-height: 1.5;
}

.dd-prose blockquote {
  padding: 4px 0 4px 22px;
  border-left: 3px solid var(--dd-color-action);
  color: var(--dd-color-ink);
  font-size: 19px;
  line-height: 1.5;
}

.dd-prose hr {
  margin: 2.2em 0;
  border: 0;
  border-top: 1px solid var(--dd-color-border);
}

/* Wide tables scroll inside the measure instead of widening the page. */
.dd-prose table {
  display: block;
  width: 100%;
  overflow-x: auto;
  border-collapse: collapse;
  font-size: 15px;
}

.dd-prose th,
.dd-prose td {
  padding: 10px 14px;
  border: 1px solid var(--dd-color-border);
  text-align: left;
}

.dd-prose th {
  color: var(--dd-color-ink);
  background: var(--dd-color-surface-muted);
  font-weight: 730;
}

.dd-prose a:focus-visible {
  outline: 2px solid var(--dd-color-action);
  outline-offset: 3px;
}

/* ===========================================================================
   DD Drive editorial content
   ---------------------------------------------------------------------------
   Shared presentation for the news (/vijesti) and inspirations (/inspiracije)
   list and article templates. News posts and inspirations are different domain
   records but read identically, so both use one component here instead of two
   near-duplicate style sheets.

   The homepage teasers keep their own `dd-home-news` / `dd-home-inspirations`
   sections; only these full templates use `dd-editorial`.
   ========================================================================== */
.dd-editorial {
  --dd-editorial-inner: min(1440px, calc(100% - 40px));
  --dd-editorial-measure: 46rem;
  position: relative;
  color: var(--dd-color-text);
  background: var(--dd-color-surface);
}

.dd-editorial__inner {
  position: relative;
  width: var(--dd-editorial-inner);
  margin: 0 auto;
}

/* ---------------------------------------------------------------------------
   List hero
   The shared header is fixed and transparent over 90px, so the dark band runs
   up behind it and the content is padded clear rather than margined down.
   -------------------------------------------------------------------------- */
.dd-editorial-hero {
  position: relative;
  padding: 116px 0 clamp(52px, 6vw, 84px);
  overflow: hidden;
  color: #f4f6f8;
  background: radial-gradient(circle at 82% 18%, rgba(237, 27, 36, 0.16), transparent 26%), linear-gradient(135deg, #0b0e12 0%, #11161c 58%, #0c1015 100%);
  isolation: isolate;
}

.dd-editorial-hero::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0.16;
  background-image: linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
  background-size: 72px 72px;
  content: "";
  mask-image: linear-gradient(to bottom, #000, transparent 82%);
}

.dd-editorial-hero__eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 18px;
  color: rgba(244, 246, 248, 0.62);
  font-size: 11px;
  font-weight: 780;
  letter-spacing: 0.14em;
  line-height: 1.3;
  text-transform: uppercase;
}

.dd-editorial-hero__eyebrow span {
  display: inline-flex;
  align-items: center;
  padding: 6px 11px;
  color: #fff;
  background: var(--dd-color-action);
  border-radius: var(--dd-radius-pill);
  letter-spacing: 0.12em;
}

.dd-editorial-hero h1 {
  max-width: 20ch;
  margin: 0;
  color: #fff;
  font-family: var(--dd-font-family);
  font-size: clamp(38px, 5.6vw, 76px);
  font-weight: 750;
  letter-spacing: -0.055em;
  line-height: 1;
  text-wrap: balance;
}

.dd-editorial-hero__lead {
  max-width: 58ch;
  margin: clamp(20px, 2.4vw, 30px) 0 0;
  color: rgba(244, 246, 248, 0.74);
  font-size: clamp(15px, 1.4vw, 18px);
  line-height: 1.6;
}

.dd-editorial-hero__count {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 26px 0 0;
  padding: 9px 15px;
  color: rgba(244, 246, 248, 0.82);
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--dd-radius-pill);
  font-size: 12px;
  font-weight: 720;
  letter-spacing: 0.04em;
}

.dd-editorial-hero__count::before {
  width: 7px;
  height: 7px;
  background: var(--dd-color-brand-logo);
  border-radius: 50%;
  content: "";
}

/* ---------------------------------------------------------------------------
   List body
   -------------------------------------------------------------------------- */
.dd-editorial-list {
  position: relative;
  padding: clamp(48px, 6vw, 86px) 0 clamp(56px, 7vw, 100px);
  background: radial-gradient(circle at 94% 4%, rgba(237, 27, 36, 0.06), transparent 22%), linear-gradient(180deg, var(--dd-color-surface) 0%, #f1f3f6 100%);
}

.dd-editorial-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 22px;
}

.dd-editorial-card {
  display: flex;
  min-width: 0;
}

.dd-editorial-card__link {
  display: flex;
  width: 100%;
  min-width: 0;
  overflow: hidden;
  flex-direction: column;
  color: var(--dd-color-ink);
  background: var(--dd-color-surface);
  border: 1px solid rgba(23, 26, 31, 0.12);
  border-radius: 22px;
  text-decoration: none;
  box-shadow: 0 24px 58px rgba(23, 26, 31, 0.09);
  transition: border-color var(--dd-transition-base), box-shadow var(--dd-transition-base), transform var(--dd-transition-base);
}

.dd-editorial-card__link:hover,
.dd-editorial-card__link:focus-visible {
  color: var(--dd-color-ink);
  border-color: rgba(201, 22, 31, 0.36);
  box-shadow: 0 30px 70px rgba(23, 26, 31, 0.15);
  transform: translateY(-6px);
}

.dd-editorial-card__media {
  position: relative;
  min-height: 250px;
  overflow: hidden;
  background: radial-gradient(circle at 75% 18%, rgba(237, 27, 36, 0.22), transparent 24%), #151b22;
}

.dd-editorial-card__media::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 45%;
  background: linear-gradient(transparent, rgba(9, 12, 16, 0.45));
  content: "";
  pointer-events: none;
}

.dd-editorial-card__media img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 250px;
  object-fit: cover;
  transition: transform 420ms ease;
}

.dd-editorial-card__link:hover .dd-editorial-card__media img,
.dd-editorial-card__link:focus-visible .dd-editorial-card__media img {
  transform: scale(1.035);
}

.dd-editorial-card__placeholder {
  position: absolute;
  top: 50%;
  left: 50%;
  color: rgba(255, 255, 255, 0.12);
  font-family: var(--dd-font-family);
  font-size: clamp(36px, 6vw, 72px);
  font-weight: 800;
  letter-spacing: -0.07em;
  line-height: 1;
  white-space: nowrap;
  transform: translate(-50%, -50%);
}

.dd-editorial-card__number,
.dd-editorial-card__featured {
  position: absolute;
  z-index: 2;
  top: 20px;
  font-size: 10px;
  font-weight: 780;
  letter-spacing: 0.12em;
  line-height: 1;
  text-transform: uppercase;
}

.dd-editorial-card__number {
  left: 20px;
  padding: 9px 11px;
  color: #fff;
  background: var(--dd-color-action);
  border-radius: var(--dd-radius-pill);
}

.dd-editorial-card__featured {
  right: 20px;
  padding: 9px 12px;
  color: #fff;
  background: rgba(12, 16, 21, 0.74);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: var(--dd-radius-pill);
  backdrop-filter: blur(10px);
}

.dd-editorial-card__body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  padding: clamp(22px, 2.6vw, 32px);
}

.dd-editorial-card__category {
  align-self: flex-start;
  margin-bottom: 14px;
  padding: 7px 12px;
  color: var(--dd-color-action-hover);
  background: var(--dd-color-brand-soft);
  border: 1px solid var(--dd-color-brand-soft-strong);
  border-radius: var(--dd-radius-pill);
  font-size: 10px;
  font-weight: 780;
  letter-spacing: 0.11em;
  line-height: 1;
  text-transform: uppercase;
}

.dd-editorial-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 14px;
  color: var(--dd-color-text-muted);
  font-size: 9px;
  font-weight: 720;
  letter-spacing: 0.1em;
  line-height: 1.4;
  text-transform: uppercase;
}

.dd-editorial-card__body h3 {
  margin: 0;
  color: var(--dd-color-ink);
  font-family: var(--dd-font-family);
  font-size: clamp(21px, 2.2vw, 30px);
  font-weight: 730;
  letter-spacing: -0.04em;
  line-height: 1.1;
}

.dd-editorial-card__body p {
  display: -webkit-box;
  overflow: hidden;
  margin: 16px 0 0;
  color: var(--dd-color-text-muted);
  font-size: 14px;
  line-height: 1.6;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.dd-editorial-card__read {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  gap: 9px;
  margin-top: auto;
  padding-top: 24px;
  color: var(--dd-color-ink);
  font-size: 12px;
  font-weight: 720;
}

.dd-editorial-card__read svg {
  color: var(--dd-color-action);
  transition: transform var(--dd-transition-fast);
}

.dd-editorial-card__link:hover .dd-editorial-card__read svg,
.dd-editorial-card__link:focus-visible .dd-editorial-card__read svg {
  transform: translateX(4px);
}

/* ---------------------------------------------------------------------------
   Empty state
   -------------------------------------------------------------------------- */
.dd-editorial-empty {
  max-width: 42rem;
  padding: clamp(32px, 5vw, 56px);
  color: var(--dd-color-text);
  background: var(--dd-color-surface);
  border: 1px solid var(--dd-color-border);
  border-radius: 22px;
  box-shadow: var(--dd-shadow-sm);
}

.dd-editorial-empty__eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 14px;
  color: var(--dd-color-text-muted);
  font-size: 11px;
  font-weight: 780;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.dd-editorial-empty__eyebrow::before {
  width: 7px;
  height: 7px;
  background: var(--dd-color-action);
  border-radius: 50%;
  content: "";
}

.dd-editorial-empty h3 {
  margin: 0;
  color: var(--dd-color-ink);
  font-family: var(--dd-font-family);
  font-size: clamp(24px, 3vw, 34px);
  font-weight: 740;
  letter-spacing: -0.04em;
  line-height: 1.12;
}

.dd-editorial-empty p {
  max-width: 52ch;
  margin: 16px 0 0;
  color: var(--dd-color-text-muted);
  font-size: 15px;
  line-height: 1.6;
}

.dd-editorial-empty__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 28px;
}

/* ---------------------------------------------------------------------------
   Shared pill actions
   -------------------------------------------------------------------------- */
.dd-editorial-action {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  gap: 11px;
  padding: 0 22px;
  color: var(--dd-color-ink);
  background: var(--dd-color-surface);
  border: 1px solid var(--dd-color-border);
  border-radius: var(--dd-radius-pill);
  font-size: 13px;
  font-weight: 720;
  text-decoration: none;
  transition: color var(--dd-transition-fast), border-color var(--dd-transition-fast), background-color var(--dd-transition-fast), transform var(--dd-transition-fast);
}

.dd-editorial-action:hover {
  color: var(--dd-color-action-hover);
  border-color: var(--dd-color-action);
  transform: translateY(-2px);
}

.dd-editorial-action svg {
  color: var(--dd-color-action);
}

.dd-editorial-action--primary {
  color: #fff;
  background: var(--dd-color-action);
  border-color: var(--dd-color-action);
}

.dd-editorial-action--primary:hover {
  color: #fff;
  background: var(--dd-color-action-hover);
  border-color: var(--dd-color-action-hover);
}

.dd-editorial-action--primary svg {
  color: currentcolor;
}

.dd-editorial-action--onDark {
  color: #fff;
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.22);
}

.dd-editorial-action--onDark:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.42);
}

.dd-editorial-action--onDark svg {
  color: var(--dd-color-brand-logo);
}

.dd-editorial svg {
  width: 20px;
  height: 20px;
  flex: none;
  fill: none;
  stroke: currentcolor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

/* ---------------------------------------------------------------------------
   Cross link between the two content sections
   -------------------------------------------------------------------------- */
.dd-editorial-crosslink {
  padding: clamp(44px, 5vw, 72px) 0;
  color: #f4f6f8;
  background: linear-gradient(120deg, #0b0e12 0%, #141a21 100%);
}

.dd-editorial-crosslink__panel {
  display: grid;
  gap: 22px;
}

.dd-editorial-crosslink h2 {
  max-width: 24ch;
  margin: 0;
  color: #fff;
  font-family: var(--dd-font-family);
  font-size: clamp(26px, 3.2vw, 40px);
  font-weight: 740;
  letter-spacing: -0.045em;
  line-height: 1.08;
}

.dd-editorial-crosslink p {
  max-width: 52ch;
  margin: 14px 0 0;
  color: rgba(244, 246, 248, 0.7);
  font-size: 15px;
  line-height: 1.6;
}

.dd-editorial-crosslink__actions {
  display: flex;
  flex-wrap: wrap;
  align-content: center;
  gap: 12px;
}

/* ---------------------------------------------------------------------------
   Article (detail template)
   -------------------------------------------------------------------------- */
.dd-editorial-article__hero {
  position: relative;
  padding: 116px 0 clamp(44px, 5vw, 72px);
  overflow: hidden;
  color: #f4f6f8;
  background: radial-gradient(circle at 86% 14%, rgba(237, 27, 36, 0.16), transparent 26%), linear-gradient(135deg, #0b0e12 0%, #11161c 58%, #0c1015 100%);
  isolation: isolate;
}

.dd-editorial-article__hero::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0.16;
  background-image: linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
  background-size: 72px 72px;
  content: "";
  mask-image: linear-gradient(to bottom, #000, transparent 82%);
}

.dd-editorial-article__back {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 26px;
  color: rgba(244, 246, 248, 0.72);
  font-size: 12px;
  font-weight: 720;
  letter-spacing: 0.06em;
  text-decoration: none;
  text-transform: uppercase;
  transition: color var(--dd-transition-fast);
}

.dd-editorial-article__back:hover {
  color: #fff;
}

.dd-editorial-article__back svg {
  color: var(--dd-color-brand-logo);
}

.dd-editorial-article__tags {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
}

.dd-editorial-article__kind,
.dd-editorial-article__category,
.dd-editorial-article__featured {
  display: inline-flex;
  align-items: center;
  padding: 7px 12px;
  border-radius: var(--dd-radius-pill);
  font-size: 10px;
  font-weight: 780;
  letter-spacing: 0.12em;
  line-height: 1;
  text-transform: uppercase;
}

.dd-editorial-article__kind {
  color: #fff;
  background: var(--dd-color-action);
}

.dd-editorial-article__category {
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.22);
}

.dd-editorial-article__featured {
  color: rgba(244, 246, 248, 0.82);
  background: transparent;
  border: 1px solid rgba(237, 27, 36, 0.5);
}

.dd-editorial-article__hero h1 {
  max-width: 18ch;
  margin: 0;
  color: #fff;
  font-family: var(--dd-font-family);
  font-size: clamp(34px, 5vw, 66px);
  font-weight: 750;
  letter-spacing: -0.05em;
  line-height: 1.02;
  text-wrap: balance;
}

.dd-editorial-article__lead {
  max-width: 56ch;
  margin: clamp(18px, 2.2vw, 28px) 0 0;
  color: rgba(244, 246, 248, 0.76);
  font-size: clamp(16px, 1.5vw, 20px);
  line-height: 1.55;
}

.dd-editorial-article__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin: 26px 0 0;
  color: rgba(244, 246, 248, 0.58);
  font-size: 11px;
  font-weight: 720;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.dd-editorial-article__body {
  position: relative;
  /* Contains the lifted figure's negative top margin. Without a block
     formatting context it would collapse through and drag this whole light
     section up over the dark hero instead of only the image. */
  display: flow-root;
  padding: 0 0 clamp(56px, 7vw, 96px);
  background: radial-gradient(circle at 96% 2%, rgba(237, 27, 36, 0.05), transparent 20%), linear-gradient(180deg, var(--dd-color-surface) 0%, #f1f3f6 100%);
}

/* The figure is lifted into the dark band above so the article opens on the
   image rather than a hard colour break. */
.dd-editorial-article__media {
  position: relative;
  z-index: 2;
  margin: clamp(-72px, -6vw, -32px) 0 0;
  overflow: hidden;
  border-radius: 22px;
  box-shadow: 0 30px 70px rgba(11, 14, 18, 0.3);
}

.dd-editorial-article__media img {
  display: block;
  width: 100%;
  aspect-ratio: 16/9;
  object-fit: cover;
}

.dd-editorial-article__content {
  max-width: var(--dd-editorial-measure);
  margin: clamp(38px, 5vw, 64px) auto 0;
  color: var(--dd-color-text);
  font-size: 17px;
  line-height: 1.68;
}

.dd-editorial-article__footer {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  max-width: var(--dd-editorial-measure);
  margin: clamp(38px, 5vw, 58px) auto 0;
  padding-top: clamp(28px, 4vw, 40px);
  border-top: 1px solid var(--dd-color-border);
}

/* ---------------------------------------------------------------------------
   Related articles under a detail page
   -------------------------------------------------------------------------- */
.dd-editorial-related {
  padding: clamp(48px, 6vw, 82px) 0 clamp(56px, 7vw, 96px);
  background: #f1f3f6;
}

.dd-editorial-related__header {
  display: grid;
  gap: 20px;
  margin-bottom: clamp(28px, 4vw, 44px);
}

.dd-editorial-related__eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 12px;
  color: var(--dd-color-text-muted);
  font-size: 11px;
  font-weight: 780;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.dd-editorial-related__eyebrow::before {
  width: 7px;
  height: 7px;
  background: var(--dd-color-action);
  border-radius: 50%;
  content: "";
}

.dd-editorial-related h2 {
  max-width: 24ch;
  margin: 0;
  color: var(--dd-color-ink);
  font-family: var(--dd-font-family);
  font-size: clamp(26px, 3.4vw, 44px);
  font-weight: 740;
  letter-spacing: -0.05em;
  line-height: 1.06;
}

/* ---------------------------------------------------------------------------
   Focus
   -------------------------------------------------------------------------- */
.dd-editorial a:focus-visible,
.dd-editorial-card__link:focus-visible {
  outline: 2px solid var(--dd-color-action);
  outline-offset: 4px;
}

.dd-editorial-hero a:focus-visible,
.dd-editorial-article__hero a:focus-visible,
.dd-editorial-crosslink a:focus-visible {
  outline-color: #fff;
}

/* ---------------------------------------------------------------------------
   Responsive
   -------------------------------------------------------------------------- */
@media (min-width: 48rem) {
  .dd-editorial {
    --dd-editorial-inner: min(1440px, calc(100% - 64px));
  }
  .dd-editorial-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .dd-editorial-crosslink__panel {
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 34px;
  }
  .dd-editorial-related__header {
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: end;
  }
}
@media (min-width: 64rem) {
  .dd-editorial-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .dd-editorial-article__content {
    font-size: 18px;
  }
}
@media (max-width: 30rem) {
  .dd-editorial {
    --dd-editorial-inner: min(100% - 28px, 1440px);
  }
  .dd-editorial-card__media,
  .dd-editorial-card__media img {
    min-height: 210px;
  }
  .dd-editorial-article__media {
    border-radius: 16px;
  }
  .dd-editorial-empty__actions .dd-editorial-action,
  .dd-editorial-article__footer .dd-editorial-action {
    width: 100%;
    justify-content: center;
  }
}
@media (prefers-reduced-motion: reduce) {
  .dd-editorial-action,
  .dd-editorial-card__link,
  .dd-editorial-card__media img,
  .dd-editorial-card__read svg,
  .dd-editorial-article__back {
    transition: none;
  }
  .dd-editorial-card__link:hover,
  .dd-editorial-card__link:focus-visible,
  .dd-editorial-action:hover {
    transform: none;
  }
}
@media (forced-colors: active) {
  .dd-editorial-action,
  .dd-editorial-card__link,
  .dd-editorial-empty,
  .dd-editorial-article__media {
    border: 1px solid CanvasText;
  }
  .dd-editorial-card__media::after {
    display: none;
  }
}
/* ===========================================================================
   DD Drive customer centre
   ---------------------------------------------------------------------------
   The /podrska index and its six topic pages. Question and answer presentation
   comes from the shared `dd-faq` disclosure component in `_dd-domain.scss`;
   this file owns the page shells, topic cards, aside, and contact panels.
   ========================================================================== */
.dd-support {
  --dd-support-inner: min(1440px, calc(100% - 40px));
  position: relative;
  color: var(--dd-color-text);
  background: var(--dd-color-surface);
}

.dd-support__inner {
  position: relative;
  width: var(--dd-support-inner);
  margin: 0 auto;
}

/* ---------------------------------------------------------------------------
   Dark page headers
   The shared header is fixed and transparent over 90px, so the band runs up
   behind it and the content is padded clear rather than margined down.
   -------------------------------------------------------------------------- */
.dd-support-hero,
.dd-support-topic__hero {
  position: relative;
  padding: 116px 0 clamp(48px, 6vw, 82px);
  overflow: hidden;
  color: #f4f6f8;
  background: radial-gradient(circle at 84% 16%, rgba(237, 27, 36, 0.16), transparent 26%), linear-gradient(135deg, #0b0e12 0%, #11161c 58%, #0c1015 100%);
  isolation: isolate;
}

.dd-support-hero::before,
.dd-support-topic__hero::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0.16;
  background-image: linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
  background-size: 72px 72px;
  content: "";
  mask-image: linear-gradient(to bottom, #000, transparent 82%);
}

.dd-support-hero__eyebrow,
.dd-support-topic__eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 18px;
  color: rgba(244, 246, 248, 0.62);
  font-size: 11px;
  font-weight: 780;
  letter-spacing: 0.14em;
  line-height: 1.3;
  text-transform: uppercase;
}

.dd-support-hero__eyebrow span,
.dd-support-topic__eyebrow span {
  display: inline-flex;
  align-items: center;
  padding: 6px 11px;
  color: #fff;
  background: var(--dd-color-action);
  border-radius: var(--dd-radius-pill);
  letter-spacing: 0.12em;
}

.dd-support-hero h1,
.dd-support-topic__hero h1 {
  max-width: 20ch;
  margin: 0;
  color: #fff;
  font-family: var(--dd-font-family);
  font-size: clamp(38px, 5.6vw, 72px);
  font-weight: 750;
  letter-spacing: -0.055em;
  line-height: 1;
  text-wrap: balance;
}

.dd-support-hero__lead,
.dd-support-topic__lead {
  max-width: 58ch;
  margin: clamp(20px, 2.4vw, 30px) 0 0;
  color: rgba(244, 246, 248, 0.74);
  font-size: clamp(15px, 1.4vw, 18px);
  line-height: 1.6;
}

.dd-support-hero__count,
.dd-support-topic__count {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 26px 0 0;
  padding: 9px 15px;
  color: rgba(244, 246, 248, 0.82);
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--dd-radius-pill);
  font-size: 12px;
  font-weight: 720;
  letter-spacing: 0.04em;
}

.dd-support-hero__count::before,
.dd-support-topic__count::before {
  width: 7px;
  height: 7px;
  background: var(--dd-color-brand-logo);
  border-radius: 50%;
  content: "";
}

.dd-support-topic__back {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 26px;
  color: rgba(244, 246, 248, 0.72);
  font-size: 12px;
  font-weight: 720;
  letter-spacing: 0.06em;
  text-decoration: none;
  text-transform: uppercase;
  transition: color var(--dd-transition-fast);
}

.dd-support-topic__back:hover {
  color: #fff;
}

.dd-support-topic__back svg {
  color: var(--dd-color-brand-logo);
}

/* ---------------------------------------------------------------------------
   Index: topic cards
   -------------------------------------------------------------------------- */
.dd-support-topics {
  padding: clamp(48px, 6vw, 86px) 0 clamp(56px, 7vw, 100px);
  background: radial-gradient(circle at 94% 4%, rgba(237, 27, 36, 0.06), transparent 22%), linear-gradient(180deg, var(--dd-color-surface) 0%, #f1f3f6 100%);
}

.dd-support-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 22px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.dd-support-card {
  display: flex;
  min-width: 0;
  flex-direction: column;
  padding: clamp(24px, 3vw, 34px);
  background: var(--dd-color-surface);
  border: 1px solid rgba(23, 26, 31, 0.12);
  border-radius: 22px;
  box-shadow: 0 24px 58px rgba(23, 26, 31, 0.09);
  transition: border-color var(--dd-transition-base), box-shadow var(--dd-transition-base), transform var(--dd-transition-base);
}

.dd-support-card:hover,
.dd-support-card:focus-within {
  border-color: rgba(201, 22, 31, 0.36);
  box-shadow: 0 30px 70px rgba(23, 26, 31, 0.15);
  transform: translateY(-4px);
}

.dd-support-card__head {
  display: flex;
  align-items: center;
  gap: 12px;
}

.dd-support-card__index {
  display: inline-flex;
  align-items: center;
  padding: 8px 11px;
  color: #fff;
  background: var(--dd-color-action);
  border-radius: var(--dd-radius-pill);
  font-size: 10px;
  font-weight: 780;
  letter-spacing: 0.12em;
  line-height: 1;
}

.dd-support-card__head h3 {
  margin: 0;
  color: var(--dd-color-ink);
  font-family: var(--dd-font-family);
  font-size: clamp(22px, 2.3vw, 30px);
  font-weight: 730;
  letter-spacing: -0.04em;
  line-height: 1.1;
}

.dd-support-card__head h3 a {
  color: inherit;
  text-decoration: none;
}

.dd-support-card__head h3 a:hover {
  color: var(--dd-color-action-hover);
}

.dd-support-card__lead {
  margin: 16px 0 0;
  color: var(--dd-color-text-muted);
  font-size: 14px;
  line-height: 1.6;
}

.dd-support-card__questions {
  display: grid;
  gap: 2px;
  margin: 22px 0 0;
  padding: 0;
  list-style: none;
}

.dd-support-card__questions a {
  display: block;
  padding: 10px 0 10px 18px;
  border-left: 2px solid var(--dd-color-border);
  color: var(--dd-color-text);
  font-size: 14px;
  line-height: 1.45;
  text-decoration: none;
  transition: color var(--dd-transition-fast), border-color var(--dd-transition-fast);
}

.dd-support-card__questions a:hover {
  color: var(--dd-color-action-hover);
  border-left-color: var(--dd-color-action);
}

.dd-support-card__all {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  gap: 9px;
  margin-top: auto;
  padding-top: 24px;
  color: var(--dd-color-ink);
  font-size: 12px;
  font-weight: 720;
  text-decoration: none;
}

.dd-support-card__all svg {
  color: var(--dd-color-action);
  transition: transform var(--dd-transition-fast);
}

.dd-support-card__all:hover svg {
  transform: translateX(4px);
}

/* ---------------------------------------------------------------------------
   Topic page body
   -------------------------------------------------------------------------- */
.dd-support-topic {
  padding: clamp(40px, 5vw, 72px) 0 clamp(56px, 7vw, 96px);
  background: radial-gradient(circle at 96% 2%, rgba(237, 27, 36, 0.05), transparent 20%), linear-gradient(180deg, var(--dd-color-surface) 0%, #f1f3f6 100%);
}

.dd-support-topic__layout {
  display: grid;
  gap: clamp(28px, 4vw, 44px);
  align-items: start;
}

.dd-support-topic__main {
  min-width: 0;
}

/* The shared FAQ component is compact by default; long support answers need
   more room and a card that matches the surrounding editorial surfaces. */
.dd-support-topic__main .dd-faq {
  border-radius: 22px;
  box-shadow: 0 24px 58px rgba(23, 26, 31, 0.08);
}

.dd-support-topic__main .dd-faq__question {
  font-family: var(--dd-font-family);
  font-size: clamp(15px, 1.5vw, 17px);
  letter-spacing: -0.01em;
  line-height: 1.4;
}

.dd-support-topic__main .dd-faq__answer {
  max-width: 62ch;
  color: var(--dd-color-text);
  line-height: 1.65;
}

.dd-support-topic__main .dd-faq__answer p {
  margin: 0 0 1em;
}

.dd-support-topic__main .dd-faq__answer ul,
.dd-support-topic__main .dd-faq__answer ol {
  margin: 0 0 1em;
  padding-left: 1.3em;
}

.dd-support-topic__main .dd-faq__answer li {
  margin-bottom: 0.45em;
}

.dd-support-topic__main .dd-faq__answer li::marker {
  color: var(--dd-color-action);
}

.dd-support-topic__main .dd-faq__answer a {
  color: var(--dd-color-action-hover);
  text-decoration: underline;
  text-underline-offset: 0.18em;
}

.dd-support-topic__main .dd-faq__answer strong {
  color: var(--dd-color-ink);
  font-weight: 730;
}

/* Deep links land on a question, so keep it clear of the fixed shared header
   whether the browser or the behavior layer does the scrolling. */
.dd-support-topic__main .dd-faq__item {
  scroll-margin-top: 108px;
}

/* Opening a question from a deep link should be obvious on arrival. */
.dd-support-topic__main .dd-faq__item:target > .dd-faq__question {
  background: var(--dd-color-brand-soft);
  box-shadow: inset 3px 0 0 var(--dd-color-action);
}

/* ---------------------------------------------------------------------------
   Topic page aside
   -------------------------------------------------------------------------- */
.dd-support-aside {
  display: grid;
  gap: 20px;
  min-width: 0;
}

.dd-support-aside__block {
  padding: clamp(22px, 2.6vw, 28px);
  background: var(--dd-color-surface);
  border: 1px solid var(--dd-color-border);
  border-radius: 22px;
  box-shadow: var(--dd-shadow-sm);
}

.dd-support-aside__heading {
  margin: 0 0 16px;
  color: var(--dd-color-ink);
  font-family: var(--dd-font-family);
  font-size: 12px;
  font-weight: 780;
  letter-spacing: 0.12em;
  line-height: 1.3;
  text-transform: uppercase;
}

.dd-support-aside__topics {
  display: grid;
  gap: 2px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.dd-support-aside__topics a {
  display: flex;
  min-height: 48px;
  align-items: center;
  gap: 12px;
  padding: 8px 4px;
  border-top: 1px solid var(--dd-color-border);
  color: var(--dd-color-ink);
  font-size: 15px;
  font-weight: 620;
  text-decoration: none;
  transition: color var(--dd-transition-fast);
}

.dd-support-aside__topics li:first-child a {
  border-top: 0;
}

.dd-support-aside__topics a:hover {
  color: var(--dd-color-action-hover);
}

.dd-support-aside__index {
  color: var(--dd-color-text-muted);
  font-size: 10px;
  font-weight: 780;
  letter-spacing: 0.1em;
}

.dd-support-aside__topic {
  flex: 1 1 auto;
}

.dd-support-aside__topics svg {
  color: var(--dd-color-action);
  transition: transform var(--dd-transition-fast);
}

.dd-support-aside__topics a:hover svg {
  transform: translateX(3px);
}

/* ---------------------------------------------------------------------------
   Contact facts, shared by the aside and the index help band
   -------------------------------------------------------------------------- */
.dd-support-contact {
  display: grid;
  gap: 18px;
  min-width: 0;
}

.dd-support-contact h3 {
  margin: 0 0 6px;
  color: var(--dd-color-text-muted);
  font-family: var(--dd-font-family);
  font-size: 10px;
  font-weight: 780;
  letter-spacing: 0.12em;
  line-height: 1.3;
  text-transform: uppercase;
}

.dd-support-contact p {
  margin: 0;
  color: var(--dd-color-text);
  font-size: 14px;
  line-height: 1.55;
}

.dd-support-contact__block a {
  display: block;
  padding: 3px 0;
  color: var(--dd-color-ink);
  font-size: 15px;
  font-weight: 620;
  text-decoration: none;
}

.dd-support-contact__block a:hover {
  color: var(--dd-color-action-hover);
  text-decoration: underline;
}

.dd-support-contact__messaging {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.dd-support-contact__messaging a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  padding: 0 18px;
  color: var(--dd-color-ink);
  background: var(--dd-color-surface);
  border: 1px solid var(--dd-color-border);
  border-radius: var(--dd-radius-pill);
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
  transition: color var(--dd-transition-fast), border-color var(--dd-transition-fast);
}

.dd-support-contact__messaging a:hover {
  color: var(--dd-color-action-hover);
  border-color: var(--dd-color-action);
}

/* ---------------------------------------------------------------------------
   Index help band
   -------------------------------------------------------------------------- */
.dd-support-help {
  padding: clamp(44px, 5vw, 76px) 0;
  color: #f4f6f8;
  background: linear-gradient(120deg, #0b0e12 0%, #141a21 100%);
}

.dd-support-help__panel {
  display: grid;
  gap: 30px;
}

.dd-support-help h2 {
  max-width: 22ch;
  margin: 0;
  color: #fff;
  font-family: var(--dd-font-family);
  font-size: clamp(26px, 3.2vw, 40px);
  font-weight: 740;
  letter-spacing: -0.045em;
  line-height: 1.08;
}

.dd-support-help__intro p {
  max-width: 50ch;
  margin: 14px 0 22px;
  color: rgba(244, 246, 248, 0.7);
  font-size: 15px;
  line-height: 1.6;
}

.dd-support-help .dd-support-contact h3 {
  color: rgba(244, 246, 248, 0.55);
}

.dd-support-help .dd-support-contact p {
  color: rgba(244, 246, 248, 0.82);
}

.dd-support-help .dd-support-contact__block a {
  color: #fff;
}

.dd-support-help .dd-support-contact__block a:hover {
  color: var(--dd-color-brand-soft-strong);
}

.dd-support-help .dd-support-contact__messaging a {
  color: #fff;
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.22);
}

.dd-support-help .dd-support-contact__messaging a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.42);
}

.dd-support-action {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  gap: 11px;
  padding: 0 22px;
  color: var(--dd-color-ink);
  background: var(--dd-color-surface);
  border: 1px solid var(--dd-color-border);
  border-radius: var(--dd-radius-pill);
  font-size: 13px;
  font-weight: 720;
  text-decoration: none;
  transition: color var(--dd-transition-fast), background-color var(--dd-transition-fast), border-color var(--dd-transition-fast);
}

.dd-support-action svg {
  color: var(--dd-color-action);
}

.dd-support-action--onDark {
  color: #fff;
  background: rgba(255, 255, 255, 0.06);
  border-color: rgba(255, 255, 255, 0.22);
}

.dd-support-action--onDark:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.42);
}

.dd-support-action--onDark svg {
  color: var(--dd-color-brand-logo);
}

.dd-support svg {
  width: 20px;
  height: 20px;
  flex: none;
  fill: none;
  stroke: currentcolor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

/* ---------------------------------------------------------------------------
   Focus
   -------------------------------------------------------------------------- */
.dd-support a:focus-visible,
.dd-support summary:focus-visible {
  outline: 2px solid var(--dd-color-action);
  outline-offset: 3px;
}

.dd-support-hero a:focus-visible,
.dd-support-topic__hero a:focus-visible,
.dd-support-help a:focus-visible {
  outline-color: #fff;
}

/* ---------------------------------------------------------------------------
   Responsive
   -------------------------------------------------------------------------- */
@media (min-width: 48rem) {
  .dd-support {
    --dd-support-inner: min(1440px, calc(100% - 64px));
  }
  .dd-support-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .dd-support-help__panel {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 44px;
  }
  .dd-support-contact {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
  }
  .dd-support-contact__messaging {
    grid-column: 1/-1;
  }
}
@media (min-width: 64rem) {
  .dd-support-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .dd-support-topic__layout {
    grid-template-columns: minmax(0, 1fr) minmax(0, 20rem);
  }
  /* Keeps the topic list and contact details reachable while a long question
     list scrolls; the aside is short enough not to trap its own content. */
  .dd-support-aside {
    position: sticky;
    top: 108px;
  }
  .dd-support-aside .dd-support-contact {
    grid-template-columns: minmax(0, 1fr);
  }
}
@media (max-width: 30rem) {
  .dd-support {
    --dd-support-inner: min(100% - 28px, 1440px);
  }
  .dd-support-card__head {
    flex-wrap: wrap;
  }
}
@media (prefers-reduced-motion: reduce) {
  .dd-support-card,
  .dd-support-action,
  .dd-support-topic__back,
  .dd-support-card__all svg,
  .dd-support-aside__topics a,
  .dd-support-aside__topics svg {
    transition: none;
  }
  .dd-support-card:hover,
  .dd-support-card:focus-within {
    transform: none;
  }
  .dd-support-card__all:hover svg,
  .dd-support-aside__topics a:hover svg {
    transform: none;
  }
}
@media (forced-colors: active) {
  .dd-support-card,
  .dd-support-aside__block,
  .dd-support-action,
  .dd-support-contact__messaging a {
    border: 1px solid CanvasText;
  }
  .dd-support-topic__main .dd-faq__item:target > .dd-faq__question {
    box-shadow: none;
    outline: 2px solid CanvasText;
    outline-offset: -2px;
  }
}
/* ===========================================================================
   DD Drive legal and payment documents
   ---------------------------------------------------------------------------
   /opsti-uslovi, /politika-privatnosti, /politika-kolacica, and
   /vazne-informacije/online-placanje. One document shell with a sticky table
   of contents; body copy uses the shared `dd-prose` element styling.
   ========================================================================== */
.dd-legal {
  --dd-legal-inner: min(1440px, calc(100% - 40px));
  position: relative;
  color: var(--dd-color-text);
  background: var(--dd-color-surface);
}

.dd-legal__inner {
  position: relative;
  width: var(--dd-legal-inner);
  margin: 0 auto;
}

/* ---------------------------------------------------------------------------
   Document header
   The shared header is fixed and transparent over 90px, so the band runs up
   behind it and the content is padded clear rather than margined down.
   -------------------------------------------------------------------------- */
.dd-legal__hero {
  position: relative;
  padding: 116px 0 clamp(44px, 5vw, 74px);
  overflow: hidden;
  color: #f4f6f8;
  background: radial-gradient(circle at 86% 16%, rgba(237, 27, 36, 0.15), transparent 26%), linear-gradient(135deg, #0b0e12 0%, #11161c 58%, #0c1015 100%);
  isolation: isolate;
}

.dd-legal__hero::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0.16;
  background-image: linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
  background-size: 72px 72px;
  content: "";
  mask-image: linear-gradient(to bottom, #000, transparent 82%);
}

.dd-legal__eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 18px;
  color: rgba(244, 246, 248, 0.62);
  font-size: 11px;
  font-weight: 780;
  letter-spacing: 0.14em;
  line-height: 1.3;
  text-transform: uppercase;
}

.dd-legal__eyebrow span {
  display: inline-flex;
  align-items: center;
  padding: 6px 11px;
  color: #fff;
  background: var(--dd-color-action);
  border-radius: var(--dd-radius-pill);
  letter-spacing: 0.12em;
}

.dd-legal__hero h1 {
  max-width: 22ch;
  margin: 0;
  color: #fff;
  font-family: var(--dd-font-family);
  font-size: clamp(34px, 4.8vw, 62px);
  font-weight: 750;
  letter-spacing: -0.05em;
  line-height: 1.02;
  text-wrap: balance;
}

.dd-legal__lead {
  max-width: 62ch;
  margin: clamp(18px, 2.2vw, 28px) 0 0;
  color: rgba(244, 246, 248, 0.74);
  font-size: clamp(15px, 1.4vw, 18px);
  line-height: 1.6;
}

.dd-legal__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 26px 0 0;
  padding: 0;
  list-style: none;
}

.dd-legal__meta li {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  padding: 9px 15px;
  color: rgba(244, 246, 248, 0.82);
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--dd-radius-pill);
  font-size: 12px;
  font-weight: 720;
  letter-spacing: 0.04em;
}

.dd-legal__meta li::before {
  width: 7px;
  height: 7px;
  background: var(--dd-color-brand-logo);
  border-radius: 50%;
  content: "";
}

/* ---------------------------------------------------------------------------
   Document body
   -------------------------------------------------------------------------- */
.dd-legal__body {
  padding: clamp(40px, 5vw, 72px) 0 clamp(56px, 7vw, 96px);
  background: radial-gradient(circle at 96% 2%, rgba(237, 27, 36, 0.05), transparent 20%), linear-gradient(180deg, var(--dd-color-surface) 0%, #f1f3f6 100%);
}

.dd-legal__layout {
  display: grid;
  gap: clamp(28px, 4vw, 48px);
  align-items: start;
}

.dd-legal__layout--single .dd-legal__document {
  width: 100%;
  max-width: 56rem;
  margin-inline: auto;
}

.dd-legal__document {
  min-width: 0;
  padding: clamp(26px, 3.4vw, 52px);
  background: var(--dd-color-surface);
  border: 1px solid rgba(23, 26, 31, 0.12);
  border-radius: 22px;
  box-shadow: 0 24px 58px rgba(23, 26, 31, 0.08);
  font-size: 16px;
  line-height: 1.68;
}

.dd-legal__section + .dd-legal__section {
  margin-top: clamp(34px, 4vw, 52px);
  padding-top: clamp(30px, 3.6vw, 46px);
  border-top: 1px solid var(--dd-color-border);
}

/* Section headings anchor the table of contents, so keep them clear of the
   fixed shared header when a contents link scrolls to one. */
.dd-legal__section > h2 {
  margin-top: 0;
  scroll-margin-top: 108px;
}

.dd-legal__section:target > h2 {
  box-shadow: -14px 0 0 var(--dd-color-action);
}

/* ---------------------------------------------------------------------------
   Table of contents
   -------------------------------------------------------------------------- */
.dd-legal__toc {
  min-width: 0;
  padding: clamp(22px, 2.6vw, 28px);
  background: var(--dd-color-surface);
  border: 1px solid var(--dd-color-border);
  border-radius: 22px;
  box-shadow: var(--dd-shadow-sm);
}

.dd-legal__toc h2 {
  margin: 0 0 16px;
  color: var(--dd-color-ink);
  font-family: var(--dd-font-family);
  font-size: 12px;
  font-weight: 780;
  letter-spacing: 0.12em;
  line-height: 1.3;
  text-transform: uppercase;
}

.dd-legal__toc ol {
  display: grid;
  gap: 2px;
  margin: 0;
  padding: 0;
  counter-reset: dd-legal-toc;
  list-style: none;
}

.dd-legal__toc a {
  display: flex;
  gap: 12px;
  padding: 9px 4px;
  border-top: 1px solid var(--dd-color-border);
  color: var(--dd-color-text);
  font-size: 14px;
  line-height: 1.45;
  text-decoration: none;
  transition: color var(--dd-transition-fast);
}

.dd-legal__toc li:first-child a {
  border-top: 0;
}

.dd-legal__toc a::before {
  counter-increment: dd-legal-toc;
  color: var(--dd-color-text-muted);
  content: counter(dd-legal-toc, decimal-leading-zero);
  font-size: 10px;
  font-weight: 780;
  letter-spacing: 0.1em;
  line-height: 1.9;
}

.dd-legal__toc a:hover {
  color: var(--dd-color-action-hover);
}

/* ---------------------------------------------------------------------------
   Missing-content notice
   -------------------------------------------------------------------------- */
.dd-legal-notice {
  padding: clamp(22px, 2.6vw, 30px);
  color: var(--dd-color-text);
  background: var(--dd-color-warning-soft);
  border: 1px solid var(--dd-color-warning-border);
  border-radius: var(--dd-radius-card);
}

.dd-legal-notice h2 {
  margin: 0 0 10px;
  color: var(--dd-color-warning);
  font-family: var(--dd-font-family);
  font-size: 11px;
  font-weight: 780;
  letter-spacing: 0.12em;
  line-height: 1.3;
  text-transform: uppercase;
}

.dd-legal-notice p {
  margin: 0 0 1em;
  font-size: 15px;
  line-height: 1.6;
}

.dd-legal-notice > :last-child {
  margin-bottom: 0;
}

/* ---------------------------------------------------------------------------
   Closing actions
   -------------------------------------------------------------------------- */
.dd-legal__footer {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: clamp(30px, 4vw, 44px);
  padding-top: clamp(26px, 3.4vw, 38px);
  border-top: 1px solid var(--dd-color-border);
}

.dd-legal-action {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  gap: 11px;
  padding: 0 22px;
  color: var(--dd-color-ink);
  background: var(--dd-color-surface);
  border: 1px solid var(--dd-color-border);
  border-radius: var(--dd-radius-pill);
  font-size: 13px;
  font-weight: 720;
  text-decoration: none;
  transition: color var(--dd-transition-fast), border-color var(--dd-transition-fast), transform var(--dd-transition-fast);
}

.dd-legal-action:hover {
  color: var(--dd-color-action-hover);
  border-color: var(--dd-color-action);
  transform: translateY(-2px);
}

.dd-legal-action--primary {
  color: #fff;
  background: var(--dd-color-action);
  border-color: var(--dd-color-action);
}

.dd-legal-action--primary:hover {
  color: #fff;
  background: var(--dd-color-action-hover);
  border-color: var(--dd-color-action-hover);
}

.dd-legal-action svg {
  color: var(--dd-color-action);
}

.dd-legal-action--primary svg {
  color: currentcolor;
}

.dd-legal svg {
  width: 20px;
  height: 20px;
  flex: none;
  fill: none;
  stroke: currentcolor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

/* ---------------------------------------------------------------------------
   Focus
   -------------------------------------------------------------------------- */
.dd-legal a:focus-visible {
  outline: 2px solid var(--dd-color-action);
  outline-offset: 3px;
}

.dd-legal__hero a:focus-visible {
  outline-color: #fff;
}

/* ---------------------------------------------------------------------------
   Responsive
   -------------------------------------------------------------------------- */
@media (min-width: 48rem) {
  .dd-legal {
    --dd-legal-inner: min(1440px, calc(100% - 64px));
  }
}
@media (min-width: 64rem) {
  /* Only documents long enough to carry a contents list get the second
     column; a short one keeps a single readable column instead. */
  .dd-legal__layout--contents {
    grid-template-columns: minmax(0, 20rem) minmax(0, 1fr);
  }
  /* The contents list leads the document on desktop and follows the heading
     on smaller screens, where a sticky panel would cover the text. */
  .dd-legal__toc {
    position: sticky;
    top: 108px;
    max-height: calc(100vh - 132px);
    overflow-y: auto;
  }
  .dd-legal__document {
    font-size: 17px;
  }
}
@media (max-width: 30rem) {
  .dd-legal {
    --dd-legal-inner: min(100% - 28px, 1440px);
  }
  .dd-legal__footer .dd-legal-action {
    width: 100%;
    justify-content: center;
  }
}
@media (prefers-reduced-motion: reduce) {
  .dd-legal-action,
  .dd-legal__toc a {
    transition: none;
  }
  .dd-legal-action:hover {
    transform: none;
  }
}
@media (forced-colors: active) {
  .dd-legal__document,
  .dd-legal__toc,
  .dd-legal-notice,
  .dd-legal-action {
    border: 1px solid CanvasText;
  }
  .dd-legal__section:target > h2 {
    box-shadow: none;
    outline: 2px solid CanvasText;
    outline-offset: 4px;
  }
}
/* ===========================================================================
   DD Drive account access
   ---------------------------------------------------------------------------
   Login, registration, and the password reset flow. Fields, choices, buttons,
   and alerts come from the shared `dd-forms`, `dd-buttons`, and `dd-feedback`
   components; this file owns the page shell around them.
   ========================================================================== */
.dd-auth {
  position: relative;
  /* The shared header is fixed and transparent over 90px, so the dark stage
     runs up behind it and the content is padded clear. */
  padding: 116px 0 clamp(56px, 7vw, 96px);
  overflow: hidden;
  color: #f4f6f8;
  background: radial-gradient(circle at 82% 14%, rgba(237, 27, 36, 0.16), transparent 26%), linear-gradient(135deg, #0b0e12 0%, #11161c 58%, #0c1015 100%);
  isolation: isolate;
}

.dd-auth::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0.16;
  background-image: linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
  background-size: 72px 72px;
  content: "";
  mask-image: linear-gradient(to bottom, #000, transparent 88%);
}

.dd-auth__inner {
  position: relative;
  width: min(1440px, 100% - 40px);
  margin: 0 auto;
}

.dd-auth__layout {
  display: grid;
  gap: clamp(32px, 4vw, 56px);
  align-items: center;
}

/* ---------------------------------------------------------------------------
   Supporting copy beside the form
   -------------------------------------------------------------------------- */
.dd-auth__intro {
  min-width: 0;
}

.dd-auth__eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 18px;
  color: rgba(244, 246, 248, 0.62);
  font-size: 11px;
  font-weight: 780;
  letter-spacing: 0.14em;
  line-height: 1.3;
  text-transform: uppercase;
}

.dd-auth__eyebrow span {
  display: inline-flex;
  align-items: center;
  padding: 6px 11px;
  color: #fff;
  background: var(--dd-color-action);
  border-radius: var(--dd-radius-pill);
  letter-spacing: 0.12em;
}

.dd-auth__intro h1 {
  max-width: 16ch;
  margin: 0;
  color: #fff;
  font-family: var(--dd-font-family);
  font-size: clamp(36px, 5vw, 64px);
  font-weight: 750;
  letter-spacing: -0.055em;
  line-height: 1;
  text-wrap: balance;
}

.dd-auth__lead {
  max-width: 46ch;
  margin: clamp(18px, 2.2vw, 26px) 0 0;
  color: rgba(244, 246, 248, 0.74);
  font-size: clamp(15px, 1.4vw, 18px);
  line-height: 1.6;
}

.dd-auth__points {
  display: grid;
  gap: 12px;
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
}

.dd-auth__points li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  color: rgba(244, 246, 248, 0.8);
  font-size: 14px;
  line-height: 1.5;
}

.dd-auth__points li::before {
  margin-top: 7px;
  width: 7px;
  height: 7px;
  flex: none;
  background: var(--dd-color-brand-logo);
  border-radius: 50%;
  content: "";
}

/* ---------------------------------------------------------------------------
   Form card
   -------------------------------------------------------------------------- */
.dd-auth-card {
  min-width: 0;
  padding: clamp(26px, 3.2vw, 44px);
  color: var(--dd-color-text);
  background: var(--dd-color-surface);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 22px;
  box-shadow: 0 30px 70px rgba(6, 9, 12, 0.42);
}

.dd-auth-card__title {
  margin: 0;
  color: var(--dd-color-ink);
  font-family: var(--dd-font-family);
  font-size: clamp(24px, 2.6vw, 32px);
  font-weight: 740;
  letter-spacing: -0.04em;
  line-height: 1.12;
}

.dd-auth-card__intro {
  margin: 10px 0 0;
  color: var(--dd-color-text-muted);
  font-size: 15px;
  line-height: 1.6;
}

.dd-auth-card__form {
  display: grid;
  gap: var(--dd-space-4);
  margin-top: clamp(22px, 2.6vw, 30px);
}

/* Two fields side by side once there is room for both to stay legible. */
.dd-auth-card__row {
  display: grid;
  gap: var(--dd-space-4);
}

.dd-auth-card__aside {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: var(--dd-space-3);
}

.dd-auth-card__footer {
  margin: clamp(20px, 2.4vw, 28px) 0 0;
  padding-top: clamp(18px, 2.2vw, 24px);
  border-top: 1px solid var(--dd-color-border);
  color: var(--dd-color-text-muted);
  font-size: 14px;
  line-height: 1.6;
  text-align: center;
}

.dd-auth-card__footer a,
.dd-auth-card__aside a {
  color: var(--dd-color-action-hover);
  font-weight: 700;
  text-decoration: none;
}

.dd-auth-card__footer a:hover,
.dd-auth-card__aside a:hover {
  text-decoration: underline;
}

/* The validation summary renders an empty element until the server fills it. */
.dd-auth-card__form .dd-alert:empty,
.dd-auth-card__form .validation-summary-valid {
  display: none;
}

.dd-auth-card__turnstile {
  min-height: 65px;
}

/* ---------------------------------------------------------------------------
   Confirmation pages
   -------------------------------------------------------------------------- */
.dd-auth-card--narrow {
  max-width: 34rem;
  margin-inline: auto;
  text-align: center;
}

.dd-auth-card--narrow .dd-auth-card__footer {
  text-align: center;
}

.dd-auth-card__icon {
  display: inline-flex;
  width: 56px;
  height: 56px;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  color: var(--dd-color-action);
  background: var(--dd-color-brand-soft);
  border: 1px solid var(--dd-color-brand-soft-strong);
  border-radius: 50%;
}

.dd-auth-card__icon svg {
  width: 26px;
  height: 26px;
  fill: none;
  stroke: currentcolor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.dd-auth-card__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
  margin-top: clamp(22px, 2.6vw, 30px);
}

/* ---------------------------------------------------------------------------
   Focus
   -------------------------------------------------------------------------- */
.dd-auth a:focus-visible {
  outline: 2px solid var(--dd-color-action);
  outline-offset: 3px;
}

.dd-auth__intro a:focus-visible {
  outline-color: #fff;
}

/* ---------------------------------------------------------------------------
   Responsive
   -------------------------------------------------------------------------- */
@media (min-width: 48rem) {
  .dd-auth__inner {
    width: min(1440px, 100% - 64px);
  }
  .dd-auth-card__row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 64rem) {
  .dd-auth__layout {
    grid-template-columns: minmax(0, 1fr) minmax(0, 30rem);
  }
  /* The confirmation pages have no supporting column to sit beside. */
  .dd-auth__layout--single {
    grid-template-columns: minmax(0, 1fr);
  }
}
@media (max-width: 30rem) {
  .dd-auth__inner {
    width: min(100% - 28px, 1440px);
  }
  .dd-auth-card__aside {
    flex-direction: column;
    align-items: flex-start;
  }
  .dd-auth-card__actions .dd-button {
    width: 100%;
  }
}
@media (forced-colors: active) {
  .dd-auth-card,
  .dd-auth-card__icon {
    border: 1px solid CanvasText;
  }
}
/* ===========================================================================
   DD Drive app download page
   ---------------------------------------------------------------------------
   Single-template component for /download. Reuses the shared dark stage
   language of `dd-auth`; store badges, feature list, and steps are owned here.
   ========================================================================== */
.dd-download {
  position: relative;
  /* The shared header is fixed and transparent over 90px, so the dark stage
     runs up behind it and the content is padded clear. */
  padding: 116px 0 clamp(56px, 7vw, 96px);
  overflow: hidden;
  color: #f4f6f8;
  background: radial-gradient(circle at 18% 12%, rgba(237, 27, 36, 0.16), transparent 26%), linear-gradient(135deg, #0b0e12 0%, #11161c 58%, #0c1015 100%);
  isolation: isolate;
}

.dd-download::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0.16;
  background-image: linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
  background-size: 72px 72px;
  content: "";
  mask-image: linear-gradient(to bottom, #000, transparent 88%);
}

.dd-download__inner {
  width: min(1440px, 100% - 40px);
  margin: 0 auto;
}

.dd-download__layout {
  display: grid;
  gap: clamp(32px, 4vw, 56px);
  align-items: center;
}

/* ---------------------------------------------------------------------------
   Copy column
   -------------------------------------------------------------------------- */
.dd-download__intro {
  min-width: 0;
}

.dd-download__eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 18px;
  color: rgba(244, 246, 248, 0.62);
  font-size: 11px;
  font-weight: 780;
  letter-spacing: 0.14em;
  line-height: 1.3;
  text-transform: uppercase;
}

.dd-download__eyebrow span {
  display: inline-flex;
  align-items: center;
  padding: 6px 11px;
  color: #fff;
  background: var(--dd-color-action);
  border-radius: var(--dd-radius-pill);
  letter-spacing: 0.12em;
}

.dd-download__intro h1 {
  max-width: 16ch;
  margin: 0;
  color: #fff;
  font-family: var(--dd-font-family);
  font-size: clamp(36px, 5vw, 64px);
  font-weight: 750;
  letter-spacing: -0.055em;
  line-height: 1;
  text-wrap: balance;
}

.dd-download__lead {
  max-width: 54ch;
  margin: clamp(18px, 2.2vw, 26px) 0 0;
  color: rgba(244, 246, 248, 0.74);
  font-size: clamp(15px, 1.4vw, 18px);
  line-height: 1.6;
}

.dd-download__points {
  display: grid;
  gap: 12px;
  margin: 30px 0 0;
  padding: 0;
  list-style: none;
}

.dd-download__points li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  color: rgba(244, 246, 248, 0.8);
  font-size: 14px;
  line-height: 1.5;
}

.dd-download__points li::before {
  margin-top: 7px;
  width: 7px;
  height: 7px;
  flex: none;
  background: var(--dd-color-brand-logo);
  border-radius: 50%;
  content: "";
}

/* ---------------------------------------------------------------------------
   Store badges
   -------------------------------------------------------------------------- */
.dd-download__stores {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin-top: clamp(28px, 3.2vw, 40px);
}

.dd-download__store {
  display: inline-flex;
  align-items: center;
  transition: transform 0.18s ease;
}

.dd-download__store:hover {
  transform: translateY(-2px);
}

.dd-download__store img {
  display: block;
  height: 44px;
  width: auto;
  border-radius: 8px;
}

.dd-download__requirement {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 18px 0 0;
  color: rgba(244, 246, 248, 0.6);
  font-size: 13px;
  line-height: 1.5;
}

.dd-download__requirement svg {
  width: 16px;
  height: 16px;
  flex: none;
  fill: none;
  stroke: currentcolor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.dd-download__privacy {
  max-width: 58ch;
  margin: 12px 0 0;
  color: rgba(244, 246, 248, 0.6);
  font-size: 12px;
  line-height: 1.6;
}

.dd-download__privacy a {
  color: #fff;
  font-weight: 650;
  text-decoration-color: rgba(255, 255, 255, 0.38);
  text-underline-offset: 3px;
}

.dd-download__privacy a:hover {
  color: #fff;
  text-decoration-color: var(--dd-color-brand-logo);
}

/* ---------------------------------------------------------------------------
   Device panel
   -------------------------------------------------------------------------- */
.dd-download__device {
  position: relative;
  min-width: 0;
  padding: clamp(20px, 2.6vw, 36px);
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 22px;
  box-shadow: 0 30px 70px rgba(6, 9, 12, 0.42);
}

.dd-download__device::before {
  position: absolute;
  top: 0;
  left: clamp(20px, 2.6vw, 36px);
  width: 64px;
  height: 3px;
  background: linear-gradient(90deg, var(--dd-color-brand-logo), var(--dd-color-brand-logo-soft, #f2695c));
  border-radius: 999px;
  content: "";
}

.dd-download__device-heading {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  gap: 8px 18px;
  margin-bottom: 18px;
}

.dd-download__device-heading span {
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.14em;
  line-height: 1.3;
  text-transform: uppercase;
}

.dd-download__device-heading p {
  margin: 0;
  color: rgba(244, 246, 248, 0.58);
  font-size: 11px;
  line-height: 1.45;
}

.dd-download__device img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 12px;
}

.dd-download__device-caption {
  margin: 14px 0 0;
  color: rgba(244, 246, 248, 0.54);
  font-size: 11px;
  line-height: 1.5;
}

/* ---------------------------------------------------------------------------
   Focus
   -------------------------------------------------------------------------- */
.dd-download a:focus-visible {
  outline: 2px solid var(--dd-color-action);
  outline-offset: 3px;
}

/* ---------------------------------------------------------------------------
   Responsive
   -------------------------------------------------------------------------- */
@media (min-width: 48rem) {
  .dd-download__inner {
    width: min(1440px, 100% - 64px);
  }
}
@media (min-width: 64rem) {
  .dd-download__layout {
    grid-template-columns: minmax(0, 1fr) minmax(0, 30rem);
  }
}
@media (max-width: 30rem) {
  .dd-download__inner {
    width: min(100% - 28px, 1440px);
  }
  .dd-download__stores .dd-download__store {
    width: 100%;
    justify-content: center;
  }
  .dd-download__store img {
    height: 48px;
  }
}
@media (prefers-reduced-motion: no-preference) {
  .dd-download__intro,
  .dd-download__device {
    animation: dd-download-rise 620ms cubic-bezier(0.22, 1, 0.36, 1) both;
  }
  .dd-download__device {
    animation-delay: 100ms;
  }
}
@media (prefers-reduced-motion: reduce) {
  .dd-download__store {
    transition: none;
  }
  .dd-download__store:hover {
    transform: none;
  }
}
@media (forced-colors: active) {
  .dd-download__device {
    border: 1px solid CanvasText;
  }
}
@keyframes dd-download-rise {
  from {
    opacity: 0;
    translate: 0 18px;
  }
  to {
    opacity: 1;
    translate: 0 0;
  }
}
/* DD Drive business and long-term rental page. */
.dd-business {
  overflow: clip;
  background: #fff;
  font-size: 16px;
}

.dd-business :is(h1, h2, h3, h4, h5, h6) {
  font-family: var(--dd-font-family);
}

.dd-business-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  color: #fff;
  background: #171a1f;
}

.dd-business-hero::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  background: radial-gradient(circle at 74% 34%, rgba(237, 27, 36, 0.22), transparent 26%), linear-gradient(120deg, transparent 58%, rgba(239, 88, 33, 0.1));
  content: "";
}

.dd-business-hero__grid {
  position: absolute;
  z-index: -1;
  inset: 0;
  opacity: 0.16;
  background-image: linear-gradient(rgba(255, 255, 255, 0.13) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.13) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(90deg, transparent, #000 50%, #000);
}

.dd-business-hero__inner {
  display: grid;
  min-height: clamp(560px, 70vh, 720px);
  align-items: center;
  gap: 3rem;
  padding-block: clamp(80px, 10vw, 132px) clamp(64px, 8vw, 100px);
}

.dd-business-hero__content {
  position: relative;
  z-index: 2;
  max-width: 730px;
}

.dd-business__eyebrow {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin: 0 0 1rem;
  color: #667085;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.15em;
  line-height: 1.4;
  text-transform: uppercase;
}

.dd-business__eyebrow span {
  color: #c9161f;
}

.dd-business-hero .dd-business__eyebrow,
.dd-business-section__heading--light .dd-business__eyebrow,
.dd-business-cta .dd-business__eyebrow {
  color: rgba(255, 255, 255, 0.62);
}

.dd-business-hero .dd-business__eyebrow span,
.dd-business-section__heading--light .dd-business__eyebrow span,
.dd-business-cta .dd-business__eyebrow span {
  color: #fff;
}

.dd-business-hero h1 {
  max-width: 17ch;
  margin: 0;
  color: #fff;
  font-size: clamp(36px, 5.2vw, 68px);
  font-weight: 750;
  letter-spacing: -0.025em;
  line-height: 1;
  word-spacing: 0.06em;
  text-wrap: balance;
}

.dd-business-hero__lead {
  max-width: 680px;
  margin: 2rem 0 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(15px, 1.4vw, 18px);
  line-height: 1.65;
}

.dd-business-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 2rem;
}

.dd-business-hero .dd-button--primary {
  color: #171a1f;
  background: #fff;
  border-color: #fff;
}

.dd-business-hero .dd-button--primary:hover {
  color: #fff;
  background: #c9161f;
  border-color: #c9161f;
}

.dd-business-hero .dd-button--secondary {
  color: #fff;
  background: transparent;
  border-color: rgba(255, 255, 255, 0.38);
}

.dd-business-hero .dd-button--secondary:hover {
  color: #171a1f;
  background: #fff;
  border-color: #fff;
}

.dd-business-franchise {
  display: grid;
  max-width: 650px;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 1rem;
  margin-top: 2rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.dd-business-franchise__mark {
  display: grid;
  min-width: 72px;
  min-height: 42px;
  place-items: center;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 999px;
  font-size: 0.65rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.dd-business-franchise p {
  margin: 0;
  color: rgba(255, 255, 255, 0.66);
  font-size: 0.78rem;
  line-height: 1.55;
}

.dd-business-franchise strong {
  color: #fff;
}

.dd-business-hero__visual {
  position: relative;
  display: grid;
  min-height: 300px;
  place-items: center;
}

.dd-business-hero__visual img {
  position: relative;
  z-index: 2;
  width: min(100%, 620px);
  height: auto;
  filter: drop-shadow(0 36px 30px rgba(0, 0, 0, 0.45));
  transform: translateX(3%);
}

.dd-business-hero__visual p {
  position: absolute;
  z-index: 3;
  right: 0;
  bottom: 0;
  max-width: 280px;
  margin: 0;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.68rem;
  line-height: 1.5;
  text-align: right;
}

.dd-business-hero__word {
  position: absolute;
  top: 46%;
  left: 50%;
  color: rgba(255, 255, 255, 0.045);
  font-size: clamp(7rem, 18vw, 15rem);
  font-weight: 800;
  letter-spacing: -0.08em;
  line-height: 0.8;
  transform: translate(-50%, -50%) rotate(-7deg);
}

.dd-business-hero__orbit {
  position: absolute;
  width: min(72vw, 520px);
  aspect-ratio: 1;
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 50%;
  box-shadow: 0 0 0 54px rgba(255, 255, 255, 0.02), 0 0 0 108px rgba(255, 255, 255, 0.015);
}

.dd-business-nav {
  position: relative;
  z-index: 4;
  background: #fff;
  border-bottom: 1px solid #dde1e7;
}

.dd-business-nav__inner {
  display: flex;
  overflow-x: auto;
  scrollbar-width: none;
}

.dd-business-nav__inner::-webkit-scrollbar {
  display: none;
}

.dd-business-nav a {
  display: flex;
  min-height: 58px;
  flex: 0 0 auto;
  align-items: center;
  padding-inline: 1rem;
  color: #303640;
  font-size: 0.78rem;
  font-weight: 750;
  text-decoration: none;
  border-bottom: 2px solid transparent;
}

.dd-business-nav a:hover {
  color: #c9161f;
  border-bottom-color: #c9161f;
}

.dd-business-nav a:focus-visible,
.dd-business-cta__phone:focus-visible {
  border-radius: 0.125rem;
  outline: 2px solid transparent;
  outline-offset: 2px;
  box-shadow: var(--dd-focus-ring);
}

.dd-business-section {
  padding-block: clamp(72px, 9vw, 124px);
  scroll-margin-top: 90px;
}

.dd-business-section--dark {
  color: rgba(255, 255, 255, 0.76);
  background: #171a1f;
}

.dd-business-section--muted {
  background: #f7f8fa;
}

.dd-business-section__heading {
  max-width: 760px;
  margin-bottom: clamp(40px, 6vw, 72px);
}

.dd-business-section__heading h2,
.dd-business-cta h2 {
  margin: 0;
  color: #171a1f;
  font-size: clamp(26px, 3.4vw, 44px);
  font-weight: 740;
  letter-spacing: -0.04em;
  line-height: 1.06;
  text-wrap: balance;
}

.dd-business-section__heading > p:last-child,
.dd-business-cta__inner > div > p:last-child {
  max-width: 680px;
  margin: 1.5rem 0 0;
  color: #667085;
  font-size: clamp(15px, 1.4vw, 18px);
  line-height: 1.7;
}

.dd-business-section__heading--light h2 {
  color: #fff;
}

.dd-business-section__heading--light > p:last-child {
  color: rgba(255, 255, 255, 0.66);
}

.dd-business-benefits {
  display: grid;
  border-top: 1px solid #dde1e7;
}

.dd-business-benefit {
  padding: 2rem 0;
  border-bottom: 1px solid #dde1e7;
}

.dd-business-benefit > span,
.dd-business-services article > span {
  color: #c9161f;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.dd-business-benefit h3,
.dd-business-services h3,
.dd-business-process h3 {
  margin: 1.5rem 0 0.75rem;
  color: #171a1f;
  font-size: clamp(19px, 2vw, 23px);
  font-weight: 750;
  letter-spacing: -0.025em;
  line-height: 1.2;
}

.dd-business-benefit p,
.dd-business-services p,
.dd-business-process p {
  margin: 0;
  color: #667085;
  line-height: 1.65;
}

.dd-business-services {
  display: grid;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.dd-business-services article {
  min-height: 210px;
  padding: 2rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.dd-business-services h3 {
  color: #fff;
}

.dd-business-services p {
  color: rgba(255, 255, 255, 0.62);
}

.dd-business-process-layout {
  display: grid;
  gap: 3rem;
}

.dd-business-process-layout .dd-business-section__heading,
.dd-business-faq-layout .dd-business-section__heading {
  margin-bottom: 0;
}

.dd-business-process {
  margin: 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid #dde1e7;
}

.dd-business-process li {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 1rem;
  padding-block: 1.5rem;
  border-bottom: 1px solid #dde1e7;
}

.dd-business-process li > span {
  color: #c9161f;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.1em;
}

.dd-business-process h3 {
  margin-top: 0;
}

.dd-business-faq-layout {
  display: grid;
  gap: 2rem;
}

.dd-business-faq {
  min-width: 0;
}

.dd-business-cta {
  padding-block: clamp(72px, 9vw, 112px);
  color: #fff;
  background: #c9161f;
  scroll-margin-top: 90px;
}

.dd-business-cta__inner {
  display: grid;
  align-items: end;
  gap: 2rem;
}

.dd-business-cta h2 {
  max-width: 820px;
  color: #fff;
}

.dd-business-cta__inner > div > p:last-child {
  color: rgba(255, 255, 255, 0.78);
}

.dd-business-cta__actions {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
}

.dd-business-cta .dd-button {
  color: #171a1f;
  background: #fff;
  border-color: #fff;
}

.dd-business-cta .dd-button:hover {
  color: #fff;
  background: #171a1f;
  border-color: #171a1f;
}

.dd-business-cta__phone {
  color: #fff;
  font-size: 18px;
  font-weight: 750;
  text-decoration-thickness: 0.08em;
  text-underline-offset: 0.2em;
}

@media (min-width: 48rem) {
  .dd-business-benefits {
    grid-template-columns: repeat(3, 1fr);
  }
  .dd-business-benefit {
    padding: 2rem;
    border-right: 1px solid #dde1e7;
  }
  .dd-business-benefit:first-child {
    padding-left: 0;
  }
  .dd-business-benefit:last-child {
    padding-right: 0;
    border-right: 0;
  }
  .dd-business-services {
    grid-template-columns: repeat(2, 1fr);
  }
  .dd-business-services article {
    padding: 2rem;
  }
  .dd-business-services article:nth-child(odd) {
    padding-left: 0;
    border-right: 1px solid rgba(255, 255, 255, 0.14);
  }
  .dd-business-faq-layout {
    grid-template-columns: minmax(260px, 0.72fr) minmax(0, 1.28fr);
    gap: clamp(48px, 8vw, 112px);
  }
  .dd-business-cta__actions {
    flex-direction: row;
    align-items: center;
  }
}
@media (min-width: 64rem) {
  .dd-business-hero__inner {
    grid-template-columns: minmax(0, 1.16fr) minmax(380px, 0.84fr);
  }
  .dd-business-process-layout {
    grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
    gap: clamp(64px, 10vw, 144px);
  }
  .dd-business-cta__inner {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 3rem;
  }
  .dd-business-cta__actions {
    flex-direction: column;
    align-items: stretch;
  }
}
@media (max-width: 30rem) {
  .dd-business-hero__actions .dd-button,
  .dd-business-cta__actions .dd-button {
    width: 100%;
  }
  .dd-business-franchise {
    grid-template-columns: 1fr;
  }
  .dd-business-hero__visual p {
    position: relative;
    margin-top: 2rem;
    text-align: left;
  }
}
/* DD Drive public contact page. */
.dd-contact-page {
  overflow: clip;
  background: #fff;
  font-size: 16px;
}

.dd-contact-page :is(h1, h2, h3, h4, h5, h6) {
  font-family: var(--dd-font-family);
}

.dd-contact-page__eyebrow {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin: 0 0 1rem;
  color: #667085;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.15em;
  line-height: 1.4;
  text-transform: uppercase;
}

.dd-contact-page__eyebrow span {
  color: #c9161f;
}

.dd-contact-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  color: #fff;
  background: #171a1f;
}

.dd-contact-hero::before {
  position: absolute;
  z-index: -1;
  inset: 0;
  opacity: 0.2;
  background-image: linear-gradient(rgba(255, 255, 255, 0.13) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.13) 1px, transparent 1px);
  background-size: 64px 64px;
  mask-image: linear-gradient(90deg, transparent, #000 60%);
  content: "";
}

.dd-contact-hero__accent {
  position: absolute;
  z-index: -1;
  top: 16%;
  right: -12%;
  width: min(58vw, 720px);
  aspect-ratio: 1;
  border: 1px solid rgba(237, 27, 36, 0.42);
  border-radius: 50%;
  box-shadow: 0 0 0 80px rgba(237, 27, 36, 0.04), 0 0 0 160px rgba(237, 27, 36, 0.025);
}

.dd-contact-hero__inner {
  display: grid;
  min-height: clamp(500px, 64vh, 660px);
  align-items: end;
  gap: clamp(40px, 8vw, 112px);
  padding-block: clamp(90px, 11vw, 148px) clamp(64px, 8vw, 96px);
}

.dd-contact-hero .dd-contact-page__eyebrow {
  color: rgba(255, 255, 255, 0.62);
}

.dd-contact-hero .dd-contact-page__eyebrow span {
  color: #fff;
}

.dd-contact-hero h1 {
  max-width: 17ch;
  margin: 0;
  color: #fff;
  font-size: clamp(36px, 5.2vw, 68px);
  font-weight: 750;
  letter-spacing: -0.045em;
  line-height: 1;
  text-wrap: balance;
}

.dd-contact-hero__intro > p:last-child {
  max-width: 680px;
  margin: 2rem 0 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: clamp(15px, 1.4vw, 18px);
  line-height: 1.65;
}

.dd-contact-hero__quick {
  display: grid;
  gap: 0.5rem;
  padding: 1.5rem;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 1rem;
  backdrop-filter: blur(12px);
}

.dd-contact-hero__quick-label {
  color: rgba(255, 255, 255, 0.54);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.dd-contact-hero__quick a {
  width: fit-content;
  color: #fff;
  font-size: clamp(16px, 2vw, 20px);
  font-weight: 750;
  text-decoration-thickness: 0.06em;
  text-underline-offset: 0.2em;
}

.dd-contact-hero__quick p {
  margin: 0.75rem 0 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.82rem;
}

.dd-contact-section {
  padding-block: clamp(72px, 9vw, 120px);
}

.dd-contact-section--dark {
  color: #fff;
  background: #171a1f;
}

.dd-contact-section--muted {
  background: #f7f8fa;
}

.dd-contact-section__heading {
  max-width: 720px;
  margin-bottom: clamp(40px, 6vw, 72px);
}

.dd-contact-section__heading h2,
.dd-contact-direct h2,
.dd-contact-company h2 {
  margin: 0;
  color: #171a1f;
  font-size: clamp(26px, 3.4vw, 44px);
  font-weight: 740;
  letter-spacing: -0.04em;
  line-height: 1.06;
  text-wrap: balance;
}

.dd-contact-channels {
  display: grid;
  border-top: 1px solid #dde1e7;
}

.dd-contact-channel {
  position: relative;
  display: flex;
  min-width: 0;
  flex-direction: column;
  padding: 2rem 0;
  border-bottom: 1px solid #dde1e7;
}

.dd-contact-channel__number {
  position: absolute;
  top: 2rem;
  right: 0;
  color: #667085;
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.dd-contact-channel__icon {
  width: 34px;
  height: 34px;
  fill: none;
  stroke: #c9161f;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.4;
}

.dd-contact-channel h3 {
  max-width: 320px;
  margin: 3rem 0 0.75rem;
  color: #171a1f;
  font-size: clamp(19px, 2vw, 23px);
  font-weight: 750;
  letter-spacing: -0.035em;
  line-height: 1.1;
}

.dd-contact-channel > p {
  max-width: 420px;
  margin: 0;
  color: #667085;
  line-height: 1.65;
}

.dd-contact-channel__links {
  display: grid;
  gap: 0.5rem;
  margin-top: 1.5rem;
}

.dd-contact-channel__links a {
  width: fit-content;
  color: #171a1f;
  font-weight: 720;
  text-decoration-thickness: 0.07em;
  text-underline-offset: 0.2em;
}

.dd-contact-channel .dd-contact-channel__note {
  margin-top: 1.5rem;
  padding-left: 1rem;
  color: #667085;
  border-left: 2px solid #c9161f;
  font-size: 0.78rem;
}

.dd-contact-channel__action {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 0.5rem;
  margin-top: auto;
  padding-top: 2rem;
  color: #c9161f;
  font-weight: 750;
  text-decoration: none;
}

.dd-contact-channel__action svg,
.dd-contact-direct__links svg,
.dd-contact-help__links svg {
  width: 20px;
  height: 20px;
  fill: none;
  stroke: currentcolor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
  transition: transform 150ms ease;
}

.dd-contact-channel__action:hover svg,
.dd-contact-direct__links a:hover svg,
.dd-contact-help__links a:hover svg {
  transform: translateX(4px);
}

.dd-contact-direct {
  display: grid;
  gap: clamp(48px, 9vw, 128px);
}

.dd-contact-direct .dd-contact-page__eyebrow {
  color: rgba(255, 255, 255, 0.58);
}

.dd-contact-direct .dd-contact-page__eyebrow span {
  color: #fff;
}

.dd-contact-direct h2 {
  color: #fff;
}

.dd-contact-direct__intro > p:last-child {
  max-width: 520px;
  margin: 1.5rem 0 0;
  color: rgba(255, 255, 255, 0.64);
  line-height: 1.65;
}

.dd-contact-direct__links {
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.dd-contact-direct__links a {
  display: grid;
  grid-template-columns: minmax(80px, 0.5fr) minmax(0, 1fr) auto;
  align-items: center;
  gap: 1rem;
  min-height: 92px;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  text-decoration: none;
}

.dd-contact-direct__links span {
  color: rgba(255, 255, 255, 0.52);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.dd-contact-direct__links strong {
  overflow: hidden;
  font-size: clamp(16px, 2vw, 20px);
  text-overflow: ellipsis;
}

.dd-contact-help {
  display: grid;
  gap: 2rem;
}

.dd-contact-help .dd-contact-section__heading {
  margin-bottom: 0;
}

.dd-contact-help__links {
  border-top: 1px solid #dde1e7;
}

.dd-contact-help__links a {
  display: flex;
  min-height: 72px;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  color: #171a1f;
  border-bottom: 1px solid #dde1e7;
  font-weight: 720;
  text-decoration: none;
}

.dd-contact-channel a:focus-visible,
.dd-contact-direct a:focus-visible,
.dd-contact-help a:focus-visible,
.dd-contact-company a:focus-visible {
  border-radius: 0.125rem;
  outline: 2px solid transparent;
  outline-offset: 3px;
  box-shadow: var(--dd-focus-ring);
}

.dd-contact-company {
  padding-block: clamp(64px, 8vw, 96px);
  background: #fff;
}

.dd-contact-company__inner {
  display: grid;
  gap: 2rem;
}

.dd-contact-company h2 {
  max-width: 700px;
  font-size: clamp(24px, 3vw, 36px);
}

.dd-contact-company dl {
  margin: 0;
  border-top: 1px solid #dde1e7;
}

.dd-contact-company dl div {
  display: grid;
  gap: 0.5rem;
  padding-block: 1rem;
  border-bottom: 1px solid #dde1e7;
}

.dd-contact-company dt {
  color: #667085;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.dd-contact-company dd {
  margin: 0;
  color: #171a1f;
  font-weight: 650;
}

.dd-contact-company dd a {
  color: inherit;
}

.dd-contact-company__note {
  max-width: 690px;
  margin: 0;
  color: #667085;
  font-size: 0.78rem;
  line-height: 1.6;
}

@media (min-width: 48rem) {
  .dd-contact-hero__inner {
    grid-template-columns: minmax(0, 1fr) minmax(290px, 0.38fr);
  }
  .dd-contact-channels {
    grid-template-columns: repeat(2, 1fr);
  }
  .dd-contact-channel {
    padding: 2rem;
    border-right: 1px solid #dde1e7;
  }
  .dd-contact-channel:nth-child(odd) {
    padding-left: 0;
  }
  .dd-contact-channel:nth-child(even) {
    padding-right: 0;
    border-right: 0;
  }
  .dd-contact-direct,
  .dd-contact-help {
    grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  }
  .dd-contact-company__inner {
    grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  }
  .dd-contact-company__note {
    grid-column: 2;
  }
  .dd-contact-company dl div {
    grid-template-columns: 110px 1fr;
    gap: 1.5rem;
  }
}
@media (min-width: 64rem) {
  .dd-contact-channels {
    grid-template-columns: repeat(4, 1fr);
  }
  .dd-contact-channel,
  .dd-contact-channel:nth-child(odd),
  .dd-contact-channel:nth-child(even) {
    padding: 2rem;
    border-right: 1px solid #dde1e7;
  }
  .dd-contact-channel:first-child {
    padding-left: 0;
  }
  .dd-contact-channel:last-child {
    padding-right: 0;
    border-right: 0;
  }
}
@media (max-width: 30rem) {
  .dd-contact-direct__links a {
    grid-template-columns: 1fr auto;
    padding-block: 1rem;
  }
  .dd-contact-direct__links span {
    grid-column: 1/-1;
  }
}
/* ===========================================================================
   DD Drive locations
   ---------------------------------------------------------------------------
   The office list (/poslovnice), office detail (/poslovnice/{slug}), and the six
   city/airport landing pages that share one template. FAQ disclosures reuse the
   approved `dd-faq` component from `_dd-domain.scss`.
   ========================================================================== */
.dd-locations {
  --dd-locations-inner: min(1440px, calc(100% - 40px));
  position: relative;
  color: var(--dd-color-text);
  background: var(--dd-color-surface);
}

.dd-locations__inner {
  position: relative;
  z-index: 1;
  width: var(--dd-locations-inner);
  margin: 0 auto;
}

/* ---------------------------------------------------------------------------
   Dark page header
   The shared header is fixed and transparent over 90px, so the band runs up
   behind it and the content is padded clear rather than margined down.
   -------------------------------------------------------------------------- */
.dd-locations__hero {
  position: relative;
  padding: 116px 0 clamp(44px, 5vw, 76px);
  overflow: hidden;
  color: #f4f6f8;
  background: radial-gradient(circle at 84% 16%, rgba(237, 27, 36, 0.16), transparent 26%), linear-gradient(135deg, #0b0e12 0%, #11161c 58%, #0c1015 100%);
  isolation: isolate;
}

.dd-locations__hero::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0.16;
  background-image: linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
  background-size: 72px 72px;
  content: "";
  mask-image: linear-gradient(to bottom, #000, transparent 82%);
}

.dd-locations__hero::after {
  position: absolute;
  top: 50%;
  right: max(28px, (100vw - min(1440px, 100vw - 64px)) / 2 + 48px);
  z-index: -1;
  width: min(28vw, 360px);
  aspect-ratio: 1;
  background: radial-gradient(circle, var(--dd-color-brand-logo) 0 5px, rgba(237, 27, 36, 0.18) 6px 15px, transparent 16px);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 50%;
  box-shadow: 0 0 0 46px rgba(255, 255, 255, 0.025), 0 0 0 92px rgba(255, 255, 255, 0.016);
  content: "";
  opacity: 0.82;
  transform: translateY(-45%);
}

.dd-locations__back {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 26px;
  color: rgba(244, 246, 248, 0.72);
  font-size: 12px;
  font-weight: 720;
  letter-spacing: 0.06em;
  text-decoration: none;
  text-transform: uppercase;
  transition: color var(--dd-transition-fast);
}

.dd-locations__back:hover {
  color: #fff;
}

.dd-locations__back svg {
  color: var(--dd-color-brand-logo);
}

.dd-locations__eyebrow {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin: 0 0 18px;
  color: rgba(244, 246, 248, 0.62);
  font-size: 11px;
  font-weight: 780;
  letter-spacing: 0.14em;
  line-height: 1.3;
  text-transform: uppercase;
}

.dd-locations__eyebrow span {
  display: inline-flex;
  align-items: center;
  padding: 6px 11px;
  color: #fff;
  background: var(--dd-color-action);
  border-radius: var(--dd-radius-pill);
  letter-spacing: 0.12em;
}

.dd-locations__hero h1 {
  max-width: 17ch;
  margin: 0;
  color: #fff;
  font-family: var(--dd-font-family);
  font-size: clamp(36px, 5.2vw, 68px);
  font-weight: 750;
  letter-spacing: -0.055em;
  line-height: 1;
  text-wrap: balance;
}

.dd-locations__lead {
  max-width: 60ch;
  margin: clamp(18px, 2.2vw, 28px) 0 0;
  color: rgba(244, 246, 248, 0.74);
  font-size: clamp(15px, 1.4vw, 18px);
  line-height: 1.6;
}

.dd-locations__count {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 26px 0 0;
  padding: 9px 15px;
  color: rgba(244, 246, 248, 0.82);
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--dd-radius-pill);
  font-size: 12px;
  font-weight: 720;
  letter-spacing: 0.04em;
}

.dd-locations__count::before {
  width: 7px;
  height: 7px;
  background: var(--dd-color-brand-logo);
  border-radius: 50%;
  content: "";
}

/* ---------------------------------------------------------------------------
   Booking search band on the landing pages
   -------------------------------------------------------------------------- */
.dd-locations__search {
  position: relative;
  padding: 0 0 clamp(36px, 4vw, 56px);
  color: #f4f6f8;
  background: linear-gradient(180deg, #0c1015 0%, #11161c 100%);
}

.dd-locations__search::after {
  position: absolute;
  right: 0;
  bottom: 0;
  width: min(34vw, 440px);
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--dd-color-brand-logo), #ef5821);
  content: "";
  opacity: 0.78;
}

.dd-locations__search .dd-booking-search {
  margin-top: -26px;
  padding: clamp(18px, 2.2vw, 26px);
  background: rgba(20, 25, 31, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 20px;
  box-shadow: 0 30px 72px rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(18px);
}

/* ---------------------------------------------------------------------------
   Body sections
   -------------------------------------------------------------------------- */
.dd-locations__body {
  padding: clamp(44px, 5vw, 76px) 0 clamp(52px, 6vw, 88px);
  background: radial-gradient(circle at 96% 3%, rgba(237, 27, 36, 0.05), transparent 20%), linear-gradient(180deg, var(--dd-color-surface) 0%, #f1f3f6 100%);
}

.dd-locations__section {
  padding: clamp(44px, 5vw, 76px) 0;
  background: #f1f3f6;
}

.dd-locations__section--surface {
  background: var(--dd-color-surface);
}

.dd-locations__heading {
  margin: 0 0 clamp(24px, 3vw, 38px);
  color: var(--dd-color-ink);
  font-family: var(--dd-font-family);
  font-size: clamp(26px, 3.4vw, 44px);
  font-weight: 740;
  letter-spacing: -0.05em;
  line-height: 1.06;
  text-wrap: balance;
}

.dd-locations__heading::before {
  display: block;
  width: 42px;
  height: 3px;
  margin-bottom: 16px;
  background: linear-gradient(90deg, var(--dd-color-brand-logo), #ef5821);
  content: "";
}

.dd-locations__split {
  display: grid;
  gap: clamp(26px, 3.4vw, 46px);
  align-items: start;
}

.dd-locations__prose h2 {
  margin: 0 0 var(--dd-space-4);
  color: var(--dd-color-ink);
  font-family: var(--dd-font-family);
  font-size: clamp(24px, 2.8vw, 34px);
  font-weight: 740;
  letter-spacing: -0.04em;
  line-height: 1.14;
}

.dd-locations__prose h3 {
  margin: clamp(26px, 3vw, 36px) 0 var(--dd-space-3);
  color: var(--dd-color-ink);
  font-family: var(--dd-font-family);
  font-size: clamp(19px, 2vw, 23px);
  font-weight: 730;
  letter-spacing: -0.03em;
  line-height: 1.2;
}

.dd-locations__prose p {
  margin: 0 0 var(--dd-space-4);
  color: var(--dd-color-text);
  font-size: 16px;
  line-height: 1.68;
}

.dd-locations__prose > :last-child {
  margin-bottom: 0;
}

/* ---------------------------------------------------------------------------
   Benefit strip
   -------------------------------------------------------------------------- */
.dd-locations-benefits {
  counter-reset: dd-location-benefit;
  display: grid;
  gap: 14px;
  margin-top: clamp(28px, 3.4vw, 40px);
  padding: 0;
  list-style: none;
}

.dd-locations-benefits li {
  position: relative;
  counter-increment: dd-location-benefit;
  padding: 18px 20px;
  background: var(--dd-color-surface);
  border: 1px solid var(--dd-color-border);
  border-radius: var(--dd-radius-card);
}

.dd-locations-benefits li::before {
  display: block;
  margin-bottom: 12px;
  color: var(--dd-color-action);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.13em;
  content: counter(dd-location-benefit, decimal-leading-zero);
}

.dd-locations-benefits strong {
  display: block;
  margin-bottom: 5px;
  color: var(--dd-color-ink);
  font-size: 14px;
  font-weight: 730;
}

.dd-locations-benefits span {
  color: var(--dd-color-text-muted);
  font-size: 13px;
  line-height: 1.5;
}

/* ---------------------------------------------------------------------------
   Office information panel
   -------------------------------------------------------------------------- */
.dd-office-panel {
  position: relative;
  min-width: 0;
  overflow: hidden;
  background: var(--dd-color-surface);
  border: 1px solid rgba(23, 26, 31, 0.12);
  border-radius: 22px;
  box-shadow: 0 24px 58px rgba(23, 26, 31, 0.09);
}

.dd-office-panel::before {
  position: absolute;
  top: 0;
  left: clamp(24px, 3vw, 34px);
  z-index: 2;
  width: 64px;
  height: 3px;
  background: linear-gradient(90deg, var(--dd-color-brand-logo), #ef5821);
  content: "";
}

.dd-office-panel__body {
  padding: clamp(24px, 3vw, 34px);
}

.dd-office-panel__town {
  display: inline-flex;
  align-items: center;
  margin-bottom: 12px;
  padding: 7px 12px;
  color: var(--dd-color-action-hover);
  background: var(--dd-color-brand-soft);
  border: 1px solid var(--dd-color-brand-soft-strong);
  border-radius: var(--dd-radius-pill);
  font-size: 10px;
  font-weight: 780;
  letter-spacing: 0.11em;
  line-height: 1;
  text-transform: uppercase;
}

.dd-office-panel__title {
  margin: 0 0 var(--dd-space-4);
  color: var(--dd-color-ink);
  font-family: var(--dd-font-family);
  font-size: clamp(20px, 2.2vw, 26px);
  font-weight: 740;
  letter-spacing: -0.035em;
  line-height: 1.16;
}

.dd-office-panel__list {
  display: grid;
  gap: 0;
  margin: 0;
}

.dd-office-panel__row {
  display: grid;
  gap: 4px;
  padding: 14px 0;
  border-top: 1px solid var(--dd-color-border);
}

.dd-office-panel__row:first-child {
  border-top: 0;
  padding-top: 0;
}

.dd-office-panel__row dt {
  color: var(--dd-color-text-muted);
  font-size: 10px;
  font-weight: 780;
  letter-spacing: 0.12em;
  line-height: 1.3;
  text-transform: uppercase;
}

.dd-office-panel__row dd {
  margin: 0;
  color: var(--dd-color-ink);
  font-size: 15px;
  line-height: 1.55;
}

.dd-office-panel__row a {
  color: var(--dd-color-ink);
  font-weight: 620;
  text-decoration: none;
}

.dd-office-panel__row a:hover {
  color: var(--dd-color-action-hover);
  text-decoration: underline;
}

.dd-office-panel__notes {
  display: grid;
  gap: 14px;
  margin-top: var(--dd-space-4);
  padding-top: var(--dd-space-4);
  border-top: 1px solid var(--dd-color-border);
}

.dd-office-panel__note-title {
  display: block;
  margin-bottom: 4px;
  color: var(--dd-color-text-muted);
  font-size: 10px;
  font-weight: 780;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.dd-office-panel__notes p {
  margin: 0;
  font-size: 14px;
  line-height: 1.6;
}

.dd-office-panel__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: var(--dd-space-6);
}

/* The embed keeps a stable box so the panel does not jump as the map loads. */
.dd-office-panel__map {
  position: relative;
  aspect-ratio: 16/10;
  background: var(--dd-color-surface-muted);
  border-top: 1px solid var(--dd-color-border);
}

.dd-office-panel__map-label {
  position: absolute;
  top: 16px;
  left: 16px;
  z-index: 2;
  padding: 8px 12px;
  color: #fff;
  background: rgba(13, 18, 24, 0.9);
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: var(--dd-radius-pill);
  font-size: 9px;
  font-weight: 780;
  letter-spacing: 0.11em;
  line-height: 1.2;
  pointer-events: none;
  text-transform: uppercase;
  backdrop-filter: blur(10px);
}

.dd-office-panel__map iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

/* ---------------------------------------------------------------------------
   Office cards
   -------------------------------------------------------------------------- */
.dd-office-grid {
  counter-reset: dd-office;
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 20px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.dd-office-card {
  position: relative;
  display: flex;
  min-width: 0;
  flex-direction: column;
  counter-increment: dd-office;
  overflow: hidden;
  padding: clamp(22px, 2.6vw, 30px);
  background: var(--dd-color-surface);
  border: 1px solid rgba(23, 26, 31, 0.12);
  border-radius: 22px;
  box-shadow: 0 20px 48px rgba(23, 26, 31, 0.08);
  transition: border-color var(--dd-transition-base), box-shadow var(--dd-transition-base), transform var(--dd-transition-base);
}

.dd-office-card::before {
  position: absolute;
  top: 27px;
  right: clamp(22px, 2.6vw, 30px);
  color: rgba(23, 26, 31, 0.34);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.12em;
  content: counter(dd-office, decimal-leading-zero);
}

.dd-office-card::after {
  position: absolute;
  top: 0;
  left: clamp(22px, 2.6vw, 30px);
  width: 52px;
  height: 3px;
  background: linear-gradient(90deg, var(--dd-color-brand-logo), #ef5821);
  content: "";
  transition: width var(--dd-transition-base);
}

.dd-office-card:hover,
.dd-office-card:focus-within {
  border-color: rgba(201, 22, 31, 0.36);
  box-shadow: 0 28px 64px rgba(23, 26, 31, 0.14);
  transform: translateY(-4px);
}

.dd-office-card:hover::after,
.dd-office-card:focus-within::after {
  width: 92px;
}

.dd-office-card__town {
  align-self: flex-start;
  margin-bottom: 12px;
  padding: 7px 12px;
  color: var(--dd-color-action-hover);
  background: var(--dd-color-brand-soft);
  border: 1px solid var(--dd-color-brand-soft-strong);
  border-radius: var(--dd-radius-pill);
  font-size: 10px;
  font-weight: 780;
  letter-spacing: 0.11em;
  line-height: 1;
  text-transform: uppercase;
}

.dd-office-card__title {
  margin: 0;
  color: var(--dd-color-ink);
  font-family: var(--dd-font-family);
  font-size: clamp(20px, 2.1vw, 26px);
  font-weight: 730;
  letter-spacing: -0.04em;
  line-height: 1.12;
}

.dd-office-card__title a {
  color: inherit;
  text-decoration: none;
}

.dd-office-card__title a:hover {
  color: var(--dd-color-action-hover);
}

.dd-office-card__rows {
  display: grid;
  gap: 8px;
  margin: 16px 0 0;
}

.dd-office-card__row {
  color: var(--dd-color-text-muted);
  font-size: 14px;
  line-height: 1.55;
}

.dd-office-card__contact {
  display: grid;
  gap: 4px;
  margin-top: 16px;
  padding-top: 14px;
  border-top: 1px solid var(--dd-color-border);
}

.dd-office-card__contact a {
  color: var(--dd-color-ink);
  font-size: 14px;
  font-weight: 620;
  text-decoration: none;
}

.dd-office-card__contact a:hover {
  color: var(--dd-color-action-hover);
  text-decoration: underline;
}

.dd-office-card__more {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  gap: 9px;
  margin-top: auto;
  padding-top: 20px;
  color: var(--dd-color-ink);
  font-size: 12px;
  font-weight: 720;
  text-decoration: none;
}

.dd-office-card__more svg {
  color: var(--dd-color-action);
  transition: transform var(--dd-transition-fast);
}

.dd-office-card__more:hover svg {
  transform: translateX(4px);
}

/* ---------------------------------------------------------------------------
   Contact groups on the office list
   -------------------------------------------------------------------------- */
.dd-locations-contacts {
  counter-reset: dd-location-contact;
  display: grid;
  gap: 20px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.dd-locations-contacts li {
  position: relative;
  counter-increment: dd-location-contact;
  padding: clamp(22px, 2.6vw, 28px);
  background: var(--dd-color-surface);
  border: 1px solid var(--dd-color-border);
  border-radius: 22px;
  box-shadow: var(--dd-shadow-sm);
  transition: border-color var(--dd-transition-base), box-shadow var(--dd-transition-base), transform var(--dd-transition-base);
}

.dd-locations-contacts li::before {
  display: block;
  margin-bottom: 18px;
  color: var(--dd-color-action);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.13em;
  content: counter(dd-location-contact, decimal-leading-zero);
}

.dd-locations-contacts li:hover,
.dd-locations-contacts li:focus-within {
  border-color: rgba(201, 22, 31, 0.34);
  box-shadow: 0 20px 48px rgba(23, 26, 31, 0.1);
  transform: translateY(-3px);
}

.dd-locations-contacts h3 {
  margin: 0 0 12px;
  color: var(--dd-color-text-muted);
  font-family: var(--dd-font-family);
  font-size: 11px;
  font-weight: 780;
  letter-spacing: 0.12em;
  line-height: 1.3;
  text-transform: uppercase;
}

.dd-locations-contacts a {
  display: block;
  padding: 3px 0;
  color: var(--dd-color-ink);
  font-size: 15px;
  font-weight: 620;
  text-decoration: none;
}

.dd-locations-contacts a:hover {
  color: var(--dd-color-action-hover);
  text-decoration: underline;
}

/* ---------------------------------------------------------------------------
   Terms list on the landing pages
   -------------------------------------------------------------------------- */
.dd-locations-terms {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.dd-locations-terms li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  color: var(--dd-color-text);
  font-size: 15px;
  line-height: 1.6;
}

.dd-locations-terms li::before {
  margin-top: 8px;
  width: 7px;
  height: 7px;
  flex: none;
  background: var(--dd-color-action);
  border-radius: 50%;
  content: "";
}

/* ---------------------------------------------------------------------------
   Actions
   -------------------------------------------------------------------------- */
.dd-locations-action {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  gap: 11px;
  padding: 0 22px;
  color: var(--dd-color-ink);
  background: var(--dd-color-surface);
  border: 1px solid var(--dd-color-border);
  border-radius: var(--dd-radius-pill);
  font-size: 13px;
  font-weight: 720;
  text-decoration: none;
  transition: color var(--dd-transition-fast), border-color var(--dd-transition-fast), background-color var(--dd-transition-fast), transform var(--dd-transition-fast);
}

.dd-locations-action:hover {
  color: var(--dd-color-action-hover);
  border-color: var(--dd-color-action);
  transform: translateY(-2px);
}

.dd-locations-action--primary {
  color: #fff;
  background: var(--dd-color-action);
  border-color: var(--dd-color-action);
}

.dd-locations-action--primary:hover {
  color: #fff;
  background: var(--dd-color-action-hover);
  border-color: var(--dd-color-action-hover);
}

.dd-locations-action svg {
  color: var(--dd-color-action);
}

.dd-locations-action--primary svg {
  color: currentcolor;
}

.dd-locations svg {
  width: 20px;
  height: 20px;
  flex: none;
  fill: none;
  stroke: currentcolor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

/* The shared FAQ component sits on a tinted section here. */
.dd-locations .dd-faq {
  border-radius: 22px;
  box-shadow: 0 20px 48px rgba(23, 26, 31, 0.07);
}

/* ---------------------------------------------------------------------------
   Focus
   -------------------------------------------------------------------------- */
.dd-locations a:focus-visible,
.dd-locations summary:focus-visible {
  outline: 2px solid var(--dd-color-action);
  outline-offset: 3px;
}

.dd-locations__hero a:focus-visible {
  outline-color: #fff;
}

/* ---------------------------------------------------------------------------
   Responsive
   -------------------------------------------------------------------------- */
@media (min-width: 48rem) {
  .dd-locations {
    --dd-locations-inner: min(1440px, calc(100% - 64px));
  }
  .dd-office-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .dd-locations-benefits {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .dd-locations-contacts {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (min-width: 64rem) {
  .dd-office-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .dd-office-grid--compact {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .dd-locations__split {
    grid-template-columns: minmax(0, 1fr) minmax(0, 26rem);
  }
  .dd-locations__split--even {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 30rem) {
  .dd-locations {
    --dd-locations-inner: min(100% - 28px, 1440px);
  }
  .dd-office-panel__actions .dd-locations-action {
    width: 100%;
    justify-content: center;
  }
  .dd-locations__search .dd-booking-search {
    margin-top: -18px;
    padding: 14px;
    border-radius: 16px;
  }
  .dd-office-card::before {
    top: 25px;
  }
}
@media (max-width: 47.99rem) {
  .dd-locations__hero::after {
    top: auto;
    right: -78px;
    bottom: -42px;
    width: 190px;
    opacity: 0.45;
    transform: none;
  }
}
@media (prefers-reduced-motion: no-preference) {
  .dd-locations__hero .dd-locations__back,
  .dd-locations__hero .dd-locations__eyebrow,
  .dd-locations__hero h1,
  .dd-locations__hero .dd-locations__lead,
  .dd-locations__hero .dd-locations__count {
    animation: dd-location-rise 560ms cubic-bezier(0.22, 1, 0.36, 1) both;
  }
  .dd-locations__hero .dd-locations__eyebrow {
    animation-delay: 60ms;
  }
  .dd-locations__hero h1 {
    animation-delay: 110ms;
  }
  .dd-locations__hero .dd-locations__lead {
    animation-delay: 170ms;
  }
  .dd-locations__hero .dd-locations__count {
    animation-delay: 220ms;
  }
  .dd-locations__search .dd-booking-search,
  .dd-locations__split > .dd-office-panel,
  .dd-locations__split > .dd-locations__prose,
  .dd-office-grid > .dd-office-card,
  .dd-locations-contacts > li {
    animation: dd-location-rise 520ms cubic-bezier(0.22, 1, 0.36, 1) both;
  }
  .dd-office-grid > .dd-office-card:nth-child(2),
  .dd-locations-contacts > li:nth-child(2),
  .dd-locations__split > :nth-child(2) {
    animation-delay: 70ms;
  }
  .dd-office-grid > .dd-office-card:nth-child(3n),
  .dd-locations-contacts > li:nth-child(3) {
    animation-delay: 140ms;
  }
  .dd-office-grid > .dd-office-card:nth-child(3n+1) {
    animation-delay: 20ms;
  }
}
@media (prefers-reduced-motion: reduce) {
  .dd-office-card,
  .dd-office-card::after,
  .dd-locations-contacts li,
  .dd-locations-action,
  .dd-locations__back,
  .dd-office-card__more svg {
    transition: none;
  }
  .dd-office-card:hover,
  .dd-office-card:focus-within,
  .dd-locations-contacts li:hover,
  .dd-locations-contacts li:focus-within,
  .dd-locations-action:hover {
    transform: none;
  }
  .dd-office-card__more:hover svg {
    transform: none;
  }
}
@keyframes dd-location-rise {
  from {
    opacity: 0;
    translate: 0 16px;
  }
  to {
    opacity: 1;
    translate: 0 0;
  }
}
@media (forced-colors: active) {
  .dd-office-card,
  .dd-office-panel,
  .dd-locations-contacts li,
  .dd-locations-benefits li,
  .dd-locations-action {
    border: 1px solid CanvasText;
  }
}
/* ===========================================================================
   DD Drive marketing fleet
   ---------------------------------------------------------------------------
   The public vehicle list (/vozila) and category detail. Distinct from
   `dd-booking-vehicles`, which shows priced availability inside the funnel:
   these pages advertise categories and carry no booking state. The filter
   behavior contract is shared with that component.
   ========================================================================== */
.dd-fleet {
  --dd-fleet-inner: min(1440px, calc(100% - 40px));
  position: relative;
  color: var(--dd-color-text);
  background: var(--dd-color-surface);
}

.dd-fleet__inner {
  position: relative;
  width: var(--dd-fleet-inner);
  margin: 0 auto;
}

/* ---------------------------------------------------------------------------
   Dark page header
   The shared header is fixed and transparent over 90px, so the band runs up
   behind it and the content is padded clear rather than margined down.
   -------------------------------------------------------------------------- */
.dd-fleet__hero {
  position: relative;
  padding: 116px 0 clamp(44px, 5vw, 74px);
  overflow: hidden;
  color: #f4f6f8;
  background: radial-gradient(circle at 84% 16%, rgba(237, 27, 36, 0.16), transparent 26%), linear-gradient(135deg, #0b0e12 0%, #11161c 58%, #0c1015 100%);
  isolation: isolate;
}

.dd-fleet__hero::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0.16;
  background-image: linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
  background-size: 72px 72px;
  content: "";
  mask-image: linear-gradient(to bottom, #000, transparent 82%);
}

.dd-fleet__back {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 26px;
  color: rgba(244, 246, 248, 0.72);
  font-size: 12px;
  font-weight: 720;
  letter-spacing: 0.06em;
  text-decoration: none;
  text-transform: uppercase;
  transition: color var(--dd-transition-fast);
}

.dd-fleet__back:hover {
  color: #fff;
}

.dd-fleet__back svg {
  color: var(--dd-color-brand-logo);
}

.dd-fleet__eyebrow {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
  margin: 0 0 18px;
  color: rgba(244, 246, 248, 0.62);
  font-size: 11px;
  font-weight: 780;
  letter-spacing: 0.14em;
  line-height: 1.3;
  text-transform: uppercase;
}

.dd-fleet__eyebrow span {
  display: inline-flex;
  align-items: center;
  padding: 6px 11px;
  color: #fff;
  background: var(--dd-color-action);
  border-radius: var(--dd-radius-pill);
  letter-spacing: 0.12em;
}

.dd-fleet__hero h1 {
  max-width: 20ch;
  margin: 0;
  color: #fff;
  font-family: var(--dd-font-family);
  font-size: clamp(36px, 5.2vw, 68px);
  font-weight: 750;
  letter-spacing: -0.055em;
  line-height: 1;
  text-wrap: balance;
}

.dd-fleet__lead {
  max-width: 60ch;
  margin: clamp(18px, 2.2vw, 28px) 0 0;
  color: rgba(244, 246, 248, 0.74);
  font-size: clamp(15px, 1.4vw, 18px);
  line-height: 1.6;
}

/* "or similar" sits beside the model name so the promise is never separated
   from the vehicle it qualifies. */
.dd-fleet__similar {
  display: inline-flex;
  align-items: center;
  margin-left: 12px;
  padding: 6px 11px;
  color: rgba(244, 246, 248, 0.82);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: var(--dd-radius-pill);
  font-size: 11px;
  font-weight: 720;
  letter-spacing: 0.06em;
  vertical-align: middle;
}

/* ---------------------------------------------------------------------------
   List body
   -------------------------------------------------------------------------- */
.dd-fleet__body {
  padding: clamp(40px, 5vw, 70px) 0 clamp(56px, 7vw, 96px);
  background: radial-gradient(circle at 96% 3%, rgba(237, 27, 36, 0.05), transparent 20%), linear-gradient(180deg, var(--dd-color-surface) 0%, #f1f3f6 100%);
}

.dd-fleet__results-heading {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: clamp(18px, 2.2vw, 26px);
}

.dd-fleet__results-heading h2 {
  margin: 0;
  color: var(--dd-color-ink);
  font-family: var(--dd-font-family);
  font-size: clamp(22px, 2.6vw, 30px);
  font-weight: 740;
  letter-spacing: -0.04em;
  line-height: 1.14;
}

.dd-fleet__count {
  color: var(--dd-color-text-muted);
  font-size: 13px;
  font-weight: 700;
}

/* ---------------------------------------------------------------------------
   Filters — same behavior contract as the booking results component
   -------------------------------------------------------------------------- */
.dd-fleet-filters {
  position: relative;
  display: flex;
  max-width: 100%;
  flex-wrap: nowrap;
  gap: 6px;
  margin-bottom: clamp(24px, 3vw, 34px);
  padding: 8px;
  overflow-x: auto;
  color: #f4f6f8;
  background: radial-gradient(circle at 92% 0, rgba(237, 27, 36, 0.14), transparent 24%), #151b22;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  box-shadow: 0 16px 38px rgba(17, 22, 28, 0.14);
  scrollbar-width: none;
  isolation: isolate;
}

.dd-fleet-filters::-webkit-scrollbar {
  display: none;
}

.dd-fleet-filters__indicator {
  position: absolute;
  z-index: 0;
  top: 8px;
  left: 0;
  width: 0;
  height: 44px;
  opacity: 0;
  background: linear-gradient(135deg, var(--dd-color-action), var(--dd-color-brand-logo) 62%, #e7441d);
  border-radius: var(--dd-radius-pill);
  box-shadow: 0 9px 20px rgba(201, 22, 31, 0.3);
  pointer-events: none;
  transition: width 260ms cubic-bezier(0.2, 0.75, 0.2, 1), transform 260ms cubic-bezier(0.2, 0.75, 0.2, 1), opacity 120ms ease;
}

.dd-fleet-filters[data-filter-ready=true] .dd-fleet-filters__indicator {
  opacity: 1;
}

.dd-fleet-filters button {
  position: relative;
  z-index: 1;
  min-height: 44px;
  flex: 0 0 auto;
  padding: 0 18px;
  color: #b9c1ca;
  background: transparent;
  border: 1px solid transparent;
  border-radius: var(--dd-radius-pill);
  font-family: var(--dd-font-family);
  font-size: 12px;
  font-weight: 720;
  cursor: pointer;
  white-space: nowrap;
  transition: color var(--dd-transition-fast), background-color var(--dd-transition-fast), border-color var(--dd-transition-fast), transform var(--dd-transition-fast);
}

.dd-fleet-filters button:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.075);
}

.dd-fleet-filters button[aria-pressed=true] {
  color: #fff;
  background: var(--dd-color-action);
  border-color: transparent;
}

.dd-fleet-filters[data-filter-ready=true] button[aria-pressed=true] {
  background: transparent;
}

.dd-fleet-filters button:focus-visible {
  outline: 2px solid #fff;
  outline-offset: -3px;
}

.dd-fleet-empty {
  display: grid;
  gap: 8px;
  justify-items: start;
  padding: clamp(24px, 3vw, 32px);
  background: var(--dd-color-surface);
  border: 1px solid var(--dd-color-border);
  border-radius: 22px;
}

.dd-fleet-empty strong {
  color: var(--dd-color-ink);
  font-size: 17px;
  font-weight: 730;
}

.dd-fleet-empty span {
  color: var(--dd-color-text-muted);
  font-size: 14px;
  line-height: 1.55;
}

.dd-fleet-empty button {
  min-height: 44px;
  margin-top: 8px;
  padding: 0 20px;
  color: #fff;
  background: var(--dd-color-action);
  border: 1px solid var(--dd-color-action);
  border-radius: var(--dd-radius-pill);
  font-family: var(--dd-font-family);
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
}

.dd-fleet-empty button:hover {
  background: var(--dd-color-action-hover);
  border-color: var(--dd-color-action-hover);
}

/* ---------------------------------------------------------------------------
   Vehicle cards
   -------------------------------------------------------------------------- */
.dd-fleet-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 22px;
  transform-origin: 50% 0;
  transition: opacity 140ms ease, transform 140ms ease;
}

.dd-fleet-grid.dd-filter-is-switching {
  opacity: 0;
  transform: translateY(8px) scale(0.995);
}

.dd-fleet-card {
  position: relative;
  display: flex;
  min-width: 0;
  flex-direction: column;
  overflow: hidden;
  background: var(--dd-color-surface);
  border: 1px solid rgba(23, 26, 31, 0.12);
  border-radius: 22px;
  box-shadow: 0 20px 48px rgba(23, 26, 31, 0.08);
  transition: border-color var(--dd-transition-base), box-shadow var(--dd-transition-base), transform var(--dd-transition-base);
}

.dd-fleet-card::before {
  position: absolute;
  z-index: 4;
  top: 0;
  right: 28px;
  left: 28px;
  height: 3px;
  background: linear-gradient(90deg, var(--dd-color-action), var(--dd-color-brand-logo) 62%, #ff6a24);
  border-radius: 0 0 var(--dd-radius-pill) var(--dd-radius-pill);
  content: "";
  transform: scaleX(0.34);
  transform-origin: left;
  transition: transform 280ms ease;
}

.dd-fleet-card:hover,
.dd-fleet-card:focus-within {
  border-color: rgba(201, 22, 31, 0.36);
  box-shadow: 0 28px 64px rgba(23, 26, 31, 0.14);
  transform: translateY(-4px);
}

.dd-fleet-card:hover::before,
.dd-fleet-card:focus-within::before {
  transform: scaleX(1);
}

.dd-fleet-card.dd-filter-card-entering {
  animation: dd-fleet-card-filter-in 320ms cubic-bezier(0.2, 0.72, 0.2, 1) both;
  animation-delay: calc(var(--dd-filter-card-index, 0) * 34ms);
}

@keyframes dd-fleet-card-filter-in {
  from {
    opacity: 0;
    transform: translateY(13px) scale(0.985);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
/* The filter hides cards with the `hidden` attribute, and an author `display`
   declaration outranks the user-agent rule for it. Without this the filter runs
   but nothing disappears. Same for the empty state, which ships hidden. */
.dd-fleet-card[hidden],
.dd-fleet-empty[hidden] {
  display: none;
}

.dd-fleet-empty:not([hidden]) {
  animation: dd-fleet-empty-in 240ms ease both;
}

@keyframes dd-fleet-empty-in {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.dd-fleet-card__media {
  position: relative;
  display: grid;
  aspect-ratio: 16/9;
  place-items: center;
  padding: 28px 22px 20px;
  overflow: hidden;
  background: radial-gradient(circle at 82% 18%, rgba(237, 27, 36, 0.24), transparent 26%), linear-gradient(145deg, #1a2027, #0e1217);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.dd-fleet-card__media::before {
  position: absolute;
  right: -55px;
  bottom: -100px;
  width: 280px;
  height: 180px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 50%;
  content: "";
  transform: rotate(-18deg);
}

.dd-fleet-card__media img {
  position: relative;
  z-index: 1;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 20px 18px rgba(0, 0, 0, 0.34));
  transition: transform 300ms ease;
}

.dd-fleet-card:hover .dd-fleet-card__media img,
.dd-fleet-card:focus-within .dd-fleet-card__media img {
  transform: translateY(-4px) scale(1.025);
}

/* A category with no photograph gets a neutral mark rather than a stand-in
   vehicle, which would promise a model the customer may not receive. */
.dd-fleet-card__placeholder {
  position: relative;
  z-index: 1;
  color: rgba(255, 255, 255, 0.46);
  font-family: var(--dd-font-family);
  font-size: clamp(24px, 4vw, 38px);
  font-weight: 800;
  letter-spacing: -0.06em;
  opacity: 0.5;
}

.dd-fleet-card__body {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  padding: clamp(20px, 2.4vw, 28px);
}

.dd-fleet-card__category {
  align-self: flex-start;
  margin-bottom: 12px;
  padding: 7px 12px;
  color: var(--dd-color-action-hover);
  background: var(--dd-color-brand-soft);
  border: 1px solid var(--dd-color-brand-soft-strong);
  border-radius: var(--dd-radius-pill);
  font-size: 10px;
  font-weight: 780;
  letter-spacing: 0.11em;
  line-height: 1;
  text-transform: uppercase;
}

.dd-fleet-card__title {
  margin: 0;
  color: var(--dd-color-ink);
  font-family: var(--dd-font-family);
  font-size: clamp(20px, 2.1vw, 25px);
  font-weight: 730;
  letter-spacing: -0.04em;
  line-height: 1.14;
}

.dd-fleet-card__title a {
  color: inherit;
  text-decoration: none;
}

.dd-fleet-card__title a:hover {
  color: var(--dd-color-action-hover);
}

.dd-fleet-card__similar {
  display: block;
  margin-top: 5px;
  color: var(--dd-color-text-muted);
  font-size: 12px;
  font-weight: 620;
}

.dd-fleet-specs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
}

.dd-fleet-specs li {
  padding: 6px 11px;
  color: var(--dd-color-text);
  background: var(--dd-color-surface-muted);
  border: 1px solid var(--dd-color-border);
  border-radius: var(--dd-radius-pill);
  font-size: 12px;
  font-weight: 620;
  line-height: 1.3;
}

.dd-fleet-card__price {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin-top: auto;
  padding-top: 20px;
}

.dd-fleet-card__price-label {
  color: var(--dd-color-text-muted);
  font-size: 12px;
  font-weight: 700;
}

.dd-fleet-card__amount {
  color: var(--dd-color-ink);
  font-family: var(--dd-font-family);
  font-size: clamp(22px, 2.4vw, 28px);
  font-weight: 760;
  font-variant-numeric: tabular-nums;
  letter-spacing: -0.04em;
  line-height: 1;
}

.dd-fleet-card__currency {
  color: var(--dd-color-text-muted);
  font-size: 13px;
  font-weight: 700;
}

.dd-fleet-card__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

/* ---------------------------------------------------------------------------
   Detail page
   -------------------------------------------------------------------------- */
.dd-fleet__detail {
  display: grid;
  gap: clamp(26px, 3.4vw, 44px);
  align-items: start;
}

.dd-fleet-figure {
  position: relative;
  display: grid;
  aspect-ratio: 16/10;
  place-items: center;
  padding: clamp(20px, 3vw, 36px);
  margin: 0;
  overflow: hidden;
  background: radial-gradient(circle at 82% 18%, rgba(237, 27, 36, 0.22), transparent 28%), linear-gradient(145deg, #1a2027, #0e1217);
  border: 1px solid rgba(23, 26, 31, 0.2);
  border-radius: 22px;
  box-shadow: 0 24px 58px rgba(23, 26, 31, 0.09);
}

.dd-fleet-figure::before {
  position: absolute;
  right: -90px;
  bottom: -150px;
  width: 430px;
  height: 280px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 50%;
  content: "";
  transform: rotate(-18deg);
}

.dd-fleet-figure img {
  position: relative;
  z-index: 1;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 24px 22px rgba(0, 0, 0, 0.36));
}

.dd-fleet-panel {
  min-width: 0;
  padding: clamp(24px, 3vw, 34px);
  background: var(--dd-color-surface);
  border: 1px solid rgba(23, 26, 31, 0.12);
  border-radius: 22px;
  box-shadow: 0 24px 58px rgba(23, 26, 31, 0.09);
}

.dd-fleet-panel__title {
  margin: 0 0 var(--dd-space-4);
  color: var(--dd-color-ink);
  font-family: var(--dd-font-family);
  font-size: clamp(19px, 2vw, 23px);
  font-weight: 740;
  letter-spacing: -0.035em;
  line-height: 1.18;
}

.dd-fleet-panel__price {
  display: flex;
  align-items: baseline;
  gap: 8px;
  margin-bottom: var(--dd-space-4);
  padding-bottom: var(--dd-space-4);
  border-bottom: 1px solid var(--dd-color-border);
}

.dd-fleet-panel__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: var(--dd-space-6);
}

.dd-fleet-includes {
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.dd-fleet-includes li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  color: var(--dd-color-text);
  font-size: 15px;
  line-height: 1.55;
}

.dd-fleet-includes li::before {
  margin-top: 8px;
  width: 7px;
  height: 7px;
  flex: none;
  background: var(--dd-color-success);
  border-radius: 50%;
  content: "";
}

.dd-fleet__panels {
  display: grid;
  gap: 20px;
  margin-top: clamp(28px, 3.4vw, 42px);
}

/* ---------------------------------------------------------------------------
   Actions
   -------------------------------------------------------------------------- */
.dd-fleet-action {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  gap: 11px;
  padding: 0 22px;
  color: var(--dd-color-ink);
  background: var(--dd-color-surface);
  border: 1px solid var(--dd-color-border);
  border-radius: var(--dd-radius-pill);
  font-size: 13px;
  font-weight: 720;
  text-decoration: none;
  transition: color var(--dd-transition-fast), background-color var(--dd-transition-fast), border-color var(--dd-transition-fast), transform var(--dd-transition-fast);
}

.dd-fleet-action:hover {
  color: var(--dd-color-action-hover);
  border-color: var(--dd-color-action);
  transform: translateY(-2px);
}

.dd-fleet-action--primary {
  color: #fff;
  background: var(--dd-color-action);
  border-color: var(--dd-color-action);
}

.dd-fleet-action--primary:hover {
  color: #fff;
  background: var(--dd-color-action-hover);
  border-color: var(--dd-color-action-hover);
}

.dd-fleet-action svg {
  color: var(--dd-color-action);
}

.dd-fleet-action--primary svg {
  color: currentcolor;
}

.dd-fleet svg {
  width: 20px;
  height: 20px;
  flex: none;
  fill: none;
  stroke: currentcolor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

/* ---------------------------------------------------------------------------
   Focus
   -------------------------------------------------------------------------- */
.dd-fleet a:focus-visible {
  outline: 2px solid var(--dd-color-action);
  outline-offset: 3px;
}

.dd-fleet__hero a:focus-visible {
  outline-color: #fff;
}

/* ---------------------------------------------------------------------------
   Responsive
   -------------------------------------------------------------------------- */
@media (min-width: 48rem) {
  .dd-fleet {
    --dd-fleet-inner: min(1440px, calc(100% - 64px));
  }
  .dd-fleet-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .dd-fleet__panels {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 64rem) {
  .dd-fleet-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .dd-fleet__detail {
    grid-template-columns: minmax(0, 1.35fr) minmax(0, 1fr);
  }
  .dd-fleet__panels {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 30rem) {
  .dd-fleet {
    --dd-fleet-inner: min(100% - 28px, 1440px);
  }
  .dd-fleet-card__actions .dd-fleet-action,
  .dd-fleet-panel__actions .dd-fleet-action {
    width: 100%;
    justify-content: center;
  }
}
@media (prefers-reduced-motion: reduce) {
  .dd-fleet-grid,
  .dd-fleet-card,
  .dd-fleet-card::before,
  .dd-fleet-card__media img,
  .dd-fleet-action,
  .dd-fleet__back,
  .dd-fleet-filters button,
  .dd-fleet-filters__indicator {
    transition: none;
  }
  .dd-fleet-card.dd-filter-card-entering,
  .dd-fleet-empty:not([hidden]) {
    animation: none;
  }
  .dd-fleet-card:hover,
  .dd-fleet-card:focus-within,
  .dd-fleet-action:hover,
  .dd-fleet-card:hover .dd-fleet-card__media img,
  .dd-fleet-card:focus-within .dd-fleet-card__media img {
    transform: none;
  }
}
@media (forced-colors: active) {
  .dd-fleet-card,
  .dd-fleet-panel,
  .dd-fleet-figure,
  .dd-fleet-empty,
  .dd-fleet-action,
  .dd-fleet-filters button {
    border: 1px solid CanvasText;
  }
  .dd-fleet-filters button[aria-pressed=true] {
    outline: 2px solid CanvasText;
    outline-offset: -4px;
  }
  .dd-fleet-filters__indicator {
    background: Highlight;
  }
}
/* ===========================================================================
   DD Drive customer account
   ---------------------------------------------------------------------------
   Profile overview, bookings, documents, and the profile/document forms.
   Fields come from `dd-forms`, buttons from `dd-buttons`, status badges and
   alerts from `dd-feedback`, and the delete confirmation from `dd-dialog`.
   ========================================================================== */
.dd-profile {
  --dd-profile-inner: min(1280px, calc(100% - 40px));
  position: relative;
  color: var(--dd-color-text);
  background: var(--dd-color-surface);
}

.dd-profile__inner {
  position: relative;
  width: var(--dd-profile-inner);
  margin: 0 auto;
}

/* ---------------------------------------------------------------------------
   Account header
   The shared header is fixed and transparent over 90px, so the band runs up
   behind it and the content is padded clear rather than margined down.
   -------------------------------------------------------------------------- */
.dd-profile__hero {
  position: relative;
  padding: 116px 0 0;
  overflow: hidden;
  color: #f4f6f8;
  background: radial-gradient(circle at 84% 16%, rgba(237, 27, 36, 0.16), transparent 26%), linear-gradient(135deg, #0b0e12 0%, #11161c 58%, #0c1015 100%);
  isolation: isolate;
}

.dd-profile__hero::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: 0.16;
  background-image: linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
  background-size: 72px 72px;
  content: "";
  mask-image: linear-gradient(to bottom, #000, transparent 90%);
}

.dd-profile__eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 16px;
  color: rgba(244, 246, 248, 0.62);
  font-size: 11px;
  font-weight: 780;
  letter-spacing: 0.14em;
  line-height: 1.3;
  text-transform: uppercase;
}

.dd-profile__eyebrow span {
  display: inline-flex;
  align-items: center;
  padding: 6px 11px;
  color: #fff;
  background: var(--dd-color-action);
  border-radius: var(--dd-radius-pill);
  letter-spacing: 0.12em;
}

.dd-profile__hero h1 {
  max-width: 20ch;
  margin: 0;
  color: #fff;
  font-family: var(--dd-font-family);
  font-size: clamp(32px, 4.4vw, 54px);
  font-weight: 750;
  letter-spacing: -0.05em;
  line-height: 1.02;
  text-wrap: balance;
}

.dd-profile__lead {
  max-width: 56ch;
  margin: 16px 0 0;
  color: rgba(244, 246, 248, 0.74);
  font-size: clamp(15px, 1.3vw, 17px);
  line-height: 1.6;
}

/* Account sections stay reachable from every page in the area. */
.dd-profile-nav {
  display: flex;
  gap: 4px;
  margin: clamp(26px, 3vw, 38px) 0 0;
  padding: 0;
  overflow-x: auto;
  list-style: none;
  scrollbar-width: thin;
}

.dd-profile-nav a {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  padding: 0 18px;
  border-bottom: 2px solid transparent;
  color: rgba(244, 246, 248, 0.7);
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
  transition: color var(--dd-transition-fast), border-color var(--dd-transition-fast);
}

.dd-profile-nav a:hover {
  color: #fff;
}

.dd-profile-nav a[aria-current=page] {
  color: #fff;
  border-bottom-color: var(--dd-color-action);
}

/* ---------------------------------------------------------------------------
   Body
   -------------------------------------------------------------------------- */
.dd-profile__body {
  padding: clamp(32px, 4vw, 56px) 0 clamp(52px, 6vw, 88px);
  background: radial-gradient(circle at 96% 3%, rgba(237, 27, 36, 0.05), transparent 20%), linear-gradient(180deg, var(--dd-color-surface) 0%, #f1f3f6 100%);
}

.dd-profile__layout {
  display: grid;
  gap: clamp(20px, 2.6vw, 30px);
  align-items: start;
}

.dd-profile__stack {
  display: grid;
  gap: clamp(20px, 2.6vw, 30px);
  min-width: 0;
}

.dd-profile-panel {
  min-width: 0;
  padding: clamp(22px, 2.8vw, 32px);
  background: var(--dd-color-surface);
  border: 1px solid rgba(23, 26, 31, 0.12);
  border-radius: 22px;
  box-shadow: 0 20px 48px rgba(23, 26, 31, 0.08);
}

.dd-profile-panel__head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: var(--dd-space-4);
}

.dd-profile-panel__title {
  margin: 0;
  color: var(--dd-color-ink);
  font-family: var(--dd-font-family);
  font-size: clamp(19px, 2vw, 24px);
  font-weight: 740;
  letter-spacing: -0.035em;
  line-height: 1.18;
}

/* ---------------------------------------------------------------------------
   Identity
   -------------------------------------------------------------------------- */
.dd-profile-identity {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: var(--dd-space-6);
}

.dd-profile-identity__avatar {
  display: grid;
  width: 64px;
  height: 64px;
  flex: none;
  overflow: hidden;
  place-items: center;
  color: #fff;
  background: var(--dd-color-action);
  border-radius: 50%;
  font-family: var(--dd-font-family);
  font-size: 22px;
  font-weight: 780;
  letter-spacing: 0.02em;
}

.dd-profile-identity__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.dd-profile-identity__name {
  margin: 0;
  color: var(--dd-color-ink);
  font-family: var(--dd-font-family);
  font-size: clamp(19px, 2vw, 23px);
  font-weight: 740;
  letter-spacing: -0.035em;
  line-height: 1.2;
}

.dd-profile-identity__meta {
  display: block;
  margin-top: 4px;
  color: var(--dd-color-text-muted);
  font-size: 13px;
}

/* ---------------------------------------------------------------------------
   Detail lists
   -------------------------------------------------------------------------- */
.dd-profile-list {
  display: grid;
  margin: 0;
}

.dd-profile-list__row {
  display: grid;
  gap: 4px;
  padding: 13px 0;
  border-top: 1px solid var(--dd-color-border);
}

.dd-profile-list__row:first-child {
  padding-top: 0;
  border-top: 0;
}

.dd-profile-list__row dt {
  color: var(--dd-color-text-muted);
  font-size: 10px;
  font-weight: 780;
  letter-spacing: 0.12em;
  line-height: 1.3;
  text-transform: uppercase;
}

.dd-profile-list__row dd {
  margin: 0;
  color: var(--dd-color-ink);
  font-size: 15px;
  line-height: 1.55;
  overflow-wrap: anywhere;
}

.dd-profile-empty {
  margin: 0;
  color: var(--dd-color-text-muted);
  font-size: 15px;
  line-height: 1.6;
}

.dd-profile-panel__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: var(--dd-space-6);
}

/* ---------------------------------------------------------------------------
   Booking list
   -------------------------------------------------------------------------- */
.dd-booking-list {
  display: grid;
  gap: 12px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.dd-booking-row {
  display: grid;
  gap: 14px;
  padding: 18px;
  background: var(--dd-color-surface);
  border: 1px solid var(--dd-color-border);
  border-radius: var(--dd-radius-card);
}

.dd-booking-row__head {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
}

.dd-booking-row__number {
  color: var(--dd-color-ink);
  font-family: var(--dd-font-family);
  font-size: 16px;
  font-weight: 740;
  font-variant-numeric: tabular-nums;
  letter-spacing: -0.02em;
}

.dd-booking-row__category {
  display: block;
  margin-top: 2px;
  color: var(--dd-color-text-muted);
  font-size: 14px;
}

.dd-booking-row__dates {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 20px;
  margin: 0;
  color: var(--dd-color-text);
  font-size: 14px;
}

.dd-booking-row__dates dt {
  display: inline;
  color: var(--dd-color-text-muted);
  font-size: 10px;
  font-weight: 780;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.dd-booking-row__dates dd {
  display: inline;
  margin: 0 0 0 6px;
  font-variant-numeric: tabular-nums;
}

.dd-booking-row__side {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 10px;
  padding-top: 12px;
  border-top: 1px solid var(--dd-color-border);
}

.dd-booking-row__price {
  color: var(--dd-color-ink);
  font-family: var(--dd-font-family);
  font-size: 20px;
  font-weight: 760;
  font-variant-numeric: tabular-nums;
  letter-spacing: -0.03em;
}

.dd-booking-row__currency {
  color: var(--dd-color-text-muted);
  font-size: 13px;
  font-weight: 700;
}

/* ---------------------------------------------------------------------------
   Documents
   -------------------------------------------------------------------------- */
.dd-document-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: clamp(20px, 2.6vw, 26px);
  margin: 0;
  padding: 0;
  list-style: none;
}

.dd-document-thumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: var(--dd-space-4);
}

.dd-document-thumbs img {
  width: 120px;
  height: 78px;
  object-fit: cover;
  background: var(--dd-color-surface-muted);
  border: 1px solid var(--dd-color-border);
  border-radius: var(--dd-radius-control);
}

.dd-document-preview {
  display: block;
  max-width: 220px;
  margin-bottom: var(--dd-space-3);
  border: 1px solid var(--dd-color-border);
  border-radius: var(--dd-radius-control);
}

/* ---------------------------------------------------------------------------
   Forms
   -------------------------------------------------------------------------- */
.dd-profile-form {
  display: grid;
  gap: var(--dd-space-6);
}

.dd-profile-form .dd-fieldset {
  display: grid;
  gap: var(--dd-space-4);
}

.dd-profile-form__row {
  display: grid;
  gap: var(--dd-space-4);
}

.dd-profile-form__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  padding-top: var(--dd-space-4);
  border-top: 1px solid var(--dd-color-border);
}

.dd-profile-note {
  margin: 0;
  color: var(--dd-color-text-muted);
  font-size: 13px;
  line-height: 1.6;
}

.dd-profile-note a {
  color: var(--dd-color-action-hover);
  font-weight: 620;
}

/* The validation summary renders an empty element until the server fills it. */
.dd-profile-form .dd-alert:empty,
.dd-profile-form .validation-summary-valid {
  display: none;
}

/* ---------------------------------------------------------------------------
   Delete confirmation
   -------------------------------------------------------------------------- */
.dd-profile-confirm__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: var(--dd-space-6);
}

.dd-button--danger {
  color: #fff;
  background: var(--dd-color-error);
  border-color: var(--dd-color-error);
}

.dd-button--danger:hover {
  color: #fff;
  background: #93231a;
  border-color: #93231a;
}

/* ---------------------------------------------------------------------------
   Responsive
   -------------------------------------------------------------------------- */
@media (min-width: 48rem) {
  .dd-profile {
    --dd-profile-inner: min(1280px, calc(100% - 64px));
  }
  .dd-profile-form__row {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .dd-profile-form__row--three {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .dd-booking-row {
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
  }
  .dd-booking-row__side {
    flex-direction: column;
    align-items: flex-end;
    gap: 4px;
    padding-top: 0;
    border-top: 0;
  }
  .dd-document-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 64rem) {
  .dd-profile__layout--aside {
    grid-template-columns: minmax(0, 22rem) minmax(0, 1fr);
  }
}
@media (max-width: 30rem) {
  .dd-profile {
    --dd-profile-inner: min(100% - 28px, 1440px);
  }
  .dd-profile-panel__actions .dd-button,
  .dd-profile-form__actions .dd-button,
  .dd-profile-confirm__actions .dd-button {
    width: 100%;
    justify-content: center;
  }
}
@media (prefers-reduced-motion: reduce) {
  .dd-profile-nav a {
    transition: none;
  }
}
@media (forced-colors: active) {
  .dd-profile-panel,
  .dd-booking-row,
  .dd-document-thumbs img,
  .dd-document-preview {
    border: 1px solid CanvasText;
  }
  .dd-profile-nav a[aria-current=page] {
    border-bottom-color: CanvasText;
  }
}
/* ==========================================================================
   DD Drive form controls
   ========================================================================== */
.dd-field {
  display: grid;
  gap: var(--dd-space-2);
}

.dd-field__label,
.dd-fieldset__legend {
  color: var(--dd-color-ink);
  font-family: var(--dd-font-family);
  font-size: var(--dd-font-size-sm);
  font-weight: 600;
  line-height: 1.4;
}

.dd-field__optional {
  color: var(--dd-color-text-muted);
  font-weight: 400;
}

.dd-field__required {
  color: var(--dd-color-error);
  font-weight: 600;
}

.dd-field__control-wrap,
.dd-select {
  position: relative;
}

.dd-field__control {
  width: 100%;
  min-height: var(--dd-control-height);
  padding: var(--dd-space-3) var(--dd-space-4);
  color: var(--dd-color-text);
  background-color: var(--dd-color-surface);
  border: 1px solid var(--dd-color-border-strong);
  border-radius: var(--dd-radius-control);
  font-family: var(--dd-font-family);
  font-size: var(--dd-font-size-body);
  line-height: 1.4;
  transition: background-color var(--dd-transition-fast), border-color var(--dd-transition-fast), box-shadow var(--dd-transition-fast);
}

.dd-field__control::placeholder {
  color: var(--dd-color-text-muted);
  opacity: 1;
}

.dd-field__control:hover:not(:disabled) {
  border-color: var(--dd-color-ink);
}

.dd-field__control:focus-visible {
  border-color: var(--dd-color-action);
  outline: 2px solid transparent;
  outline-offset: 2px;
  box-shadow: var(--dd-focus-ring);
}

.dd-field__control[aria-invalid=true] {
  border-color: var(--dd-color-error);
}

.dd-field__control[aria-invalid=true]:focus-visible {
  box-shadow: var(--dd-focus-ring);
}

.dd-select .dd-field__control {
  padding-inline-end: 3rem;
  appearance: none;
}

.dd-select__icon {
  position: absolute;
  top: 50%;
  right: var(--dd-space-4);
  width: 1.25rem;
  height: 1.25rem;
  color: var(--dd-color-text-muted);
  pointer-events: none;
  transform: translateY(-50%);
  fill: none;
  stroke: currentcolor;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.dd-select .dd-field__control:disabled + .dd-select__icon {
  opacity: 0.55;
}

.dd-field__control-wrap .dd-field__control {
  padding-inline-end: 3rem;
}

.dd-field__spinner {
  position: absolute;
  top: 50%;
  right: var(--dd-space-4);
  width: 1.125rem;
  height: 1.125rem;
  border: 0.1875rem solid var(--dd-color-border-strong);
  border-right-color: var(--dd-color-action);
  border-radius: 50%;
  pointer-events: none;
  transform: translateY(-50%);
  animation: dd-field-spin 0.8s linear infinite;
}

@keyframes dd-field-spin {
  to {
    transform: translateY(-50%) rotate(1turn);
  }
}
.dd-field__control:disabled,
.dd-field__control[readonly] {
  color: var(--dd-color-text-muted);
  background-color: var(--dd-color-surface-muted);
  cursor: not-allowed;
}

textarea.dd-field__control {
  min-height: 8rem;
  resize: vertical;
}

.dd-field__hint,
.dd-field__error {
  margin: 0;
  font-family: var(--dd-font-family);
  font-size: var(--dd-font-size-sm);
  line-height: 1.45;
}

.dd-field__hint {
  color: var(--dd-color-text-muted);
}

.dd-field__error {
  color: var(--dd-color-error);
  font-weight: 600;
}

.dd-fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

.dd-fieldset__legend {
  margin-bottom: var(--dd-space-3);
  padding: 0;
}

.dd-choice {
  display: flex;
  align-items: flex-start;
  gap: var(--dd-space-3);
  color: var(--dd-color-text);
  font-family: var(--dd-font-family);
  cursor: pointer;
}

.dd-choice input {
  width: 1.25rem;
  height: 1.25rem;
  flex: 0 0 auto;
  margin: 0.125rem 0 0;
  accent-color: var(--dd-color-action);
}

.dd-choice input:focus-visible {
  outline: 2px solid var(--dd-color-ink);
  outline-offset: 3px;
}

.dd-choice:has(input:disabled) {
  color: var(--dd-color-text-muted);
  cursor: not-allowed;
}

.dd-switch {
  position: relative;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: start;
  gap: var(--dd-space-3);
  color: var(--dd-color-text);
  cursor: pointer;
}

.dd-switch__input {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
}

.dd-switch__track {
  position: relative;
  width: 2.75rem;
  height: 1.5rem;
  margin-top: 0.0625rem;
  background-color: var(--dd-color-surface);
  border: 1px solid var(--dd-color-border-strong);
  border-radius: var(--dd-radius-pill);
  transition: background-color var(--dd-transition-fast), border-color var(--dd-transition-fast), box-shadow var(--dd-transition-fast);
}

.dd-switch__thumb {
  position: absolute;
  top: 0.1875rem;
  left: 0.1875rem;
  width: 1rem;
  height: 1rem;
  background-color: var(--dd-color-text-muted);
  border-radius: 50%;
  box-shadow: var(--dd-shadow-sm);
  transition: background-color var(--dd-transition-fast), transform var(--dd-transition-fast);
}

.dd-switch__input:checked + .dd-switch__track {
  background-color: var(--dd-color-action);
  border-color: var(--dd-color-action);
}

.dd-switch__input:checked + .dd-switch__track .dd-switch__thumb {
  background-color: var(--dd-color-surface);
  transform: translateX(1.25rem);
}

.dd-switch__input:focus-visible + .dd-switch__track {
  outline: 2px solid transparent;
  outline-offset: 2px;
  box-shadow: var(--dd-focus-ring);
}

.dd-switch__label {
  display: block;
  color: var(--dd-color-ink);
  font-weight: 600;
  line-height: 1.4;
}

.dd-switch__description {
  display: block;
  margin-top: var(--dd-space-1);
  color: var(--dd-color-text-muted);
  font-size: var(--dd-font-size-sm);
  line-height: 1.45;
}

.dd-switch:has(.dd-switch__input:disabled) {
  color: var(--dd-color-text-muted);
  cursor: not-allowed;
}

.dd-switch__input:disabled + .dd-switch__track {
  opacity: 0.55;
}

.dd-quantity {
  position: relative;
  display: inline-grid;
  grid-template-columns: 2.75rem minmax(3.5rem, 5rem) 2.75rem;
  overflow: hidden;
  background-color: var(--dd-color-surface);
  border: 1px solid var(--dd-color-border-strong);
  border-radius: var(--dd-radius-control);
}

.dd-quantity:focus-within {
  box-shadow: var(--dd-focus-ring);
}

.dd-quantity__button,
.dd-quantity__input {
  min-height: var(--dd-control-height);
  color: var(--dd-color-ink);
  background-color: var(--dd-color-surface);
  border: 0;
  font: inherit;
}

.dd-quantity__button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  font-size: 1.5rem;
  line-height: 1;
  cursor: pointer;
}

.dd-quantity__button:hover:not(:disabled) {
  background-color: var(--dd-color-brand-soft);
}

.dd-quantity__button:focus-visible {
  z-index: 1;
  background-color: var(--dd-color-brand-soft);
  outline: 2px solid var(--dd-color-ink);
  outline-offset: -3px;
}

.dd-quantity__button:disabled {
  color: var(--dd-color-text-muted);
  background-color: var(--dd-color-surface-muted);
  cursor: not-allowed;
}

.dd-quantity__input {
  width: 100%;
  padding: 0 var(--dd-space-2);
  border-inline: 1px solid var(--dd-color-border);
  border-radius: 0;
  font-weight: 700;
  text-align: center;
  appearance: textfield;
}

.dd-quantity__input::-webkit-inner-spin-button,
.dd-quantity__input::-webkit-outer-spin-button {
  margin: 0;
  appearance: none;
}

.dd-quantity__input:focus-visible {
  z-index: 1;
  outline: 2px solid var(--dd-color-ink);
  outline-offset: -3px;
}

@media (forced-colors: active) {
  .dd-switch {
    grid-template-columns: auto minmax(0, 1fr);
  }
  .dd-switch__input {
    position: static;
    width: 1.25rem;
    height: 1.25rem;
    overflow: visible;
    clip-path: none;
  }
  .dd-switch__track {
    display: none;
  }
}
/* ==========================================================================
   DD Drive generic cards
   ========================================================================== */
.dd-card {
  display: flex;
  min-width: 0;
  overflow: hidden;
  flex-direction: column;
  color: var(--dd-color-text);
  background-color: var(--dd-color-surface);
  border: 1px solid var(--dd-color-border);
  border-radius: var(--dd-radius-card);
}

.dd-card--raised {
  border-color: transparent;
  box-shadow: var(--dd-shadow-md);
}

.dd-card__body {
  display: grid;
  gap: var(--dd-space-3);
  padding: var(--dd-space-6);
}

.dd-card__icon {
  display: inline-flex;
  width: 2.75rem;
  height: 2.75rem;
  align-items: center;
  justify-content: center;
  color: var(--dd-color-action);
  background-color: var(--dd-color-brand-soft);
  border-radius: var(--dd-radius-control);
}

.dd-card__icon svg {
  width: 1.5rem;
  height: 1.5rem;
  fill: none;
  stroke: currentcolor;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.dd-card__title {
  margin: 0;
  color: var(--dd-color-ink);
  font-size: var(--dd-font-size-lg);
  line-height: var(--dd-line-height-compact);
}

.dd-card__text {
  margin: 0;
  color: var(--dd-color-text-muted);
}

.dd-card__footer {
  display: flex;
  margin-top: auto;
  padding: var(--dd-space-4) var(--dd-space-6);
  align-items: center;
  justify-content: space-between;
  gap: var(--dd-space-3);
  border-top: 1px solid var(--dd-color-border);
}

.dd-card__footer--wrap {
  flex-wrap: wrap;
}

/* ==========================================================================
   DD Drive badges, alerts, empty states, and loading placeholders
   ========================================================================== */
.dd-badge {
  --dd-badge-color: var(--dd-color-text);
  --dd-badge-background: var(--dd-color-surface-muted);
  --dd-badge-border: var(--dd-color-border);
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: var(--dd-space-2);
  padding: var(--dd-space-1) var(--dd-space-2);
  color: var(--dd-badge-color);
  background-color: var(--dd-badge-background);
  border: 1px solid var(--dd-badge-border);
  border-radius: var(--dd-radius-pill);
  font-size: var(--dd-font-size-sm);
  font-weight: 700;
  line-height: 1.3;
}

.dd-badge::before {
  width: 0.5rem;
  height: 0.5rem;
  flex: 0 0 auto;
  background-color: currentcolor;
  border-radius: 50%;
  content: "";
}

.dd-badge--plain::before {
  display: none;
}

.dd-badge--brand {
  --dd-badge-color: var(--dd-color-action);
  --dd-badge-background: var(--dd-color-brand-soft);
  --dd-badge-border: var(--dd-color-brand-soft-strong);
}

.dd-badge--success {
  --dd-badge-color: var(--dd-color-success);
  --dd-badge-background: var(--dd-color-success-soft);
  --dd-badge-border: var(--dd-color-success-border);
}

.dd-badge--warning {
  --dd-badge-color: var(--dd-color-warning);
  --dd-badge-background: var(--dd-color-warning-soft);
  --dd-badge-border: var(--dd-color-warning-border);
}

.dd-badge--error {
  --dd-badge-color: var(--dd-color-error);
  --dd-badge-background: var(--dd-color-error-soft);
  --dd-badge-border: var(--dd-color-error-border);
}

.dd-badge--info {
  --dd-badge-color: var(--dd-color-info);
  --dd-badge-background: var(--dd-color-info-soft);
  --dd-badge-border: var(--dd-color-info-border);
}

.dd-alert {
  --dd-alert-color: var(--dd-color-text);
  --dd-alert-background: var(--dd-color-surface-muted);
  --dd-alert-border: var(--dd-color-border-strong);
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: var(--dd-space-3);
  padding: var(--dd-space-4);
  color: var(--dd-alert-color);
  background-color: var(--dd-alert-background);
  border: 1px solid var(--dd-alert-border);
  border-radius: var(--dd-radius-card);
}

.dd-alert--success {
  --dd-alert-color: var(--dd-color-success);
  --dd-alert-background: var(--dd-color-success-soft);
  --dd-alert-border: var(--dd-color-success-border);
}

.dd-alert--warning {
  --dd-alert-color: var(--dd-color-warning);
  --dd-alert-background: var(--dd-color-warning-soft);
  --dd-alert-border: var(--dd-color-warning-border);
}

.dd-alert--error {
  --dd-alert-color: var(--dd-color-error);
  --dd-alert-background: var(--dd-color-error-soft);
  --dd-alert-border: var(--dd-color-error-border);
}

.dd-alert--info {
  --dd-alert-color: var(--dd-color-info);
  --dd-alert-background: var(--dd-color-info-soft);
  --dd-alert-border: var(--dd-color-info-border);
}

.dd-alert__icon {
  width: 1.5rem;
  height: 1.5rem;
  fill: none;
  stroke: currentcolor;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.dd-alert__content {
  display: grid;
  min-width: 0;
  gap: var(--dd-space-1);
}

.dd-alert__title {
  margin: 0;
  color: currentcolor;
  font-size: var(--dd-font-size-body);
  line-height: 1.4;
  overflow-wrap: anywhere;
}

.dd-alert__text {
  margin: 0;
  color: var(--dd-color-text);
  overflow-wrap: anywhere;
}

.dd-alert__action {
  width: fit-content;
  margin-top: var(--dd-space-2);
}

.dd-empty-state {
  display: grid;
  justify-items: center;
  gap: var(--dd-space-3);
  padding: clamp(var(--dd-space-8), 8vw, var(--dd-space-16));
  text-align: center;
}

.dd-empty-state__icon {
  display: inline-flex;
  width: 4rem;
  height: 4rem;
  align-items: center;
  justify-content: center;
  color: var(--dd-color-action);
  background-color: var(--dd-color-brand-soft);
  border-radius: 50%;
}

.dd-empty-state__icon svg {
  width: 2rem;
  height: 2rem;
  fill: none;
  stroke: currentcolor;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.dd-empty-state__title {
  margin: 0;
  color: var(--dd-color-ink);
  font-size: var(--dd-font-size-h4);
  line-height: 1.25;
}

.dd-empty-state__text {
  max-width: 40rem;
  margin: 0;
  color: var(--dd-color-text-muted);
}

.dd-empty-state__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: var(--dd-space-3);
  margin-top: var(--dd-space-2);
}

.dd-skeleton {
  display: block;
  min-height: 1rem;
  background-color: var(--dd-color-surface-muted);
  border-radius: var(--dd-radius-control);
  animation: dd-skeleton-pulse 1.4s ease-in-out infinite alternate;
}

.dd-skeleton--icon {
  width: 2.75rem;
  height: 2.75rem;
}

.dd-skeleton--title {
  width: min(75%, 16rem);
  min-height: 1.5rem;
}

.dd-skeleton--text {
  width: 100%;
}

.dd-skeleton--text-short {
  width: 62%;
}

@keyframes dd-skeleton-pulse {
  from {
    opacity: 0.55;
  }
  to {
    opacity: 1;
  }
}
/* ==========================================================================
   DD Drive native dialog
   ========================================================================== */
.dd-dialog {
  width: min(100% - 2 * var(--dd-space-4), 36rem);
  max-height: calc(100vh - 2 * var(--dd-space-4));
  max-height: min(100dvh - 2 * var(--dd-space-4), 48rem);
  margin: auto;
  padding: 0;
  overflow: hidden;
  color: var(--dd-color-text);
  background-color: var(--dd-color-surface);
  border: 1px solid var(--dd-color-border);
  border-radius: var(--dd-radius-card);
  box-shadow: var(--dd-shadow-md);
}

.dd-dialog[open] {
  display: flex;
  flex-direction: column;
}

.dd-dialog::backdrop {
  background-color: rgba(23, 26, 31, 0.68);
}

.dd-dialog__header {
  display: flex;
  padding: var(--dd-space-4) var(--dd-space-4) var(--dd-space-4) var(--dd-space-6);
  align-items: flex-start;
  justify-content: space-between;
  gap: var(--dd-space-4);
  border-bottom: 1px solid var(--dd-color-border);
}

.dd-dialog__title {
  margin: var(--dd-space-2) 0 0;
  color: var(--dd-color-ink);
  font-size: var(--dd-font-size-h4);
  line-height: 1.25;
}

.dd-dialog__body {
  padding: var(--dd-space-6);
  overflow-y: auto;
}

.dd-dialog__body > :first-child {
  margin-top: 0;
}

.dd-dialog__body > :last-child {
  margin-bottom: 0;
}

.dd-dialog__footer {
  display: flex;
  padding: var(--dd-space-4) var(--dd-space-6);
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: var(--dd-space-3);
  background-color: var(--dd-color-canvas);
  border-top: 1px solid var(--dd-color-border);
}

@media (max-width: 30rem) {
  .dd-dialog__footer .dd-button {
    width: 100%;
  }
}
/* SweetAlert2 appends dialogs to body, outside migrated page wrappers.
   Scope the vendor adapter to the public layout; Admin owns a separate theme. */
.dd-public .swal2-container.swal2-backdrop-show {
  background: rgba(23, 26, 31, 0.68);
}
.dd-public .swal2-popup {
  box-sizing: border-box;
  max-width: 100%;
  padding-bottom: 1.5rem;
  color: #303640;
  background: #fff;
  border: 1px solid #dde1e7;
  border-radius: 0.75rem;
  box-shadow: 0 12px 32px rgba(23, 26, 31, 0.12);
  font-family: "Manrope", "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.55;
}
.dd-public .swal2-title {
  color: #171a1f;
  font-family: "Manrope", "Segoe UI", Arial, sans-serif;
  font-size: clamp(22px, 3vw, 28px);
  font-weight: 750;
  letter-spacing: -0.025em;
  line-height: 1.25;
  overflow-wrap: anywhere;
}
.dd-public .swal2-html-container {
  color: #667085;
  font-size: 16px;
  line-height: 1.6;
  overflow-wrap: anywhere;
}
.dd-public .swal2-actions {
  max-width: calc(100% - 32px);
  gap: 0.5rem;
}
.dd-public .swal2-styled {
  min-height: 44px;
  margin: 0;
  padding: 12px 24px;
  border: 1px solid transparent;
  border-radius: 0.5rem;
  font-family: "Manrope", "Segoe UI", Arial, sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.4;
  transition: background-color 150ms ease, box-shadow 150ms ease;
}
.dd-public .swal2-styled.swal2-confirm {
  color: #fff;
  background: #c9161f;
}
.dd-public .swal2-styled.swal2-confirm:hover {
  background: #a9121a;
}
.dd-public .swal2-styled.swal2-confirm:active {
  background: #8f0f16;
}
.dd-public .swal2-styled.swal2-cancel {
  color: #171a1f;
  background: #fff;
  border-color: #858d9a;
}
.dd-public .swal2-styled.swal2-cancel:hover {
  background: #f0f2f5;
}
.dd-public .swal2-styled.swal2-deny {
  color: #fff;
  background: #b42318;
}
.dd-public .swal2-styled.swal2-deny:hover {
  background: #171a1f;
}
.dd-public .swal2-styled:disabled {
  opacity: 0.55;
  cursor: not-allowed;
}
.dd-public .swal2-close {
  width: 44px;
  height: 44px;
  color: #667085;
  border-radius: 0.5rem;
}
.dd-public .swal2-close:hover {
  color: #c9161f;
  background: #fff1f2;
}
.dd-public .swal2-styled:focus-visible,
.dd-public .swal2-close:focus-visible,
.dd-public .swal2-popup a:focus-visible {
  outline: 2px solid transparent;
  outline-offset: 3px;
  box-shadow: var(--dd-focus-ring);
}
.dd-public .swal2-input,
.dd-public .swal2-textarea,
.dd-public .swal2-select {
  max-width: calc(100% - 48px);
  color: #303640;
  background: #fff;
  border: 1px solid #858d9a;
  border-radius: 0.5rem;
  font-family: "Manrope", "Segoe UI", Arial, sans-serif;
  font-size: 16px;
}
.dd-public .swal2-input:focus,
.dd-public .swal2-textarea:focus,
.dd-public .swal2-select:focus {
  border-color: #171a1f;
  outline: 2px solid transparent;
  box-shadow: var(--dd-focus-ring);
}
.dd-public .swal2-validation-message {
  color: #b42318;
  background: #fef3f2;
  font-size: 14px;
}
.dd-public .swal2-validation-message::before {
  background: #b42318;
}
.dd-public .swal2-footer {
  border-color: #dde1e7;
  color: #667085;
  font-size: 14px;
  overflow-wrap: anywhere;
}
.dd-public .swal2-popup a {
  color: #c9161f;
  text-underline-offset: 0.2em;
}
.dd-public .swal2-loader {
  border-color: #c9161f transparent;
}
.dd-public .swal2-timer-progress-bar {
  background: #c9161f;
}
.dd-public .swal2-icon.swal2-success {
  color: #18794e;
  border-color: #abefc6;
}
.dd-public .swal2-icon.swal2-success .swal2-success-ring {
  border-color: #abefc6;
}
.dd-public .swal2-icon.swal2-success [class^=swal2-success-line] {
  background: #18794e;
}
.dd-public .swal2-icon.swal2-error {
  color: #b42318;
  border-color: #b42318;
}
.dd-public .swal2-icon.swal2-error [class^=swal2-x-mark-line] {
  background: #b42318;
}
.dd-public .swal2-icon.swal2-warning {
  color: #8a5a00;
  border-color: #8a5a00;
}
.dd-public .swal2-icon.swal2-info {
  color: #175cd3;
  border-color: #175cd3;
}
.dd-public .swal2-icon.swal2-question {
  color: #667085;
  border-color: #858d9a;
}
.dd-public .swal2-popup.swal2-toast {
  padding: 16px;
  box-shadow: 0 12px 32px rgba(23, 26, 31, 0.12);
}
.dd-public .swal2-popup.swal2-toast .swal2-title {
  font-size: 16px;
}
.dd-public .swal2-popup.swal2-toast .swal2-html-container {
  font-size: 14px;
}
@media (max-width: 30rem) {
  .dd-public .swal2-popup:not(.swal2-toast) .swal2-actions {
    width: calc(100% - 32px);
  }
  .dd-public .swal2-popup:not(.swal2-toast) .swal2-styled {
    flex: 1 1 100%;
  }
}
@media (prefers-reduced-motion: reduce) {
  .dd-public .swal2-popup, .dd-public .swal2-popup * {
    animation: none !important;
    transition: none !important;
  }
}
@media (forced-colors: active) {
  .dd-public .swal2-styled, .dd-public .swal2-popup {
    border: 1px solid ButtonText;
  }
  .dd-public .swal2-popup :focus-visible {
    outline: 2px solid Highlight;
    box-shadow: none;
  }
}

.dd-public .dd-page-loader {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 999999;
  box-sizing: border-box;
  padding: 24px;
  place-items: center;
  overflow-y: auto;
  background: rgba(23, 26, 31, 0.36);
  backdrop-filter: blur(4px);
  cursor: wait;
}

.dd-public .dd-page-loader.is-active {
  display: grid;
}

.dd-public .dd-page-loader__panel {
  box-sizing: border-box;
  width: min(100%, 300px);
  padding: 32px 36px 24px;
  text-align: center;
  color: #171a1f;
  background: #fff;
  border: 1px solid #dde1e7;
  border-radius: 1rem;
  box-shadow: 0 12px 32px rgba(23, 26, 31, 0.12);
}

.dd-public .dd-page-loader__logo {
  display: block;
  width: 152px;
  max-width: 100%;
  height: 56px;
  margin: 0 auto 24px;
  object-fit: contain;
}

.dd-public .dd-page-loader__track {
  height: 4px;
  overflow: hidden;
  background: #f0f2f5;
  border-radius: 999px;
}

.dd-public .dd-page-loader__track span {
  display: block;
  width: 40%;
  height: 100%;
  border-radius: inherit;
  background: #c9161f;
}

.dd-public .dd-page-loader.is-active .dd-page-loader__track span {
  animation: dd-loader-travel 1.3s ease-in-out infinite alternate;
}

.dd-public .dd-page-loader__text {
  margin: 18px 0 0;
  color: #667085;
  font: 600 14px/1.5 "Manrope", "Segoe UI", Arial, sans-serif;
}

@keyframes dd-loader-travel {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(150%);
  }
}
@media (prefers-reduced-motion: reduce) {
  .dd-public .dd-page-loader.is-active .dd-page-loader__track span {
    animation: none;
    transform: translateX(75%);
  }
}
@media (forced-colors: active) {
  .dd-public .dd-page-loader {
    background: Canvas;
    backdrop-filter: none;
  }
  .dd-public .dd-page-loader__panel {
    border-color: CanvasText;
  }
  .dd-public .dd-page-loader__track {
    border: 1px solid CanvasText;
  }
  .dd-public .dd-page-loader__track span {
    background: Highlight;
    forced-color-adjust: none;
  }
}
/* ==========================================================================
   DD Drive booking progress and price summary
   ========================================================================== */
.dd-stepper {
  --dd-stepper-marker-size: 2.5rem;
}

.dd-stepper__summary {
  margin: 0 0 var(--dd-space-4);
  color: var(--dd-color-ink);
  font-size: var(--dd-font-size-sm);
  font-weight: 700;
}

.dd-stepper__list {
  display: grid;
  margin: 0;
  padding: var(--dd-space-1) var(--dd-space-1) var(--dd-space-4);
  overflow-x: auto;
  grid-auto-columns: minmax(8.75rem, 1fr);
  grid-auto-flow: column;
  list-style: none;
  overscroll-behavior-inline: contain;
  scroll-snap-type: inline mandatory;
  scrollbar-width: thin;
}

.dd-stepper__item {
  position: relative;
  min-width: 0;
  scroll-snap-align: center;
}

.dd-stepper__item:not(:last-child)::after {
  position: absolute;
  z-index: 0;
  top: calc(var(--dd-stepper-marker-size) / 2);
  left: calc(50% + var(--dd-stepper-marker-size) / 2 + var(--dd-space-1));
  width: calc(100% - var(--dd-stepper-marker-size) - 2 * var(--dd-space-1));
  height: 0.125rem;
  background-color: var(--dd-color-border);
  content: "";
}

.dd-stepper__item[data-state=complete]:not(:last-child)::after {
  background-color: var(--dd-color-action);
}

.dd-stepper__step {
  position: relative;
  z-index: 1;
  display: grid;
  min-width: 0;
  justify-items: center;
  gap: var(--dd-space-2);
  padding-inline: var(--dd-space-2);
  color: var(--dd-color-text-muted);
  text-align: center;
  text-decoration: none;
}

a.dd-stepper__step:hover {
  color: var(--dd-color-action-hover);
  text-decoration: none;
}

a.dd-stepper__step:focus-visible {
  border-radius: var(--dd-radius-control);
  outline: 2px solid transparent;
  outline-offset: 2px;
  box-shadow: var(--dd-focus-ring);
}

.dd-stepper__marker {
  display: inline-flex;
  width: var(--dd-stepper-marker-size);
  height: var(--dd-stepper-marker-size);
  align-items: center;
  justify-content: center;
  color: var(--dd-color-text-muted);
  background-color: var(--dd-color-surface);
  border: 1px solid var(--dd-color-border-strong);
  border-radius: 50%;
  font-weight: 700;
}

.dd-stepper__marker svg {
  width: 1.25rem;
  height: 1.25rem;
  fill: none;
  stroke: currentcolor;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.dd-stepper__item[data-state=complete] .dd-stepper__marker {
  color: var(--dd-color-surface);
  background-color: var(--dd-color-action);
  border-color: var(--dd-color-action);
}

.dd-stepper__item[data-state=current] .dd-stepper__marker {
  color: var(--dd-color-action);
  border: 0.1875rem solid var(--dd-color-action);
}

.dd-stepper__item[data-state=complete] .dd-stepper__label,
.dd-stepper__item[data-state=current] .dd-stepper__label {
  color: var(--dd-color-ink);
}

.dd-stepper__label {
  max-width: 10rem;
  font-size: var(--dd-font-size-sm);
  font-weight: 600;
  line-height: 1.35;
}

.dd-booking-layout {
  display: grid;
  align-items: start;
  gap: var(--dd-space-6);
}

.dd-price-summary {
  min-width: 0;
  overflow: hidden;
  color: var(--dd-color-text);
  background-color: var(--dd-color-surface);
  border: 1px solid var(--dd-color-border);
  border-radius: var(--dd-radius-card);
  box-shadow: var(--dd-shadow-sm);
}

.dd-price-summary__header {
  display: flex;
  padding: var(--dd-space-4) var(--dd-space-6);
  align-items: center;
  justify-content: space-between;
  gap: var(--dd-space-3);
  border-bottom: 1px solid var(--dd-color-border);
}

.dd-price-summary__title {
  margin: 0;
  color: var(--dd-color-ink);
  font-size: var(--dd-font-size-lg);
  line-height: var(--dd-line-height-compact);
}

.dd-price-summary__total {
  display: grid;
  gap: var(--dd-space-1);
  padding: var(--dd-space-6);
  background-color: var(--dd-color-brand-soft);
}

.dd-price-summary__total-label,
.dd-price-dock__label {
  color: var(--dd-color-text);
  font-size: var(--dd-font-size-sm);
  font-weight: 600;
}

.dd-price-summary__total-value {
  color: var(--dd-color-ink);
  font-size: var(--dd-font-size-h3);
  font-variant-numeric: tabular-nums;
  font-weight: 700;
  line-height: 1.1;
}

.dd-price-summary__currency,
.dd-price-dock__currency {
  font-size: 0.55em;
  letter-spacing: 0.03em;
}

.dd-price-summary__tax {
  color: var(--dd-color-text-muted);
  font-size: var(--dd-font-size-sm);
}

.dd-price-summary__details {
  border-top: 1px solid var(--dd-color-border);
}

.dd-price-summary__details > summary {
  padding: var(--dd-space-4) var(--dd-space-6);
  color: var(--dd-color-ink);
  font-weight: 700;
  cursor: pointer;
}

.dd-price-summary__details > summary:focus-visible {
  outline: 2px solid var(--dd-color-ink);
  outline-offset: -3px;
}

.dd-price-summary__details > summary::marker {
  color: var(--dd-color-action);
}

.dd-price-summary__breakdown {
  padding: 0 var(--dd-space-6) var(--dd-space-6);
}

.dd-price-summary__list {
  display: grid;
  gap: var(--dd-space-2);
  margin: 0;
}

.dd-price-summary__row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: var(--dd-space-4);
}

.dd-price-summary__row dt,
.dd-price-summary__row dd {
  margin: 0;
}

.dd-price-summary__row dd {
  color: var(--dd-color-ink);
  font-variant-numeric: tabular-nums;
  font-weight: 600;
  white-space: nowrap;
}

.dd-price-summary__row--discount dt,
.dd-price-summary__row--discount dd {
  color: var(--dd-color-success);
}

.dd-price-summary__row--included {
  margin-top: var(--dd-space-2);
  padding-top: var(--dd-space-3);
  border-top: 1px solid var(--dd-color-border);
  font-size: var(--dd-font-size-sm);
}

.dd-price-summary__payment {
  display: grid;
  gap: var(--dd-space-2);
  padding: var(--dd-space-4) var(--dd-space-6);
  background-color: var(--dd-color-canvas);
  border-top: 1px solid var(--dd-color-border);
}

.dd-price-summary__payment-row {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: var(--dd-space-4);
  font-size: var(--dd-font-size-sm);
}

.dd-price-summary__payment-row strong {
  color: var(--dd-color-ink);
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}

.dd-price-summary__footer {
  padding: var(--dd-space-4) var(--dd-space-6) var(--dd-space-6);
}

.dd-price-dock {
  position: sticky;
  z-index: 20;
  bottom: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: var(--dd-space-3);
  padding: var(--dd-space-3) var(--dd-space-4);
  background-color: var(--dd-color-surface);
  border-top: 1px solid var(--dd-color-border);
  box-shadow: 0 -0.5rem 1.5rem rgba(23, 26, 31, 0.1);
}

.dd-price-dock__summary {
  display: grid;
  min-width: 0;
  justify-items: start;
  gap: var(--dd-space-1);
}

.dd-price-dock__value {
  color: var(--dd-color-ink);
  font-size: var(--dd-font-size-lg);
  font-variant-numeric: tabular-nums;
  font-weight: 700;
  line-height: 1.2;
}

.dd-price-dock__details {
  padding: 0;
  border: 0;
  color: var(--dd-color-action);
  background: transparent;
  font: inherit;
  font-size: var(--dd-font-size-sm);
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 0.2em;
  cursor: pointer;
}

.dd-price-dock__details:hover {
  color: var(--dd-color-action-hover);
}

.dd-price-dock__details:focus-visible {
  border-radius: 0.125rem;
  outline: 2px solid transparent;
  outline-offset: 2px;
  box-shadow: var(--dd-focus-ring);
}

@media (min-width: 64rem) {
  .dd-stepper__list {
    grid-template-columns: repeat(6, minmax(0, 1fr));
    grid-auto-columns: initial;
    grid-auto-flow: row;
    overflow-x: visible;
    scroll-snap-type: none;
  }
  .dd-booking-layout {
    grid-template-columns: minmax(0, 1fr) minmax(19rem, 23rem);
    gap: var(--dd-space-8);
  }
  .dd-price-summary--sticky {
    position: sticky;
    top: var(--dd-space-4);
  }
  .dd-price-dock {
    display: none;
  }
}
/* Production booking shell ------------------------------------------------ */
.dd-booking-progress {
  width: 100%;
  padding: clamp(20px, 3vw, 30px) clamp(16px, 3vw, 34px) 8px;
  overflow: hidden;
  color: #fff;
  background: radial-gradient(circle at 90% 0, rgba(237, 27, 36, 0.12), transparent 24%), #11171e;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 22px;
  box-shadow: 0 18px 44px rgba(8, 12, 17, 0.16);
}

.dd-booking-progress .dd-stepper__summary {
  color: #fff;
}

.dd-booking-progress .dd-stepper__list {
  padding-top: 4px;
}

.dd-booking-progress .dd-stepper__item:not(:last-child)::after {
  background: #3b434e;
}

.dd-booking-progress .dd-stepper__item[data-state=complete]:not(:last-child)::after {
  background: linear-gradient(90deg, #c9161f, #ed1b24);
}

.dd-booking-progress .dd-stepper__marker {
  color: #8d96a2;
  background: #171e26;
  border-color: #4b5562;
}

.dd-booking-progress .dd-stepper__label {
  color: #8f98a4;
}

.dd-booking-progress .dd-stepper__item[data-state=complete] .dd-stepper__marker {
  color: #fff;
  background: #c9161f;
  border-color: #c9161f;
}

.dd-booking-progress .dd-stepper__item[data-state=current] .dd-stepper__marker {
  color: #fff;
  background: #171e26;
  border-color: #ed1b24;
  box-shadow: 0 0 0 5px rgba(237, 27, 36, 0.13);
}

.dd-booking-progress .dd-stepper__item[data-state=complete] .dd-stepper__label,
.dd-booking-progress .dd-stepper__item[data-state=current] .dd-stepper__label {
  color: #fff;
}

.dd-booking-progress a.dd-stepper__step:hover .dd-stepper__label {
  color: #ff6970;
}

.dd-booking-progress a.dd-stepper__step:focus-visible {
  box-shadow: 0 0 0 3px #11171e, 0 0 0 6px #fff;
}

.dd-active-booking {
  display: flex;
  width: 100%;
  min-width: 0;
  overflow: hidden;
  align-items: stretch;
  margin-top: 18px;
  color: #2c333c;
  background: #fff;
  border: 1px solid #d9dee5;
  border-radius: 20px;
  box-shadow: 0 16px 44px rgba(17, 22, 28, 0.09);
}

.dd-active-booking__route,
.dd-active-booking__vehicle,
.dd-active-booking__protection,
.dd-active-booking__total {
  min-width: 0;
  padding: 22px 26px;
}

.dd-active-booking__route {
  display: grid;
  flex: 1.35 1 390px;
  grid-template-columns: minmax(0, 1fr) 40px minmax(0, 1fr);
  align-items: center;
  gap: 17px;
}

.dd-active-booking__point,
.dd-active-booking__vehicle > div,
.dd-active-booking__protection {
  display: grid;
  min-width: 0;
  gap: 4px;
}

.dd-active-booking__label {
  color: #747e8b;
  font-size: 9px;
  font-weight: 780;
  letter-spacing: 0.12em;
  line-height: 1.35;
  text-transform: uppercase;
}

.dd-active-booking__point strong,
.dd-active-booking__vehicle strong,
.dd-active-booking__protection strong {
  overflow: hidden;
  color: #151a20;
  font-size: 14px;
  line-height: 1.35;
  text-overflow: ellipsis;
}

.dd-active-booking__point > span:last-child,
.dd-active-booking__vehicle > div > span:last-child,
.dd-active-booking__protection > span:last-child {
  color: #626c78;
  font-size: 11px;
  line-height: 1.4;
}

.dd-active-booking__route-arrow {
  width: 40px;
  height: 24px;
  fill: none;
  stroke: #c9161f;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.dd-active-booking__vehicle,
.dd-active-booking__protection {
  flex: 0.75 1 230px;
  border-left: 1px solid #e1e5ea;
}

.dd-active-booking__vehicle {
  display: flex;
  align-items: center;
  gap: 15px;
}

.dd-active-booking__vehicle img {
  display: block;
  width: clamp(94px, 9vw, 140px);
  height: 72px;
  flex: 0 0 auto;
  object-fit: contain;
}

.dd-active-booking__vehicle small {
  color: #747e8b;
  font-size: 9px;
  font-weight: 600;
  white-space: nowrap;
}

.dd-active-booking__protection {
  align-content: center;
}

.dd-active-booking__total {
  display: grid;
  min-width: 190px;
  align-content: center;
  flex: 0 0 auto;
  color: #fff;
  background: linear-gradient(145deg, #d31821, #ad1018);
}

.dd-active-booking__total > span {
  color: rgba(255, 255, 255, 0.75);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.35;
  text-transform: uppercase;
}

.dd-active-booking__total strong {
  margin: 5px 0 3px;
  color: #fff;
  font-size: clamp(23px, 2vw, 31px);
  font-variant-numeric: tabular-nums;
  line-height: 1;
  white-space: nowrap;
}

.dd-active-booking__total small {
  font-size: 0.48em;
  letter-spacing: 0.04em;
}

@media (max-width: 74rem) {
  .dd-active-booking {
    flex-wrap: wrap;
  }
  .dd-active-booking__route {
    flex-basis: 60%;
  }
  .dd-active-booking__total {
    flex: 1 1 190px;
  }
}
@media (max-width: 47.99rem) {
  .dd-booking-progress {
    padding-inline: 14px;
    border-radius: 17px;
  }
  .dd-booking-progress .dd-stepper__list {
    margin-inline: -14px;
    padding-inline: 14px;
  }
  .dd-active-booking {
    display: grid;
    border-radius: 17px;
  }
  .dd-active-booking__route,
  .dd-active-booking__vehicle,
  .dd-active-booking__protection,
  .dd-active-booking__total {
    width: 100%;
    padding: 19px 20px;
    border-top: 1px solid #e1e5ea;
    border-left: 0;
  }
  .dd-active-booking__route {
    grid-template-columns: minmax(0, 1fr) 28px minmax(0, 1fr);
    gap: 9px;
    border-top: 0;
  }
  .dd-active-booking__route-arrow {
    width: 28px;
  }
  .dd-active-booking__total {
    border-top: 0;
  }
}
@media (prefers-reduced-motion: reduce) {
  .dd-booking-progress .dd-stepper__list {
    scroll-behavior: auto;
  }
}
@media (forced-colors: active) {
  .dd-booking-progress,
  .dd-active-booking {
    border-color: CanvasText;
  }
}
/* ===========================================================================
   DD Drive booking entry and shared search recovery
   ========================================================================== */
.dd-booking-entry {
  min-height: 70vh;
  padding: clamp(28px, 4vw, 52px) 0 clamp(80px, 9vw, 132px);
  color: #171a1f;
  background: radial-gradient(circle at 92% 22%, rgba(237, 27, 36, 0.07), transparent 25%), linear-gradient(180deg, #f7f8fa 0%, #f0f2f5 100%);
}

.dd-booking-entry,
.dd-booking-entry * {
  box-sizing: border-box;
}

.dd-booking-entry__shell {
  width: min(1440px, 100% - 40px);
  margin: 0 auto;
}

.dd-booking-entry__progress {
  margin-bottom: clamp(56px, 7vw, 92px);
}

.dd-booking-entry__progress > .col-xs-12 {
  float: none;
  width: 100%;
  padding: 0;
}

.dd-booking-entry__header {
  display: grid;
  margin-bottom: clamp(30px, 4vw, 48px);
  gap: 22px;
}

.dd-booking-entry__eyebrow {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  gap: 12px;
  color: #667085;
  font-size: 11px;
  font-weight: 780;
  letter-spacing: 0.14em;
  line-height: 1.3;
  text-transform: uppercase;
}

.dd-booking-entry__eyebrow span {
  color: #c9161f;
}

.dd-booking-entry__header h1 {
  max-width: 900px;
  margin: 0;
  color: #171a1f;
  font-family: var(--dd-font-family);
  font-size: clamp(34px, 4.5vw, 58px);
  font-weight: 750;
  letter-spacing: -0.057em;
  line-height: 1;
  text-wrap: balance;
}

.dd-booking-entry__header > p {
  max-width: 570px;
  align-self: end;
  margin: 0;
  color: #667085;
  font-size: 15px;
  line-height: 1.7;
}

/* Reuse the approved availability-search skin without inheriting the location
   page's dark section band or negative positioning. */
.dd-booking-entry__search.dd-locations__search {
  padding: 0;
  color: rgba(255, 255, 255, 0.96);
  background: transparent;
}

.dd-booking-entry__search.dd-locations__search::after {
  display: none;
}

.dd-booking-entry__search.dd-locations__search .dd-booking-search {
  margin: 0;
  padding: clamp(20px, 3vw, 34px);
  background: radial-gradient(circle at 88% 0, rgba(237, 27, 36, 0.14), transparent 24%), linear-gradient(135deg, #171a1f, #303640);
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 24px;
  box-shadow: 0 24px 62px rgba(23, 26, 31, 0.2);
}

.dd-booking-entry__note {
  display: flex;
  max-width: 820px;
  align-items: flex-start;
  margin: 24px 0 0;
  gap: 12px;
  color: #667085;
}

.dd-booking-entry__note svg {
  width: 22px;
  height: 22px;
  flex: 0 0 auto;
  fill: none;
  stroke: #c9161f;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.dd-booking-entry__note p {
  margin: 0;
  font-size: 13px;
  line-height: 1.65;
}

/* Search validation ------------------------------------------------------- */
.dd-booking-search__errors {
  margin: 0 0 16px;
  padding: 14px 16px;
  color: #b42318;
  background: #fef3f2;
  border: 1px solid #fecdca;
  border-radius: 12px;
  font-size: 13px;
  line-height: 1.5;
}

.dd-booking-search__errors[hidden] {
  display: none;
}

.dd-booking-search__errors strong {
  display: block;
  margin-bottom: 5px;
  color: #b42318;
}

.dd-booking-search__errors ul {
  margin: 0;
  padding-left: 20px;
}

.dd-booking-search [aria-invalid=true] {
  border-color: #b42318 !important;
  box-shadow: 0 0 0 3px rgba(180, 35, 24, 0.13) !important;
}

.dd-booking-search__errors:focus-visible {
  outline: 2px solid #b42318;
  outline-offset: 3px;
}

/* Existing-reservation lookup ------------------------------------------- */
.dd-booking-search__manage {
  margin-top: 18px;
  color: rgba(255, 255, 255, 0.96);
}

.dd-booking-search__manage > summary {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  color: rgba(255, 255, 255, 0.82);
  font-size: 12px;
  font-weight: 700;
  line-height: 1.4;
  text-decoration: underline;
  text-decoration-color: rgba(255, 255, 255, 0.35);
  text-underline-offset: 0.28em;
  cursor: pointer;
}

.dd-booking-search__manage > summary:hover {
  color: #fff;
}

.dd-booking-search__manage > summary:focus-visible {
  border-radius: 4px;
  outline: 2px solid #fff;
  outline-offset: 3px;
}

.dd-booking-search__manage-panel {
  display: grid;
  margin-top: 10px;
  padding: clamp(20px, 2.8vw, 30px);
  gap: 22px;
  color: #303640;
  background: #fff;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 16px;
}

.dd-booking-search__manage-panel > div > span {
  color: #c9161f;
  font-size: 9px;
  font-weight: 780;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.dd-booking-search__manage-panel h3 {
  margin: 6px 0 0;
  color: #171a1f;
  font-family: var(--dd-font-family);
  font-size: clamp(20px, 2vw, 27px);
  font-weight: 730;
  letter-spacing: -0.035em;
  line-height: 1.15;
}

.dd-booking-search__manage-panel p {
  max-width: 64ch;
  margin: 10px 0 0;
  color: #667085;
  font-size: 13px;
  line-height: 1.6;
}

.dd-booking-search__manage-form {
  display: grid;
  align-items: end;
  gap: 14px;
}

.dd-booking-search__manage-field {
  display: grid;
  gap: 7px;
}

.dd-booking-search__manage-field label {
  color: #171a1f;
  font-size: 12px;
  font-weight: 700;
}

.dd-booking-search__manage-field input {
  width: 100%;
  min-height: 48px;
  padding: 0 14px;
  color: #171a1f;
  background: #fff;
  border: 1px solid #858d9a;
  border-radius: 0.5rem;
  font: inherit;
  font-size: 14px;
}

.dd-booking-search__manage-field input:focus-visible {
  outline: 2px solid #c9161f;
  outline-offset: 2px;
}

@media (min-width: 48rem) {
  .dd-booking-entry__header {
    grid-template-columns: minmax(0, 1.35fr) minmax(260px, 0.65fr);
  }
  .dd-booking-search__manage-panel {
    grid-template-columns: minmax(240px, 0.75fr) minmax(0, 1.25fr);
    align-items: end;
  }
  .dd-booking-search__manage-form {
    grid-template-columns: repeat(2, minmax(0, 1fr)) auto;
  }
}
@media (max-width: 47.99rem) {
  .dd-booking-entry {
    padding-top: 20px;
  }
  .dd-booking-entry__shell {
    width: min(100% - 24px, 1440px);
  }
  .dd-booking-entry__progress {
    margin-bottom: 42px;
  }
  .dd-booking-entry__search.dd-locations__search .dd-booking-search {
    margin: 0;
    padding: 14px;
    border-radius: 18px;
  }
  .dd-booking-search__manage-form .dd-button {
    width: 100%;
  }
}
@media (forced-colors: active) {
  .dd-booking-entry__search.dd-locations__search .dd-booking-search,
  .dd-booking-search__errors,
  .dd-booking-search__manage-panel {
    border-color: CanvasText;
  }
}
/* ===========================================================================
   DD Drive booking vehicle results
   ========================================================================== */
.dd-booking-vehicles {
  min-height: 70vh;
  padding: clamp(28px, 4vw, 52px) 0 clamp(88px, 10vw, 144px);
  color: #171c22;
  background: radial-gradient(circle at 94% 13%, rgba(237, 27, 36, 0.07), transparent 21%), linear-gradient(180deg, #f7f8fa 0%, #eef1f4 100%);
}

.dd-booking-vehicles__shell {
  width: min(1440px, 100% - 40px);
  margin: 0 auto;
}

.dd-booking-vehicles__progress {
  margin-bottom: clamp(62px, 8vw, 108px);
}

.dd-booking-vehicles__progress > .col-xs-12 {
  float: none;
  width: 100%;
  padding: 0;
}

.dd-booking-vehicles__header {
  display: grid;
  gap: 24px;
  margin-bottom: clamp(36px, 5vw, 56px);
}

.dd-booking-vehicles__eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 15px;
  color: #626c78;
  font-size: 11px;
  font-weight: 780;
  letter-spacing: 0.14em;
  line-height: 1.3;
  text-transform: uppercase;
}

.dd-booking-vehicles__eyebrow span {
  color: #c9161f;
}

.dd-booking-vehicles__header h1 {
  max-width: 850px;
  margin: 0;
  color: #11161c;
  font-family: var(--dd-font-family);
  font-size: clamp(34px, 4.4vw, 58px);
  font-weight: 750;
  letter-spacing: -0.058em;
  line-height: 0.98;
}

.dd-booking-vehicles__header > p {
  max-width: 510px;
  align-self: end;
  margin: 0;
  color: #626c78;
  font-size: 15px;
  line-height: 1.7;
}

.dd-booking-vehicles__results-heading {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 18px;
}

.dd-booking-vehicles__results-heading h2 {
  margin: 0;
  color: #171c22;
  font-family: var(--dd-font-family);
  font-size: clamp(22px, 2.4vw, 31px);
  font-weight: 730;
  letter-spacing: -0.035em;
  line-height: 1.2;
}

.dd-booking-vehicles__results-heading span {
  color: #747e8b;
  font-size: 11px;
  font-weight: 720;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.dd-booking-filters {
  display: flex;
  margin-bottom: 30px;
  padding: 7px;
  overflow-x: auto;
  gap: 5px;
  background: #fff;
  border: 1px solid #d9dee5;
  border-radius: 17px;
  box-shadow: 0 10px 28px rgba(17, 22, 28, 0.06);
  scrollbar-width: thin;
}

.dd-booking-filters button {
  min-height: 43px;
  flex: 0 0 auto;
  padding: 0 17px;
  color: #515b67;
  background: transparent;
  border: 0;
  border-radius: 11px;
  font: inherit;
  font-size: 11px;
  font-weight: 720;
  letter-spacing: 0.025em;
  cursor: pointer;
  transition: color var(--dd-transition-fast), background var(--dd-transition-fast), transform var(--dd-transition-fast);
}

.dd-booking-filters button:hover {
  color: #a9121a;
  background: #fff1f2;
}

.dd-booking-filters button[aria-pressed=true] {
  color: #fff;
  background: #171d24;
  box-shadow: 0 8px 18px rgba(17, 22, 28, 0.16);
}

.dd-booking-filters button:focus-visible {
  outline: 2px solid #c9161f;
  outline-offset: 2px;
}

.dd-booking-vehicle-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 22px;
}

.dd-booking-vehicle-card {
  position: relative;
  display: flex;
  min-width: 0;
  overflow: hidden;
  flex-direction: column;
  background: #fff;
  border: 1px solid rgba(17, 22, 28, 0.12);
  border-radius: 24px;
  box-shadow: 0 22px 58px rgba(17, 22, 28, 0.09);
  transition: border-color 220ms ease, box-shadow 220ms ease, transform 220ms ease;
}

.dd-booking-vehicle-card[hidden] {
  display: none;
}

.dd-booking-vehicle-card:hover {
  border-color: rgba(201, 22, 31, 0.32);
  box-shadow: 0 30px 70px rgba(17, 22, 28, 0.14);
  transform: translateY(-5px);
}

.dd-booking-vehicle-card__header {
  display: flex;
  min-height: 132px;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  padding: 28px 28px 22px;
}

.dd-booking-vehicle-card__category {
  display: block;
  margin-bottom: 9px;
  color: #c9161f;
  font-size: 9px;
  font-weight: 780;
  letter-spacing: 0.12em;
  line-height: 1.35;
  text-transform: uppercase;
}

.dd-booking-vehicle-card__header h3 {
  margin: 0;
  color: #11161c;
  font-family: var(--dd-font-family);
  font-size: clamp(22px, 2vw, 30px);
  font-weight: 730;
  letter-spacing: -0.045em;
  line-height: 1.08;
}

.dd-booking-vehicle-card__header h3 small {
  display: inline;
  color: #747e8b;
  font-size: 0.46em;
  font-weight: 620;
  letter-spacing: 0;
  white-space: nowrap;
}

.dd-booking-vehicle-card__sipp {
  display: block;
  margin-top: 8px;
  color: #8a939f;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.09em;
}

.dd-booking-vehicle-card__number {
  display: inline-flex;
  min-width: 38px;
  height: 38px;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  color: #69737f;
  background: #f1f3f5;
  border-radius: 50%;
  font-size: 10px;
  font-weight: 780;
  letter-spacing: 0.06em;
}

.dd-booking-vehicle-card__media {
  position: relative;
  display: grid;
  min-height: 250px;
  place-items: center;
  margin: 0 13px;
  overflow: hidden;
  background: radial-gradient(circle at 50% 63%, rgba(237, 27, 36, 0.09), transparent 30%), linear-gradient(145deg, #f8f9fa, #e9edf1);
  border-radius: 17px;
}

.dd-booking-vehicle-card__media::after {
  position: absolute;
  right: 18%;
  bottom: 21%;
  left: 18%;
  height: 18px;
  background: rgba(17, 22, 28, 0.16);
  border-radius: 50%;
  content: "";
  filter: blur(12px);
}

.dd-booking-vehicle-card__media img {
  position: relative;
  z-index: 1;
  display: block;
  width: min(88%, 380px);
  height: 220px;
  object-fit: contain;
  transition: transform 380ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

.dd-booking-vehicle-card:hover .dd-booking-vehicle-card__media img {
  transform: translateY(-4px) scale(1.025);
}

.dd-booking-vehicle-card__request {
  position: absolute;
  z-index: 2;
  top: 16px;
  left: 16px;
  padding: 8px 11px;
  color: #fff;
  background: #171d24;
  border-radius: 999px;
  font-size: 9px;
  font-weight: 780;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.dd-booking-vehicle-card__placeholder {
  position: relative;
  z-index: 1;
  color: rgba(17, 22, 28, 0.1);
  font-size: clamp(43px, 5vw, 70px);
  font-weight: 800;
  letter-spacing: -0.07em;
  transform: rotate(-6deg);
}

.dd-booking-vehicle-card__attributes {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 18px 28px 0;
  padding: 0 0 19px;
  gap: 10px;
  border-bottom: 1px solid #e2e6ea;
  list-style: none;
}

.dd-booking-vehicle-card__attributes li {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 7px;
  color: #626c78;
  font-size: 10px;
  line-height: 1.35;
}

.dd-booking-vehicle-card__attributes svg {
  width: 19px;
  height: 19px;
  flex: 0 0 auto;
  fill: none;
  stroke: #c9161f;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.6;
}

.dd-booking-vehicle-card__attributes strong {
  color: #20262d;
}

.dd-booking-vehicle-card__price {
  display: grid;
  min-height: 145px;
  align-items: end;
  grid-template-columns: minmax(0, 1fr) auto;
  margin-top: auto;
  padding: 24px 28px;
  gap: 18px;
}

.dd-booking-vehicle-card__price-meta {
  display: grid;
  align-self: center;
  gap: 5px;
}

.dd-booking-vehicle-card__price-meta > span {
  color: #303841;
  font-size: 11px;
  font-weight: 730;
}

.dd-booking-vehicle-card__price-meta small,
.dd-booking-vehicle-card__vat {
  color: #78828e;
  font-size: 9px;
  line-height: 1.4;
}

.dd-booking-vehicle-card__amount {
  display: grid;
  justify-items: end;
  align-self: center;
  gap: 3px;
  text-align: right;
}

.dd-booking-vehicle-card__amount del {
  color: #8a939f;
  font-size: 10px;
}

.dd-booking-vehicle-card__amount strong {
  color: #12171d;
  font-size: clamp(24px, 2.2vw, 33px);
  font-variant-numeric: tabular-nums;
  letter-spacing: -0.045em;
  line-height: 1;
  white-space: nowrap;
}

.dd-booking-vehicle-card__amount strong small {
  font-size: 0.42em;
  letter-spacing: 0.04em;
}

.dd-booking-vehicle-card__amount > span {
  padding: 5px 8px;
  color: #9c1119;
  background: #fff1f2;
  border-radius: 999px;
  font-size: 8px;
  font-weight: 780;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.dd-booking-vehicle-card__vat {
  grid-column: 1/-1;
  justify-self: end;
  margin-top: -12px;
}

.dd-booking-vehicle-card__unavailable {
  align-self: center;
  color: #626c78;
  font-size: 12px;
}

.dd-booking-vehicle-card__select {
  display: flex;
  min-height: 58px;
  align-items: center;
  justify-content: space-between;
  margin: 0 13px 13px;
  padding: 0 22px;
  color: #fff;
  background: linear-gradient(135deg, #d81922, #b31018);
  border: 0;
  border-radius: 13px;
  font: inherit;
  font-size: 12px;
  font-weight: 750;
  cursor: pointer;
  transition: background var(--dd-transition-fast), transform var(--dd-transition-fast);
}

.dd-booking-vehicle-card__select:hover:not(:disabled) {
  background: linear-gradient(135deg, #ed1b24, #a80f17);
}

.dd-booking-vehicle-card__select:active:not(:disabled) {
  transform: translateY(1px);
}

.dd-booking-vehicle-card__select:focus-visible {
  outline: 2px solid #171c22;
  outline-offset: 3px;
}

.dd-booking-vehicle-card__select:disabled {
  color: #7d8792;
  background: #e5e8ec;
  cursor: not-allowed;
}

.dd-booking-vehicle-card__select svg,
.dd-booking-vehicles-empty__action svg {
  width: 21px;
  height: 21px;
  fill: none;
  stroke: currentcolor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.dd-booking-vehicles-empty,
.dd-booking-vehicles-filter-empty {
  border: 1px solid #d9dee5;
  box-shadow: 0 22px 58px rgba(17, 22, 28, 0.08);
}

.dd-booking-vehicles-empty {
  position: relative;
  display: grid;
  min-height: 390px;
  overflow: hidden;
  align-items: center;
  grid-template-columns: minmax(180px, 0.45fr) minmax(0, 1fr);
  padding: clamp(34px, 6vw, 78px);
  gap: clamp(26px, 6vw, 80px);
  background: radial-gradient(circle at 12% 84%, rgba(237, 27, 36, 0.16), transparent 26%), #11171e;
  border-color: rgba(255, 255, 255, 0.1);
  border-radius: 26px;
}

.dd-booking-vehicles-empty__mark {
  color: rgba(255, 255, 255, 0.09);
  font-size: clamp(120px, 18vw, 250px);
  font-weight: 800;
  letter-spacing: -0.09em;
  line-height: 0.7;
}

.dd-booking-vehicles-empty__eyebrow {
  display: block;
  margin-bottom: 13px;
  color: #ff6970;
  font-size: 10px;
  font-weight: 780;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.dd-booking-vehicles-empty h2 {
  max-width: 690px;
  margin: 0;
  color: #fff;
  font-family: var(--dd-font-family);
  font-size: clamp(31px, 4.4vw, 58px);
  font-weight: 730;
  letter-spacing: -0.052em;
  line-height: 1.02;
}

.dd-booking-vehicles-empty p {
  margin: 17px 0 27px;
  color: #aeb6c1;
  font-size: 14px;
  line-height: 1.6;
}

.dd-booking-vehicles-empty__action {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  gap: 11px;
  padding: 0 20px;
  color: #171c22;
  background: #fff;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 730;
  text-decoration: none;
}

.dd-booking-vehicles-empty__action:hover {
  color: #a9121a;
}

.dd-booking-vehicles-empty__action:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 4px;
}

.dd-booking-vehicles-filter-empty {
  display: grid;
  justify-items: center;
  margin-top: 24px;
  padding: 36px 24px;
  gap: 7px;
  color: #626c78;
  background: #fff;
  border-radius: 18px;
  text-align: center;
}

.dd-booking-vehicles-filter-empty[hidden] {
  display: none;
}

.dd-booking-vehicles-filter-empty strong {
  color: #171c22;
  font-size: 18px;
}

.dd-booking-vehicles-filter-empty span {
  font-size: 12px;
}

.dd-booking-vehicles-filter-empty button {
  min-height: 42px;
  margin-top: 9px;
  padding: 0 17px;
  color: #fff;
  background: #171d24;
  border: 0;
  border-radius: 999px;
  font: inherit;
  font-size: 11px;
  font-weight: 720;
  cursor: pointer;
}

.dd-booking-vehicles-filter-empty button:focus-visible {
  outline: 2px solid #c9161f;
  outline-offset: 3px;
}

@media (min-width: 48rem) {
  .dd-booking-vehicles__shell {
    width: min(1440px, 100% - 64px);
  }
  .dd-booking-vehicles__header {
    grid-template-columns: minmax(0, 1.55fr) minmax(300px, 0.65fr);
    align-items: end;
  }
  .dd-booking-vehicle-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 64rem) {
  .dd-booking-vehicle-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 35rem) {
  .dd-booking-vehicles__shell {
    width: min(100% - 28px, 1440px);
  }
  .dd-booking-vehicles__results-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 6px;
  }
  .dd-booking-vehicle-card__header {
    min-height: 122px;
    padding: 24px 22px 20px;
  }
  .dd-booking-vehicle-card__media {
    min-height: 220px;
  }
  .dd-booking-vehicle-card__media img {
    height: 190px;
  }
  .dd-booking-vehicle-card__attributes {
    margin-inline: 22px;
  }
  .dd-booking-vehicle-card__price {
    padding-inline: 22px;
  }
  .dd-booking-vehicles-empty {
    grid-template-columns: minmax(0, 1fr);
  }
  .dd-booking-vehicles-empty__mark {
    font-size: 112px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .dd-booking-filters button,
  .dd-booking-vehicle-card,
  .dd-booking-vehicle-card__media img,
  .dd-booking-vehicle-card__select {
    transition: none;
  }
}
@media (forced-colors: active) {
  .dd-booking-filters,
  .dd-booking-vehicle-card,
  .dd-booking-vehicles-empty,
  .dd-booking-vehicles-filter-empty {
    border-color: CanvasText;
  }
}
/* ===========================================================================
   DD Drive booking insurance selection
   ========================================================================== */
.dd-booking-insurances {
  min-height: 70vh;
  padding: clamp(28px, 4vw, 52px) 0 clamp(88px, 10vw, 144px);
  color: #171c22;
  background: radial-gradient(circle at 4% 36%, rgba(237, 27, 36, 0.065), transparent 20%), linear-gradient(180deg, #f7f8fa 0%, #eef1f4 100%);
}

.dd-booking-insurances__shell {
  width: min(1440px, 100% - 40px);
  margin: 0 auto;
}

.dd-booking-insurances__progress {
  margin-bottom: clamp(62px, 8vw, 108px);
}

.dd-booking-insurances__progress > .col-xs-12 {
  float: none;
  width: 100%;
  padding: 0;
}

.dd-booking-insurances__header {
  display: grid;
  gap: 24px;
  margin-bottom: 30px;
}

.dd-booking-insurances__eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 15px;
  color: #626c78;
  font-size: 11px;
  font-weight: 780;
  letter-spacing: 0.14em;
  line-height: 1.3;
  text-transform: uppercase;
}

.dd-booking-insurances__eyebrow span {
  color: #c9161f;
}

.dd-booking-insurances__header h1 {
  max-width: 840px;
  margin: 0;
  color: #11161c;
  font-family: var(--dd-font-family);
  font-size: clamp(34px, 4.4vw, 58px);
  font-weight: 750;
  letter-spacing: -0.058em;
  line-height: 0.98;
}

.dd-booking-insurances__header > p {
  max-width: 530px;
  align-self: end;
  margin: 0;
  color: #626c78;
  font-size: 15px;
  line-height: 1.7;
}

.dd-booking-insurances__notice {
  display: grid;
  align-items: center;
  grid-template-columns: auto minmax(0, 1fr);
  margin-bottom: 30px;
  padding: 20px 22px;
  gap: 15px;
  color: #dce1e7;
  background: #12181f;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 17px;
  box-shadow: 0 15px 36px rgba(17, 22, 28, 0.12);
}

.dd-booking-insurances__notice > svg {
  width: 28px;
  height: 28px;
  fill: none;
  stroke: #f3262f;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.dd-booking-insurances__notice p {
  margin: 0;
  font-size: 12px;
  line-height: 1.55;
}

.dd-booking-insurances__notice strong {
  color: #fff;
}

.dd-booking-insurances__notice a {
  grid-column: 2;
  justify-self: start;
  color: #fff;
  font-size: 11px;
  font-weight: 720;
  text-decoration: underline;
  text-decoration-color: #ed1b24;
  text-underline-offset: 4px;
}

.dd-booking-insurances__notice a:hover {
  color: #ff6970;
}

.dd-booking-insurances__notice a:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 3px;
}

.dd-booking-insurances__fieldset {
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
}

.dd-booking-insurances__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 22px;
}

.dd-booking-insurance-card {
  position: relative;
  display: flex;
  min-width: 0;
  cursor: pointer;
}

.dd-booking-insurance-card > input {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}

.dd-booking-insurance-card__surface {
  position: relative;
  display: flex;
  width: 100%;
  min-width: 0;
  min-height: 590px;
  overflow: hidden;
  flex-direction: column;
  color: #222930;
  background: #fff;
  border: 1px solid rgba(17, 22, 28, 0.13);
  border-radius: 24px;
  box-shadow: 0 22px 58px rgba(17, 22, 28, 0.09);
  transition: border-color 220ms ease, box-shadow 220ms ease, transform 220ms ease;
}

.dd-booking-insurance-card:hover .dd-booking-insurance-card__surface {
  border-color: rgba(201, 22, 31, 0.35);
  box-shadow: 0 30px 70px rgba(17, 22, 28, 0.14);
  transform: translateY(-5px);
}

.dd-booking-insurance-card > input:focus-visible + .dd-booking-insurance-card__surface {
  outline: 3px solid #c9161f;
  outline-offset: 4px;
}

.dd-booking-insurance-card > input:checked + .dd-booking-insurance-card__surface {
  border-color: #c9161f;
  box-shadow: 0 0 0 2px #c9161f, 0 30px 70px rgba(17, 22, 28, 0.15);
}

.dd-booking-insurance-card__surface::after {
  position: absolute;
  right: 24px;
  bottom: 0;
  left: 24px;
  height: 3px;
  background: linear-gradient(90deg, #ed1b24, #ef5821 65%, transparent);
  content: "";
  opacity: 0.3;
  transform: scaleX(0.32);
  transform-origin: left;
  transition: opacity 220ms ease, transform 320ms ease;
}

.dd-booking-insurance-card > input:checked + .dd-booking-insurance-card__surface::after {
  opacity: 1;
  transform: scaleX(1);
}

.dd-booking-insurance-card__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 28px 28px 20px;
}

.dd-booking-insurance-card__icon {
  display: inline-flex;
  width: 54px;
  height: 54px;
  align-items: center;
  justify-content: center;
  color: #c9161f;
  background: #fff1f2;
  border-radius: 16px;
}

.dd-booking-insurance-card__icon svg {
  width: 28px;
  height: 28px;
  fill: none;
  stroke: currentcolor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.dd-booking-insurance-card__number {
  color: #9199a4;
  font-size: 10px;
  font-weight: 780;
  letter-spacing: 0.1em;
}

.dd-booking-insurance-card__heading {
  display: grid;
  min-height: 104px;
  align-content: start;
  padding: 0 28px 22px;
  gap: 7px;
}

.dd-booking-insurance-card__code {
  color: #c9161f;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.dd-booking-insurance-card__heading > strong {
  color: #11161c;
  font-family: var(--dd-font-family);
  font-size: clamp(24px, 2.5vw, 35px);
  font-weight: 730;
  letter-spacing: -0.045em;
  line-height: 1.07;
}

.dd-booking-insurance-card__heading > small {
  justify-self: start;
  padding: 5px 8px;
  color: #555f6b;
  background: #eef1f4;
  border-radius: 999px;
  font-size: 8px;
  font-weight: 760;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.dd-booking-insurance-card__description {
  display: -webkit-box;
  min-height: 83px;
  overflow: hidden;
  margin: 0 28px;
  color: #66707c;
  font-size: 13px;
  line-height: 1.6;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.dd-booking-insurance-card__facts {
  display: grid;
  margin: 25px 28px 0;
  border-top: 1px solid #e1e5ea;
}

.dd-booking-insurance-card__facts > span {
  display: flex;
  min-height: 56px;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  border-bottom: 1px solid #e1e5ea;
}

.dd-booking-insurance-card__facts small {
  color: #747e8b;
  font-size: 10px;
}

.dd-booking-insurance-card__facts strong {
  color: #20262d;
  font-size: 12px;
  font-variant-numeric: tabular-nums;
  text-align: right;
}

.dd-booking-insurance-card__price {
  display: grid;
  min-height: 137px;
  align-items: end;
  grid-template-columns: minmax(0, 1fr) auto;
  margin-top: auto;
  padding: 27px 28px 30px;
  gap: 18px;
  background: #f6f7f9;
}

.dd-booking-insurance-card__price > span:first-child {
  display: grid;
  gap: 4px;
}

.dd-booking-insurance-card__price small {
  color: #747e8b;
  font-size: 9px;
  line-height: 1.35;
}

.dd-booking-insurance-card__price strong {
  color: #11161c;
  font-size: clamp(18px, 1.8vw, 25px);
  font-variant-numeric: tabular-nums;
  letter-spacing: -0.03em;
  line-height: 1.15;
}

.dd-booking-insurance-card__choice {
  display: inline-flex;
  align-items: center;
  align-self: center;
  gap: 8px;
  color: #606a76;
  font-size: 10px;
  font-weight: 740;
  white-space: nowrap;
}

.dd-booking-insurance-card__choice > span[aria-hidden] {
  position: relative;
  width: 22px;
  height: 22px;
  flex: 0 0 auto;
  background: #fff;
  border: 1px solid #9ba3ad;
  border-radius: 50%;
}

.dd-booking-insurance-card > input:checked + .dd-booking-insurance-card__surface .dd-booking-insurance-card__choice {
  color: #9d1119;
}

.dd-booking-insurance-card > input:checked + .dd-booking-insurance-card__surface .dd-booking-insurance-card__choice > span[aria-hidden] {
  border: 6px solid #c9161f;
}

.dd-booking-insurance-card > input:disabled + .dd-booking-insurance-card__surface {
  opacity: 0.6;
  cursor: not-allowed;
}

.dd-booking-insurances__actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 34px;
  gap: 18px;
}

.dd-booking-insurances__back {
  color: #3f4852;
  font-size: 12px;
  font-weight: 700;
  text-decoration: underline;
  text-decoration-color: #c9161f;
  text-underline-offset: 4px;
}

.dd-booking-insurances__continue {
  display: inline-flex;
  min-height: 56px;
  align-items: center;
  gap: 22px;
  padding: 0 23px;
  color: #fff;
  background: linear-gradient(135deg, #d81922, #b31018);
  border-radius: 13px;
  font-size: 12px;
  font-weight: 750;
  text-decoration: none;
}

.dd-booking-insurances__continue:hover {
  color: #fff;
  background: linear-gradient(135deg, #ed1b24, #a80f17);
}

.dd-booking-insurances__continue svg {
  width: 21px;
  height: 21px;
  fill: none;
  stroke: currentcolor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.dd-booking-insurances__back:focus-visible,
.dd-booking-insurances__continue:focus-visible {
  outline: 2px solid #171c22;
  outline-offset: 4px;
}

.dd-booking-insurances-empty {
  display: grid;
  min-height: 320px;
  align-items: center;
  grid-template-columns: auto minmax(0, 1fr);
  padding: clamp(32px, 6vw, 72px);
  gap: clamp(28px, 6vw, 76px);
  color: #fff;
  background: #12181f;
  border-radius: 24px;
}

.dd-booking-insurances-empty > span {
  color: rgba(255, 255, 255, 0.12);
  font-size: clamp(64px, 10vw, 140px);
  font-weight: 800;
  letter-spacing: -0.07em;
}

.dd-booking-insurances-empty h2 {
  max-width: 670px;
  margin: 0;
  color: #fff;
  font-size: clamp(29px, 4vw, 50px);
  letter-spacing: -0.05em;
  line-height: 1.03;
}

.dd-booking-insurances-empty p {
  margin: 16px 0 24px;
  color: #aeb6c1;
  font-size: 13px;
}

.dd-booking-insurances-empty a {
  color: #fff;
  font-size: 12px;
  font-weight: 720;
  text-decoration-color: #ed1b24;
  text-underline-offset: 4px;
}

@media (min-width: 48rem) {
  .dd-booking-insurances__shell {
    width: min(1440px, 100% - 64px);
  }
  .dd-booking-insurances__header {
    grid-template-columns: minmax(0, 1.55fr) minmax(300px, 0.65fr);
    align-items: end;
  }
  .dd-booking-insurances__notice {
    grid-template-columns: auto minmax(0, 1fr) auto;
  }
  .dd-booking-insurances__notice a {
    grid-column: auto;
    justify-self: end;
  }
  .dd-booking-insurances__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 64rem) {
  .dd-booking-insurances__grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 35rem) {
  .dd-booking-insurances__shell {
    width: min(100% - 28px, 1440px);
  }
  .dd-booking-insurances__notice {
    padding: 18px;
  }
  .dd-booking-insurance-card__surface {
    min-height: 0;
  }
  .dd-booking-insurance-card__description {
    min-height: 0;
  }
  .dd-booking-insurance-card__price {
    grid-template-columns: minmax(0, 1fr);
  }
  .dd-booking-insurance-card__choice {
    justify-self: start;
  }
  .dd-booking-insurances__actions {
    align-items: stretch;
    flex-direction: column-reverse;
  }
  .dd-booking-insurances__back {
    align-self: center;
  }
  .dd-booking-insurances__continue {
    justify-content: space-between;
  }
  .dd-booking-insurances-empty {
    grid-template-columns: minmax(0, 1fr);
  }
}
@media (prefers-reduced-motion: reduce) {
  .dd-booking-insurance-card__surface,
  .dd-booking-insurance-card__surface::after {
    transition: none;
  }
}
@media (forced-colors: active) {
  .dd-booking-insurances__notice,
  .dd-booking-insurance-card__surface,
  .dd-booking-insurances-empty {
    border: 1px solid CanvasText;
  }
}
/* ===========================================================================
   DD Drive booking extras
   ========================================================================== */
.dd-booking-extras {
  min-height: 70vh;
  padding: clamp(28px, 4vw, 52px) 0 clamp(88px, 10vw, 144px);
  color: #171c22;
  background: radial-gradient(circle at 94% 27%, rgba(237, 27, 36, 0.065), transparent 22%), linear-gradient(180deg, #f7f8fa 0%, #eef1f4 100%);
}

.dd-booking-extras__shell {
  width: min(1440px, 100% - 40px);
  margin: 0 auto;
}

.dd-booking-extras__progress {
  margin-bottom: clamp(62px, 8vw, 108px);
}

.dd-booking-extras__progress > .col-xs-12 {
  float: none;
  width: 100%;
  padding: 0;
}

.dd-booking-extras__header {
  display: grid;
  gap: 24px;
  margin-bottom: 30px;
}

.dd-booking-extras__eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 15px;
  color: #626c78;
  font-size: 11px;
  font-weight: 780;
  letter-spacing: 0.14em;
  line-height: 1.3;
  text-transform: uppercase;
}

.dd-booking-extras__eyebrow span {
  color: #c9161f;
}

.dd-booking-extras__header h1 {
  max-width: 890px;
  margin: 0;
  color: #11161c;
  font-family: var(--dd-font-family);
  font-size: clamp(34px, 4.4vw, 58px);
  font-weight: 750;
  letter-spacing: -0.058em;
  line-height: 0.98;
}

.dd-booking-extras__header > p {
  max-width: 530px;
  align-self: end;
  margin: 0;
  color: #626c78;
  font-size: 15px;
  line-height: 1.7;
}

.dd-booking-extras__notice {
  display: flex;
  align-items: center;
  margin-bottom: clamp(42px, 6vw, 68px);
  padding: 18px 20px;
  gap: 13px;
  color: #dce1e7;
  background: #12181f;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  box-shadow: 0 15px 36px rgba(17, 22, 28, 0.11);
}

.dd-booking-extras__notice svg {
  width: 25px;
  height: 25px;
  flex: 0 0 auto;
  fill: none;
  stroke: #f3262f;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.dd-booking-extras__notice p {
  margin: 0;
  font-size: 12px;
  line-height: 1.55;
}

.dd-booking-extras__section + .dd-booking-extras__section {
  margin-top: clamp(66px, 8vw, 104px);
}

.dd-booking-extras__section-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 25px;
  gap: 24px;
}

.dd-booking-extras__section-heading > div > span {
  display: block;
  margin-bottom: 7px;
  color: #c9161f;
  font-size: 9px;
  font-weight: 780;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.dd-booking-extras__section-heading h2 {
  margin: 0;
  color: #171c22;
  font-family: var(--dd-font-family);
  font-size: clamp(25px, 3vw, 38px);
  font-weight: 730;
  letter-spacing: -0.045em;
  line-height: 1.08;
}

.dd-booking-extras__section-heading > span,
.dd-booking-extras__section-heading > p {
  margin: 0;
  color: #747e8b;
  font-size: 10px;
  line-height: 1.55;
}

.dd-booking-extras__section-heading > span {
  font-weight: 720;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.dd-booking-extras__section-heading > p {
  max-width: 390px;
}

.dd-booking-extras__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(17, 22, 28, 0.13);
  border-radius: 20px;
}

.dd-booking-extra-card {
  position: relative;
  display: grid;
  min-width: 0;
  grid-template-columns: 92px minmax(0, 1fr);
  background: #fff;
  border-bottom: 1px solid #e1e5ea;
  transition: background-color 180ms ease, box-shadow 180ms ease;
}

.dd-booking-extra-card:last-child {
  border-bottom: 0;
}

.dd-booking-extra-card:hover {
  background: #fbfcfd;
}

.dd-booking-extra-card[data-selected=true] {
  background: #fff8f8;
  box-shadow: inset 4px 0 0 #c9161f;
}

.dd-booking-extra-card__media {
  position: relative;
  display: grid;
  min-height: 108px;
  place-items: center;
  grid-column: 1;
  margin: 16px 0 12px 16px;
  overflow: hidden;
  color: var(--dd-color-text);
  background: var(--dd-color-surface-muted);
  border-radius: 14px;
}

.dd-booking-extra-card__media img {
  display: block;
  width: min(76px, 72%);
  height: 82px;
  object-fit: contain;
  transition: transform 360ms ease;
}

.dd-booking-extra-card:hover .dd-booking-extra-card__media img {
  transform: scale(1.035);
}

.dd-booking-extra-card__media > svg {
  width: 48px;
  height: 48px;
  fill: none;
  stroke: currentcolor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.5;
}

.dd-booking-extra-card[data-selected=true] .dd-booking-extra-card__media {
  color: var(--dd-color-action);
  background: var(--dd-color-brand-soft);
}

.dd-booking-extra-card__number {
  position: absolute;
  top: 9px;
  left: 9px;
  display: inline-flex;
  min-width: 27px;
  height: 27px;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #171d24;
  border-radius: 50%;
  font-size: 9px;
  font-weight: 780;
  letter-spacing: 0.07em;
}

.dd-booking-extra-card__body {
  min-width: 0;
  min-height: 0;
  grid-column: 2;
  padding: 19px 18px 12px;
}

.dd-booking-extra-card__type {
  display: block;
  margin-bottom: 8px;
  color: #c9161f;
  font-size: 9px;
  font-weight: 780;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.dd-booking-extra-card__body h3 {
  margin: 0;
  color: #11161c;
  font-family: var(--dd-font-family);
  font-size: clamp(20px, 2vw, 26px);
  font-weight: 730;
  letter-spacing: -0.045em;
  line-height: 1.08;
}

.dd-booking-extra-card__body p {
  display: -webkit-box;
  overflow: hidden;
  margin: 13px 0 0;
  color: #66707c;
  font-size: 12px;
  line-height: 1.6;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.dd-booking-extra-card__body > small {
  display: block;
  margin-top: 10px;
  color: #747e8b;
  font-size: 9px;
  line-height: 1.45;
}

.dd-booking-extra-card__controls {
  display: grid;
  min-height: 0;
  align-items: center;
  grid-template-columns: minmax(0, 1fr) auto;
  grid-column: 1/-1;
  margin: 0 16px;
  padding: 16px 0;
  gap: 18px;
  border-top: 1px solid #e1e5ea;
}

.dd-booking-extra-card__quantity {
  display: grid;
  gap: 7px;
}

.dd-booking-extra-card__quantity > label,
.dd-booking-extra-card__price > span {
  color: #747e8b;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.dd-booking-extra-card .dd-quantity {
  display: inline-flex;
  width: 134px;
  height: 44px;
  align-items: stretch;
  overflow: hidden;
  background: #f2f4f6;
  border: 1px solid #d8dde3;
  border-radius: 11px;
}

.dd-booking-extra-card .dd-quantity__button,
.dd-booking-extra-card .dd-quantity__input {
  box-sizing: border-box;
  width: auto;
  min-width: 0;
  min-height: 42px;
  height: 42px;
  margin: 0;
  padding: 0;
  color: #20262d;
  background: transparent;
  border: 0;
  border-radius: 0;
  font: inherit;
  font-size: 14px;
  font-weight: 720;
  text-align: center;
}

.dd-booking-extra-card .dd-quantity__button {
  display: inline-flex;
  flex: 0 0 40px;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
}

.dd-booking-extra-card .dd-quantity__button > span {
  display: block;
  line-height: 1;
}

.dd-booking-extra-card .dd-quantity__button:hover:not(:disabled) {
  color: #fff;
  background: #171d24;
}

.dd-booking-extra-card .dd-quantity__button:disabled {
  color: #afb5bd;
  cursor: not-allowed;
}

.dd-booking-extra-card .dd-quantity__button:focus-visible,
.dd-booking-extra-card .dd-quantity__input:focus-visible {
  position: relative;
  z-index: 1;
  outline: 2px solid #c9161f;
  outline-offset: -2px;
}

.dd-booking-extra-card .dd-quantity__input {
  flex: 0 0 52px;
  border-right: 1px solid #d8dde3;
  border-left: 1px solid #d8dde3;
  appearance: textfield;
}

.dd-booking-extra-card .dd-quantity__input::-webkit-inner-spin-button,
.dd-booking-extra-card .dd-quantity__input::-webkit-outer-spin-button {
  margin: 0;
  appearance: none;
}

.dd-booking-extra-card__price {
  display: grid;
  justify-items: end;
  gap: 4px;
  text-align: right;
}

.dd-booking-extra-card__price strong {
  color: #11161c;
  font-size: clamp(19px, 1.8vw, 26px);
  font-variant-numeric: tabular-nums;
  letter-spacing: -0.035em;
  line-height: 1.1;
  white-space: nowrap;
}

.dd-booking-extra-card__price small {
  color: #8a939f;
  font-size: 8px;
}

.dd-booking-extra-card__select {
  position: relative;
  grid-column: 1/-1;
  margin: 0 16px 16px;
}

.dd-booking-extra-card__select input {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}

.dd-booking-extra-card__select label {
  display: flex;
  min-height: 56px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #fff;
  background: #171d24;
  border-radius: 13px;
  font-size: 11px;
  font-weight: 740;
  cursor: pointer;
  transition: background var(--dd-transition-fast);
}

.dd-booking-extra-card__select label > span[aria-hidden] {
  display: inline-flex;
  width: 21px;
  height: 21px;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: 1px solid #89929d;
  border-radius: 6px;
}

.dd-booking-extra-card__select label svg {
  width: 15px;
  height: 15px;
  fill: none;
  stroke: transparent;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.dd-booking-extra-card__select input:checked + label {
  background: linear-gradient(135deg, #d81922, #b31018);
}

.dd-booking-extra-card__select input:checked + label > span[aria-hidden] {
  background: #fff;
  border-color: #fff;
}

.dd-booking-extra-card__select input:checked + label svg {
  stroke: #c9161f;
}

.dd-booking-extra-card__select input:focus-visible + label {
  outline: 2px solid #c9161f;
  outline-offset: 3px;
}

.dd-booking-extra-card__select input:disabled + label {
  color: #858e99;
  background: #e4e7eb;
  cursor: not-allowed;
}

.dd-booking-extras__mandatory-grid {
  display: grid;
  gap: 14px;
}

.dd-booking-mandatory-extra {
  display: grid;
  min-width: 0;
  align-items: center;
  grid-template-columns: auto minmax(0, 1fr) auto;
  padding: 25px 28px;
  gap: 20px;
  background: #fff;
  border: 1px solid #d8dde3;
  border-left: 4px solid #c9161f;
  border-radius: 17px;
  box-shadow: 0 14px 34px rgba(17, 22, 28, 0.07);
}

.dd-booking-mandatory-extra__icon {
  display: inline-flex;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
  color: #c9161f;
  background: #fff1f2;
  border-radius: 14px;
}

.dd-booking-mandatory-extra__icon svg {
  width: 25px;
  height: 25px;
  fill: none;
  stroke: currentcolor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.dd-booking-mandatory-extra > div:nth-child(2) > span {
  display: block;
  margin-bottom: 5px;
  color: #c9161f;
  font-size: 8px;
  font-weight: 780;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.dd-booking-mandatory-extra h3 {
  margin: 0;
  color: #171c22;
  font-size: 19px;
  font-weight: 720;
  letter-spacing: -0.025em;
}

.dd-booking-mandatory-extra p {
  margin: 7px 0 0;
  color: #68727e;
  font-size: 11px;
  line-height: 1.55;
}

.dd-booking-mandatory-extra__price {
  display: grid;
  min-width: 160px;
  justify-items: end;
  gap: 3px;
  text-align: right;
}

.dd-booking-mandatory-extra__price > span,
.dd-booking-mandatory-extra__price small {
  color: #747e8b;
  font-size: 8px;
}

.dd-booking-mandatory-extra__price strong {
  color: #171c22;
  font-size: 20px;
  font-variant-numeric: tabular-nums;
}

.dd-booking-extras__actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: clamp(44px, 7vw, 76px);
  gap: 20px;
}

.dd-booking-extras__actions > div {
  display: flex;
  align-items: center;
  gap: 12px;
}

.dd-booking-extras__back,
.dd-booking-extras__skip {
  color: #3f4852;
  background: transparent;
  border: 0;
  font: inherit;
  font-size: 11px;
  font-weight: 700;
  text-decoration: underline;
  text-decoration-color: #c9161f;
  text-underline-offset: 4px;
  cursor: pointer;
}

.dd-booking-extras__continue {
  display: inline-flex;
  min-height: 56px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 0 23px;
  color: #fff;
  background: linear-gradient(135deg, #d81922, #b31018);
  border: 0;
  border-radius: 13px;
  font: inherit;
  font-size: 12px;
  font-weight: 750;
  cursor: pointer;
}

.dd-booking-extras__continue:hover {
  background: linear-gradient(135deg, #ed1b24, #a80f17);
}

.dd-booking-extras__continue svg {
  width: 21px;
  height: 21px;
  fill: none;
  stroke: currentcolor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.dd-booking-extras__back:focus-visible,
.dd-booking-extras__skip:focus-visible,
.dd-booking-extras__continue:focus-visible {
  outline: 2px solid #171c22;
  outline-offset: 4px;
}

.dd-booking-extras-empty {
  display: grid;
  min-height: 300px;
  align-items: center;
  grid-template-columns: auto minmax(0, 1fr);
  padding: clamp(32px, 6vw, 72px);
  gap: clamp(28px, 6vw, 76px);
  color: #fff;
  background: #12181f;
  border-radius: 24px;
}

.dd-booking-extras-empty > span {
  color: rgba(255, 255, 255, 0.12);
  font-size: clamp(64px, 10vw, 140px);
  font-weight: 800;
  letter-spacing: -0.07em;
}

.dd-booking-extras-empty h2 {
  max-width: 700px;
  margin: 0;
  color: #fff;
  font-size: clamp(29px, 4vw, 50px);
  letter-spacing: -0.05em;
  line-height: 1.03;
}

.dd-booking-extras-empty p {
  margin: 15px 0 0;
  color: #aeb6c1;
  font-size: 13px;
}

@media (min-width: 48rem) {
  .dd-booking-extras__shell {
    width: min(1440px, 100% - 64px);
  }
  .dd-booking-extras__header {
    grid-template-columns: minmax(0, 1.55fr) minmax(300px, 0.65fr);
    align-items: end;
  }
  .dd-booking-extras__grid {
    grid-template-columns: minmax(0, 1fr);
  }
  .dd-booking-extra-card {
    grid-template-columns: 150px minmax(0, 1fr);
  }
  .dd-booking-extra-card__media {
    min-height: 154px;
    grid-row: 1/3;
    margin: 16px;
  }
  .dd-booking-extra-card__media img {
    width: min(116px, 75%);
    height: 116px;
  }
  .dd-booking-extra-card__body {
    padding: 22px 24px 12px;
  }
  .dd-booking-extra-card__controls {
    grid-column: 2;
    margin: 0 24px;
    padding: 14px 0 20px;
  }
  .dd-booking-extra-card__select {
    grid-column: 1/-1;
    margin: 0 16px 16px;
  }
}
@media (min-width: 64rem) {
  .dd-booking-extra-card {
    min-height: 178px;
    align-items: center;
    grid-template-columns: 160px minmax(250px, 1fr) minmax(220px, 0.58fr) 190px;
  }
  .dd-booking-extra-card__media {
    min-height: 146px;
    grid-row: 1;
    margin: 16px;
  }
  .dd-booking-extra-card__body {
    grid-column: 2;
    padding: 24px;
  }
  .dd-booking-extra-card__body p {
    -webkit-line-clamp: 2;
  }
  .dd-booking-extra-card__controls {
    grid-column: 3;
    grid-template-columns: minmax(0, 1fr);
    margin: 0;
    padding: 22px 24px;
    border-top: 0;
    border-left: 1px solid #e1e5ea;
  }
  .dd-booking-extra-card__price {
    justify-items: start;
    text-align: left;
  }
  .dd-booking-extra-card__select {
    grid-column: 4;
    margin: 0 16px 0 0;
  }
  .dd-booking-extra-card__select label {
    min-height: 58px;
  }
}
@media (max-width: 42rem) {
  .dd-booking-extras__section-heading,
  .dd-booking-extras__actions,
  .dd-booking-extras__actions > div {
    align-items: stretch;
    flex-direction: column;
  }
  .dd-booking-extras__section-heading {
    align-items: flex-start;
  }
  .dd-booking-extras__actions {
    flex-direction: column-reverse;
  }
  .dd-booking-extras__back,
  .dd-booking-extras__skip {
    align-self: center;
  }
  .dd-booking-extras__continue {
    width: 100%;
  }
  .dd-booking-mandatory-extra {
    grid-template-columns: auto minmax(0, 1fr);
  }
  .dd-booking-mandatory-extra__price {
    grid-column: 2;
    min-width: 0;
    justify-items: start;
    text-align: left;
  }
}
@media (max-width: 35rem) {
  .dd-booking-extras__shell {
    width: min(100% - 28px, 1440px);
  }
  .dd-booking-extra-card__body {
    min-height: 0;
    padding-inline: 16px;
  }
  .dd-booking-extra-card__controls {
    grid-template-columns: minmax(0, 1fr);
    margin-inline: 16px;
  }
  .dd-booking-extra-card__price {
    justify-items: start;
    text-align: left;
  }
  .dd-booking-extras-empty {
    grid-template-columns: minmax(0, 1fr);
  }
}
@media (prefers-reduced-motion: reduce) {
  .dd-booking-extra-card,
  .dd-booking-extra-card__media img,
  .dd-booking-extra-card__select label {
    transition: none;
  }
}
@media (forced-colors: active) {
  .dd-booking-extras__notice,
  .dd-booking-extra-card,
  .dd-booking-mandatory-extra,
  .dd-booking-extras-empty {
    border: 1px solid CanvasText;
  }
}
/* ===========================================================================
   DD Drive booking personal data
   ========================================================================== */
.dd-booking-personal {
  min-height: 70vh;
  padding: clamp(28px, 4vw, 52px) 0 clamp(88px, 10vw, 144px);
  color: #171c22;
  background: radial-gradient(circle at 93% 35%, rgba(237, 27, 36, 0.07), transparent 22%), linear-gradient(180deg, #f7f8fa 0%, #eef1f4 100%);
}

.dd-booking-personal__shell {
  width: min(1440px, 100% - 40px);
  margin: 0 auto;
}

.dd-booking-personal__progress {
  margin-bottom: clamp(62px, 8vw, 108px);
}

.dd-booking-personal__progress > .col-xs-12 {
  float: none;
  width: 100%;
  padding: 0;
}

.dd-booking-personal__header {
  display: grid;
  margin-bottom: clamp(36px, 5vw, 58px);
  gap: 24px;
}

.dd-booking-personal__eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 15px;
  color: #626c78;
  font-size: 11px;
  font-weight: 780;
  letter-spacing: 0.14em;
  line-height: 1.3;
  text-transform: uppercase;
}

.dd-booking-personal__eyebrow span,
.dd-booking-personal__side-index {
  color: #c9161f;
}

.dd-booking-personal__header h1 {
  max-width: 900px;
  margin: 0;
  color: #11161c;
  font-family: var(--dd-font-family);
  font-size: clamp(34px, 4.25vw, 56px);
  font-weight: 750;
  letter-spacing: -0.057em;
  line-height: 0.99;
}

.dd-booking-personal__header > p {
  max-width: 520px;
  align-self: end;
  margin: 0;
  color: #626c78;
  font-size: 15px;
  line-height: 1.7;
}

.dd-booking-personal__form,
.dd-booking-personal__layout,
.dd-booking-personal__main {
  min-width: 0;
}

.dd-booking-personal__validation:empty,
.dd-booking-personal-field__error:empty {
  display: none;
}

.dd-booking-personal__validation:not(:empty) {
  margin-bottom: 22px;
  padding: 16px 18px;
  color: #8f1017;
  background: #fff0f1;
  border: 1px solid #f0b7ba;
  border-radius: 13px;
  font-size: 12px;
}

.dd-booking-personal__validation ul {
  margin: 0;
  padding-left: 18px;
}

.dd-booking-personal__layout,
.dd-booking-personal__main {
  display: grid;
  gap: 24px;
}

.dd-booking-personal-panel {
  padding: clamp(24px, 3.4vw, 42px);
  background: #fff;
  border: 1px solid rgba(17, 22, 28, 0.12);
  border-radius: 22px;
  box-shadow: 0 18px 48px rgba(17, 22, 28, 0.07);
}

.dd-booking-personal-panel__heading {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr);
  margin-bottom: 30px;
  gap: 15px;
}

.dd-booking-personal-panel__heading > span {
  display: inline-flex;
  width: 38px;
  height: 38px;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #171d24;
  border-radius: 50%;
  font-size: 9px;
  font-weight: 780;
  letter-spacing: 0.07em;
}

.dd-booking-personal-panel__heading h2 {
  margin: 0;
  color: #11161c;
  font-family: var(--dd-font-family);
  font-size: clamp(24px, 2.5vw, 34px);
  font-weight: 730;
  letter-spacing: -0.045em;
  line-height: 1.06;
}

.dd-booking-personal-panel__heading p {
  max-width: 600px;
  margin: 9px 0 0;
  color: #707a86;
  font-size: 12px;
  line-height: 1.6;
}

.dd-booking-personal-panel__title-row,
.dd-booking-personal-field__label-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.dd-booking-personal-panel__title-row > span,
.dd-booking-personal-field__label-row > span {
  display: inline-flex;
  flex: 0 0 auto;
  padding: 5px 8px;
  color: #737d89;
  background: #f1f3f5;
  border-radius: 999px;
  font-size: 8px;
  font-weight: 740;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.dd-booking-personal__fields {
  display: grid;
  gap: 20px;
}

.dd-booking-personal-field {
  display: grid;
  min-width: 0;
  align-content: start;
  gap: 8px;
}

.dd-booking-personal-field label,
.dd-booking-personal-promo label {
  color: #3f4853;
  font-size: 10px;
  font-weight: 750;
  letter-spacing: 0.045em;
  line-height: 1.4;
}

.dd-booking-personal-field label > span {
  color: #c9161f;
}

.dd-booking-personal-field input,
.dd-booking-personal-field select,
.dd-booking-personal-promo input {
  box-sizing: border-box;
  width: 100%;
  min-width: 0;
  min-height: 56px;
  margin: 0;
  padding: 0 17px;
  color: #171d24;
  background: #f5f6f7;
  border: 1px solid #d9dee4;
  border-radius: 12px;
  font: inherit;
  font-size: 14px;
  line-height: 1.3;
  transition: background-color 160ms ease, border-color 160ms ease, box-shadow 160ms ease;
}

.dd-booking-personal-field input::placeholder,
.dd-booking-personal-promo input::placeholder {
  color: #939ca7;
  opacity: 1;
}

.dd-booking-personal-field input:hover,
.dd-booking-personal-field select:hover,
.dd-booking-personal-promo input:hover {
  border-color: #aeb6c0;
}

.dd-booking-personal-field input:focus,
.dd-booking-personal-field select:focus,
.dd-booking-personal-promo input:focus {
  background: #fff;
  border-color: #c9161f;
  outline: 0;
  box-shadow: 0 0 0 3px rgba(201, 22, 31, 0.13);
}

.dd-booking-personal-field input.input-validation-error,
.dd-booking-personal-field select.input-validation-error {
  border-color: #c9161f;
}

.dd-booking-personal-field__select {
  position: relative;
}

.dd-booking-personal-field__select select {
  padding-right: 48px;
  appearance: none;
}

.dd-booking-personal-field__select svg {
  position: absolute;
  top: 50%;
  right: 17px;
  width: 20px;
  height: 20px;
  pointer-events: none;
  fill: none;
  stroke: #59636f;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
  transform: translateY(-50%);
}

.dd-booking-personal-field > small {
  color: #78828e;
  font-size: 9px;
  line-height: 1.5;
}

.dd-booking-personal-field__error {
  color: #b41018;
  font-size: 10px;
  font-weight: 650;
  line-height: 1.45;
}

.dd-booking-personal-account__toggle {
  position: relative;
  display: grid;
  min-height: 78px;
  align-items: center;
  grid-template-columns: auto minmax(0, 1fr);
  margin: 0;
  padding: 17px 19px;
  gap: 15px;
  color: #252c34;
  background: #f5f6f7;
  border: 1px solid #d9dee4;
  border-radius: 14px;
  cursor: pointer;
  transition: background-color 160ms ease, border-color 160ms ease;
}

.dd-booking-personal-account__toggle:hover {
  background: #fff;
  border-color: #aeb6c0;
}

.dd-booking-personal-account__toggle > input {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}

.dd-booking-personal-account__switch {
  position: relative;
  display: inline-block;
  width: 46px;
  height: 26px;
  background: #c8ced5;
  border-radius: 999px;
  transition: background-color 160ms ease;
}

.dd-booking-personal-account__switch::after {
  position: absolute;
  top: 4px;
  left: 4px;
  width: 18px;
  height: 18px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 2px 7px rgba(17, 22, 28, 0.2);
  content: "";
  transition: transform 160ms ease;
}

.dd-booking-personal-account__toggle input:checked + .dd-booking-personal-account__switch {
  background: #c9161f;
}

.dd-booking-personal-account__toggle input:checked + .dd-booking-personal-account__switch::after {
  transform: translateX(20px);
}

.dd-booking-personal-account__toggle input:focus-visible + .dd-booking-personal-account__switch {
  outline: 2px solid #c9161f;
  outline-offset: 3px;
}

.dd-booking-personal-account__toggle strong,
.dd-booking-personal-account__toggle small {
  display: block;
}

.dd-booking-personal-account__toggle strong {
  font-size: 13px;
  font-weight: 740;
}

.dd-booking-personal-account__toggle small {
  margin-top: 4px;
  color: #707a86;
  font-size: 10px;
  line-height: 1.5;
}

.dd-booking-personal-account__login {
  margin: 12px 2px 0;
  color: #707a86;
  font-size: 10px;
  line-height: 1.5;
}

.dd-booking-personal-account__login a {
  color: #991018;
  font-weight: 720;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.dd-booking-personal-account__details {
  display: grid;
  grid-template-rows: 0fr;
  visibility: hidden;
  transition: grid-template-rows 220ms ease, visibility 220ms ease;
}

.dd-booking-personal-account__details.is-open {
  grid-template-rows: 1fr;
  visibility: visible;
}

.dd-booking-personal-account__details-inner {
  min-height: 0;
  overflow: hidden;
}

.dd-booking-personal-account__details-inner > .dd-booking-personal__fields {
  padding-top: 25px;
}

.dd-booking-personal-account__consents {
  display: grid;
  margin-top: 22px;
  gap: 8px;
}

.dd-booking-personal-account__consents label {
  display: grid;
  align-items: start;
  grid-template-columns: auto minmax(0, 1fr);
  margin: 0;
  gap: 10px;
  color: #515b67;
  font-size: 10px;
  line-height: 1.55;
  cursor: pointer;
}

.dd-booking-personal-account__consents input {
  width: 18px;
  height: 18px;
  margin: 0;
  accent-color: #c9161f;
}

.dd-booking-personal-account__consents a {
  color: #991018;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.dd-booking-personal-account__challenge .auth_form_turnstile {
  margin-top: 22px;
}

.dd-booking-personal-account--connected {
  background: linear-gradient(90deg, rgba(201, 22, 31, 0.055), transparent 35%), #fff;
}

.dd-booking-personal-account--connected .dd-booking-personal-panel__heading {
  margin-bottom: 0;
}

.dd-booking-personal__side {
  display: grid;
  align-content: start;
  overflow: hidden;
  color: #eef1f4;
  background: radial-gradient(circle at 100% 0, rgba(237, 27, 36, 0.18), transparent 32%), #12181f;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 22px;
  box-shadow: 0 22px 58px rgba(17, 22, 28, 0.15);
}

.dd-booking-personal-promo,
.dd-booking-personal-payment,
.dd-booking-personal-privacy {
  padding: 27px;
}

.dd-booking-personal-promo,
.dd-booking-personal-payment {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.dd-booking-personal__side-index {
  display: block;
  margin-bottom: 11px;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.12em;
}

.dd-booking-personal-promo h2,
.dd-booking-personal-payment legend {
  margin: 0;
  color: #fff;
  font-family: var(--dd-font-family);
  font-size: 24px;
  font-weight: 710;
  letter-spacing: -0.035em;
  line-height: 1.1;
}

.dd-booking-personal-promo > p,
.dd-booking-personal-payment > p {
  margin: 11px 0 21px;
  color: #aeb6c1;
  font-size: 11px;
  line-height: 1.6;
}

.dd-booking-personal-promo label {
  display: block;
  margin-bottom: 8px;
  color: #d6dbe1;
}

.dd-booking-personal-promo__control {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  padding: 5px;
  background: #fff;
  border-radius: 13px;
}

.dd-booking-personal-promo__control input {
  min-height: 48px;
  padding-inline: 13px;
  background: #fff;
  border: 0;
  border-radius: 9px;
  box-shadow: none;
}

.dd-booking-personal-promo__control input:focus {
  box-shadow: inset 0 0 0 2px #c9161f;
}

.dd-booking-personal-promo__control button {
  min-height: 48px;
  margin: 0;
  padding: 0 18px;
  color: #fff;
  background: #c9161f;
  border: 0;
  border-radius: 9px;
  font: inherit;
  font-size: 10px;
  font-weight: 760;
  cursor: pointer;
}

.dd-booking-personal-promo__control button:hover {
  background: #a91017;
}

.dd-booking-personal-promo__control button:focus-visible {
  outline: 2px solid #fff;
  outline-offset: -4px;
}

.dd-booking-personal-payment {
  min-width: 0;
  margin: 0;
}

.dd-booking-personal-payment legend {
  float: left;
  width: 100%;
  padding: 0;
}

.dd-booking-personal-payment legend + * {
  clear: both;
}

.dd-booking-personal-payment__options {
  display: grid;
  gap: 10px;
}

.dd-booking-personal-choice {
  position: relative;
  display: grid;
  min-height: 74px;
  align-items: center;
  grid-template-columns: auto minmax(0, 1fr);
  margin: 0;
  padding: 15px;
  gap: 13px;
  color: #dce1e7;
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid rgba(255, 255, 255, 0.13);
  border-radius: 13px;
  cursor: pointer;
  transition: background-color 160ms ease, border-color 160ms ease;
}

.dd-booking-personal-choice:hover {
  background: rgba(255, 255, 255, 0.075);
  border-color: rgba(255, 255, 255, 0.25);
}

.dd-booking-personal-choice input {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}

.dd-booking-personal-choice__mark {
  display: inline-flex;
  width: 22px;
  height: 22px;
  align-items: center;
  justify-content: center;
  border: 1px solid #7f8995;
  border-radius: 50%;
}

.dd-booking-personal-choice__mark::after {
  width: 10px;
  height: 10px;
  background: transparent;
  border-radius: 50%;
  content: "";
}

.dd-booking-personal-choice strong,
.dd-booking-personal-choice small {
  display: block;
}

.dd-booking-personal-choice strong {
  color: #fff;
  font-size: 12px;
  font-weight: 720;
}

.dd-booking-personal-choice small {
  margin-top: 4px;
  color: #9fa8b3;
  font-size: 9px;
  line-height: 1.4;
}

.dd-booking-personal-choice:has(input:checked) {
  background: rgba(201, 22, 31, 0.14);
  border-color: #ef3640;
}

.dd-booking-personal-choice input:checked + .dd-booking-personal-choice__mark {
  border-color: #ef3640;
}

.dd-booking-personal-choice input:checked + .dd-booking-personal-choice__mark::after {
  background: #ef3640;
}

.dd-booking-personal-choice input:focus-visible ~ .dd-booking-personal-choice__mark {
  outline: 2px solid #fff;
  outline-offset: 3px;
}

.dd-booking-personal-privacy {
  display: grid;
  align-items: start;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 12px;
}

.dd-booking-personal-privacy svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: #ef3640;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.6;
}

.dd-booking-personal-privacy p {
  margin: 0;
  color: #aeb6c1;
  font-size: 10px;
  line-height: 1.6;
}

.dd-booking-personal-privacy a {
  color: #fff;
  text-decoration: underline;
  text-decoration-color: #ef3640;
  text-underline-offset: 3px;
}

.dd-booking-personal-privacy a:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 3px;
}

.dd-booking-personal__side-action {
  padding: 0 27px 27px;
}

.dd-booking-personal__actions {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: 0;
  padding: 4px 2px 0;
  gap: 20px;
}

.dd-booking-personal__back {
  color: #4f5965;
  font-size: 11px;
  font-weight: 720;
  text-decoration: underline;
  text-decoration-color: #adb5bf;
  text-underline-offset: 5px;
}

.dd-booking-personal__back:hover {
  color: #c9161f;
}

.dd-booking-personal__back:focus-visible {
  outline: 2px solid #c9161f;
  outline-offset: 4px;
}

.dd-booking-personal__continue {
  display: inline-flex;
  min-height: 58px;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 0 24px;
  gap: 16px;
  color: #fff;
  background: linear-gradient(135deg, #d81922, #b31018);
  border: 0;
  border-radius: 13px;
  box-shadow: 0 16px 34px rgba(201, 22, 31, 0.22);
  font: inherit;
  font-size: 11px;
  font-weight: 760;
  cursor: pointer;
  transition: box-shadow 180ms ease, transform 180ms ease;
}

.dd-booking-personal__side .dd-booking-personal__continue {
  width: 100%;
}

.dd-booking-personal__continue svg {
  width: 21px;
  height: 21px;
  fill: none;
  stroke: currentcolor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.dd-booking-personal__continue:hover:not(:disabled) {
  box-shadow: 0 20px 40px rgba(201, 22, 31, 0.3);
  transform: translateY(-2px);
}

.dd-booking-personal__continue:focus-visible {
  outline: 2px solid #171d24;
  outline-offset: 4px;
}

.dd-booking-personal__side .dd-booking-personal__continue:focus-visible {
  outline-color: #fff;
}

.dd-booking-personal__continue:disabled {
  opacity: 0.6;
  cursor: wait;
}

@media (min-width: 48rem) {
  .dd-booking-personal__shell {
    width: min(1440px, 100% - 64px);
  }
  .dd-booking-personal__header {
    grid-template-columns: minmax(0, 1.55fr) minmax(300px, 0.65fr);
    align-items: end;
  }
  .dd-booking-personal__fields {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .dd-booking-personal-field--wide {
    grid-column: 1/-1;
  }
}
@media (min-width: 64rem) {
  .dd-booking-personal__layout {
    align-items: start;
    grid-template-areas: "main side" "actions side";
    grid-template-columns: minmax(0, 1fr) minmax(330px, 390px);
  }
  .dd-booking-personal__main {
    grid-area: main;
  }
  .dd-booking-personal__side {
    grid-area: side;
    position: sticky;
    top: 120px;
  }
  .dd-booking-personal__actions {
    grid-area: actions;
  }
}
@media (max-width: 42rem) {
  .dd-booking-personal__back {
    align-self: center;
  }
}
@media (max-width: 35rem) {
  .dd-booking-personal__shell {
    width: min(100% - 28px, 1440px);
  }
  .dd-booking-personal-panel,
  .dd-booking-personal-promo,
  .dd-booking-personal-payment,
  .dd-booking-personal-privacy,
  .dd-booking-personal__side-action {
    padding: 22px;
  }
  .dd-booking-personal__side-action {
    padding-top: 0;
  }
  .dd-booking-personal-promo__control {
    grid-template-columns: minmax(0, 1fr);
    gap: 5px;
  }
  .dd-booking-personal-panel__title-row {
    align-items: flex-start;
    flex-direction: column;
  }
}
@media (prefers-reduced-motion: reduce) {
  .dd-booking-personal-field input,
  .dd-booking-personal-field select,
  .dd-booking-personal-promo input,
  .dd-booking-personal-choice,
  .dd-booking-personal-account__toggle,
  .dd-booking-personal-account__switch,
  .dd-booking-personal-account__switch::after,
  .dd-booking-personal-account__details,
  .dd-booking-personal__continue {
    transition: none;
  }
}
@media (forced-colors: active) {
  .dd-booking-personal-panel,
  .dd-booking-personal__side,
  .dd-booking-personal-choice,
  .dd-booking-personal-account__toggle {
    border: 1px solid CanvasText;
  }
  .dd-booking-personal-choice input:checked + .dd-booking-personal-choice__mark::after {
    background: Highlight;
  }
}
/* ===========================================================================
   DD Drive booking confirmation
   ========================================================================== */
.dd-booking-confirm {
  min-height: 70vh;
  padding: clamp(28px, 4vw, 52px) 0 clamp(88px, 10vw, 144px);
  color: #171a1f;
  background: radial-gradient(circle at 92% 24%, rgba(237, 27, 36, 0.065), transparent 24%), linear-gradient(180deg, #f7f8fa 0%, #eef1f4 100%);
}

.dd-booking-confirm,
.dd-booking-confirm * {
  box-sizing: border-box;
}

.dd-booking-confirm__shell {
  width: min(1440px, 100% - 40px);
  margin: 0 auto;
}

.dd-booking-confirm__progress {
  margin-bottom: clamp(62px, 8vw, 108px);
}

.dd-booking-confirm__progress > .col-xs-12 {
  float: none;
  width: 100%;
  padding: 0;
}

.dd-booking-confirm__header {
  display: grid;
  margin-bottom: clamp(36px, 5vw, 58px);
  gap: 24px;
}

.dd-booking-confirm__eyebrow {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  gap: 12px;
  color: #667085;
  font-size: 11px;
  font-weight: 780;
  letter-spacing: 0.14em;
  line-height: 1.3;
  text-transform: uppercase;
}

.dd-booking-confirm__eyebrow span {
  color: #c9161f;
}

.dd-booking-confirm__header h1 {
  max-width: 940px;
  margin: 0;
  color: #11161c;
  font-family: var(--dd-font-family);
  font-size: clamp(34px, 4.25vw, 56px);
  font-weight: 750;
  letter-spacing: -0.057em;
  line-height: 0.99;
}

.dd-booking-confirm__header > p {
  max-width: 520px;
  align-self: end;
  margin: 0;
  color: #667085;
  font-size: 15px;
  line-height: 1.7;
}

.dd-booking-confirm__form,
.dd-booking-confirm__layout,
.dd-booking-confirm__main {
  min-width: 0;
}

.dd-booking-confirm__layout,
.dd-booking-confirm__main {
  display: grid;
  gap: 24px;
}

.dd-booking-confirm-panel {
  min-width: 0;
  padding: clamp(24px, 3.4vw, 42px);
  background: #fff;
  border: 1px solid rgba(23, 26, 31, 0.12);
  border-radius: 22px;
  box-shadow: 0 18px 48px rgba(23, 26, 31, 0.07);
}

.dd-booking-confirm-panel__heading {
  display: grid;
  align-items: center;
  grid-template-columns: 38px minmax(0, 1fr) auto;
  margin-bottom: 30px;
  gap: 15px;
}

.dd-booking-confirm-panel__index {
  display: inline-flex;
  width: 38px;
  height: 38px;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #171d24;
  border-radius: 50%;
  font-size: 9px;
  font-weight: 780;
  letter-spacing: 0.07em;
}

.dd-booking-confirm-panel__heading p {
  margin: 0 0 5px;
  color: #7a8490;
  font-size: 9px;
  font-weight: 760;
  letter-spacing: 0.09em;
  line-height: 1.35;
  text-transform: uppercase;
}

.dd-booking-confirm-panel__heading h2 {
  margin: 0;
  color: #11161c;
  font-family: var(--dd-font-family);
  font-size: clamp(23px, 2.25vw, 32px);
  font-weight: 730;
  letter-spacing: -0.045em;
  line-height: 1.05;
}

.dd-booking-confirm-panel__edit {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  padding: 0 16px;
  color: #8f1017;
  background: #fff5f5;
  border: 1px solid #f0c8ca;
  border-radius: 999px;
  font-size: 10px;
  font-weight: 760;
  text-decoration: none;
  transition: color 150ms ease, background-color 150ms ease, border-color 150ms ease;
}

.dd-booking-confirm-panel__edit:hover {
  color: #fff;
  background: #c9161f;
  border-color: #c9161f;
}

.dd-booking-confirm-panel__edit:focus-visible,
.dd-booking-confirm__back:focus-visible {
  outline: 2px solid #c9161f;
  outline-offset: 4px;
}

.dd-booking-confirm-route {
  position: relative;
  display: grid;
  align-items: center;
  gap: 18px;
  isolation: isolate;
}

.dd-booking-confirm-route__stop {
  position: relative;
  display: grid;
  min-width: 0;
  align-items: start;
  grid-template-columns: auto minmax(0, 1fr);
  padding: 22px;
  gap: 15px;
  background: #f5f6f7;
  border: 1px solid #e0e4e8;
  border-radius: 15px;
  z-index: 1;
}

.dd-booking-confirm-route__marker {
  display: block;
  width: 13px;
  height: 13px;
  margin-top: 4px;
  background: #c9161f;
  border: 4px solid #f9bec1;
  border-radius: 50%;
  box-shadow: 0 0 0 4px #ffe7e8;
}

.dd-booking-confirm-route__stop--return .dd-booking-confirm-route__marker {
  background: #171d24;
  border-color: #adb5be;
  box-shadow: 0 0 0 4px #e4e7eb;
}

.dd-booking-confirm-route__label {
  display: block;
  margin-bottom: 7px;
  color: #747e89;
  font-size: 9px;
  font-weight: 770;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.dd-booking-confirm-route h3 {
  overflow-wrap: anywhere;
  margin: 0;
  color: #171d24;
  font-size: 16px;
  font-weight: 720;
  line-height: 1.3;
}

.dd-booking-confirm-route time {
  display: block;
  margin-top: 9px;
  color: #65707c;
  font-size: 12px;
  font-variant-numeric: tabular-nums;
}

.dd-booking-confirm-route time strong {
  margin-left: 5px;
  color: #222a33;
  font-weight: 760;
}

.dd-booking-confirm-route__duration {
  display: inline-grid;
  width: 58px;
  height: 58px;
  align-content: center;
  justify-self: center;
  color: #fff;
  background: #171d24;
  border: 5px solid #fff;
  border-radius: 50%;
  box-shadow: 0 8px 20px rgba(23, 26, 31, 0.16);
  text-align: center;
  z-index: 1;
}

.dd-booking-confirm-route__duration span,
.dd-booking-confirm-route__duration small {
  display: block;
}

.dd-booking-confirm-route__duration span {
  font-size: 16px;
  font-weight: 790;
  line-height: 1;
}

.dd-booking-confirm-route__duration small {
  margin-top: 3px;
  color: #afb7c0;
  font-size: 8px;
  font-weight: 700;
  line-height: 1;
}

.dd-booking-confirm-vehicle {
  display: grid;
  overflow: hidden;
  background: #f4f5f7;
  border: 1px solid #e0e4e8;
  border-radius: 17px;
}

.dd-booking-confirm-vehicle__media {
  display: grid;
  min-height: 220px;
  place-items: center;
  overflow: hidden;
  background: radial-gradient(circle at 50% 85%, rgba(237, 27, 36, 0.09), transparent 30%), linear-gradient(145deg, #f9fafb, #e9edf1);
}

.dd-booking-confirm-vehicle__media img {
  display: block;
  width: 100%;
  height: 100%;
  max-height: 320px;
  object-fit: contain;
}

.dd-booking-confirm-vehicle__placeholder svg {
  width: 96px;
  fill: none;
  stroke: #7d8792;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.5;
}

.dd-booking-confirm-vehicle__content {
  padding: 26px;
}

.dd-booking-confirm-vehicle__content > span {
  color: #c9161f;
  font-size: 9px;
  font-weight: 790;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.dd-booking-confirm-vehicle__content h3 {
  margin: 8px 0 0;
  color: #14191f;
  font-family: var(--dd-font-family);
  font-size: clamp(24px, 3vw, 36px);
  font-weight: 750;
  letter-spacing: -0.045em;
  line-height: 1.04;
}

.dd-booking-confirm-vehicle__content > p {
  max-width: 510px;
  margin: 13px 0 0;
  color: #6b7580;
  font-size: 11px;
  line-height: 1.6;
}

.dd-booking-confirm-vehicle__code {
  display: inline-grid;
  margin-top: 21px;
  padding: 9px 13px;
  gap: 2px;
  background: #fff;
  border: 1px solid #d8dde3;
  border-radius: 10px;
}

.dd-booking-confirm-vehicle__code small {
  color: #7a8490;
  font-size: 8px;
  font-weight: 720;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.dd-booking-confirm-vehicle__code strong {
  color: #202731;
  font-size: 12px;
  font-weight: 780;
  letter-spacing: 0.08em;
}

.dd-booking-confirm-protection {
  display: grid;
  gap: 24px;
}

.dd-booking-confirm-protection__title {
  display: grid;
  align-items: center;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 14px;
}

.dd-booking-confirm-protection__check {
  display: inline-flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  color: #fff;
  background: #c9161f;
  border-radius: 12px;
}

.dd-booking-confirm-protection__check svg {
  width: 22px;
  fill: none;
  stroke: currentcolor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.dd-booking-confirm-protection__title h3 {
  margin: 0;
  color: #171d24;
  font-size: 18px;
  font-weight: 740;
  line-height: 1.25;
}

.dd-booking-confirm-protection__title small {
  display: block;
  margin-top: 4px;
  color: #7c8691;
  font-size: 9px;
  font-weight: 720;
  letter-spacing: 0.08em;
}

.dd-booking-confirm-facts,
.dd-booking-confirm-customer__details,
.dd-booking-confirm-summary__breakdown {
  margin: 0;
}

.dd-booking-confirm-facts {
  display: grid;
  gap: 10px;
}

.dd-booking-confirm-facts > div {
  padding: 17px;
  background: #f5f6f7;
  border: 1px solid #e1e5e9;
  border-radius: 12px;
}

.dd-booking-confirm-facts dt,
.dd-booking-confirm-customer__details dt {
  color: #78828d;
  font-size: 9px;
  font-weight: 740;
  letter-spacing: 0.055em;
  text-transform: uppercase;
}

.dd-booking-confirm-facts dd,
.dd-booking-confirm-customer__details dd {
  overflow-wrap: anywhere;
  margin: 6px 0 0;
  color: #202731;
  font-size: 12px;
  font-weight: 720;
  line-height: 1.45;
}

.dd-booking-confirm-mandatory {
  margin-top: 26px;
  padding-top: 22px;
  border-top: 1px solid #e1e5e9;
}

.dd-booking-confirm-mandatory > span {
  color: #747e89;
  font-size: 9px;
  font-weight: 760;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.dd-booking-confirm-mandatory ul,
.dd-booking-confirm-extras {
  margin: 12px 0 0;
  padding: 0;
  list-style: none;
}

.dd-booking-confirm-mandatory li,
.dd-booking-confirm-extras li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 0;
  gap: 20px;
  color: #333c46;
  border-top: 1px solid #e6e9ec;
  font-size: 11px;
  line-height: 1.45;
}

.dd-booking-confirm-mandatory li:first-child,
.dd-booking-confirm-extras li:first-child {
  border-top: 0;
}

.dd-booking-confirm-mandatory li strong,
.dd-booking-confirm-extras li b {
  flex: 0 0 auto;
  color: #171d24;
  font-size: 11px;
  font-variant-numeric: tabular-nums;
  font-weight: 760;
}

.dd-booking-confirm-extras {
  margin-top: 0;
}

.dd-booking-confirm-extras li {
  min-height: 66px;
}

.dd-booking-confirm-extras li div,
.dd-booking-confirm-extras li strong,
.dd-booking-confirm-extras li span {
  display: block;
}

.dd-booking-confirm-extras li strong {
  color: #222a33;
  font-size: 13px;
  font-weight: 720;
}

.dd-booking-confirm-extras li span {
  margin-top: 4px;
  color: #7a8490;
  font-size: 9px;
}

.dd-booking-confirm-empty {
  display: flex;
  min-height: 72px;
  align-items: center;
  padding: 18px 20px;
  gap: 12px;
  color: #69737e;
  background: #f5f6f7;
  border: 1px dashed #cbd1d7;
  border-radius: 13px;
  font-size: 11px;
  line-height: 1.5;
}

.dd-booking-confirm-empty > span {
  color: #c9161f;
  font-size: 20px;
}

.dd-booking-confirm-customer {
  display: grid;
  grid-template-columns: minmax(0, 1fr);
  gap: 22px;
}

.dd-booking-confirm-customer__details {
  display: grid;
  gap: 10px;
}

.dd-booking-confirm-customer__details > div {
  min-width: 0;
  padding: 16px 17px;
  background: #f5f6f7;
  border: 1px solid #e1e5e9;
  border-radius: 12px;
}

.dd-booking-confirm-customer__address dd span {
  display: block;
}

.dd-booking-confirm-payment {
  display: grid;
  align-items: start;
  grid-template-columns: auto minmax(0, 1fr);
  padding: 20px;
  gap: 15px;
  color: #dce1e7;
  background: #171d24;
  border-radius: 15px;
}

.dd-booking-confirm-payment__icon {
  display: inline-flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  color: #ff4a52;
  background: rgba(237, 27, 36, 0.12);
  border: 1px solid rgba(237, 27, 36, 0.3);
  border-radius: 12px;
}

.dd-booking-confirm-payment__icon svg {
  width: 22px;
  fill: none;
  stroke: currentcolor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.6;
}

.dd-booking-confirm-payment small,
.dd-booking-confirm-payment strong {
  display: block;
}

.dd-booking-confirm-payment small {
  color: #98a2ad;
  font-size: 8px;
  font-weight: 740;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.dd-booking-confirm-payment strong {
  margin-top: 5px;
  color: #fff;
  font-size: 13px;
  font-weight: 730;
}

.dd-booking-confirm-payment p {
  margin: 7px 0 0;
  color: #aeb6c0;
  font-size: 10px;
  line-height: 1.55;
}

.dd-booking-confirm__back {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-self: start;
  padding: 0 2px;
  gap: 9px;
  color: #4f5965;
  font-size: 11px;
  font-weight: 720;
  text-decoration: underline;
  text-decoration-color: #adb5bf;
  text-underline-offset: 5px;
}

.dd-booking-confirm__back:hover {
  color: #c9161f;
}

.dd-booking-confirm__back svg {
  width: 19px;
  fill: none;
  stroke: currentcolor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.dd-booking-confirm-summary {
  align-self: start;
  overflow: hidden;
  color: #edf0f3;
  background: radial-gradient(circle at 100% 0, rgba(237, 27, 36, 0.2), transparent 32%), #12181f;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 22px;
  box-shadow: 0 24px 62px rgba(23, 26, 31, 0.18);
}

.dd-booking-confirm-summary::before {
  display: block;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, #ed1b24, #ef5821 55%, transparent);
  content: "";
}

.dd-booking-confirm-summary__intro,
.dd-booking-confirm-summary__breakdown,
.dd-booking-confirm-summary__total,
.dd-booking-confirm-summary__payment,
.dd-booking-confirm-terms,
.dd-booking-confirm-summary__status,
.dd-booking-confirm-summary__notice {
  margin-right: 27px;
  margin-left: 27px;
}

.dd-booking-confirm-summary__intro {
  padding: 28px 0 23px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.dd-booking-confirm-summary__intro > span {
  color: #ff4b53;
  font-size: 9px;
  font-weight: 790;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.dd-booking-confirm-summary__intro h2 {
  margin: 9px 0 0;
  color: #fff;
  font-family: var(--dd-font-family);
  font-size: 27px;
  font-weight: 730;
  letter-spacing: -0.04em;
  line-height: 1.08;
}

.dd-booking-confirm-summary__intro p {
  margin: 10px 0 0;
  color: #9fa8b3;
  font-size: 10px;
  line-height: 1.55;
}

.dd-booking-confirm-summary__breakdown {
  padding: 19px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.dd-booking-confirm-summary__breakdown > div {
  display: grid;
  align-items: baseline;
  grid-template-columns: minmax(0, 1fr) auto;
  padding: 8px 0;
  gap: 18px;
}

.dd-booking-confirm-summary__breakdown dt {
  color: #bac1c9;
  font-size: 10px;
  line-height: 1.4;
}

.dd-booking-confirm-summary__breakdown dt small {
  display: block;
  margin-top: 2px;
  color: #77828e;
  font-size: 8px;
}

.dd-booking-confirm-summary__breakdown dd {
  margin: 0;
  color: #f4f6f8;
  font-size: 11px;
  font-variant-numeric: tabular-nums;
  font-weight: 700;
  white-space: nowrap;
}

.dd-booking-confirm-summary__breakdown dd span {
  margin-left: 2px;
  color: #929ca7;
  font-size: 8px;
}

.dd-booking-confirm-summary__breakdown .dd-booking-confirm-summary__discount dt,
.dd-booking-confirm-summary__breakdown .dd-booking-confirm-summary__discount dd {
  color: #ff8f94;
}

.dd-booking-confirm-summary__total {
  padding: 25px 0 22px;
}

.dd-booking-confirm-summary__total > span,
.dd-booking-confirm-summary__total > strong {
  display: block;
}

.dd-booking-confirm-summary__total > span {
  color: #aeb6bf;
  font-size: 9px;
  font-weight: 760;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.dd-booking-confirm-summary__total > strong {
  margin-top: 5px;
  color: #fff;
  font-size: clamp(34px, 4vw, 45px);
  font-variant-numeric: tabular-nums;
  font-weight: 760;
  letter-spacing: -0.05em;
  line-height: 1;
}

.dd-booking-confirm-summary__total > strong small {
  color: #ff4a52;
  font-size: 13px;
  font-weight: 760;
  letter-spacing: 0.04em;
}

.dd-booking-confirm-summary__total p {
  margin: 8px 0 0;
  color: #89939e;
  font-size: 9px;
}

.dd-booking-confirm-summary__payment {
  display: grid;
  align-items: center;
  grid-template-columns: auto minmax(0, 1fr);
  padding: 15px;
  gap: 12px;
  background: rgba(255, 255, 255, 0.045);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
}

.dd-booking-confirm-summary__payment > span {
  width: 9px;
  height: 9px;
  background: #ff424b;
  border: 3px solid rgba(237, 27, 36, 0.25);
  border-radius: 50%;
  box-sizing: content-box;
}

.dd-booking-confirm-summary__payment small,
.dd-booking-confirm-summary__payment strong {
  display: block;
}

.dd-booking-confirm-summary__payment small {
  color: #8e98a3;
  font-size: 8px;
  font-weight: 740;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.dd-booking-confirm-summary__payment strong {
  margin-top: 3px;
  color: #eef1f4;
  font-size: 10px;
  font-weight: 700;
}

.dd-booking-confirm-terms {
  margin-top: 21px;
}

.dd-booking-confirm-terms label {
  position: relative;
  display: grid;
  align-items: start;
  grid-template-columns: auto minmax(0, 1fr);
  margin: 0;
  gap: 11px;
  color: #c1c8d0;
  font-size: 10px;
  line-height: 1.6;
  cursor: pointer;
}

.dd-booking-confirm-terms input {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  white-space: nowrap;
}

.dd-booking-confirm-terms__mark {
  display: inline-flex;
  width: 22px;
  height: 22px;
  align-items: center;
  justify-content: center;
  color: transparent;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid #75808c;
  border-radius: 6px;
  transition: color 150ms ease, background-color 150ms ease, border-color 150ms ease;
}

.dd-booking-confirm-terms__mark svg {
  width: 16px;
  fill: none;
  stroke: currentcolor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.2;
}

.dd-booking-confirm-terms input:checked + .dd-booking-confirm-terms__mark {
  color: #fff;
  background: #c9161f;
  border-color: #ef3640;
}

.dd-booking-confirm-terms input:focus-visible + .dd-booking-confirm-terms__mark {
  outline: 2px solid #fff;
  outline-offset: 3px;
}

.dd-booking-confirm-terms input[aria-invalid=true] + .dd-booking-confirm-terms__mark {
  border-color: #ff6269;
  box-shadow: 0 0 0 3px rgba(237, 27, 36, 0.18);
}

.dd-booking-confirm-terms a {
  color: #fff;
  font-weight: 690;
  text-decoration: underline;
  text-decoration-color: #ef3640;
  text-underline-offset: 3px;
}

.dd-booking-confirm-terms a:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 3px;
}

.dd-booking-confirm-terms__error {
  margin: 10px 0 0 33px;
  color: #ff969b;
  font-size: 9px;
  font-weight: 680;
  line-height: 1.5;
}

.dd-booking-confirm-summary__status {
  margin-top: 16px;
  padding: 12px 14px;
  color: #ffd5d7;
  background: rgba(180, 35, 24, 0.18);
  border: 1px solid rgba(255, 119, 125, 0.45);
  border-radius: 10px;
  font-size: 10px;
  line-height: 1.5;
}

.dd-booking-confirm-summary__status[data-state=progress] {
  color: #dbeafe;
  background: rgba(23, 92, 211, 0.18);
  border-color: rgba(114, 167, 255, 0.42);
}

.dd-booking-confirm-summary__submit {
  display: flex;
  width: calc(100% - 54px);
  min-height: 60px;
  align-items: center;
  justify-content: space-between;
  margin: 22px 27px 0;
  padding: 0 20px;
  gap: 16px;
  color: #fff;
  background: linear-gradient(135deg, #d81922, #b31018);
  border: 0;
  border-radius: 13px;
  box-shadow: 0 16px 34px rgba(201, 22, 31, 0.27);
  font: inherit;
  font-size: 11px;
  font-weight: 770;
  cursor: pointer;
  transition: box-shadow 220ms ease, transform 220ms ease;
}

.dd-booking-confirm-summary__submit svg {
  width: 21px;
  flex: 0 0 auto;
  fill: none;
  stroke: currentcolor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.dd-booking-confirm-summary__submit:hover:not(:disabled) {
  box-shadow: 0 20px 40px rgba(201, 22, 31, 0.36);
  transform: translateY(-2px);
}

.dd-booking-confirm-summary__submit:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 4px;
}

.dd-booking-confirm-summary__submit:disabled {
  opacity: 0.62;
  cursor: wait;
}

.dd-booking-confirm-summary__notice {
  margin-top: 13px;
  margin-bottom: 27px;
  color: #808b96;
  font-size: 8px;
  line-height: 1.55;
  text-align: center;
}

@media (min-width: 48rem) {
  .dd-booking-confirm__shell {
    width: min(1440px, 100% - 64px);
  }
  .dd-booking-confirm__header {
    grid-template-columns: minmax(0, 1.55fr) minmax(300px, 0.65fr);
    align-items: end;
  }
  .dd-booking-confirm-route {
    grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  }
  .dd-booking-confirm-route::before {
    position: absolute;
    top: 50%;
    right: 27%;
    left: 27%;
    height: 1px;
    background: #c9ced4;
    content: "";
    z-index: 0;
  }
  .dd-booking-confirm-vehicle {
    align-items: stretch;
    grid-template-columns: minmax(250px, 0.85fr) minmax(0, 1.15fr);
  }
  .dd-booking-confirm-vehicle__media {
    min-height: 250px;
  }
  .dd-booking-confirm-vehicle__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 34px;
  }
  .dd-booking-confirm-facts,
  .dd-booking-confirm-customer__details {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .dd-booking-confirm-facts > div:last-child:nth-child(odd),
  .dd-booking-confirm-customer__address {
    grid-column: 1/-1;
  }
}
@media (min-width: 64rem) {
  .dd-booking-confirm__layout {
    align-items: start;
    grid-template-columns: minmax(0, 1fr) minmax(340px, 400px);
  }
  .dd-booking-confirm-summary {
    position: sticky;
    top: 120px;
  }
  .dd-booking-confirm-summary__intro {
    padding: 22px 0 18px;
  }
  .dd-booking-confirm-summary__intro p {
    margin-top: 7px;
  }
  .dd-booking-confirm-summary__breakdown {
    padding: 11px 0;
  }
  .dd-booking-confirm-summary__breakdown > div {
    padding: 5px 0;
  }
  .dd-booking-confirm-summary__total {
    padding: 18px 0 16px;
  }
  .dd-booking-confirm-summary__total > strong {
    font-size: 39px;
  }
  .dd-booking-confirm-terms {
    margin-top: 16px;
  }
  .dd-booking-confirm-summary__submit {
    min-height: 56px;
    margin-top: 16px;
  }
  .dd-booking-confirm-summary__notice {
    margin-top: 10px;
    margin-bottom: 22px;
  }
}
@media (max-width: 47.99rem) {
  .dd-booking-confirm-route::before {
    position: absolute;
    top: 56px;
    bottom: 56px;
    left: 28px;
    width: 1px;
    background: #ccd2d8;
    content: "";
  }
  .dd-booking-confirm-route__duration {
    margin: -4px 0 -4px 0;
  }
}
@media (max-width: 35rem) {
  .dd-booking-confirm__shell {
    width: min(100% - 28px, 1440px);
  }
  .dd-booking-confirm-panel {
    padding: 22px;
  }
  .dd-booking-confirm-panel__heading {
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 12px;
  }
  .dd-booking-confirm-panel__index {
    width: 34px;
    height: 34px;
  }
  .dd-booking-confirm-panel__edit {
    grid-column: 2;
    justify-self: start;
  }
  .dd-booking-confirm-route__stop {
    padding: 18px;
  }
  .dd-booking-confirm-route::before {
    left: 24px;
  }
  .dd-booking-confirm-mandatory li,
  .dd-booking-confirm-extras li {
    align-items: flex-start;
    flex-direction: column;
    gap: 7px;
  }
  .dd-booking-confirm-summary__intro,
  .dd-booking-confirm-summary__breakdown,
  .dd-booking-confirm-summary__total,
  .dd-booking-confirm-summary__payment,
  .dd-booking-confirm-terms,
  .dd-booking-confirm-summary__status,
  .dd-booking-confirm-summary__notice {
    margin-right: 22px;
    margin-left: 22px;
  }
  .dd-booking-confirm-summary__submit {
    width: calc(100% - 44px);
    margin-right: 22px;
    margin-left: 22px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .dd-booking-confirm-panel__edit,
  .dd-booking-confirm-terms__mark,
  .dd-booking-confirm-summary__submit {
    transition: none;
  }
  .dd-booking-confirm-summary__submit:hover:not(:disabled) {
    transform: none;
  }
}
@media (forced-colors: active) {
  .dd-booking-confirm-panel,
  .dd-booking-confirm-route__stop,
  .dd-booking-confirm-summary,
  .dd-booking-confirm-summary__payment,
  .dd-booking-confirm-terms__mark {
    border: 1px solid CanvasText;
  }
  .dd-booking-confirm-terms input:checked + .dd-booking-confirm-terms__mark {
    color: HighlightText;
    background: Highlight;
  }
}
/* ===========================================================================
   DD Drive booking and payment outcomes
   ========================================================================== */
.dd-outcome {
  --dd-outcome-accent: #c9161f;
  --dd-outcome-soft: #fff1f2;
  min-height: 70vh;
  padding: clamp(42px, 7vw, 92px) 0 clamp(80px, 9vw, 132px);
  color: #303640;
  background: radial-gradient(circle at 88% 10%, rgba(237, 27, 36, 0.07), transparent 25%), linear-gradient(180deg, #f7f8fa, #f0f2f5);
}

.dd-outcome,
.dd-outcome * {
  box-sizing: border-box;
}

.dd-outcome--success {
  --dd-outcome-accent: #18794e;
  --dd-outcome-soft: #ecfdf3;
}

.dd-outcome--warning {
  --dd-outcome-accent: #8a5a00;
  --dd-outcome-soft: #fffaeb;
}

.dd-outcome--error {
  --dd-outcome-accent: #b42318;
  --dd-outcome-soft: #fef3f2;
}

.dd-outcome__shell {
  width: min(1120px, 100% - 40px);
  margin: 0 auto;
}

.dd-outcome__hero {
  display: grid;
  max-width: 840px;
  justify-items: start;
  margin-bottom: clamp(30px, 5vw, 52px);
}

.dd-outcome__icon {
  display: inline-grid;
  width: 62px;
  height: 62px;
  place-items: center;
  margin-bottom: 22px;
  color: var(--dd-outcome-accent);
  background: var(--dd-outcome-soft);
  border: 1px solid color-mix(in srgb, var(--dd-outcome-accent) 28%, transparent);
  border-radius: 50%;
}

.dd-outcome__icon svg {
  width: 29px;
  height: 29px;
  fill: none;
  stroke: currentcolor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.dd-outcome__eyebrow {
  margin: 0 0 12px;
  color: var(--dd-outcome-accent);
  font-size: 10px;
  font-weight: 790;
  letter-spacing: 0.14em;
  line-height: 1.4;
  text-transform: uppercase;
}

.dd-outcome__hero h1 {
  max-width: 16ch;
  margin: 0;
  color: #171a1f;
  font-family: var(--dd-font-family);
  font-size: clamp(36px, 5.3vw, 66px);
  font-weight: 760;
  letter-spacing: -0.06em;
  line-height: 0.98;
  text-wrap: balance;
}

.dd-outcome__lead {
  max-width: 64ch;
  margin: 20px 0 0;
  color: #667085;
  font-size: clamp(15px, 1.5vw, 18px);
  line-height: 1.65;
}

.dd-outcome__layout {
  display: grid;
  align-items: start;
  gap: 22px;
}

.dd-outcome-card {
  min-width: 0;
  overflow: hidden;
  background: #fff;
  border: 1px solid rgba(23, 26, 31, 0.12);
  border-radius: 20px;
  box-shadow: 0 18px 48px rgba(23, 26, 31, 0.07);
}

.dd-outcome-card__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: clamp(22px, 3vw, 32px);
  gap: 18px;
  border-bottom: 1px solid #dde1e7;
}

.dd-outcome-card__header span {
  display: block;
  margin-bottom: 6px;
  color: #667085;
  font-size: 9px;
  font-weight: 780;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.dd-outcome-card__header h2 {
  margin: 0;
  color: #171a1f;
  font-family: var(--dd-font-family);
  font-size: clamp(22px, 2.5vw, 30px);
  font-weight: 730;
  letter-spacing: -0.04em;
  line-height: 1.1;
}

.dd-outcome-card__status {
  flex: 0 0 auto;
  padding: 7px 10px;
  color: var(--dd-outcome-accent);
  background: var(--dd-outcome-soft);
  border: 1px solid color-mix(in srgb, var(--dd-outcome-accent) 25%, transparent);
  border-radius: 999px;
  font-size: 9px;
  font-weight: 790;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.dd-outcome-facts {
  display: grid;
  margin: 0;
}

.dd-outcome-facts__row {
  display: grid;
  grid-template-columns: minmax(130px, 0.65fr) minmax(0, 1.35fr);
  padding: 16px clamp(22px, 3vw, 32px);
  gap: 20px;
  border-bottom: 1px solid #dde1e7;
}

.dd-outcome-facts__row:last-child {
  border-bottom: 0;
}

.dd-outcome-facts dt,
.dd-outcome-facts dd {
  margin: 0;
}

.dd-outcome-facts dt {
  color: #667085;
  font-size: 12px;
  font-weight: 650;
}

.dd-outcome-facts dd {
  min-width: 0;
  overflow-wrap: anywhere;
  color: #171a1f;
  font-size: 14px;
  font-variant-numeric: tabular-nums;
  font-weight: 690;
  text-align: right;
}

.dd-outcome-facts__row--total dd {
  color: var(--dd-outcome-accent);
  font-size: 20px;
  font-weight: 790;
}

.dd-outcome-next {
  padding: clamp(22px, 3vw, 32px);
  background: #171a1f;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  box-shadow: 0 18px 48px rgba(23, 26, 31, 0.12);
}

.dd-outcome-next h2 {
  margin: 0;
  color: #fff;
  font-family: var(--dd-font-family);
  font-size: 22px;
  font-weight: 720;
  letter-spacing: -0.035em;
  line-height: 1.15;
}

.dd-outcome-next p {
  margin: 12px 0 0;
  color: rgba(255, 255, 255, 0.7);
  font-size: 13px;
  line-height: 1.65;
}

.dd-outcome-next__list {
  display: grid;
  margin: 22px 0 0;
  padding: 0;
  gap: 14px;
  counter-reset: outcome-next;
  list-style: none;
}

.dd-outcome-next__list li {
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr);
  align-items: start;
  gap: 11px;
  color: rgba(255, 255, 255, 0.84);
  font-size: 13px;
  line-height: 1.55;
  counter-increment: outcome-next;
}

.dd-outcome-next__list li::before {
  display: inline-grid;
  width: 28px;
  height: 28px;
  place-items: center;
  color: #fff;
  background: var(--dd-outcome-accent);
  border-radius: 50%;
  content: counter(outcome-next, decimal-leading-zero);
  font-size: 8px;
  font-weight: 780;
}

.dd-outcome__actions {
  display: flex;
  flex-wrap: wrap;
  margin-top: 24px;
  gap: 10px;
}

.dd-outcome__actions[hidden] {
  display: none;
}

.dd-outcome__actions .dd-button {
  min-width: 0;
}

.dd-outcome-next .dd-button--ghost {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.38);
}

.dd-outcome-next .dd-button--ghost:hover {
  color: #171a1f;
  background: #fff;
  border-color: #fff;
}

.dd-outcome__status-message {
  margin: 18px 0 0;
  padding: 13px 15px;
  color: #303640;
  background: #f7f8fa;
  border: 1px solid #dde1e7;
  border-radius: 10px;
  font-size: 13px;
  line-height: 1.55;
}

.dd-outcome__status-message[data-state=success] {
  color: #18794e;
  background: #ecfdf3;
  border-color: #abefc6;
}

.dd-outcome__status-message[data-state=error] {
  color: #b42318;
  background: #fef3f2;
  border-color: #fecdca;
}

.dd-outcome__status-message:empty {
  display: none;
}

.dd-outcome__after-cancel {
  margin-top: 18px;
}

.dd-outcome__after-cancel[hidden] {
  display: none;
}

.dd-outcome-dialog__warning {
  color: #b42318;
  font-weight: 700;
}

@media (min-width: 64rem) {
  .dd-outcome__layout {
    grid-template-columns: minmax(0, 1.35fr) minmax(300px, 0.65fr);
  }
  .dd-outcome-next {
    position: sticky;
    top: 112px;
  }
}
@media (max-width: 47.99rem) {
  .dd-outcome__shell {
    width: min(100% - 24px, 1120px);
  }
  .dd-outcome-facts__row {
    grid-template-columns: 1fr;
    gap: 5px;
  }
  .dd-outcome-facts dd {
    text-align: left;
  }
  .dd-outcome__actions {
    display: grid;
  }
  .dd-outcome__actions .dd-button {
    width: 100%;
  }
}
@media (forced-colors: active) {
  .dd-outcome-card,
  .dd-outcome-next,
  .dd-outcome__icon,
  .dd-outcome-card__status,
  .dd-outcome__status-message {
    border-color: CanvasText;
  }
}
/* ==========================================================================
   DD Drive rental-domain components
   --------------------------------------------------------------------------
   These components stay inside `.dd-theme` while public templates migrate.
   Their data and content contracts live in DDDRIVE_DOMAIN_COMPONENT_CONTRACTS.md.
   ========================================================================== */
.dd-domain-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 19rem), 1fr));
  gap: var(--dd-space-6);
}

.dd-domain-grid--wide {
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 25rem), 1fr));
}

.dd-domain-grid--vehicles {
  grid-template-columns: 1fr;
}

.dd-vehicle-card,
.dd-protection-card,
.dd-extra-card,
.dd-office-card,
.dd-review-card {
  min-width: 0;
  color: var(--dd-color-text);
  background-color: var(--dd-color-surface);
  border: 1px solid var(--dd-color-border);
  border-radius: var(--dd-radius-card);
}

.dd-vehicle-card {
  display: flex;
  overflow: hidden;
  flex-direction: column;
}

.dd-vehicle-card__media {
  position: relative;
  display: grid;
  min-height: 12rem;
  padding: var(--dd-space-6);
  place-items: center;
  color: var(--dd-color-text-muted);
  background: linear-gradient(145deg, var(--dd-color-surface-muted), var(--dd-color-surface));
  border-bottom: 1px solid var(--dd-color-border);
}

.dd-vehicle-card__media img {
  display: block;
  width: 100%;
  max-width: 28rem;
  height: auto;
  max-height: 13rem;
  object-fit: contain;
}

.dd-vehicle-card__placeholder {
  width: min(100%, 17rem);
  height: auto;
  fill: none;
  stroke: currentcolor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.25;
}

.dd-vehicle-card__media-badge {
  position: absolute;
  top: var(--dd-space-4);
  left: var(--dd-space-4);
}

.dd-vehicle-card__body {
  display: grid;
  flex: 1 1 auto;
  gap: var(--dd-space-4);
  padding: var(--dd-space-6);
}

.dd-vehicle-card__header,
.dd-extra-card__header,
.dd-office-card__header,
.dd-review-card__header {
  display: flex;
  min-width: 0;
  align-items: flex-start;
  justify-content: space-between;
  gap: var(--dd-space-4);
}

.dd-vehicle-card__eyebrow,
.dd-protection-card__eyebrow,
.dd-extra-card__eyebrow,
.dd-office-card__eyebrow,
.dd-review-card__eyebrow {
  display: block;
  margin-bottom: var(--dd-space-1);
  color: var(--dd-color-text-muted);
  font-size: var(--dd-font-size-sm);
  font-weight: 600;
}

.dd-vehicle-card__title,
.dd-protection-card__title,
.dd-extra-card__title,
.dd-office-card__title,
.dd-review-card__title {
  margin: 0;
  color: var(--dd-color-ink);
  font-size: var(--dd-font-size-lg);
  line-height: var(--dd-line-height-compact);
}

.dd-vehicle-card__equivalent {
  display: block;
  margin-top: var(--dd-space-1);
  color: var(--dd-color-text-muted);
  font-size: var(--dd-font-size-sm);
  font-weight: 500;
}

.dd-vehicle-card__attributes {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--dd-space-2) var(--dd-space-4);
  margin: 0;
  padding: var(--dd-space-4) 0;
  border-block: 1px solid var(--dd-color-border);
  list-style: none;
}

.dd-vehicle-card__attribute {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: var(--dd-space-2);
  font-size: var(--dd-font-size-sm);
}

.dd-vehicle-card__attribute svg,
.dd-office-card__item svg,
.dd-review-card__verified svg {
  width: 1.2rem;
  height: 1.2rem;
  flex: 0 0 auto;
  fill: none;
  stroke: currentcolor;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.dd-vehicle-card__pricing {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: space-between;
  gap: var(--dd-space-3);
}

.dd-vehicle-card__price {
  display: grid;
  gap: var(--dd-space-1);
}

.dd-vehicle-card__price-label,
.dd-protection-card__price-label,
.dd-extra-card__price-label {
  color: var(--dd-color-text-muted);
  font-size: var(--dd-font-size-sm);
}

.dd-vehicle-card__price-value,
.dd-protection-card__price-value,
.dd-extra-card__price-value {
  color: var(--dd-color-ink);
  font-size: var(--dd-font-size-lg);
  font-variant-numeric: tabular-nums;
  font-weight: 750;
}

.dd-vehicle-card__total {
  color: var(--dd-color-text-muted);
  font-size: var(--dd-font-size-sm);
  text-align: right;
}

.dd-vehicle-card__footer,
.dd-extra-card__footer,
.dd-office-card__footer {
  display: flex;
  margin-top: auto;
  padding: var(--dd-space-4) var(--dd-space-6) var(--dd-space-6);
  flex-wrap: wrap;
  align-items: center;
  gap: var(--dd-space-3);
}

.dd-protection-card {
  position: relative;
  display: grid;
  overflow: hidden;
  grid-template-rows: auto 1fr auto;
}

.dd-protection-card:has(.dd-protection-card__choice input:checked) {
  border-color: var(--dd-color-action);
  box-shadow: 0 0 0 0.125rem var(--dd-color-brand-soft-strong);
}

.dd-protection-card__choice {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: var(--dd-space-3);
  padding: var(--dd-space-6);
  align-items: start;
  cursor: pointer;
}

.dd-protection-card__choice input {
  width: 1.25rem;
  height: 1.25rem;
  margin: 0.1rem 0 0;
  accent-color: var(--dd-color-action);
}

.dd-protection-card__choice input:focus-visible {
  outline: 2px solid var(--dd-color-ink);
  outline-offset: 3px;
}

.dd-protection-card__summary {
  display: grid;
  gap: var(--dd-space-2);
}

.dd-protection-card__description,
.dd-extra-card__description,
.dd-review-card__quote {
  margin: 0;
  color: var(--dd-color-text-muted);
}

.dd-protection-card__content {
  display: grid;
  align-content: start;
  gap: var(--dd-space-4);
  padding: 0 var(--dd-space-6) var(--dd-space-6);
}

.dd-protection-card__facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: var(--dd-space-3);
  margin: 0;
}

.dd-protection-card__fact {
  padding: var(--dd-space-3);
  background-color: var(--dd-color-canvas);
  border-radius: var(--dd-radius-control);
}

.dd-protection-card__fact dt,
.dd-protection-card__fact dd {
  margin: 0;
}

.dd-protection-card__fact dt {
  color: var(--dd-color-text-muted);
  font-size: var(--dd-font-size-sm);
}

.dd-protection-card__fact dd {
  margin-top: var(--dd-space-1);
  color: var(--dd-color-ink);
  font-weight: 700;
}

.dd-protection-card__list {
  display: grid;
  gap: var(--dd-space-2);
  margin: 0;
  padding: 0;
  list-style: none;
}

.dd-protection-card__list li {
  position: relative;
  padding-left: 1.75rem;
}

.dd-protection-card__list li::before {
  position: absolute;
  top: 0.08rem;
  left: 0;
  color: var(--dd-color-success);
  content: "✓";
  font-weight: 800;
}

.dd-protection-card__list li[data-included=false]::before {
  color: var(--dd-color-text-muted);
  content: "—";
}

.dd-protection-card__price {
  display: flex;
  padding: var(--dd-space-4) var(--dd-space-6);
  align-items: baseline;
  justify-content: space-between;
  gap: var(--dd-space-3);
  background-color: var(--dd-color-canvas);
  border-top: 1px solid var(--dd-color-border);
}

.dd-extra-card {
  display: grid;
  overflow: hidden;
  grid-template-rows: 1fr auto;
}

.dd-extra-card[data-state=selected] {
  border-color: var(--dd-color-action);
}

.dd-extra-card__body,
.dd-office-card__body,
.dd-review-card__body {
  display: grid;
  align-content: start;
  gap: var(--dd-space-4);
  padding: var(--dd-space-6);
}

.dd-extra-card__icon,
.dd-office-card__icon {
  display: inline-flex;
  width: 3rem;
  height: 3rem;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  color: var(--dd-color-action);
  background-color: var(--dd-color-brand-soft);
  border-radius: var(--dd-radius-control);
}

.dd-extra-card__icon svg,
.dd-office-card__icon svg {
  width: 1.65rem;
  height: 1.65rem;
  fill: none;
  stroke: currentcolor;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.dd-extra-card__purchase {
  display: flex;
  padding-top: var(--dd-space-4);
  flex-wrap: wrap;
  align-items: end;
  justify-content: space-between;
  gap: var(--dd-space-4);
  border-top: 1px solid var(--dd-color-border);
}

.dd-extra-card__price {
  display: grid;
  gap: var(--dd-space-1);
}

.dd-office-card {
  display: flex;
  flex-direction: column;
}

.dd-office-card__details {
  display: grid;
  gap: var(--dd-space-3);
  margin: 0;
}

.dd-office-card__item {
  display: grid;
  grid-template-columns: 1.25rem minmax(0, 1fr);
  gap: var(--dd-space-3);
  align-items: start;
}

.dd-office-card__item dt,
.dd-office-card__item dd {
  margin: 0;
}

.dd-office-card__item dt {
  color: var(--dd-color-text-muted);
  font-size: var(--dd-font-size-sm);
  font-weight: 600;
}

.dd-office-card__item dd {
  color: var(--dd-color-ink);
}

.dd-office-card__item > svg {
  margin-top: 0.15rem;
  color: var(--dd-color-action);
}

.dd-office-card__value {
  display: grid;
  gap: var(--dd-space-1);
}

.dd-faq {
  overflow: hidden;
  color: var(--dd-color-text);
  background-color: var(--dd-color-surface);
  border: 1px solid var(--dd-color-border);
  border-radius: var(--dd-radius-card);
}

.dd-faq__item + .dd-faq__item {
  border-top: 1px solid var(--dd-color-border);
}

.dd-faq__question {
  position: relative;
  padding: var(--dd-space-4) 3.5rem var(--dd-space-4) var(--dd-space-6);
  color: var(--dd-color-ink);
  font-weight: 700;
  cursor: pointer;
  list-style: none;
}

.dd-faq__question::-webkit-details-marker {
  display: none;
}

.dd-faq__question::after {
  position: absolute;
  top: 50%;
  right: var(--dd-space-6);
  color: var(--dd-color-action);
  content: "+";
  font-size: 1.5rem;
  line-height: 1;
  transform: translateY(-50%);
}

.dd-faq__item[open] .dd-faq__question::after {
  content: "−";
}

.dd-faq__question:hover {
  background-color: var(--dd-color-brand-soft);
}

.dd-faq__question:focus-visible {
  outline: 2px solid var(--dd-color-ink);
  outline-offset: -3px;
}

.dd-faq__answer {
  max-width: 48rem;
  padding: 0 var(--dd-space-6) var(--dd-space-6);
}

.dd-faq__answer > :first-child {
  margin-top: 0;
}

.dd-faq__answer > :last-child {
  margin-bottom: 0;
}

.dd-review-card {
  display: flex;
  margin: 0;
  flex-direction: column;
}

.dd-review-card__sample {
  padding: var(--dd-space-2) var(--dd-space-4);
  color: var(--dd-color-warning);
  background-color: var(--dd-color-warning-soft);
  border-bottom: 1px solid var(--dd-color-warning-border);
  font-size: var(--dd-font-size-sm);
  font-weight: 700;
}

.dd-review-card__rating {
  display: flex;
  gap: var(--dd-space-1);
  color: var(--dd-color-warning);
}

.dd-review-card__rating svg {
  width: 1.25rem;
  height: 1.25rem;
  fill: currentcolor;
  stroke: currentcolor;
}

.dd-review-card__quote {
  color: var(--dd-color-ink);
  font-size: var(--dd-font-size-lg);
  line-height: 1.6;
}

.dd-review-card__quote::before {
  color: var(--dd-color-action);
  content: "“";
  font-size: 1.75em;
  font-weight: 800;
  line-height: 0;
  vertical-align: -0.2em;
}

.dd-review-card__meta {
  display: grid;
  gap: var(--dd-space-1);
  color: var(--dd-color-text-muted);
  font-size: var(--dd-font-size-sm);
}

.dd-review-card__author {
  color: var(--dd-color-ink);
  font-weight: 700;
}

.dd-review-card__verified {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: var(--dd-space-2);
  color: var(--dd-color-success);
  font-size: var(--dd-font-size-sm);
  font-weight: 700;
}

.dd-review-card__source {
  margin-top: auto;
  padding: var(--dd-space-4) var(--dd-space-6);
  background-color: var(--dd-color-canvas);
  border-top: 1px solid var(--dd-color-border);
  font-size: var(--dd-font-size-sm);
}

@media (min-width: 48rem) {
  .dd-domain-grid--vehicles {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .dd-vehicle-card--horizontal {
    display: grid;
    grid-template-columns: minmax(17rem, 0.9fr) minmax(20rem, 1.1fr);
  }
  .dd-vehicle-card--horizontal .dd-vehicle-card__media {
    border-right: 1px solid var(--dd-color-border);
    border-bottom: 0;
  }
}
@media (min-width: 64rem) {
  .dd-domain-grid--vehicles {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 25rem) {
  .dd-vehicle-card__attributes,
  .dd-protection-card__facts {
    grid-template-columns: 1fr;
  }
  .dd-vehicle-card__total {
    text-align: left;
  }
}
@media (forced-colors: active) {
  .dd-protection-card:has(.dd-protection-card__choice input:checked),
  .dd-extra-card[data-state=selected] {
    outline: 3px solid Highlight;
    outline-offset: 2px;
  }
}
/* ==========================================================================
   DD Drive temporary legacy compatibility layer
   --------------------------------------------------------------------------
   Opt in per migrated vertical slice with `.dd-theme.dd-legacy-compat` or by
   placing `.dd-legacy-compat` inside `.dd-theme`. This file is a deletion
   queue, not a source for new markup. See DDDRIVE_LEGACY_COMPATIBILITY.md.
   ========================================================================== */
:is(.dd-theme.dd-legacy-compat, .dd-theme .dd-legacy-compat) .btn {
  display: inline-flex;
  min-height: var(--dd-control-height);
  padding: var(--dd-space-3) var(--dd-space-6);
  align-items: center;
  justify-content: center;
  gap: var(--dd-space-2);
  color: var(--dd-color-ink);
  background-color: var(--dd-color-surface);
  border: 1px solid var(--dd-color-border-strong);
  border-radius: var(--dd-radius-control);
  font-family: var(--dd-font-family);
  font-size: var(--dd-font-size-body);
  font-weight: 700;
  line-height: var(--dd-line-height-compact);
  text-align: center;
  text-decoration: none;
  text-transform: none;
  cursor: pointer;
  transition: background-color var(--dd-transition-fast), border-color var(--dd-transition-fast), color var(--dd-transition-fast), box-shadow var(--dd-transition-fast), transform var(--dd-transition-fast);
}

:is(.dd-theme.dd-legacy-compat, .dd-theme .dd-legacy-compat) .btn:hover {
  color: var(--dd-color-ink);
  background-color: var(--dd-color-surface-muted);
  border-color: var(--dd-color-ink);
  text-decoration: none;
}

:is(.dd-theme.dd-legacy-compat, .dd-theme .dd-legacy-compat) .btn:focus-visible {
  outline: 2px solid transparent;
  outline-offset: 2px;
  box-shadow: var(--dd-focus-ring);
}

:is(.dd-theme.dd-legacy-compat, .dd-theme .dd-legacy-compat) .btn:active:not(:disabled, [aria-disabled=true], .disabled) {
  transform: translateY(1px);
}

:is(.dd-theme.dd-legacy-compat, .dd-theme .dd-legacy-compat) .btn:disabled,
:is(.dd-theme.dd-legacy-compat, .dd-theme .dd-legacy-compat) .btn[aria-disabled=true],
:is(.dd-theme.dd-legacy-compat, .dd-theme .dd-legacy-compat) .btn.disabled {
  cursor: not-allowed;
  opacity: 0.55;
  pointer-events: none;
}

:is(.dd-theme.dd-legacy-compat, .dd-theme .dd-legacy-compat) .btn.btn-primary {
  color: var(--dd-color-surface);
  background-color: var(--dd-color-action);
  border-color: var(--dd-color-action);
}

:is(.dd-theme.dd-legacy-compat, .dd-theme .dd-legacy-compat) .btn.btn-primary:hover {
  color: var(--dd-color-surface);
  background-color: var(--dd-color-action-hover);
  border-color: var(--dd-color-action-hover);
}

:is(.dd-theme.dd-legacy-compat, .dd-theme .dd-legacy-compat) .btn.btn-primary:active {
  background-color: var(--dd-color-action-pressed);
  border-color: var(--dd-color-action-pressed);
}

:is(.dd-theme.dd-legacy-compat, .dd-theme .dd-legacy-compat) .btn.btn-secondary,
:is(.dd-theme.dd-legacy-compat, .dd-theme .dd-legacy-compat) .btn.btn-white {
  color: var(--dd-color-ink);
  background-color: var(--dd-color-surface);
  border-color: var(--dd-color-border-strong);
}

:is(.dd-theme.dd-legacy-compat, .dd-theme .dd-legacy-compat) .btn.btn-secondary:hover,
:is(.dd-theme.dd-legacy-compat, .dd-theme .dd-legacy-compat) .btn.btn-white:hover {
  color: var(--dd-color-ink);
  background-color: var(--dd-color-surface-muted);
  border-color: var(--dd-color-ink);
}

:is(.dd-theme.dd-legacy-compat, .dd-theme .dd-legacy-compat) .btn.btn-transparent {
  color: var(--dd-color-action);
  background-color: transparent;
  border-color: transparent;
}

:is(.dd-theme.dd-legacy-compat, .dd-theme .dd-legacy-compat) .btn.btn-transparent:hover {
  color: var(--dd-color-action-hover);
  background-color: var(--dd-color-brand-soft);
  border-color: transparent;
}

:is(.dd-theme.dd-legacy-compat, .dd-theme .dd-legacy-compat) .btn.btn-link {
  min-height: auto;
  padding: 0;
  color: var(--dd-color-action);
  background-color: transparent;
  border: 0;
  border-bottom: 0.08em solid currentcolor;
  border-radius: 0.125rem;
}

:is(.dd-theme.dd-legacy-compat, .dd-theme .dd-legacy-compat) .btn.btn-link:hover {
  color: var(--dd-color-action-hover);
  background-color: transparent;
  border-bottom-color: currentcolor;
}

:is(.dd-theme.dd-legacy-compat, .dd-theme .dd-legacy-compat) .btn.btn-small {
  min-height: var(--dd-control-height-sm);
  padding: var(--dd-space-2) var(--dd-space-4);
  font-size: var(--dd-font-size-sm);
}

:is(.dd-theme.dd-legacy-compat, .dd-theme .dd-legacy-compat) .form-group {
  display: grid;
  gap: var(--dd-space-2);
}

:is(.dd-theme.dd-legacy-compat, .dd-theme .dd-legacy-compat) .form-group > label {
  color: var(--dd-color-ink);
  font-family: var(--dd-font-family);
  font-size: var(--dd-font-size-sm);
  font-weight: 600;
  line-height: 1.4;
}

:is(.dd-theme.dd-legacy-compat, .dd-theme .dd-legacy-compat) .form-control {
  display: block;
  width: 100%;
  min-height: var(--dd-control-height);
  padding: var(--dd-space-3) var(--dd-space-4);
  color: var(--dd-color-text);
  background-color: var(--dd-color-surface);
  background-image: none;
  border: 1px solid var(--dd-color-border-strong);
  border-radius: var(--dd-radius-control);
  box-shadow: none;
  font-family: var(--dd-font-family);
  font-size: var(--dd-font-size-body);
  line-height: 1.4;
  transition: background-color var(--dd-transition-fast), border-color var(--dd-transition-fast), box-shadow var(--dd-transition-fast);
}

:is(.dd-theme.dd-legacy-compat, .dd-theme .dd-legacy-compat) .form-control::placeholder {
  color: var(--dd-color-text-muted);
  opacity: 1;
}

:is(.dd-theme.dd-legacy-compat, .dd-theme .dd-legacy-compat) .form-control:hover:not(:disabled) {
  border-color: var(--dd-color-ink);
}

:is(.dd-theme.dd-legacy-compat, .dd-theme .dd-legacy-compat) .form-control:focus,
:is(.dd-theme.dd-legacy-compat, .dd-theme .dd-legacy-compat) .form-control:focus-visible {
  border-color: var(--dd-color-action);
  outline: 2px solid transparent;
  outline-offset: 2px;
  box-shadow: var(--dd-focus-ring);
}

:is(.dd-theme.dd-legacy-compat, .dd-theme .dd-legacy-compat) .form-control[aria-invalid=true],
:is(.dd-theme.dd-legacy-compat, .dd-theme .dd-legacy-compat) .form-control.input-validation-error {
  border-color: var(--dd-color-error);
}

:is(.dd-theme.dd-legacy-compat, .dd-theme .dd-legacy-compat) .form-control:disabled,
:is(.dd-theme.dd-legacy-compat, .dd-theme .dd-legacy-compat) .form-control[readonly] {
  color: var(--dd-color-text-muted);
  background-color: var(--dd-color-surface-muted);
  cursor: not-allowed;
  opacity: 1;
}

:is(.dd-theme.dd-legacy-compat, .dd-theme .dd-legacy-compat) textarea.form-control {
  min-height: 8rem;
  resize: vertical;
}

:is(.dd-theme.dd-legacy-compat, .dd-theme .dd-legacy-compat) select.form-control {
  padding-block: var(--dd-space-2);
  appearance: auto;
}

:is(.dd-theme.dd-legacy-compat, .dd-theme .dd-legacy-compat) .help-block,
:is(.dd-theme.dd-legacy-compat, .dd-theme .dd-legacy-compat) .form-text {
  margin: 0;
  color: var(--dd-color-text-muted);
  font-family: var(--dd-font-family);
  font-size: var(--dd-font-size-sm);
  line-height: 1.45;
}

:is(.dd-theme.dd-legacy-compat, .dd-theme .dd-legacy-compat) .field-validation-error {
  margin: 0;
  color: var(--dd-color-error);
  font-family: var(--dd-font-family);
  font-size: var(--dd-font-size-sm);
  font-weight: 600;
  line-height: 1.45;
}

:is(.dd-theme.dd-legacy-compat, .dd-theme .dd-legacy-compat) .validation-summary-errors {
  padding: var(--dd-space-4);
  color: var(--dd-color-error);
  background-color: var(--dd-color-error-soft);
  border: 1px solid var(--dd-color-error-border);
  border-radius: var(--dd-radius-control);
}

:is(.dd-theme.dd-legacy-compat, .dd-theme .dd-legacy-compat) .validation-summary-errors ul {
  margin: 0;
  padding-left: 1.25rem;
}

@media (forced-colors: active) {
  :is(.dd-theme.dd-legacy-compat, .dd-theme .dd-legacy-compat) .btn.btn-primary {
    forced-color-adjust: none;
    color: ButtonText;
    background-color: ButtonFace;
    border-color: ButtonText;
  }
  :is(.dd-theme.dd-legacy-compat, .dd-theme .dd-legacy-compat) .form-control[aria-invalid=true],
  :is(.dd-theme.dd-legacy-compat, .dd-theme .dd-legacy-compat) .form-control.input-validation-error {
    border-width: 2px;
  }
}
/* ==========================================================================
   Development-only component gallery
   ========================================================================== */
.dd-styleguide {
  min-height: 100vh;
  margin: 0;
  padding-bottom: var(--dd-space-16);
}

.dd-skip-link {
  position: fixed;
  top: var(--dd-space-3);
  left: var(--dd-space-3);
  z-index: 1000;
  padding: var(--dd-space-3) var(--dd-space-4);
  color: var(--dd-color-surface);
  background: var(--dd-color-ink);
  border-radius: var(--dd-radius-control);
  transform: translateY(-200%);
}

.dd-skip-link:focus {
  transform: translateY(0);
}

.dd-styleguide__header {
  margin-bottom: var(--dd-space-12);
  padding-block: var(--dd-space-12);
  color: var(--dd-color-surface);
  background: var(--dd-color-ink);
}

.dd-styleguide__header .dd-heading {
  color: var(--dd-color-surface);
}

.dd-styleguide__eyebrow {
  margin: 0 0 var(--dd-space-3);
  color: var(--dd-color-brand-soft-strong);
  font-size: var(--dd-font-size-sm);
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.dd-styleguide__intro {
  max-width: 48rem;
  margin: 0;
  color: var(--dd-color-border);
  font-size: var(--dd-font-size-lg);
}

.dd-styleguide__section {
  margin-top: var(--dd-space-12);
}

.dd-styleguide__section-heading {
  margin-bottom: var(--dd-space-6);
  padding-bottom: var(--dd-space-3);
  border-bottom: 1px solid var(--dd-color-border);
}

.dd-styleguide__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 16rem), 1fr));
  gap: var(--dd-space-4);
}

.dd-styleguide__stack {
  display: grid;
  gap: var(--dd-space-4);
}

.dd-styleguide__row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: var(--dd-space-3);
}

.dd-styleguide__panel {
  min-width: 0;
  padding: var(--dd-space-6);
}

.dd-styleguide__panel-title {
  margin: 0 0 var(--dd-space-4);
  color: var(--dd-color-ink);
  font-size: var(--dd-font-size-lg);
  line-height: var(--dd-line-height-compact);
}

.dd-styleguide__type-sample {
  margin: 0;
}

.dd-styleguide__type-meta {
  display: block;
  margin-top: var(--dd-space-1);
  color: var(--dd-color-text-muted);
  font-size: var(--dd-font-size-sm);
}

.dd-styleguide__table-wrap {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
}

.dd-styleguide__table {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
}

.dd-styleguide__table caption {
  margin-bottom: var(--dd-space-3);
  color: var(--dd-color-text-muted);
  text-align: left;
}

.dd-styleguide__table th,
.dd-styleguide__table td {
  padding: var(--dd-space-3) var(--dd-space-4);
  border-bottom: 1px solid var(--dd-color-border);
  vertical-align: top;
}

.dd-styleguide__table th {
  color: var(--dd-color-ink);
  font-size: var(--dd-font-size-sm);
}

.dd-styleguide__note {
  max-width: 60rem;
  margin: var(--dd-space-4) 0 0;
}

.dd-styleguide__mobile-preview {
  max-width: 24rem;
  overflow: hidden;
  background-color: var(--dd-color-canvas);
  border: 1px solid var(--dd-color-border);
  border-radius: var(--dd-radius-card);
}

.dd-styleguide__mobile-preview-body {
  min-height: 10rem;
  padding: var(--dd-space-6) var(--dd-space-4);
}

.dd-styleguide__mobile-preview .dd-price-dock {
  position: static;
  display: grid;
}

.dd-swatch {
  overflow: hidden;
  background: var(--dd-color-surface);
  border: 1px solid var(--dd-color-border);
  border-radius: var(--dd-radius-card);
}

.dd-swatch__sample {
  min-height: 6rem;
  background: var(--dd-swatch-color);
}

.dd-swatch__details {
  display: grid;
  gap: var(--dd-space-1);
  padding: var(--dd-space-3) var(--dd-space-4);
}

.dd-swatch__name {
  color: var(--dd-color-ink);
  font-weight: 700;
}

.dd-swatch__value {
  color: var(--dd-color-text-muted);
  font-family: Consolas, monospace;
  font-size: var(--dd-font-size-sm);
}

.dd-swatch--logo {
  --dd-swatch-color: var(--dd-color-brand-logo);
}

.dd-swatch--action {
  --dd-swatch-color: var(--dd-color-action);
}

.dd-swatch--action-hover {
  --dd-swatch-color: var(--dd-color-action-hover);
}

.dd-swatch--ink {
  --dd-swatch-color: var(--dd-color-ink);
}

.dd-swatch--canvas {
  --dd-swatch-color: var(--dd-color-canvas);
}

.dd-swatch--surface {
  --dd-swatch-color: var(--dd-color-surface);
}

.dd-swatch--success {
  --dd-swatch-color: var(--dd-color-success);
}

.dd-swatch--warning {
  --dd-swatch-color: var(--dd-color-warning);
}

.dd-swatch--error {
  --dd-swatch-color: var(--dd-color-error);
}

.dd-swatch--info {
  --dd-swatch-color: var(--dd-color-info);
}

@media (min-width: 48rem) {
  .dd-styleguide__header {
    padding-block: var(--dd-space-16);
  }
  .dd-styleguide__panel {
    padding: var(--dd-space-8);
  }
}
.dd-public .dd-cookie-banner {
  position: fixed;
  z-index: 1100;
  inset: auto 20px 20px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 24px;
  max-width: 1140px;
  max-height: calc(100dvh - 40px);
  overflow: auto;
  box-sizing: border-box;
  margin: auto;
  padding: 24px;
  color: #303640;
  background: #fff;
  border: 1px solid #dde1e7;
  border-top: 3px solid #c9161f;
  border-radius: 0.75rem;
  box-shadow: 0 12px 56px rgba(23, 26, 31, 0.22);
  font: 400 14px/1.6 "Manrope", "Segoe UI", Arial, sans-serif;
}

.dd-public .dd-cookie-banner[hidden],
.dd-public [data-cookie-action][hidden] {
  display: none;
}

.dd-public .dd-cookie-eyebrow {
  color: #c9161f;
  font-size: 12px;
  font-weight: 750;
}

.dd-public :is(.dd-cookie-banner, .dd-cookie-dialog) h2 {
  margin: 4px 0 10px;
  color: #171a1f;
  font: 750 22px/1.3 "Manrope", "Segoe UI", Arial, sans-serif;
}

.dd-public :is(.dd-cookie-banner, .dd-cookie-dialog) p {
  margin: 0 0 12px;
  font: inherit;
  color: #303640;
}

.dd-public :is(.dd-cookie-banner, .dd-cookie-dialog) a {
  color: #c9161f;
  text-decoration: underline;
}

.dd-public .dd-cookie-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.dd-public .dd-cookie-banner .dd-cookie-actions {
  max-width: 330px;
}

.dd-public .dd-cookie-actions button {
  flex: 1 1 140px;
  min-height: 44px;
  padding: 10px 16px;
  border: 1px solid #c9161f;
  border-radius: 0.5rem;
  color: #c9161f;
  background: #fff;
  font: 750 14px/1.4 "Manrope", "Segoe UI", Arial, sans-serif;
  cursor: pointer;
}

.dd-public .dd-cookie-actions button:hover {
  background: #fff1f2;
}

.dd-public .dd-cookie-actions .dd-cookie-settings-link {
  flex-basis: 100%;
  border-color: transparent;
  color: #303640;
  text-decoration: underline;
}

.dd-public .dd-cookie-dialog {
  width: min(540px, 100% - 32px);
  max-height: calc(100dvh - 32px);
  box-sizing: border-box;
  margin: auto;
  padding: 24px;
  overflow: auto;
  color: #303640;
  background: #fff;
  border: 1px solid #dde1e7;
  border-radius: 1rem;
  box-shadow: 0 12px 32px rgba(23, 26, 31, 0.12);
  font: 400 14px/1.6 "Manrope", "Segoe UI", Arial, sans-serif;
}

.dd-public .dd-cookie-dialog:not([open]) {
  display: none;
}

.dd-public .dd-cookie-dialog::backdrop {
  background: rgba(23, 26, 31, 0.5);
}

.dd-public .dd-cookie-dialog__header {
  display: flex;
  justify-content: space-between;
  gap: 12px;
}

.dd-public .dd-cookie-dialog__header button {
  flex: none;
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 0.5rem;
  background: #f0f2f5;
  color: #303640;
  font-size: 26px;
  cursor: pointer;
}

.dd-public .dd-cookie-category {
  padding: 18px 0;
  border-top: 1px solid #dde1e7;
}

.dd-public .dd-cookie-category :is(strong, label) {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 44px;
  margin: 0;
  color: #171a1f;
  font: 750 15px/1.5 "Manrope", "Segoe UI", Arial, sans-serif;
}

.dd-public .dd-cookie-category strong span {
  color: #667085;
  font-size: 12px;
}

.dd-public .dd-cookie-category input {
  appearance: auto;
  width: 22px;
  height: 22px;
  margin: 11px;
  accent-color: #c9161f;
}

.dd-public .dd-cookie-dialog .dd-cookie-actions {
  margin-top: 20px;
}

.dd-public .dd-cookie-footer-link {
  justify-self: start;
  padding: 0;
  min-height: 44px;
  color: #dde1e7;
  background: none;
  border: 0;
  text-align: left;
  text-decoration: underline;
  font: 500 12px/1.5 "Manrope", "Segoe UI", Arial, sans-serif;
  cursor: pointer;
}

.dd-public .dd-cookie-footer-link[hidden] {
  display: none;
}

.dd-public :is(.dd-cookie-banner, .dd-cookie-dialog) :is(button, a, input):focus-visible,
.dd-public .dd-cookie-footer-link:focus-visible {
  outline: 2px solid #c9161f;
  outline-offset: 3px;
}

@media (max-width: 767px) {
  .dd-public .dd-cookie-banner {
    inset: auto 8px 8px;
    padding: 18px;
    gap: 12px;
    grid-template-columns: minmax(0, 1fr);
    max-height: calc(100dvh - 16px);
  }
  .dd-public .dd-cookie-banner .dd-cookie-actions {
    max-width: none;
  }
}
@media (forced-colors: active) {
  .dd-public :is(.dd-cookie-banner, .dd-cookie-dialog, .dd-cookie-actions button) {
    border-color: CanvasText;
  }
}
