
  #wtpWidget, #wtpWidget * { box-sizing: border-box; }

  #wtpWidget {
    font-family: 'Jost', sans-serif;
    max-width: 640px;
    margin: 40px auto;
    color: #2f2a26;
  }

  #wtpWidget .wtp-card {
    background: #faf8f5;
    border: 1px solid #e8e1d7;
    border-radius: 4px;
    padding: 48px 44px;
  }

  #wtpWidget .wtp-header { text-align: center; margin-bottom: 32px; }

  #wtpWidget .wtp-eyebrow {
    display: inline-block;
    font-size: 11px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: #b4a894;
    font-weight: 500;
    margin-bottom: 14px;
  }

  #wtpWidget h2 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 34px;
    font-weight: 500;
    line-height: 1.15;
    margin: 0 0 12px 0;
    color: #2f2a26;
  }

  #wtpWidget .wtp-header p {
    font-size: 14.5px;
    line-height: 1.6;
    color: #7d7468;
    margin: 0;
    max-width: 460px;
    margin-left: auto;
    margin-right: auto;
  }

  #wtpWidget .wtp-disclaimer {
    margin-top: 14px !important;
    font-size: 12.5px !important;
    color: #8a6a4a !important;
    background: #f3efe9;
    border: 1px solid #e8e1d7;
    border-radius: 3px;
    padding: 10px 14px;
    max-width: 480px !important;
  }

  #wtpWidget .wtp-progress {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 36px;
  }

  #wtpWidget .wtp-dot {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
  }

  #wtpWidget .wtp-dot span {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: 1px solid #c6bdab;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    color: #7d7468;
    background: #faf8f5;
    transition: all 0.2s ease;
  }

  #wtpWidget .wtp-dot em {
    font-style: normal;
    font-size: 10.5px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: #b4a894;
  }

  #wtpWidget .wtp-dot.is-active span {
    background: #2f2a26;
    border-color: #2f2a26;
    color: #faf8f5;
  }

  #wtpWidget .wtp-dot.is-active em { color: #2f2a26; }

  #wtpWidget .wtp-line {
    width: 56px;
    height: 1px;
    background: #c6bdab;
    margin: 0 10px;
    margin-bottom: 18px;
  }

  #wtpWidget .wtp-field { margin-bottom: 20px; }

  #wtpWidget .wtp-field label {
    display: block;
    font-size: 13px;
    color: #2f2a26;
    margin-bottom: 8px;
    font-weight: 500;
  }

  #wtpWidget .wtp-optional { color: #b4a894; font-weight: 400; }

  #wtpWidget .wtp-hint {
    font-size: 12.5px;
    color: #b4a894;
    margin: 8px 2px 0 2px;
  }

  #wtpWidget .wtp-group-label {
    display: block;
    font-family: 'Cormorant Garamond', serif;
    font-size: 19px;
    font-weight: 600;
    color: #2f2a26;
    margin-bottom: 4px;
  }

  #wtpWidget .wtp-hint-block {
    margin: 0 0 20px 0;
  }

  #wtpWidget .wtp-field input[type="text"],
  #wtpWidget .wtp-field input[type="time"],
  #wtpWidget .wtp-field input[type="date"],
  #wtpWidget .wtp-field input[type="number"] {
    width: 100%;
    padding: 12px 14px;
    border: 1px solid #c6bdab;
    border-radius: 3px;
    background: #ffffff;
    font-family: 'Jost', sans-serif;
    font-size: 14.5px;
    color: #2f2a26;
    color-scheme: light;
  }

  #wtpWidget .wtp-field input:focus {
    outline: none;
    border-color: #7d7468;
  }

  #wtpWidget .wtp-time-picker {
    display: flex;
    gap: 8px;
  }

  #wtpWidget .wtp-time-picker select {
    flex: 1;
    padding: 10px;
    border: 1px solid #c6bdab;
    border-radius: 3px;
    background: #ffffff;
    font-family: 'Jost', sans-serif;
    font-size: 14.5px;
    color: #2f2a26;
    cursor: pointer;
  }

  #wtpWidget .wtp-time-picker select:focus {
    outline: none;
    border-color: #7d7468;
  }

  #wtpWidget .wtp-toggle-group {
    display: flex;
    gap: 10px;
  }

  #wtpWidget .wtp-toggle {
    flex: 1;
    position: relative;
    cursor: pointer;
  }

  #wtpWidget .wtp-toggle input {
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
  }

  #wtpWidget .wtp-toggle span {
    display: block;
    text-align: center;
    padding: 12px 10px;
    border: 1px solid #c6bdab;
    border-radius: 3px;
    font-size: 13.5px;
    color: #7d7468;
    transition: all 0.15s ease;
  }

  #wtpWidget .wtp-toggle input:checked + span {
    background: #2f2a26;
    border-color: #2f2a26;
    color: #faf8f5;
  }

  #wtpWidget .wtp-vopts {
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    gap: 6px;
  }

  #wtpWidget .wtp-vopt {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 9px 12px;
    border: 1px solid #e0d9cd;
    border-radius: 3px;
    cursor: pointer;
    font-size: 13px;
    color: #2f2a26;
    background: #ffffff;
  }

  #wtpWidget .wtp-vopt input { accent-color: #2f2a26; margin: 0; }

  #wtpWidget .wtp-vopt em {
    font-style: normal;
    color: #b4a894;
    font-size: 12px;
  }

  #wtpWidget .wtp-vopt-empty {
    font-size: 12.5px;
    color: #a4463c;
    margin: 6px 0 0 0;
  }

  #wtpWidget .wtp-checkline {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin-bottom: 20px;
  }

  #wtpWidget .wtp-checkline input {
    margin-top: 3px;
    accent-color: #2f2a26;
  }

  #wtpWidget .wtp-checkline label {
    font-size: 13.5px;
    color: #7d7468;
    line-height: 1.5;
  }

  #wtpWidget .wtp-divider {
    height: 1px;
    background: #e8e1d7;
    margin: 8px 0 24px 0;
  }

  #wtpWidget .wtp-btn {
    font-family: 'Jost', sans-serif;
    font-size: 13.5px;
    letter-spacing: 0.03em;
    padding: 13px 28px;
    border-radius: 3px;
    cursor: pointer;
    border: 1px solid transparent;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    transition: opacity 0.2s ease;
  }

  #wtpWidget .wtp-btn:hover { opacity: 0.85; }

  #wtpWidget .wtp-btn-primary {
    background: #2f2a26;
    color: #faf8f5;
    width: 100%;
  }

  #wtpWidget .wtp-btn-ghost {
    background: transparent;
    border-color: #c6bdab;
    color: #7d7468;
  }

  #wtpWidget .wtp-step-actions {
    display: flex;
    gap: 12px;
  }

  #wtpWidget .wtp-step-actions .wtp-btn-ghost { flex: 0 0 auto; }
  #wtpWidget .wtp-step-actions .wtp-btn-primary { flex: 1; }

  #wtpWidget .wtp-result-actions {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 18px;
  }

  #wtpWidget .wtp-result-actions .wtp-btn {
    width: auto;
    border: none;
    background: none;
    text-decoration: underline;
    color: #b4a894;
    font-size: 12.5px;
    padding: 6px 4px;
  }

  #wtpWidget .wtp-error {
    color: #a4463c;
    font-size: 13px;
    margin-top: 12px;
    text-align: center;
  }

  #wtpWidget .wtp-loading {
    text-align: center;
    padding: 40px 0;
    color: #7d7468;
    font-style: italic;
    font-family: 'Cormorant Garamond', serif;
    font-size: 19px;
  }

  #wtpWidget .wtp-warning {
    background: #f3e9e5;
    border: 1px solid #d9b8ab;
    color: #8a4a37;
    font-size: 13px;
    padding: 12px 16px;
    border-radius: 3px;
    margin-bottom: 24px;
  }

  #wtpWidget .wtp-warning div + div {
    margin-top: 8px;
  }

  #wtpWidget .wtp-results-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: 21px;
    font-weight: 600;
    margin: 28px 0 16px 0;
    color: #2f2a26;
  }

  #wtpWidget .wtp-results-title:first-of-type { margin-top: 0; }

  #wtpWidget .wtp-timeline {
    position: relative;
    padding-left: 26px;
  }

  #wtpWidget .wtp-timeline::before {
    content: '';
    position: absolute;
    left: 5px;
    top: 6px;
    bottom: 6px;
    width: 1px;
    background: #c6bdab;
  }

  #wtpWidget .wtp-tl-item {
    position: relative;
    padding-bottom: 22px;
  }

  #wtpWidget .wtp-tl-item:last-child { padding-bottom: 0; }

  #wtpWidget .wtp-tl-item.wtp-tl-gap::before {
    background: #b4a894;
  }

  #wtpWidget .wtp-tl-item::before {
    content: '';
    position: absolute;
    left: -26px;
    top: 4px;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #faf8f5;
    border: 1.5px solid #2f2a26;
  }

  #wtpWidget .wtp-tl-time {
    font-family: 'Cormorant Garamond', serif;
    font-size: 19px;
    font-weight: 600;
    color: #2f2a26;
  }

  #wtpWidget .wtp-tl-label {
    font-size: 13px;
    color: #7d7468;
    margin-top: 2px;
  }

  #wtpWidget .wtp-tl-note {
    font-size: 11.5px;
    color: #b4a894;
    margin-top: 6px;
    padding-top: 6px;
    border-top: 1px dashed #e8e1d7;
  }

  #wtpWidget .wtp-vehicle-box {
    background: #f3efe9;
    border: 1px solid #e8e1d7;
    border-radius: 3px;
    padding: 20px 22px;
    font-size: 14px;
    line-height: 1.7;
    color: #2f2a26;
  }

  #wtpWidget .wtp-vehicle-box strong { color: #2f2a26; }

  #wtpWidget .wtp-price-line {
    display: flex;
    justify-content: space-between;
    padding: 8px 0;
    border-bottom: 1px dashed #e0d9cd;
    font-size: 13.5px;
  }

  #wtpWidget .wtp-price-line:last-of-type { border-bottom: none; }

  #wtpWidget .wtp-price-total {
    display: flex;
    justify-content: space-between;
    padding-top: 14px;
    margin-top: 6px;
    border-top: 1px solid #2f2a26;
    font-family: 'Cormorant Garamond', serif;
    font-size: 21px;
    font-weight: 600;
  }

  #wtpWidget .wtp-vehicle-footnote {
    font-size: 12px;
    color: #b4a894;
    margin-top: 16px;
    padding-top: 12px;
    border-top: 1px solid #e8e1d7;
  }

  #wtpWidget .wtp-cta {
    text-align: center;
    margin-top: 32px;
    padding-top: 28px;
    border-top: 1px solid #e8e1d7;
  }

  #wtpWidget .wtp-cta p {
    font-size: 13.5px;
    color: #7d7468;
    margin: 0 0 16px 0;
  }

  #wtpWidget .wtp-cta .wtp-btn { width: auto; padding: 14px 36px; }

  @media (max-width: 600px) {
    #wtpWidget .wtp-card { padding: 32px 22px; }
    #wtpWidget h2 { font-size: 27px; }
    #wtpWidget .wtp-line { width: 30px; }
    #wtpWidget .wtp-toggle-group { flex-direction: column; }
  }
