.public-body {
  --ink: #1b1b1d;
  --muted: #626266;
  --paper: #f7f7f7;
  --line: #dedee0;
  --green: #dc0d18;
  --green2: #b90d15;
  --gold: #dc0d18;
  --cream: #ededee;
  --shadow: 0 18px 45px rgba(20, 20, 22, .11);
  background: var(--paper);
}

.public-body .topbar {
  background: #1b1b1d;
  border-bottom: 3px solid var(--green);
  color: #fff;
}

.public-body .nav {
  background: rgba(255, 255, 255, .97);
}

.public-body .nav .shell {
  height: 106px;
}

.public-body .brand-logo {
  align-self: stretch;
  display: flex;
  align-items: center;
}

.public-body .brand-logo img {
  display: block;
  width: 105px;
  height: 93px;
  object-fit: contain;
}

.public-body .nav-links {
  color: #333336;
}

.public-body .nav-links > a:not(.pill) {
  position: relative;
  padding: 12px 0;
}

.public-body .nav-links > a:not(.pill)::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: 4px;
  height: 3px;
  background: var(--green);
  transition: right .2s ease;
}

.public-body .nav-links > a:not(.pill):hover::after {
  right: 0;
}

.public-body .hero {
  padding: 26px 0 20px;
  overflow: hidden;
  background:
    radial-gradient(circle at 85% 25%, rgba(220, 13, 24, .12) 0, transparent 34%),
    linear-gradient(160deg, #fff 0%, #ececee 100%);
  border-bottom: 1px solid #dadadd;
}

.public-body .hero h1 {
  max-width: 650px;
  margin: 8px 0 11px;
  font-size: clamp(2rem, 3.4vw, 3.35rem);
  color: #171719;
}

.public-body .hero p {
  margin: 0;
  font-size: .98rem;
  line-height: 1.45;
}

.public-body .hero-grid {
  gap: 40px;
}

.public-body .hero-art {
  min-height: 185px;
}

.public-body .hero-art img {
  width: min(82%, 420px);
  height: 145px;
  object-fit: contain;
  object-position: right center;
  right: 0;
  top: 4px;
  filter: none;
}

.public-body .hero-art img.catalog-product-image {
  width: min(100%, 500px);
  height: 178px;
  top: -5px;
  right: -1%;
  object-fit: cover;
  object-position: center;
}

.public-body .trust-row {
  margin-top: 13px;
}

.public-body .stat-card {
  left: auto;
  right: min(42%, 220px);
  bottom: 0;
  padding: 10px 15px;
  z-index: 2;
}

.public-body.booking-active .hero {
  display: none;
}

.public-body #buchen {
  scroll-margin-top: 92px;
}

.public-body.booking-active .booking-wrap {
  padding-top: 24px;
}

.public-body .stat-card {
  border-top: 4px solid var(--green);
}

.public-body .booking-card {
  border-top: 5px solid var(--green);
}

.public-body .stepper {
  background: #f0f0f1;
}

.public-body .step.active,
.public-body .step.done {
  color: #ba0e16;
}

.public-body button.step {
  border: 0;
  font: inherit;
  cursor: default;
}

.public-body button.step:disabled {
  opacity: 1;
}

.public-body .step.reachable {
  cursor: pointer;
}

.public-body .step.reachable:hover,
.public-body .step.reachable:focus-visible {
  background: #fff3f3;
  color: #a80b13;
  outline: none;
}

.public-body .step.reachable:focus-visible {
  box-shadow: inset 0 0 0 2px #dc0d18;
}

.public-body .product-card {
  background: #fafafa;
}

.public-body .product-card.selected,
.public-body .choice.selected {
  background: #fff3f3;
}

.public-body .step.skipped {
  color: #77777c;
  background: #e8e8ea;
}

.public-body .step.skipped b {
  background: #8a8a8f;
}

.public-body .product-kind-choice .choice {
  min-height: 92px;
}

.public-body .product-kind-card {
  display: grid;
  grid-template-columns: minmax(120px, 38%) 1fr;
  align-items: center;
  gap: 18px;
  min-height: 138px;
  padding: 14px 20px;
  text-align: left;
  overflow: hidden;
}

.public-body .product-kind-card > span:last-child {
  display: grid;
  gap: 7px;
}

.public-body .product-kind-card strong {
  line-height: 1.15;
}

.public-body .product-kind-card small {
  display: block;
  line-height: 1.35;
}

.public-body .product-kind-image {
  display: grid;
  place-items: center;
  width: 100%;
  height: 104px;
  overflow: hidden;
  border-radius: 18px;
  background: linear-gradient(145deg, #fff, #f5f0f0);
}

.public-body .product-kind-image img {
  width: 100%;
  height: 88px;
  object-fit: contain;
  object-position: center;
  padding: 8px 14px;
  transform: translateY(-2px);
}

.public-body .product-kind-image.towbar img {
  height: 84px;
  padding: 9px 18px;
  transform: translateY(-5px);
}

@media (max-width: 700px) {
  .public-body .product-kind-card {
    grid-template-columns: 112px 1fr;
  }
}

.public-body .product-selection-title {
  margin: 32px 0 5px;
  font-size: 1.35rem;
}

.public-body .product-media {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 14px;
  background: #f1f1f2;
}

.public-body .product-media img {
  display: block;
  border-radius: 0;
  transition: opacity .22s ease, transform .22s ease;
}

.public-body .product-specifications {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 12px 14px;
  color: #1b1b1d;
  text-align: left;
  opacity: 0;
  pointer-events: none;
  transition: opacity .22s ease;
}

.public-body .product-specifications > strong {
  margin-bottom: 5px;
  color: #ba0e16;
  font-size: .76rem;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.public-body .product-specifications dl {
  margin: 0;
}

.public-body .product-specifications dl div {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px;
  padding: 2px 0;
  font-size: .72rem;
}

.public-body .product-specifications dt {
  color: #55555a;
}

.public-body .product-specifications dd {
  margin: 0;
  font-weight: 800;
  text-align: right;
}

.public-body .product-card:hover .product-media img,
.public-body .product-card:focus-visible .product-media img {
  opacity: .25;
  transform: scale(1.025);
}

.public-body .product-card:hover .product-specifications,
.public-body .product-card:focus-visible .product-specifications {
  opacity: 1;
}

.public-body .towbar-notice {
  margin-top: 28px;
  border-left: 4px solid var(--green);
}

@media (hover: none) {
  .public-body .product-card.selected .product-media img {
    opacity: .25;
  }

  .public-body .product-card.selected .product-specifications {
    opacity: 1;
  }
}

.public-body .form-grid:has(#brand) {
  position: relative;
  gap: 16px;
  padding: 24px;
  overflow: hidden;
  border: 1px solid #dddde0;
  border-top: 5px solid var(--green);
  border-radius: 20px;
  background:
    radial-gradient(circle at 100% 0, rgba(220, 13, 24, .09), transparent 34%),
    linear-gradient(145deg, #fff, #f4f4f5);
  box-shadow: 0 14px 35px rgba(20, 20, 22, .08);
}

.public-body .form-grid:has(#brand)::before {
  content: "FAHRZEUGDATEN";
  position: absolute;
  top: 10px;
  right: 16px;
  color: rgba(220, 13, 24, .13);
  font-size: 1.55rem;
  font-weight: 900;
  letter-spacing: .08em;
  pointer-events: none;
}

.public-body .form-grid:has(#brand) .field {
  position: relative;
  z-index: 1;
  gap: 10px;
}

.public-body .form-grid:has(#brand) .field label {
  display: flex;
  align-items: center;
  gap: 9px;
  color: #303034;
  font-size: .78rem;
  font-weight: 850;
  letter-spacing: .025em;
}

.public-body .form-grid:has(#brand) .field label::before {
  display: grid;
  place-items: center;
  width: 25px;
  height: 25px;
  flex: 0 0 25px;
  border-radius: 50%;
  background: #d9d9dc;
  color: #727278;
  font-size: .7rem;
  font-weight: 900;
}

.public-body .form-grid:has(#brand) .field:nth-child(1) label::before { content: "1"; }
.public-body .form-grid:has(#brand) .field:nth-child(2) label::before { content: "2"; }
.public-body .form-grid:has(#brand) .field:nth-child(3) label::before { content: "3"; }
.public-body .form-grid:has(#brand) .field:nth-child(4) label::before { content: "4"; }

.public-body .form-grid:has(#brand) .field:has(select:not(:disabled)) label::before {
  background: var(--green);
  color: #fff;
  box-shadow: 0 5px 13px rgba(220, 13, 24, .22);
}

.public-body #brand,
.public-body #year,
.public-body #model,
.public-body #type {
  min-height: 60px;
  appearance: none;
  padding: 15px 52px 15px 17px;
  border: 2px solid #d4d4d7;
  border-radius: 13px;
  background-color: #fff;
  background-image:
    linear-gradient(45deg, transparent 50%, #dc0d18 50%),
    linear-gradient(135deg, #dc0d18 50%, transparent 50%),
    linear-gradient(to right, #e2e2e4, #e2e2e4);
  background-position:
    calc(100% - 21px) 26px,
    calc(100% - 15px) 26px,
    calc(100% - 42px) 13px;
  background-size: 6px 6px, 6px 6px, 1px 32px;
  background-repeat: no-repeat;
  color: #202024;
  font-size: 1rem;
  font-weight: 760;
  box-shadow: 0 5px 14px rgba(20, 20, 22, .05);
  cursor: pointer;
  transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

.public-body #brand:hover,
.public-body #year:hover:not(:disabled),
.public-body #model:hover:not(:disabled),
.public-body #type:hover:not(:disabled) {
  border-color: #b7b7bb;
  transform: translateY(-1px);
  box-shadow: 0 8px 20px rgba(20, 20, 22, .09);
}

.public-body #brand:focus,
.public-body #year:focus,
.public-body #model:focus,
.public-body #type:focus {
  border-color: var(--green);
  box-shadow: 0 0 0 4px rgba(220, 13, 24, .11), 0 8px 20px rgba(20, 20, 22, .09);
}

.public-body #year:disabled,
.public-body #model:disabled,
.public-body #type:disabled {
  border-color: #e0e0e2;
  background-color: #e9e9eb;
  background-image:
    linear-gradient(45deg, transparent 50%, #aaaab0 50%),
    linear-gradient(135deg, #aaaab0 50%, transparent 50%),
    linear-gradient(to right, #d4d4d7, #d4d4d7);
  color: #929298;
  box-shadow: none;
  cursor: not-allowed;
}

.public-body .stock {
  background: #ebebec;
}

.public-body .summary-box,
.public-body .notice {
  background: #f1f1f2;
}

.public-body .payment-heading {
  margin: 24px 0 10px;
  font-size: .82rem;
  font-weight: 800;
  color: #4b4b50;
}

.public-body .payment-methods {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 9px;
}

.public-body .payment-method {
  min-height: 76px;
  padding: 12px;
  border: 1px solid #d4d4d7;
  border-radius: 10px;
  background: #fff;
  color: #202024;
  text-align: left;
}

.public-body .payment-method strong,
.public-body .payment-method small {
  display: block;
}

.public-body .payment-method small {
  margin-top: 5px;
  color: #6a6a70;
  line-height: 1.25;
}

.public-body .payment-method.selected {
  border: 2px solid var(--green);
  background: #fff3f3;
  box-shadow: 0 0 0 2px rgba(215, 0, 18, .08);
}

.public-body .payment-workspace {
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid #d7d7da;
}

.public-body .paypal-placeholder {
  width: 100%;
  min-height: 46px;
  border: 0;
  border-radius: 5px;
  background: #ffc439;
  color: #16325c;
  font-weight: 800;
  opacity: .7;
}

.public-body .card-fields {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.public-body .paypal-card-field {
  height: 48px;
  padding: 13px 14px;
  overflow: hidden;
  border: 1px solid #c9c9cd;
  border-radius: 9px;
  background: #fff;
  color: #85858a;
}

.public-body #card-submit {
  width: 100%;
  margin-top: 14px;
}

.public-body .secure-payment-note {
  margin: 11px 0 0;
  color: #66666b;
  font-size: .74rem;
  line-height: 1.45;
  text-align: center;
}

.public-body .hold-timer {
  display: grid;
  grid-template-columns: 42px 1fr auto;
  align-items: center;
  gap: 12px;
  margin: 0 0 24px;
  padding: 13px 16px;
  border: 1px solid #f0b7bb;
  border-left: 5px solid var(--green);
  border-radius: 13px;
  background: linear-gradient(100deg, #fff3f3, #fff);
  color: #29292d;
  box-shadow: 0 8px 22px rgba(20, 20, 22, .06);
}

.public-body .hold-timer-icon {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: var(--green);
  color: #fff;
  font-size: 1.05rem;
}

.public-body .hold-timer strong,
.public-body .hold-timer small {
  display: block;
}

.public-body .hold-timer small {
  margin-top: 2px;
  color: #6b6b70;
}

.public-body .hold-timer b {
  min-width: 76px;
  color: #b20d15;
  font-size: 1.35rem;
  font-variant-numeric: tabular-nums;
  text-align: right;
}

.cooper-date-input {
  cursor: pointer;
  background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%23dc0d18' stroke-width='2'%3E%3Crect x='3' y='5' width='18' height='16' rx='2'/%3E%3Cpath d='M16 3v4M8 3v4M3 10h18'/%3E%3C/svg%3E") no-repeat right 14px center !important;
  padding-right: 48px !important;
}

.cooper-date-picker {
  position: fixed;
  z-index: 120;
  width: min(460px, calc(100vw - 24px));
  padding: 18px;
  border: 1px solid #d6d6d9;
  border-top: 5px solid #dc0d18;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 24px 70px rgba(20, 20, 22, .24);
}

.cooper-calendar-head {
  display: grid;
  grid-template-columns: 44px 1fr 44px;
  align-items: center;
  gap: 10px;
  margin-bottom: 14px;
}

.cooper-calendar-head strong {
  text-align: center;
  font-size: 1.14rem;
}

.cooper-calendar-nav {
  width: 44px;
  height: 44px;
  border: 0;
  border-radius: 50%;
  background: #f0f0f1;
  color: #202024;
  font-size: 1.3rem;
  font-weight: 800;
}

.cooper-calendar-nav:hover {
  background: #dc0d18;
  color: #fff;
}

.cooper-calendar-weekdays,
.cooper-calendar-days {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 5px;
}

.cooper-calendar-weekdays span {
  padding: 5px 0 8px;
  color: #6b6b70;
  font-size: .72rem;
  font-weight: 800;
  text-align: center;
  text-transform: uppercase;
}

.cooper-calendar-day {
  aspect-ratio: 1;
  min-height: 48px;
  border: 0;
  border-radius: 10px;
  background: #f6f6f7;
  color: #26262a;
  font-weight: 750;
}

.cooper-calendar-day:hover:not(:disabled) {
  background: #ffe5e7;
  color: #a80b13;
}

.cooper-calendar-day.outside {
  background: transparent;
  color: #aaaab0;
}

.cooper-calendar-day.in-range {
  border-radius: 4px;
  background: #ffe4e6;
}

.cooper-calendar-day.selected {
  background: #dc0d18;
  color: #fff;
}

.cooper-calendar-day.today {
  box-shadow: inset 0 0 0 2px #dc0d18;
}

.cooper-calendar-day:disabled {
  background: transparent;
  color: #c5c5c8;
  cursor: not-allowed;
  text-decoration: line-through;
}

.cooper-calendar-hint {
  margin: 14px 2px 0;
  color: #66666b;
  font-size: .78rem;
  text-align: center;
}

.public-body .notice {
  color: #424246;
  border-left: 4px solid var(--green);
}

.public-body .footer {
  background: #171719;
  border-top: 6px solid var(--green);
  color: #f5f5f5;
}

.public-body .footer p {
  color: #bcbcc0;
}

.public-body .footer a:hover {
  color: #fff;
  text-decoration: underline;
  text-decoration-color: var(--green);
}

.public-body .footer-logo {
  width: 115px;
  padding: 7px;
  border-radius: 4px;
  background: #fff;
}

.public-body .footer-logo img {
  display: block;
  width: 100%;
  height: auto;
}

@media (max-width: 620px) {
  .public-body .topbar .shell span:first-child {
    display: none;
  }

  .public-body .topbar .shell {
    justify-content: center;
  }

  .public-body .nav .shell {
    height: 86px;
  }

  .public-body .brand-logo img {
    width: 82px;
    height: 75px;
  }

  .public-body .hero {
    padding: 22px 0 18px;
  }

  .public-body .hero h1 {
    font-size: 2.05rem;
  }

  .public-body .hero-art {
    min-height: 145px;
  }

  .public-body .hero-art img {
    width: min(80%, 310px);
    height: 112px;
    right: 4%;
  }

  .public-body .hero-art img.catalog-product-image {
    width: min(100%, 360px);
    height: 136px;
    top: -2px;
    right: 0;
  }

  .public-body #buchen {
    scroll-margin-top: 94px;
  }

  .public-body .form-grid:has(#brand) {
    padding: 18px 14px;
  }

  .public-body .form-grid:has(#brand)::before {
    display: none;
  }

  .cooper-date-picker {
    padding: 14px 10px;
  }

  .cooper-calendar-day {
    min-height: 42px;
  }

  .public-body .payment-methods,
  .public-body .card-fields {
    grid-template-columns: 1fr;
  }

  .public-body .hold-timer {
    grid-template-columns: 36px 1fr auto;
    padding: 11px 12px;
  }

  .public-body .hold-timer-icon {
    width: 34px;
    height: 34px;
  }

  .public-body .hold-timer small {
    display: none;
  }

  .public-body .hold-timer b {
    min-width: 60px;
    font-size: 1.1rem;
  }
}
