.udcr-home,
  .udcr-home * {
    box-sizing: border-box;
  }

  .udcr-home {
    --udcr-navy: #08294a;
    --udcr-navy-deep: #041b31;
    --udcr-blue: #0867cf;
    --udcr-blue-light: #eaf4ff;
    --udcr-yellow: #ffc400;
    --udcr-yellow-dark: #e3a900;
    --udcr-ink: #102a43;
    --udcr-muted: #5f7185;
    --udcr-line: #dbe6f0;
    --udcr-paper: #ffffff;
    --udcr-soft: #f5f9fc;
    --udcr-success: #087f5b;
    --udcr-radius: 22px;
    --udcr-shadow: 0 18px 55px rgba(8, 41, 74, 0.12);
    color: var(--udcr-ink);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Noto Sans Thai",
      "Helvetica Neue", Arial, sans-serif;
    font-size: 17px;
    line-height: 1.65;
    overflow: hidden;
    background: var(--udcr-paper);
  }

  .udcr-home [data-udcr-lang="en"] {
    display: none !important;
  }

  .udcr-home[data-udcr-language="en"] [data-udcr-lang="th"] {
    display: none !important;
  }

  .udcr-home[data-udcr-language="en"] [data-udcr-lang="en"] {
    display: initial !important;
  }

  .udcr-home a {
    color: inherit;
    text-decoration: none;
  }

  .udcr-home p,
  .udcr-home h1,
  .udcr-home h2,
  .udcr-home h3 {
    margin-top: 0;
  }

  .udcr-home p:last-child {
    margin-bottom: 0;
  }

  .udcr-wrap {
    width: min(1180px, calc(100% - 40px));
    margin-inline: auto;
  }

  .udcr-section {
    padding: 92px 0;
  }

  .udcr-section--soft {
    background: var(--udcr-soft);
  }

  .udcr-section-heading {
    max-width: 760px;
    margin-bottom: 42px;
  }

  .udcr-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 14px;
    color: var(--udcr-blue);
    font-size: 0.79rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
  }

  .udcr-eyebrow::before {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: var(--udcr-yellow);
    content: "";
  }

  .udcr-home h1,
  .udcr-home h2,
  .udcr-home h3 {
    color: var(--udcr-navy);
    font-weight: 800;
    letter-spacing: -0.035em;
    line-height: 1.16;
  }

  .udcr-home h1 {
    max-width: 830px;
    margin-bottom: 20px;
    color: #ffffff;
    font-size: clamp(2.55rem, 6vw, 5.4rem);
    line-height: 1.02;
  }

  .udcr-home h2 {
    margin-bottom: 16px;
    font-size: clamp(2rem, 4vw, 3.45rem);
  }

  .udcr-home h3 {
    margin-bottom: 10px;
    font-size: 1.24rem;
  }

  .udcr-lead {
    color: var(--udcr-muted);
    font-size: 1.12rem;
  }

  .udcr-button-row {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
  }

  .udcr-button {
    display: inline-flex;
    min-height: 52px;
    align-items: center;
    justify-content: center;
    gap: 9px;
    padding: 13px 22px;
    border: 2px solid transparent;
    border-radius: 12px;
    background: var(--udcr-yellow);
    color: var(--udcr-navy-deep) !important;
    font-size: 0.98rem;
    font-weight: 800;
    line-height: 1.2;
    transition: transform 160ms ease, background 160ms ease, box-shadow 160ms ease;
  }

  .udcr-button:hover,
  .udcr-button:focus-visible {
    background: #ffd236;
    box-shadow: 0 10px 28px rgba(255, 196, 0, 0.2);
    transform: translateY(-2px);
  }

  .udcr-button--outline {
    border-color: rgba(255, 255, 255, 0.55);
    background: transparent;
    color: #ffffff !important;
  }

  .udcr-button--outline:hover,
  .udcr-button--outline:focus-visible {
    border-color: #ffffff;
    background: rgba(255, 255, 255, 0.1);
  }

  .udcr-button--blue {
    background: var(--udcr-blue);
    color: #ffffff !important;
  }

  .udcr-button--blue:hover,
  .udcr-button--blue:focus-visible {
    background: #0759b2;
  }

  .udcr-link {
    color: var(--udcr-blue) !important;
    font-weight: 800;
    text-decoration: underline !important;
    text-decoration-thickness: 2px !important;
    text-underline-offset: 4px;
  }

  /* HERO */
  .udcr-hero {
    position: relative;
    isolation: isolate;
    min-height: 720px;
    padding: 28px 0 150px;
    background:
      radial-gradient(circle at 86% 12%, rgba(56, 148, 255, 0.32), transparent 31%),
      linear-gradient(122deg, var(--udcr-navy-deep) 0%, #093c70 55%, #0873dc 100%);
    color: #ffffff;
  }

  .udcr-hero::after {
    position: absolute;
    z-index: -1;
    right: -150px;
    bottom: -190px;
    width: 650px;
    height: 650px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 50%;
    box-shadow:
      0 0 0 80px rgba(255, 255, 255, 0.035),
      0 0 0 170px rgba(255, 255, 255, 0.025);
    content: "";
  }

  .udcr-hero-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 58px;
  }

  .udcr-brand {
    display: flex;
    align-items: center;
    gap: 12px;
    color: #ffffff;
    font-size: 1rem;
    font-weight: 850;
    letter-spacing: -0.015em;
  }

  .udcr-brand-mark {
    display: grid;
    width: 48px;
    height: 42px;
    place-items: center;
    border-radius: 12px;
    background: var(--udcr-yellow);
    color: var(--udcr-navy-deep);
    font-size: 0.72rem;
    font-weight: 900;
  }

  .udcr-language-switch {
    display: inline-flex;
    gap: 4px;
    padding: 4px;
    border: 1px solid rgba(255, 255, 255, 0.32);
    border-radius: 999px;
    background: rgba(4, 27, 49, 0.35);
    backdrop-filter: blur(10px);
  }

  .udcr-language-button {
    min-height: 38px;
    padding: 7px 14px;
    border: 0;
    border-radius: 999px;
    background: transparent;
    color: rgba(255, 255, 255, 0.8);
    cursor: pointer;
    font: inherit;
    font-size: 0.86rem;
    font-weight: 800;
  }

  .udcr-language-button[aria-pressed="true"] {
    background: #ffffff;
    color: var(--udcr-navy-deep);
  }

  .udcr-hero-badge {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 20px;
    padding: 7px 13px;
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    font-size: 0.85rem;
    font-weight: 750;
  }

  .udcr-hero-badge-dot {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: var(--udcr-yellow);
    box-shadow: 0 0 0 5px rgba(255, 196, 0, 0.14);
  }

  .udcr-hero-main {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(430px, 0.95fr);
    gap: 52px;
    align-items: center;
  }

  .udcr-hero-copy {
    max-width: 720px;
  }

  .udcr-hero-main .udcr-hero-copy h1 {
    font-size: clamp(2.5rem, 4.4vw, 4.65rem);
  }

  .udcr-hero-copy > p {
    max-width: 700px;
    margin-bottom: 28px;
    color: rgba(255, 255, 255, 0.84);
    font-size: clamp(1.08rem, 2vw, 1.28rem);
  }

  .udcr-hero-contact {
    display: flex;
    flex-wrap: wrap;
    gap: 14px 24px;
    margin-top: 30px;
    color: rgba(255, 255, 255, 0.78);
    font-size: 0.91rem;
  }

  .udcr-hero-contact a {
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  }

  .udcr-hero-proof {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    margin-top: 22px;
  }

  .udcr-hero-proof > span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    min-height: 35px;
    padding: 7px 11px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.075);
    color: rgba(255, 255, 255, 0.9);
    font-size: 0.79rem;
    font-weight: 750;
    line-height: 1.2;
  }

  .udcr-hero-proof > span::before {
    color: var(--udcr-yellow);
    content: "✓";
    font-weight: 900;
  }

  /* TRUST STRIP */
  .udcr-trust-wrap {
    position: relative;
    z-index: 3;
    margin-top: -76px;
  }

  .udcr-trust-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    overflow: hidden;
    border: 1px solid var(--udcr-line);
    border-radius: var(--udcr-radius);
    background: #ffffff;
    box-shadow: var(--udcr-shadow);
  }

  .udcr-trust-item {
    min-height: 150px;
    padding: 27px 25px;
  }

  .udcr-trust-item + .udcr-trust-item {
    border-left: 1px solid var(--udcr-line);
  }

  .udcr-trust-icon,
  .udcr-card-number {
    display: grid;
    width: 39px;
    height: 39px;
    margin-bottom: 16px;
    place-items: center;
    border-radius: 11px;
    background: var(--udcr-blue-light);
    color: var(--udcr-blue);
    font-size: 0.79rem;
    font-weight: 900;
  }

  .udcr-trust-item strong {
    display: block;
    margin-bottom: 4px;
    color: var(--udcr-navy);
    font-size: 0.98rem;
  }

  .udcr-trust-item p {
    color: var(--udcr-muted);
    font-size: 0.87rem;
    line-height: 1.52;
  }

  /* HERO LIVE BOOKING WIDGET */
  .udcr-booking-widget {
    position: relative;
    z-index: 2;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.32);
    border-radius: 26px;
    background: #ffffff;
    box-shadow: 0 28px 70px rgba(1, 20, 39, 0.28);
    color: var(--udcr-ink);
  }

  .udcr-booking-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 20px 22px;
    border-bottom: 1px solid var(--udcr-line);
    background: linear-gradient(180deg, #ffffff 0%, #f9fbfd 100%);
  }

  .udcr-booking-head-main {
    min-width: 0;
  }

  .udcr-booking-live {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 3px;
    color: var(--udcr-blue);
    font-size: 0.77rem;
    font-weight: 850;
    letter-spacing: 0.04em;
    text-transform: uppercase;
  }

  .udcr-booking-live::before {
    width: 8px;
    height: 8px;
    flex: 0 0 8px;
    border-radius: 50%;
    background: #18a66b;
    box-shadow: 0 0 0 4px rgba(24, 166, 107, 0.12);
    content: "";
  }

  .udcr-booking-title {
    display: block;
    color: var(--udcr-navy);
    font-size: 1.15rem;
    font-weight: 850;
    line-height: 1.25;
  }

  .udcr-manage-link {
    flex: 0 0 auto;
    padding: 8px 11px;
    border: 1px solid #cfe0ef;
    border-radius: 10px;
    color: var(--udcr-blue) !important;
    font-size: 0.77rem;
    font-weight: 800;
    line-height: 1.2;
    white-space: nowrap;
  }

  .udcr-manage-link:hover,
  .udcr-manage-link:focus-visible {
    border-color: #9fc4e7;
    background: var(--udcr-blue-light);
  }

  #udcr-booking-slot {
    min-height: 332px;
    padding: 22px;
    background: #ffffff;
  }

  #udcr-booking-slot > * {
    max-width: 100%;
  }

  #udcr-booking-slot input:not([type="checkbox"]):not([type="radio"]),
  #udcr-booking-slot select,
  #udcr-booking-slot textarea {
    max-width: 100%;
    min-height: 50px;
    border-radius: 11px !important;
  }

  #udcr-booking-slot button,
  #udcr-booking-slot input[type="submit"],
  #udcr-booking-slot input[type="button"] {
    min-height: 50px;
    border-radius: 11px !important;
    font-weight: 800;
  }

  #udcr-booking-slot button[type="submit"],
  #udcr-booking-slot input[type="submit"],
  #udcr-booking-slot .btn-primary,
  #udcr-booking-slot .button-primary {
    border-color: var(--udcr-blue) !important;
    background: var(--udcr-blue) !important;
    color: #ffffff !important;
    box-shadow: 0 10px 24px rgba(8, 103, 207, 0.18);
  }

  #udcr-booking-slot button[type="submit"]:hover,
  #udcr-booking-slot input[type="submit"]:hover,
  #udcr-booking-slot .btn-primary:hover,
  #udcr-booking-slot .button-primary:hover {
    border-color: #0759b2 !important;
    background: #0759b2 !important;
  }

  .udcr-booking-fallback {
    display: grid;
    min-height: 288px;
    place-items: center;
    padding: 28px;
    border: 1px dashed #c9dae9;
    border-radius: 16px;
    background: var(--udcr-soft);
    text-align: center;
  }

  .udcr-booking-fallback-inner {
    max-width: 430px;
  }

  .udcr-booking-loader {
    display: grid;
    width: 50px;
    height: 50px;
    margin: 0 auto 17px;
    place-items: center;
    border: 1px solid #d6e5f2;
    border-radius: 15px;
    background: #ffffff;
    color: var(--udcr-blue);
    font-weight: 900;
  }

  .udcr-booking-fallback strong {
    display: block;
    margin-bottom: 7px;
    color: var(--udcr-navy);
    font-size: 1.12rem;
  }

  .udcr-booking-fallback p {
    margin-bottom: 16px;
    color: var(--udcr-muted);
    font-size: 0.9rem;
  }

  .udcr-booking-fallback .udcr-button {
    min-height: 46px;
    padding: 11px 18px;
    font-size: 0.88rem;
  }

  .udcr-booking-note {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 6px 14px;
    padding: 0 22px 20px;
    color: var(--udcr-muted);
    font-size: 0.75rem;
    line-height: 1.4;
  }

  .udcr-booking-note > span {
    display: inline-flex;
    align-items: center;
    gap: 5px;
  }

  .udcr-booking-note > span::before {
    color: var(--udcr-success);
    content: "✓";
    font-weight: 900;
  }


  /* FLEET */
  .udcr-fleet-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px;
  }

  .udcr-fleet-card {
    display: flex;
    min-width: 0;
    min-height: 390px;
    overflow: hidden;
    flex-direction: column;
    border: 1px solid var(--udcr-line);
    border-radius: 18px;
    background: #ffffff;
    transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
  }

  .udcr-fleet-card:hover {
    border-color: #b4cce4;
    box-shadow: 0 15px 38px rgba(8, 41, 74, 0.11);
    transform: translateY(-4px);
  }

  .udcr-fleet-media {
    position: relative;
    display: block;
    aspect-ratio: 3 / 2;
    overflow: hidden;
    background: linear-gradient(135deg, #eef6ff, #d8eaff);
  }

  .udcr-fleet-media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    transition: transform 260ms ease;
  }

  .udcr-fleet-card:hover .udcr-fleet-media img {
    transform: scale(1.035);
  }

  .udcr-fleet-media .udcr-card-number {
    position: absolute;
    top: 14px;
    left: 14px;
    z-index: 2;
    width: 39px;
    height: 39px;
    margin: 0;
    border: 1px solid rgba(255, 255, 255, 0.62);
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 7px 20px rgba(8, 41, 74, 0.13);
    backdrop-filter: blur(7px);
  }

  .udcr-fleet-card-body {
    display: flex;
    min-height: 188px;
    flex: 1 1 auto;
    flex-direction: column;
    padding: 22px 23px 24px;
  }

  .udcr-fleet-model {
    display: block;
    margin-bottom: 7px;
    color: var(--udcr-blue);
    font-size: 0.77rem;
    font-weight: 850;
    letter-spacing: 0.045em;
    text-transform: uppercase;
  }

  .udcr-fleet-card h3 {
    margin-bottom: 8px;
  }

  .udcr-fleet-card p {
    color: var(--udcr-muted);
    font-size: 0.9rem;
    line-height: 1.55;
  }

  .udcr-fleet-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 7px;
    margin-top: auto;
    padding-top: 17px;
  }

  .udcr-pill {
    padding: 5px 9px;
    border-radius: 999px;
    background: var(--udcr-soft);
    color: #4b6075;
    font-size: 0.75rem;
    font-weight: 700;
  }

  /* DELIVERY */
  .udcr-split {
    display: grid;
    grid-template-columns: 1.02fr 0.98fr;
    gap: 54px;
    align-items: center;
  }

  .udcr-map-card {
    position: relative;
    min-height: 470px;
    overflow: hidden;
    border-radius: var(--udcr-radius);
    background:
      linear-gradient(32deg, transparent 48%, rgba(8, 103, 207, 0.1) 49%, rgba(8, 103, 207, 0.1) 52%, transparent 53%),
      linear-gradient(148deg, transparent 47%, rgba(8, 103, 207, 0.12) 48%, rgba(8, 103, 207, 0.12) 51%, transparent 52%),
      repeating-linear-gradient(0deg, #f8fbfe 0 46px, #e9f1f8 47px 49px),
      repeating-linear-gradient(90deg, transparent 0 58px, #e9f1f8 59px 61px);
    box-shadow: var(--udcr-shadow);
  }

  .udcr-map-pin {
    position: absolute;
    display: grid;
    min-width: 146px;
    place-items: center;
    padding: 12px 15px;
    border-radius: 12px;
    background: #ffffff;
    box-shadow: 0 9px 28px rgba(8, 41, 74, 0.17);
    color: var(--udcr-navy);
    font-size: 0.83rem;
    font-weight: 800;
    text-align: center;
  }

  .udcr-map-pin::before {
    position: absolute;
    bottom: -8px;
    width: 16px;
    height: 16px;
    background: #ffffff;
    content: "";
    transform: rotate(45deg);
  }

  .udcr-map-pin--airport {
    top: 19%;
    left: 12%;
  }

  .udcr-map-pin--city {
    top: 49%;
    right: 9%;
  }

  .udcr-map-pin--hotel {
    right: 31%;
    bottom: 13%;
  }

  .udcr-check-list {
    display: grid;
    gap: 17px;
    margin: 28px 0;
    padding: 0;
    list-style: none;
  }

  .udcr-check-list li {
    display: grid;
    grid-template-columns: 42px 1fr;
    gap: 14px;
    align-items: start;
  }

  .udcr-check {
    display: grid;
    width: 42px;
    height: 42px;
    place-items: center;
    border-radius: 12px;
    background: var(--udcr-blue-light);
    color: var(--udcr-blue);
    font-weight: 900;
  }

  .udcr-check-list strong {
    display: block;
    color: var(--udcr-navy);
  }

  .udcr-check-list span:not([data-udcr-lang]) {
    color: var(--udcr-muted);
    font-size: 0.9rem;
  }

  /* STEPS */
  .udcr-step-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }

  .udcr-step {
    padding: 30px;
    border: 1px solid var(--udcr-line);
    border-radius: 18px;
    background: #ffffff;
  }

  .udcr-step p {
    color: var(--udcr-muted);
    font-size: 0.93rem;
  }

  /* REQUIREMENTS */
  .udcr-requirement-card {
    display: grid;
    grid-template-columns: 0.75fr 1.25fr;
    gap: 45px;
    padding: 46px;
    border-radius: var(--udcr-radius);
    background: var(--udcr-navy);
    color: #ffffff;
    box-shadow: var(--udcr-shadow);
  }

  .udcr-requirement-card h2 {
    color: #ffffff;
  }

  .udcr-requirement-card .udcr-eyebrow {
    color: #8ec5ff;
  }

  .udcr-requirement-card p {
    color: rgba(255, 255, 255, 0.74);
  }

  .udcr-requirement-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 13px;
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .udcr-requirement-list li {
    padding: 19px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.07);
    color: rgba(255, 255, 255, 0.84);
    font-size: 0.9rem;
  }

  .udcr-requirement-list strong {
    display: block;
    margin-bottom: 4px;
    color: #ffffff;
  }

  /* FAQ */
  .udcr-faq-list {
    display: grid;
    gap: 12px;
    max-width: 900px;
  }

  .udcr-faq-list details {
    border: 1px solid var(--udcr-line);
    border-radius: 14px;
    background: #ffffff;
  }

  .udcr-faq-list summary {
    position: relative;
    padding: 21px 55px 21px 22px;
    color: var(--udcr-navy);
    cursor: pointer;
    font-weight: 800;
    list-style: none;
  }

  .udcr-faq-list summary::-webkit-details-marker {
    display: none;
  }

  .udcr-faq-list summary::after {
    position: absolute;
    top: 50%;
    right: 21px;
    color: var(--udcr-blue);
    content: "+";
    font-size: 1.45rem;
    transform: translateY(-50%);
  }

  .udcr-faq-list details[open] summary::after {
    content: "−";
  }

  .udcr-faq-answer {
    padding: 0 22px 22px;
    color: var(--udcr-muted);
  }

  /* FINAL CTA */
  .udcr-final-cta {
    padding: 76px 0;
    background:
      radial-gradient(circle at 89% 25%, rgba(49, 150, 255, 0.27), transparent 27%),
      var(--udcr-navy-deep);
    color: #ffffff;
  }

  .udcr-final-cta-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 32px;
  }

  .udcr-final-cta h2 {
    max-width: 720px;
    margin-bottom: 8px;
    color: #ffffff;
  }

  .udcr-final-cta p {
    color: rgba(255, 255, 255, 0.73);
  }

  .udcr-sr-only {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
    clip: rect(0, 0, 0, 0) !important;
    white-space: nowrap !important;
  }

  @media (max-width: 1020px) {
    .udcr-hero-main {
      grid-template-columns: 1fr;
      gap: 38px;
    }

    .udcr-hero-copy {
      max-width: 850px;
    }

    .udcr-trust-grid,
    .udcr-fleet-grid {
      grid-template-columns: repeat(2, 1fr);
    }

    .udcr-trust-item:nth-child(3) {
      border-left: 0;
      border-top: 1px solid var(--udcr-line);
    }

    .udcr-trust-item:nth-child(4) {
      border-top: 1px solid var(--udcr-line);
    }

    .udcr-split,
    .udcr-requirement-card {
      grid-template-columns: 1fr;
    }

    .udcr-requirement-card {
      gap: 24px;
    }
  }

  @media (max-width: 720px) {
    .udcr-home {
      font-size: 16px;
    }

    .udcr-wrap {
      width: min(100% - 28px, 1180px);
    }

    .udcr-section {
      padding: 68px 0;
    }

    .udcr-hero {
      min-height: auto;
      padding-bottom: 125px;
    }

    .udcr-hero-top {
      align-items: flex-start;
      margin-bottom: 68px;
    }

    .udcr-brand-name {
      max-width: 135px;
      line-height: 1.15;
    }

    .udcr-language-button {
      min-height: 34px;
      padding: 5px 10px;
    }

    .udcr-home h1 {
      font-size: clamp(2.45rem, 12vw, 4rem);
    }

    .udcr-trust-wrap {
      margin-top: -62px;
    }

    .udcr-trust-grid,
    .udcr-fleet-grid,
    .udcr-step-grid,
    .udcr-requirement-list {
      grid-template-columns: 1fr;
    }

    .udcr-trust-item {
      min-height: 0;
      padding: 22px;
    }

    .udcr-trust-item + .udcr-trust-item {
      border-top: 1px solid var(--udcr-line);
      border-left: 0;
    }

    .udcr-booking-head {
      align-items: flex-start;
      padding: 17px;
    }

    .udcr-booking-title {
      font-size: 1rem;
    }

    .udcr-manage-link {
      padding: 7px 9px;
      font-size: 0.7rem;
    }

    #udcr-booking-slot {
      min-height: 300px;
      padding: 16px;
    }

    .udcr-booking-fallback {
      min-height: 254px;
      padding: 20px 14px;
    }

    .udcr-booking-note {
      justify-content: flex-start;
      padding: 0 16px 17px;
    }

    .udcr-map-card {
      min-height: 390px;
    }

    .udcr-map-pin {
      min-width: 126px;
      font-size: 0.75rem;
    }

    .udcr-requirement-card {
      padding: 28px 22px;
    }

    .udcr-final-cta-inner {
      align-items: flex-start;
      flex-direction: column;
    }

    .udcr-final-cta .udcr-button-row,
    .udcr-final-cta .udcr-button {
      width: 100%;
    }
  }

  @media (prefers-reduced-motion: reduce) {
    .udcr-home *,
    .udcr-home *::before,
    .udcr-home *::after {
      scroll-behavior: auto !important;
      transition: none !important;
    }
  }
