/* SWIVON booking.css — auto-generated from preview/sections/ */
/* ═══════════════════════════════════════════════════════════ */
/* SHARED BASE (from _shared.css)                               */
/* ═══════════════════════════════════════════════════════════ */
:root {
  --black: #0c0c0c;
  --cream: #f7f5f0;
  --gold: #B89A3E;
  --gold-light: #d4b856;
  --gold-hover: #9c8234;
  --gray-50: #faf9f6;
  --gray-100: #e4e1da;
  --gray-300: #c9c5ba;
  --gray-500: #8a8680;
  --gray-700: #3a3a3a;
  --white: #ffffff;
  --success: #2d7a4f;
  --shadow-sm: 0 2px 8px rgba(12,12,12,.06);
  --shadow-md: 0 12px 32px rgba(12,12,12,.12);
  --shadow-lg: 0 20px 60px rgba(12,12,12,.18);
}
/* Scoped resets (instead of global *, html, body, h1-h3 resets) */
#swivon-booking { box-sizing: border-box; font-family: 'Inter', -apple-system, sans-serif; background: var(--cream); color: var(--black); line-height: 1.55; font-weight: 300; }
#swivon-booking *, #swivon-booking *::before, #swivon-booking *::after { box-sizing: border-box; margin: 0; padding: 0; -webkit-tap-highlight-color: transparent; }
#swivon-booking h1, #swivon-booking h2, #swivon-booking h3 { font-family: 'EB Garamond', Georgia, serif; font-weight: 400; letter-spacing: .01em; }
body { padding-bottom: 80px; }

/* ═══ NAV ═══ */
#swivon-booking .mockup-nav {
  position: sticky; top: 0; z-index: 100;
  background: var(--black); color: var(--cream);
  padding: 12px 20px; display: flex; gap: 8px; flex-wrap: wrap; align-items: center;
  border-bottom: 1px solid var(--gold);
}
#swivon-booking .mockup-nav strong { font-family: 'EB Garamond', Georgia, serif; font-size: 18px; color: var(--gold); margin-right: 12px; letter-spacing: .05em; }
#swivon-booking .mockup-nav a {
  color: var(--cream); text-decoration: none; padding: 5px 12px;
  border: 1px solid rgba(247,245,240,.2); border-radius: 2px;
  font-size: 11px; letter-spacing: .08em; text-transform: uppercase;
  transition: all .2s;
}
#swivon-booking .mockup-nav a:hover { background: var(--gold); color: var(--black); border-color: var(--gold); }

/* ═══ STEP SECTION ═══ */
#swivon-booking .step {
  min-height: 90vh; padding: 50px 20px 40px; display: flex; flex-direction: column; align-items: center;
  position: relative;
}
#swivon-booking .step-wrap { width: 100%; max-width: 900px; }

/* Progress bar */
#swivon-booking .progress {
  display: flex; justify-content: center; align-items: center; gap: 6px;
  margin-bottom: 40px;
}
#swivon-booking .progress .dot {
  width: 36px; height: 4px; background: var(--gray-100); border-radius: 2px; transition: all .3s;
}
#swivon-booking .progress .dot.active { background: var(--gold); }
#swivon-booking .progress .dot.done { background: var(--black); }
#swivon-booking .progress .label {
  font-size: 10px; letter-spacing: .15em; text-transform: uppercase;
  color: var(--gray-500); margin-left: 12px;
}

/* Heading */
#swivon-booking .step h1 {
  font-size: clamp(32px, 5vw, 48px); text-align: center; margin-bottom: 10px;
  color: var(--black); line-height: 1.15;
}
#swivon-booking .step .sub {
  text-align: center; color: var(--gray-500); font-size: 15px; margin-bottom: 40px;
  max-width: 560px; margin-left: auto; margin-right: auto;
}

/* ═══ BIG TAP CARDS ═══ */
#swivon-booking .cards {
  display: grid; gap: 16px; margin-bottom: 30px;
}
#swivon-booking .cards.col-2 { grid-template-columns: repeat(2, 1fr); }
#swivon-booking .cards.col-3 { grid-template-columns: repeat(3, 1fr); }
#swivon-booking .cards.col-4 { grid-template-columns: repeat(4, 1fr); }
#swivon-booking .cards.col-5 { grid-template-columns: repeat(5, 1fr); }
@media (max-width: 980px) { #swivon-booking .cards.col-5 { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 640px) { #swivon-booking .cards.col-5 { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 720px) {
  #swivon-booking .cards.col-3, #swivon-booking .cards.col-4 { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 440px) {
  #swivon-booking .cards.col-2, #swivon-booking .cards.col-3, #swivon-booking .cards.col-4 { grid-template-columns: 1fr; }
}

#swivon-booking .tap-card {
  background: var(--white);
  border: 2px solid var(--gray-100);
  padding: 20px 16px;
  text-align: center;
  cursor: pointer;
  transition: all .25s cubic-bezier(.4,0,.2,1);
  position: relative;
  min-height: 145px;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  gap: 8px;
}
#swivon-booking .tap-card svg { max-height: 60px; }
#swivon-booking .tap-card:hover {
  border-color: var(--gold);
  transform: translateY(-3px);
  box-shadow: var(--shadow-md);
}
#swivon-booking .tap-card.selected {
  border-color: var(--gold);
  background: linear-gradient(180deg, #fffdf5 0%, #fdfcf7 100%);
  box-shadow: var(--shadow-md);
}
/* Checkmark badge on selected tap-cards removed — cards are link-style boxes, not checkboxes. */
#swivon-booking .tap-card .emoji { font-size: 44px; line-height: 1; margin-bottom: 2px; }
#swivon-booking .tap-card .big-num {
  font-family: 'EB Garamond', Georgia, serif; font-size: 40px; font-weight: 400;
  color: var(--black); line-height: 1; letter-spacing: .01em;
}
#swivon-booking .tap-card .card-title {
  font-size: 20px; font-weight: 400; color: var(--black); margin-top: 3px;
  font-family: 'EB Garamond', Georgia, serif; letter-spacing: .005em;
}
#swivon-booking .tap-card .card-sub {
  font-size: 12px; color: var(--gray-500); letter-spacing: .02em;
}

/* Auto-advance hint */
#swivon-booking .auto-hint {
  text-align: center; font-size: 11px; color: var(--gray-500);
  letter-spacing: .12em; text-transform: uppercase; margin-top: 8px;
}
#swivon-booking .auto-hint::before { content: '↓ '; color: var(--gold); }

/* ═══ HERO ═══ */
#swivon-booking .hero {
  background: linear-gradient(135deg, #0c0c0c 0%, #1a1a1a 100%);
  color: var(--cream); text-align: center; padding: 90px 24px 100px;
  position: relative; overflow: hidden;
}
#swivon-booking .hero::before {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(circle at 80% 20%, rgba(184,154,62,.18), transparent 55%);
}
#swivon-booking .hero-content { position: relative; z-index: 1; max-width: 720px; margin: 0 auto; }
#swivon-booking .hero .eyebrow { color: var(--gold); font-size: 11px; letter-spacing: .3em; text-transform: uppercase; margin-bottom: 20px; }
#swivon-booking .hero h1 { font-size: clamp(38px, 6.5vw, 68px); margin-bottom: 18px; color: var(--cream); line-height: 1.1; }
#swivon-booking .hero h1 span { color: var(--gold); font-style: italic; }
#swivon-booking .hero p { font-size: 17px; color: var(--gray-300); margin: 0 auto 36px; max-width: 560px; }
#swivon-booking .cta-big {
  display: inline-block; background: var(--gold); color: var(--black);
  padding: 20px 48px; font-size: 13px; letter-spacing: .2em; text-transform: uppercase;
  font-weight: 600; border: none; cursor: pointer; transition: all .25s;
  text-decoration: none;
}
#swivon-booking .cta-big:hover { background: var(--gold-light); transform: translateY(-2px); box-shadow: var(--shadow-md); }
#swivon-booking .hero-badges { display: flex; gap: 20px; justify-content: center; flex-wrap: wrap; margin-top: 40px; }
#swivon-booking .hero-badge { color: var(--gray-300); font-size: 12px; display: flex; align-items: center; gap: 6px; }
#swivon-booking .hero-badge::before { content: '✓'; color: var(--gold); font-weight: 700; }

/* ═══ STICKY NAV FOOTER ═══ */
.sticky-footer {
  position: fixed; bottom: 0; left: 0; right: 0;
  background: #fdfcf9;
  border-top: 1px solid #e6e1d4;
  box-shadow: 0 -6px 20px rgba(12,12,12,.04);
  padding: 14px 28px;
  display: flex; justify-content: space-between; align-items: center;
  z-index: 90;
}
.sticky-footer::before {
  content: ''; position: absolute; top: 0; left: 0; right: 0;
  height: 2px; background: linear-gradient(90deg, transparent, #B89A3E 50%, transparent);
  opacity: .4;
}
.sticky-footer .sf-back {
  background: transparent; border: none; cursor: pointer;
  font-family: 'Inter', sans-serif; font-size: 12px;
  color: #6b6760; letter-spacing: .1em; text-transform: uppercase;
  padding: 12px 8px; display: flex; align-items: center; gap: 8px;
  transition: color .15s;
}
.sticky-footer .sf-back:hover { color: #B89A3E; }
.sticky-footer .sf-back .arrow { font-size: 16px; line-height: 1; }
.sticky-footer .sf-step {
  font-family: 'Inter', sans-serif; font-size: 11px;
  color: #8a8680; letter-spacing: .12em; text-transform: uppercase;
  position: absolute; left: 50%; transform: translateX(-50%);
}
.sticky-footer .sf-next {
  background: #0c0c0c; color: #f7f5f0; border: none;
  padding: 14px 32px; font-family: 'Inter', sans-serif;
  font-size: 12px; letter-spacing: .14em; text-transform: uppercase;
  font-weight: 600; cursor: pointer;
  display: flex; align-items: center; gap: 10px;
  transition: background .15s;
}
.sticky-footer .sf-next:hover { background: #B89A3E; }
.sticky-footer .sf-next .arrow { color: #B89A3E; font-size: 16px; line-height: 1; transition: color .15s; }
.sticky-footer .sf-next:hover .arrow { color: #f7f5f0; }
.sticky-footer .sf-spacer { width: 80px; }
body { padding-bottom: 72px; }

/* ═══ ROUTE / ADDRESS ═══ */
#swivon-booking .route-card {
  background: var(--white); border: 1px solid var(--gray-100);
  padding: 28px; max-width: 640px; margin: 0 auto;
}
#swivon-booking .addr-field {
  position: relative; padding: 18px 16px 18px 54px;
  border: 1px solid var(--gray-100); margin-bottom: 12px; cursor: text;
  transition: border .2s;
}
#swivon-booking .addr-field:focus-within { border-color: var(--gold); }
#swivon-booking .addr-field.filled { border-color: var(--gold); background: #fdfcf7; }
#swivon-booking .addr-field .addr-icon {
  position: absolute; left: 18px; top: 50%; transform: translateY(-50%);
  width: 26px; height: 26px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 14px; font-weight: 700;
}
#swivon-booking .addr-field.pickup .addr-icon { background: var(--gold); color: var(--black); }
#swivon-booking .addr-field.dropoff .addr-icon { background: var(--black); color: var(--gold); }
#swivon-booking .addr-field .addr-label {
  font-size: 10px; letter-spacing: .12em; text-transform: uppercase; color: var(--gray-500); margin-bottom: 2px;
}
#swivon-booking .addr-field input {
  border: none; outline: none; font-size: 16px; width: 100%;
  font-family: inherit; background: transparent; color: var(--black); font-weight: 400;
}
#swivon-booking .addr-field input::placeholder { color: var(--gray-300); font-weight: 300; }

#swivon-booking .datetime-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 16px; }
@media (max-width: 480px) { #swivon-booking .datetime-row { grid-template-columns: 1fr; } }
#swivon-booking .dt-field {
  padding: 16px; border: 1px solid var(--gray-100); cursor: pointer; transition: border .2s;
}
#swivon-booking .dt-field:hover { border-color: var(--gold); }
#swivon-booking .dt-field .dt-label { font-size: 10px; letter-spacing: .12em; text-transform: uppercase; color: var(--gray-500); margin-bottom: 4px; }
#swivon-booking .dt-field .dt-value { font-family: 'EB Garamond', Georgia, serif; font-size: 22px; color: var(--black); }

/* Airport badge */
#swivon-booking .airport-alert {
  background: linear-gradient(90deg, #fffbe6, #fdf6d3);
  border-left: 3px solid var(--gold); padding: 14px 18px;
  margin-top: 14px; display: flex; align-items: center; gap: 12px;
}
#swivon-booking .airport-alert .ap-icon { font-size: 24px; }
#swivon-booking .airport-alert .ap-text { flex: 1; font-size: 13px; }
#swivon-booking .airport-alert .ap-text strong { color: var(--black); display: block; }
#swivon-booking .airport-alert .ap-text small { color: var(--gray-700); }

/* ═══ VEHICLE CARDS ═══ */
#swivon-booking .vehicle-cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 16px; }
#swivon-booking .veh-card {
  background: var(--white); border: 2px solid var(--gray-100);
  cursor: pointer; transition: all .25s; overflow: hidden; position: relative;
}
#swivon-booking .veh-card:hover { border-color: var(--gold); transform: translateY(-3px); box-shadow: var(--shadow-md); }
#swivon-booking .veh-card.selected { border-color: var(--gold); box-shadow: var(--shadow-md); }
#swivon-booking .veh-card.disabled { opacity: .45; cursor: not-allowed; }
#swivon-booking .veh-card.disabled:hover { transform: none; border-color: var(--gray-100); box-shadow: none; }

#swivon-booking .veh-img {
  height: 150px; background: linear-gradient(135deg, #ebe8e0, #f7f5f0);
  display: flex; align-items: center; justify-content: center; font-size: 70px;
  position: relative;
}
#swivon-booking .veh-status {
  position: absolute; top: 10px; left: 10px;
  padding: 4px 10px; font-size: 10px; letter-spacing: .1em; text-transform: uppercase; font-weight: 600;
}
#swivon-booking .veh-status.available { background: var(--success); color: var(--white); }
#swivon-booking .veh-status.last { background: #d97706; color: var(--white); }
#swivon-booking .veh-status.sold-out { background: #a83232; color: var(--white); }

#swivon-booking .veh-card.selected .veh-check {
  position: absolute; top: 10px; right: 10px;
  width: 30px; height: 30px; border-radius: 50%;
  background: var(--gold); color: var(--black);
  display: flex; align-items: center; justify-content: center;
  font-weight: 700; font-size: 15px;
}
#swivon-booking .veh-body { padding: 20px; }
#swivon-booking .veh-body .cat { font-size: 10px; letter-spacing: .15em; text-transform: uppercase; color: var(--gold); font-weight: 600; margin-bottom: 4px; }
#swivon-booking .veh-body h3 { font-size: 24px; margin-bottom: 6px; }
#swivon-booking .veh-body .specs { font-size: 12px; color: var(--gray-500); margin-bottom: 14px; display: flex; gap: 14px; flex-wrap: wrap; }
#swivon-booking .veh-body .specs span::before { margin-right: 4px; color: var(--gold); }
#swivon-booking .veh-body .specs .pax::before { content: '👤'; }
#swivon-booking .veh-body .specs .bag::before { content: '🧳'; }
#swivon-booking .veh-body .price {
  display: flex; align-items: baseline; gap: 6px;
  padding-top: 14px; border-top: 1px solid var(--gray-100);
}
#swivon-booking .veh-body .price .from { font-size: 11px; color: var(--gray-500); letter-spacing: .1em; text-transform: uppercase; }
#swivon-booking .veh-body .price .amount { font-family: 'EB Garamond', Georgia, serif; font-size: 30px; color: var(--gold); font-weight: 600; }
#swivon-booking .veh-body .price .unit { font-size: 12px; color: var(--gray-500); }

/* ═══ EXTRAS (tap chips) ═══ */
#swivon-booking .extras-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); gap: 12px; }
#swivon-booking .extra-chip {
  background: var(--white); border: 2px solid var(--gray-100);
  padding: 18px 16px; cursor: pointer; transition: all .2s;
  display: flex; align-items: center; gap: 14px; position: relative;
}
#swivon-booking .extra-chip:hover { border-color: var(--gold); }
#swivon-booking .extra-chip.selected { border-color: var(--gold); background: #fdfcf7; }
#swivon-booking .extra-chip.selected::after {
  content: '✓'; position: absolute; top: 8px; right: 12px; color: var(--gold); font-weight: 700;
}
#swivon-booking .extra-chip .ex-emoji { font-size: 30px; }
#swivon-booking .extra-chip .ex-info { flex: 1; }
#swivon-booking .extra-chip .ex-info strong { display: block; font-size: 14px; font-weight: 500; }
#swivon-booking .extra-chip .ex-info small { font-size: 11px; color: var(--gray-500); }
#swivon-booking .extra-chip .ex-price { font-family: 'EB Garamond', Georgia, serif; font-size: 20px; color: var(--gold); font-weight: 600; }
#swivon-booking .extra-chip .ex-price.free { color: var(--success); font-size: 13px; letter-spacing: .1em; text-transform: uppercase; }

/* ═══ PAYMENT ═══ */
#swivon-booking .payment-cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)); gap: 14px; }
#swivon-booking .pay-card {
  background: var(--white); border: 2px solid var(--gray-100);
  padding: 22px 16px; cursor: pointer; transition: all .25s; text-align: center;
  position: relative;
}
#swivon-booking .pay-card:hover { border-color: var(--gold); }
#swivon-booking .pay-card.selected { border-color: var(--gold); background: #fdfcf7; }
#swivon-booking .pay-row:hover { border-color: #c9c3b3 !important; }
#swivon-booking .pay-row:has(input:checked) { border-color: #B89A3E !important; border-width: 2px !important; padding: 21px 25px !important; background: #fdfcf7 !important; box-shadow: 0 2px 12px rgba(184,154,62,.08); }
#swivon-booking .pay-card.selected::before {
  content: '✓'; position: absolute; top: 8px; right: 10px;
  width: 22px; height: 22px; border-radius: 50%; background: var(--gold); color: var(--black);
  display: flex; align-items: center; justify-content: center; font-size: 12px; font-weight: 700;
}
#swivon-booking .pay-card .pay-emoji { font-size: 38px; margin-bottom: 8px; }
#swivon-booking .pay-card .pay-title { font-size: 14px; font-weight: 500; margin-bottom: 2px; }
#swivon-booking .pay-card .pay-desc { font-size: 11px; color: var(--gray-500); }

/* ═══ CONTACT FORM ═══ */
#swivon-booking .contact-card { background: var(--white); padding: 32px; border: 1px solid var(--gray-100); max-width: 640px; margin: 0 auto; }
#swivon-booking .input-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; margin-bottom: 12px; }
@media (max-width: 480px) { #swivon-booking .input-row { grid-template-columns: 1fr; } }

/* ═══════════════════════════════════════════════════════════════════
   MOBILE OVERRIDES · 375px–640px
   Forces 1-column layouts and tighter spacing for inline-styled grids
═══════════════════════════════════════════════════════════════════ */
@media (max-width: 640px) {
  html body #swivon-booking .step { padding: 50px 16px 40px !important; }
  html body #swivon-booking .step-wrap { padding: 0 !important; max-width: 100% !important; }
  #swivon-booking .step h1 { font-size: 28px !important; line-height: 1.25 !important; }
  #swivon-booking .step .sub { font-size: 13px !important; }
  #swivon-booking .route-card { padding: 20px 14px !important; max-width: 100% !important; box-sizing: border-box !important; }
  html body #swivon-booking .sw-extras-toggle, html body #swivon-booking #sw-extras-toggle { max-width: 100% !important; box-sizing: border-box !important; padding-left: 12px !important; padding-right: 12px !important; }
  #swivon-booking .addr-field { padding: 14px 14px 14px 48px !important; }
  #swivon-booking .addr-field .addr-icon { left: 12px !important; }
  #swivon-booking .dt-field { padding: 14px !important; }

  /* All inline grid-template-columns with 2+ columns → 1 column */
  #swivon-booking .step [style*="grid-template-columns:1fr 1fr"],
  #swivon-booking .step [style*="grid-template-columns: 1fr 1fr"],
  #swivon-booking .step [style*="grid-template-columns:repeat(2,1fr)"],
  #swivon-booking .step [style*="grid-template-columns: repeat(2, 1fr)"],
  #swivon-booking .step [style*="grid-template-columns:repeat(3,1fr)"],
  #swivon-booking .step [style*="grid-template-columns: repeat(3, 1fr)"],
  #swivon-booking .step [style*="grid-template-columns:1.35fr 1fr"],
  #swivon-booking .step [style*="grid-template-columns:1.2fr 1fr"],
  #swivon-booking .step [style*="grid-template-columns:1fr 1.1fr"],
  #swivon-booking .step [style*="grid-template-columns:1fr 1.35fr"] {
    grid-template-columns: 1fr !important;
    gap: 14px !important;
  }

  /* Payment grid: keep 2x2 for top but allow stacking if super narrow */
  @media (max-width: 420px) {
    #swivon-booking .pay-row { padding: 18px 18px !important; }
  }

  /* Big number typography reduction */
  #swivon-booking [style*="font-size:48px"] { font-size: 32px !important; }
  #swivon-booking [style*="font-size:44px"] { font-size: 30px !important; }
  #swivon-booking [style*="font-size:40px"] { font-size: 28px !important; }
  #swivon-booking [style*="font-size:38px"] { font-size: 26px !important; }
  #swivon-booking [style*="font-size:36px"] { font-size: 26px !important; }
  #swivon-booking [style*="font-size:34px"] { font-size: 24px !important; }
  #swivon-booking [style*="font-size:32px"] { font-size: 22px !important; }

  /* Card padding reduction */
  #swivon-booking [style*="padding:32px"] { padding: 22px !important; }
  #swivon-booking [style*="padding:28px 32px"] { padding: 20px 18px !important; }
  #swivon-booking [style*="padding:26px 30px"] { padding: 20px 18px !important; }
  #swivon-booking [style*="padding:24px 28px"] { padding: 18px 16px !important; }
  #swivon-booking [style*="padding:22px 26px"] { padding: 16px 14px !important; }
  #swivon-booking [style*="padding:22px 24px"] { padding: 16px 14px !important; }

  /* Min-width buttons become full-width */
  #swivon-booking button[style*="min-width:380px"],
  #swivon-booking button[style*="min-width:320px"] {
    min-width: 0 !important;
    width: 100% !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  /* Sticky footer compact */
  .sticky-footer { padding: 10px 14px !important; }
  .sticky-footer .sf-back,
  .sticky-footer .sf-next { padding: 10px 14px !important; font-size: 10px !important; letter-spacing: .1em !important; }
  .sticky-footer .sf-next { padding: 10px 18px !important; }
  .sticky-footer .sf-step { display: none !important; }
  body { padding-bottom: 64px !important; }

  /* Progress bar tighter */
  #swivon-booking .progress { flex-wrap: wrap !important; gap: 6px !important; }
  #swivon-booking .progress .dot { width: 6px !important; height: 6px !important; }
  #swivon-booking .progress .label { font-size: 10px !important; width: 100%; text-align: center; margin-top: 6px; }

  /* Fleet / vehicle cards full width */
  #swivon-booking .step-wrap[style*="max-width:960px"],
  #swivon-booking .step-wrap[style*="max-width:860px"],
  #swivon-booking .step-wrap[style*="max-width:760px"],
  #swivon-booking .step-wrap[style*="max-width:720px"],
  #swivon-booking .step-wrap[style*="max-width:680px"] {
    max-width: 100% !important;
  }

  /* Flex rows with absolute positioning elements wrap */
  #swivon-booking [style*="display:flex"][style*="justify-content:space-between"] {
    flex-wrap: wrap !important;
    gap: 10px !important;
  }

  /* Reduce huge vertical padding on success/phase-2 banners */
  #swivon-booking [style*="padding:60px 20px"] { padding: 40px 16px !important; }
}
#swivon-booking .input-field {
  padding: 14px 16px; border: 1px solid var(--gray-100); background: var(--white);
}
#swivon-booking .input-field label { font-size: 10px; letter-spacing: .1em; text-transform: uppercase; color: var(--gray-500); display: block; margin-bottom: 3px; }
#swivon-booking .input-field input, #swivon-booking .input-field textarea {
  border: none; outline: none; width: 100%; font-family: inherit; font-size: 15px;
  background: transparent; color: var(--black);
}

/* ═══ ITINERARY BUILDER (Mehrtages — simple tap version) ═══ */
#swivon-booking .days-nav { display: flex; gap: 6px; overflow-x: auto; padding-bottom: 10px; margin-bottom: 20px; }
#swivon-booking .day-pill {
  padding: 10px 18px; background: var(--white); border: 2px solid var(--gray-100);
  cursor: pointer; white-space: nowrap; font-size: 12px; letter-spacing: .05em;
  transition: all .2s;
}
#swivon-booking .day-pill.active { border-color: var(--gold); background: var(--black); color: var(--gold); }
#swivon-booking .day-pill.add { border-style: dashed; color: var(--gray-500); }
#swivon-booking .day-pill.add:hover { border-color: var(--gold); color: var(--gold); }

#swivon-booking .stops { background: var(--white); border: 1px solid var(--gray-100); padding: 24px; }
#swivon-booking .stop-row {
  display: grid; grid-template-columns: 40px 70px 1fr 30px; gap: 12px; align-items: center;
  padding: 14px 0; border-bottom: 1px dashed var(--gray-100);
}
#swivon-booking .stop-row:last-child { border-bottom: none; }
#swivon-booking .stop-num {
  width: 32px; height: 32px; border-radius: 50%; background: var(--gold); color: var(--black);
  display: flex; align-items: center; justify-content: center;
  font-family: 'EB Garamond', Georgia, serif; font-size: 18px; font-weight: 600;
}
#swivon-booking .stop-time { font-family: 'EB Garamond', Georgia, serif; font-size: 22px; color: var(--gold); font-weight: 500; }
#swivon-booking .stop-addr { font-size: 14px; }
#swivon-booking .stop-addr small { display: block; color: var(--gray-500); font-size: 11px; margin-top: 2px; }
#swivon-booking .stop-del { background: none; border: none; color: var(--gray-300); cursor: pointer; font-size: 20px; }
#swivon-booking .stop-del:hover { color: #a83232; }
#swivon-booking .add-stop {
  width: 100%; padding: 16px; background: none; border: 2px dashed var(--gray-300);
  cursor: pointer; margin-top: 14px; font-family: inherit; font-size: 13px;
  color: var(--gray-500); letter-spacing: .05em; transition: all .2s;
}
#swivon-booking .add-stop:hover { border-color: var(--gold); color: var(--gold); }

/* ═══ SUMMARY ═══ */
#swivon-booking .summary-box {
  background: var(--black); color: var(--cream); padding: 28px;
  max-width: 640px; margin: 0 auto;
}
#swivon-booking .summary-box h3 { color: var(--gold); font-size: 22px; margin-bottom: 18px; }
#swivon-booking .sum-line { display: flex; justify-content: space-between; padding: 8px 0; border-bottom: 1px solid rgba(247,245,240,.1); font-size: 13px; }
#swivon-booking .sum-line span:first-child { color: var(--gray-500); }
#swivon-booking .sum-line.total { border-top: 2px solid var(--gold); border-bottom: none; margin-top: 12px; padding-top: 16px; font-size: 16px; }
#swivon-booking .sum-line.total .amount { font-family: 'EB Garamond', Georgia, serif; font-size: 34px; color: var(--gold); font-weight: 600; }

/* ═══ SUCCESS ═══ */
#swivon-booking .success { text-align: center; padding: 60px 20px; max-width: 560px; margin: 0 auto; }
#swivon-booking .success-icon {
  width: 90px; height: 90px; background: var(--gold); border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 48px; margin: 0 auto 24px; color: var(--black);
}
#swivon-booking .success h1 { font-size: 44px; margin-bottom: 10px; }
#swivon-booking .success p { color: var(--gray-500); margin-bottom: 28px; font-size: 16px; }
#swivon-booking .ref-box { background: var(--white); border: 1px solid var(--gold); padding: 20px; margin: 24px 0; }
#swivon-booking .ref-box .ref-label { font-size: 10px; letter-spacing: .15em; text-transform: uppercase; color: var(--gray-500); margin-bottom: 6px; }
#swivon-booking .ref-box .ref-num { font-family: 'EB Garamond', Georgia, serif; font-size: 32px; color: var(--gold); font-weight: 600; }
#swivon-booking .success-actions { display: flex; gap: 10px; justify-content: center; flex-wrap: wrap; }
#swivon-booking .btn-ghost-success, #swivon-booking .btn-primary-success, #swivon-booking .btn-dark-success {
  padding: 14px 22px; font-size: 11px; letter-spacing: .15em; text-transform: uppercase;
  border: none; cursor: pointer; font-weight: 600; font-family: inherit;
}
#swivon-booking .btn-primary-success { background: var(--gold); color: var(--black); }
#swivon-booking .btn-dark-success { background: var(--black); color: var(--cream); }
#swivon-booking .btn-ghost-success { background: transparent; border: 1px solid var(--gray-300); color: var(--gray-700); }

/* Annotations */
#swivon-booking .annotation {
  background: #fffbe6; border-left: 3px solid var(--gold); padding: 14px 18px;
  margin: 16px auto; max-width: 900px; font-size: 13px; color: var(--gray-700);
}
#swivon-booking .annotation strong { color: var(--black); }

#swivon-booking footer {
  background: var(--black); color: var(--gray-500); text-align: center;
  padding: 40px 20px; font-size: 12px;
}
#swivon-booking footer .logo { font-family: 'EB Garamond', Georgia, serif; font-size: 24px; color: var(--gold); margin-bottom: 8px; letter-spacing: .1em; }

#swivon-booking .lux-extra:hover { border-color: #c9c3b3 !important; }
#swivon-booking .lux-extra:has(input:checked) {
  border-color: #B89A3E !important;
  border-width: 2px !important;
  box-shadow: 0 4px 20px rgba(184,154,62,.12);
}


/* ═══════════════════════════════════════════════════════════ */
/* S1B — Gepäck                                          */
/* ═══════════════════════════════════════════════════════════ */
#swivon-booking .cards { gap: 14px; }

/* ═══════════════════════════════════════════════════════════ */
/* S3 — Route                                          */
/* ═══════════════════════════════════════════════════════════ */
/* ═══ SWIVON Flatpickr theme — dark/gold luxury ═══ */
  .flatpickr-calendar {
    background: #fdfcf9;
    border: 1px solid #d4cfc2;
    border-radius: 0;
    box-shadow: 0 12px 40px rgba(12,12,12,.18);
    font-family: 'Inter', sans-serif;
    width: 320px;
    padding: 8px 4px 12px;
  }
  .flatpickr-calendar.arrowTop::before,
  .flatpickr-calendar.arrowTop::after { border-bottom-color: #d4cfc2; }
  .flatpickr-months { padding: 8px 6px; }
  .flatpickr-months .flatpickr-month {
    background: transparent;
    color: #0c0c0c;
    height: 42px;
    font-family: 'EB Garamond', Georgia, serif;
  }
  .flatpickr-current-month {
    font-family: 'EB Garamond', Georgia, serif;
    font-size: 18px;
    font-weight: 500;
    color: #0c0c0c;
    padding-top: 6px;
  }
  .flatpickr-current-month .flatpickr-monthDropdown-months,
  .flatpickr-current-month input.cur-year {
    font-family: 'EB Garamond', Georgia, serif;
    font-weight: 500;
    color: #0c0c0c;
  }
  .flatpickr-months .flatpickr-prev-month,
  .flatpickr-months .flatpickr-next-month {
    color: #8a8680;
    fill: #8a8680;
    padding: 10px;
  }
  .flatpickr-months .flatpickr-prev-month:hover svg,
  .flatpickr-months .flatpickr-next-month:hover svg { fill: #B89A3E; }
  .flatpickr-weekdays { background: transparent; }
  span.flatpickr-weekday {
    color: #8a8680;
    font-weight: 600;
    font-size: 10px;
    letter-spacing: .12em;
    text-transform: uppercase;
    background: transparent;
  }
  .flatpickr-day {
    border-radius: 0;
    color: #0c0c0c;
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    font-weight: 400;
    max-width: 40px;
    height: 38px;
    line-height: 38px;
    margin: 1px 0;
  }
  .flatpickr-day:hover,
  .flatpickr-day:focus {
    background: #f7f5f0;
    border-color: transparent;
    color: #0c0c0c;
  }
  .flatpickr-day.today {
    border: 1px solid #B89A3E;
    background: transparent;
    color: #0c0c0c;
  }
  .flatpickr-day.today:hover { background: #f7f5f0; }
  .flatpickr-day.selected,
  .flatpickr-day.selected:hover,
  .flatpickr-day.selected:focus {
    background: #0c0c0c;
    border-color: #0c0c0c;
    color: #B89A3E;
    font-weight: 600;
  }
  .flatpickr-day.flatpickr-disabled,
  .flatpickr-day.prevMonthDay,
  .flatpickr-day.nextMonthDay { color: #d4cfc2; }

  /* Time picker */
  .flatpickr-time {
    border-top: 1px solid #e6e1d4;
    background: #fdfcf9;
    padding-top: 8px;
  }
  .flatpickr-time input {
    font-family: 'EB Garamond', Georgia, serif;
    font-size: 22px;
    color: #0c0c0c;
    font-weight: 500;
  }
  .flatpickr-time input:hover,
  .flatpickr-time input:focus { background: #f7f5f0; }
  .flatpickr-time .flatpickr-time-separator,
  .flatpickr-time .flatpickr-am-pm { color: #0c0c0c; font-weight: 500; }
  .flatpickr-time .numInputWrapper span.arrowUp:after { border-bottom-color: #B89A3E; }
  .flatpickr-time .numInputWrapper span.arrowDown:after { border-top-color: #B89A3E; }

  /* ═══ SWIVON custom time dropdown ═══ */
  .sw-time-pop {
    position: absolute;
    z-index: 9999;
    background: #fdfcf9;
    border: 1px solid #d4cfc2;
    box-shadow: 0 12px 40px rgba(12,12,12,.18);
    width: 180px;
    max-height: 280px;
    overflow-y: auto;
    padding: 6px 0;
    font-family: 'Inter', sans-serif;
  }
  .sw-time-pop .sw-time-item {
    padding: 10px 18px;
    font-size: 14px;
    color: #0c0c0c;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: background .12s;
  }
  .sw-time-pop .sw-time-item:hover { background: #f7f5f0; }
  .sw-time-pop .sw-time-item.selected {
    background: #0c0c0c;
    color: #B89A3E;
    font-weight: 600;
  }
  .sw-time-pop .sw-time-item .sw-tm-hint {
    font-size: 10px;
    color: #8a8680;
    letter-spacing: .08em;
    text-transform: uppercase;
  }
  .sw-time-pop .sw-time-item.selected .sw-tm-hint { color: #8a7a3e; }
  .sw-time-pop::-webkit-scrollbar { width: 6px; }
  .sw-time-pop::-webkit-scrollbar-thumb { background: #d4cfc2; }

/* ═══════════════════════════════════════════════════════════ */
/* S3B — Halbtag/Ganztag                                          */
/* ═══════════════════════════════════════════════════════════ */
/* ═══ SWIVON Flatpickr theme (shared with s3) ═══ */
  .flatpickr-calendar { background:#fdfcf9; border:1px solid #d4cfc2; border-radius:0; box-shadow:0 12px 40px rgba(12,12,12,.18); font-family:'Inter',sans-serif; width:320px; padding:8px 4px 12px; }
  .flatpickr-calendar.arrowTop::before,.flatpickr-calendar.arrowTop::after { border-bottom-color:#d4cfc2; }
  .flatpickr-months .flatpickr-month { background:transparent; color:#0c0c0c; height:42px; font-family:'EB Garamond',Georgia,serif; }
  .flatpickr-current-month { font-family:'EB Garamond',Georgia,serif; font-size:18px; font-weight:500; color:#0c0c0c; padding-top:6px; }
  .flatpickr-current-month .flatpickr-monthDropdown-months, .flatpickr-current-month input.cur-year { font-family:'EB Garamond',Georgia,serif; font-weight:500; color:#0c0c0c; }
  .flatpickr-months .flatpickr-prev-month,.flatpickr-months .flatpickr-next-month { color:#8a8680; fill:#8a8680; padding:10px; }
  .flatpickr-months .flatpickr-prev-month:hover svg,.flatpickr-months .flatpickr-next-month:hover svg { fill:#B89A3E; }
  span.flatpickr-weekday { color:#8a8680; font-weight:600; font-size:10px; letter-spacing:.12em; text-transform:uppercase; background:transparent; }
  .flatpickr-day { border-radius:0; color:#0c0c0c; font-family:'Inter',sans-serif; font-size:13px; max-width:40px; height:38px; line-height:38px; }
  .flatpickr-day:hover,.flatpickr-day:focus { background:#f7f5f0; border-color:transparent; color:#0c0c0c; }
  .flatpickr-day.today { border:1px solid #B89A3E; background:transparent; }
  .flatpickr-day.selected,.flatpickr-day.selected:hover { background:#0c0c0c; border-color:#0c0c0c; color:#B89A3E; font-weight:600; }
  .flatpickr-day.flatpickr-disabled,.flatpickr-day.prevMonthDay,.flatpickr-day.nextMonthDay { color:#d4cfc2; }

  /* ═══ SWIVON custom time dropdown (shared with s3) ═══ */
  .sw-time-pop { position:absolute; z-index:9999; background:#fdfcf9; border:1px solid #d4cfc2; box-shadow:0 12px 40px rgba(12,12,12,.18); width:180px; max-height:280px; overflow-y:auto; padding:6px 0; font-family:'Inter',sans-serif; }
  .sw-time-pop .sw-time-item { padding:10px 18px; font-size:14px; color:#0c0c0c; cursor:pointer; display:flex; justify-content:space-between; align-items:center; transition:background .12s; }
  .sw-time-pop .sw-time-item:hover { background:#f7f5f0; }
  .sw-time-pop .sw-time-item.selected { background:#0c0c0c; color:#B89A3E; font-weight:600; }
  .sw-time-pop .sw-time-item .sw-tm-hint { font-size:10px; color:#8a8680; letter-spacing:.08em; text-transform:uppercase; }
  .sw-time-pop .sw-time-item.selected .sw-tm-hint { color:#8a7a3e; }
  .sw-time-pop::-webkit-scrollbar { width:6px; }
  .sw-time-pop::-webkit-scrollbar-thumb { background:#d4cfc2; }

  /* ═══ All boxes A4 width ═══ */
  #swivon-booking .sw-box { max-width:800px; margin-left:auto; margin-right:auto; }
  /* Override shared .route-card max-width inside s3b */
  #swivon-booking #s3b .route-card { max-width:800px; }

  /* ═══ Stops list — A4 paper feel ═══ */
  #swivon-booking .sw-stops { background:#fff; border:1px solid #e6e1d4; padding:36px 48px; margin-top:14px; box-shadow:0 2px 8px rgba(12,12,12,.04), 0 12px 32px rgba(12,12,12,.06); position:relative; }
  #swivon-booking .sw-stops::before { content:''; position:absolute; left:0; top:0; bottom:0; width:3px; background:linear-gradient(180deg,#B89A3E,#8a7a3e); }
  #swivon-booking .sw-stops-hint { display:flex; align-items:flex-start; gap:10px; padding:12px 14px; background:#faf8f2; border-left:3px solid #B89A3E; font-family:'Inter',sans-serif; font-size:12px; color:#5a554c; line-height:1.5; margin-bottom:18px; }
  #swivon-booking .sw-stops-hint .ico { color:#B89A3E; font-size:14px; flex-shrink:0; }
  #swivon-booking .sw-stop { position:relative; padding:16px 46px 16px 58px; border:1px solid #e6e1d4; margin-bottom:10px; cursor:text; transition:border .2s; background:#fdfcf9; }
  #swivon-booking .sw-stop:focus-within { border-color:#B89A3E; background:#fff; }
  #swivon-booking .sw-stop-num { position:absolute; left:16px; top:50%; transform:translateY(-50%); width:30px; height:30px; border-radius:50%; background:#0c0c0c; color:#B89A3E; font-family:'EB Garamond',Georgia,serif; font-size:14px; display:flex; align-items:center; justify-content:center; font-weight:600; }
  #swivon-booking .sw-stop-num.start { background:#B89A3E; color:#0c0c0c; }
  #swivon-booking .sw-stop-num.end { background:#5a554c; color:#fff; }
  #swivon-booking .sw-stop-label { font-family:'Inter',sans-serif; font-size:9px; color:#8a8680; letter-spacing:.14em; text-transform:uppercase; margin-bottom:2px; font-weight:600; }
  #swivon-booking .sw-stop-input { width:100%; border:none; outline:none; font-family:'Inter',sans-serif; font-size:15px; color:#0c0c0c; background:transparent; padding:2px 0; }
  #swivon-booking .sw-stop-del { position:absolute; right:10px; top:50%; transform:translateY(-50%); background:none; border:none; color:#8a8680; font-size:20px; cursor:pointer; padding:6px 10px; }
  #swivon-booking .sw-stop-del:hover { color:#c33; }
  #swivon-booking .sw-add-stop { width:100%; margin-top:8px; padding:14px 16px; background:transparent; border:2px dashed #B89A3E; color:#0c0c0c; font-family:'Inter',sans-serif; font-size:13px; font-weight:500; letter-spacing:.04em; cursor:pointer; display:flex; align-items:center; justify-content:center; gap:8px; transition:all .2s; }
  #swivon-booking .sw-add-stop:hover { background:#fdfcf9; }
  #swivon-booking .sw-add-stop span.plus { color:#B89A3E; font-size:18px; }

/* ═══════════════════════════════════════════════════════════ */
/* S3C — Mehrtages Tour                                          */
/* ═══════════════════════════════════════════════════════════ */
/* ═══ SWIVON Flatpickr theme ═══ */
  .flatpickr-calendar { background:#fdfcf9; border:1px solid #d4cfc2; border-radius:0; box-shadow:0 12px 40px rgba(12,12,12,.18); font-family:'Inter',sans-serif; width:320px; padding:8px 4px 12px; }
  .flatpickr-calendar.arrowTop::before,.flatpickr-calendar.arrowTop::after { border-bottom-color:#d4cfc2; }
  .flatpickr-months .flatpickr-month { background:transparent; color:#0c0c0c; height:42px; font-family:'EB Garamond',Georgia,serif; }
  .flatpickr-current-month { font-family:'EB Garamond',Georgia,serif; font-size:18px; font-weight:500; color:#0c0c0c; padding-top:6px; }
  .flatpickr-current-month .flatpickr-monthDropdown-months, .flatpickr-current-month input.cur-year { font-family:'EB Garamond',Georgia,serif; font-weight:500; color:#0c0c0c; }
  .flatpickr-months .flatpickr-prev-month,.flatpickr-months .flatpickr-next-month { color:#8a8680; fill:#8a8680; padding:10px; }
  .flatpickr-months .flatpickr-prev-month:hover svg,.flatpickr-months .flatpickr-next-month:hover svg { fill:#B89A3E; }
  span.flatpickr-weekday { color:#8a8680; font-weight:600; font-size:10px; letter-spacing:.12em; text-transform:uppercase; background:transparent; }
  .flatpickr-day { border-radius:0; color:#0c0c0c; font-family:'Inter',sans-serif; font-size:13px; max-width:40px; height:38px; line-height:38px; }
  .flatpickr-day:hover,.flatpickr-day:focus { background:#f7f5f0; border-color:transparent; color:#0c0c0c; }
  .flatpickr-day.today { border:1px solid #B89A3E; background:transparent; }
  .flatpickr-day.selected,.flatpickr-day.selected:hover { background:#0c0c0c; border-color:#0c0c0c; color:#B89A3E; font-weight:600; }
  .flatpickr-day.flatpickr-disabled,.flatpickr-day.prevMonthDay,.flatpickr-day.nextMonthDay { color:#d4cfc2; }

  /* ═══ Time dropdown ═══ */
  .sw-time-pop { position:absolute; z-index:9999; background:#fdfcf9; border:1px solid #d4cfc2; box-shadow:0 12px 40px rgba(12,12,12,.18); width:180px; max-height:280px; overflow-y:auto; padding:6px 0; font-family:'Inter',sans-serif; }
  .sw-time-pop .sw-time-item { padding:10px 18px; font-size:14px; color:#0c0c0c; cursor:pointer; display:flex; justify-content:space-between; align-items:center; transition:background .12s; }
  .sw-time-pop .sw-time-item:hover { background:#f7f5f0; }
  .sw-time-pop .sw-time-item.selected { background:#0c0c0c; color:#B89A3E; font-weight:600; }
  .sw-time-pop .sw-time-item .sw-tm-hint { font-size:10px; color:#8a8680; letter-spacing:.08em; text-transform:uppercase; }
  .sw-time-pop .sw-time-item.selected .sw-tm-hint { color:#8a7a3e; }
  .sw-time-pop::-webkit-scrollbar { width:6px; }
  .sw-time-pop::-webkit-scrollbar-thumb { background:#d4cfc2; }

  /* ═══ A4 width ═══ */
  #swivon-booking .sw-box { max-width:800px; margin-left:auto; margin-right:auto; }
  #swivon-booking #s3c .route-card { max-width:800px; }

  /* ═══ Day tabs ═══ */
  #swivon-booking .sw-days-nav { display:flex; gap:6px; flex-wrap:wrap; margin-top:18px; padding:12px 0; border-bottom:1px solid #e6e1d4; align-items:center; }
  #swivon-booking .sw-day-tab { background:#fff; border:1px solid #e6e1d4; padding:10px 16px; font-family:'Inter',sans-serif; font-size:12px; color:#5a554c; cursor:pointer; transition:all .2s; display:flex; align-items:center; gap:10px; }
  #swivon-booking .sw-day-tab:hover { border-color:#B89A3E; }
  #swivon-booking .sw-day-tab.active { background:#0c0c0c; border-color:#0c0c0c; color:#fff; }
  #swivon-booking .sw-day-tab.active .sw-day-date { color:#B89A3E; }
  #swivon-booking .sw-day-tab .sw-day-label { font-weight:600; text-transform:uppercase; letter-spacing:.1em; font-size:10px; }
  #swivon-booking .sw-day-tab .sw-day-date { color:#8a8680; font-size:11px; }
  #swivon-booking .sw-day-tab .sw-day-close { background:none; border:none; color:#8a8680; font-size:15px; cursor:pointer; padding:0 2px; line-height:1; }
  #swivon-booking .sw-day-tab .sw-day-close:hover { color:#B89A3E; }
  #swivon-booking .sw-add-day { background:transparent; border:2px dashed #B89A3E; color:#0c0c0c; padding:9px 16px; font-family:'Inter',sans-serif; font-size:12px; letter-spacing:.04em; cursor:pointer; display:flex; align-items:center; gap:6px; }
  #swivon-booking .sw-add-day span.plus { color:#B89A3E; font-size:16px; }

  /* ═══ Day panel (paper feel) ═══ */
  #swivon-booking .sw-day-panel { background:#fff; border:1px solid #e6e1d4; padding:36px 48px; margin-top:14px; box-shadow:0 2px 8px rgba(12,12,12,.04),0 12px 32px rgba(12,12,12,.06); position:relative; }
  #swivon-booking .sw-day-panel::before { content:''; position:absolute; left:0; top:0; bottom:0; width:3px; background:linear-gradient(180deg,#B89A3E,#8a7a3e); }
  #swivon-booking .sw-day-panel.hidden { display:none; }
  #swivon-booking .sw-day-header { display:flex; justify-content:space-between; align-items:baseline; flex-wrap:wrap; gap:14px; margin-bottom:18px; padding-bottom:14px; border-bottom:1px solid #f0ece1; }
  #swivon-booking .sw-day-title { font-family:'EB Garamond',Georgia,serif; font-size:26px; color:#0c0c0c; line-height:1; }
  #swivon-booking .sw-day-subtitle { font-family:'Inter',sans-serif; font-size:11px; color:#8a8680; letter-spacing:.08em; text-transform:uppercase; margin-top:4px; }

  #swivon-booking .sw-day-times { display:grid; grid-template-columns:1fr 1fr 1fr; gap:10px; margin-bottom:18px; }
  #swivon-booking .sw-day-times .dt-field { background:#fdfcf9; }
  #swivon-booking .sw-day-times .day-hours-box { border:1px solid #e6e1d4; background:#faf8f2; padding:18px 16px; display:flex; flex-direction:column; justify-content:center; }
  #swivon-booking .sw-day-times .day-hours-box .dt-label { font-family:'Inter',sans-serif; font-size:9px; color:#8a8680; letter-spacing:.14em; text-transform:uppercase; font-weight:600; }
  #swivon-booking .sw-day-times .day-hours-box .day-hours { font-family:'EB Garamond',Georgia,serif; font-size:20px; color:#0c0c0c; margin-top:4px; }

  #swivon-booking .sw-stops-hint { display:flex; align-items:flex-start; gap:10px; padding:12px 14px; background:#faf8f2; border-left:3px solid #B89A3E; font-family:'Inter',sans-serif; font-size:12px; color:#5a554c; line-height:1.5; margin-bottom:18px; }
  #swivon-booking .sw-stops-hint .ico { color:#B89A3E; font-size:14px; flex-shrink:0; }

  #swivon-booking .sw-stop { position:relative; padding:16px 46px 16px 58px; border:1px solid #e6e1d4; margin-bottom:10px; cursor:text; transition:border .2s; background:#fdfcf9; }
  #swivon-booking .sw-stop:focus-within { border-color:#B89A3E; background:#fff; }
  #swivon-booking .sw-stop-num { position:absolute; left:16px; top:50%; transform:translateY(-50%); width:30px; height:30px; border-radius:50%; background:#0c0c0c; color:#B89A3E; font-family:'EB Garamond',Georgia,serif; font-size:14px; display:flex; align-items:center; justify-content:center; font-weight:600; }
  #swivon-booking .sw-stop-num.start { background:#B89A3E; color:#0c0c0c; }
  #swivon-booking .sw-stop-num.end { background:#5a554c; color:#fff; }
  #swivon-booking .sw-stop-label { font-family:'Inter',sans-serif; font-size:9px; color:#8a8680; letter-spacing:.14em; text-transform:uppercase; margin-bottom:2px; font-weight:600; }
  #swivon-booking .sw-stop-input { width:100%; border:none; outline:none; font-family:'Inter',sans-serif; font-size:15px; color:#0c0c0c; background:transparent; padding:2px 0; }
  #swivon-booking .sw-stop-del { position:absolute; right:10px; top:50%; transform:translateY(-50%); background:none; border:none; color:#8a8680; font-size:20px; cursor:pointer; padding:6px 10px; }
  #swivon-booking .sw-stop-del:hover { color:#c33; }
  #swivon-booking .sw-add-stop { width:100%; margin-top:8px; padding:14px 16px; background:transparent; border:2px dashed #B89A3E; color:#0c0c0c; font-family:'Inter',sans-serif; font-size:13px; font-weight:500; letter-spacing:.04em; cursor:pointer; display:flex; align-items:center; justify-content:center; gap:8px; transition:all .2s; }
  #swivon-booking .sw-add-stop:hover { background:#fdfcf9; }
  #swivon-booking .sw-add-stop span.plus { color:#B89A3E; font-size:18px; }

  #swivon-booking .sw-overnight { margin-top:18px; padding-top:18px; border-top:1px dashed #e6e1d4; display:flex; align-items:center; gap:14px; flex-wrap:wrap; }
  #swivon-booking .sw-overnight-label { font-family:'Inter',sans-serif; font-size:10px; color:#8a8680; letter-spacing:.12em; text-transform:uppercase; font-weight:600; flex-shrink:0; }
  #swivon-booking .sw-overnight-input { flex:1; min-width:220px; padding:12px 14px; border:1px solid #d4cfc2; background:#fdfcf9; font-family:'Inter',sans-serif; font-size:13px; color:#0c0c0c; outline:none; }
  #swivon-booking .sw-overnight-input:focus { border-color:#B89A3E; }

  /* Status dot on tab */
  #swivon-booking .sw-day-tab .sw-day-status { width:8px; height:8px; border-radius:50%; background:#e6c547; box-shadow:0 0 0 2px rgba(230,197,71,.18); flex-shrink:0; }
  #swivon-booking .sw-day-tab.complete .sw-day-status { background:#3ea966; box-shadow:0 0 0 2px rgba(62,169,102,.22); }
  #swivon-booking .sw-day-tab.active .sw-day-status { box-shadow:0 0 0 2px rgba(184,154,62,.35); }

  /* Per-day nav (prev/next) */
  #swivon-booking .sw-day-nav { display:flex; justify-content:space-between; gap:10px; margin-top:18px; padding-top:16px; border-top:1px dashed #e6e1d4; }
  #swivon-booking .sw-day-nav button { background:#fff; border:1px solid #d4cfc2; padding:11px 18px; font-family:'Inter',sans-serif; font-size:11px; color:#5a554c; letter-spacing:.1em; text-transform:uppercase; cursor:pointer; transition:all .2s; font-weight:600; }
  #swivon-booking .sw-day-nav button:hover:not(:disabled) { border-color:#B89A3E; color:#0c0c0c; }
  #swivon-booking .sw-day-nav button:disabled { opacity:.35; cursor:not-allowed; }
  #swivon-booking .sw-day-nav button .arr { color:#B89A3E; }

  /* Toast */
  .sw-toast { position:fixed; bottom:30px; left:50%; transform:translateX(-50%) translateY(120%); background:#7a1f1f; color:#fff; padding:14px 22px; font-family:'Inter',sans-serif; font-size:13px; box-shadow:0 12px 40px rgba(12,12,12,.3); border-left:3px solid #e6c547; transition:transform .3s ease; z-index:99999; max-width:520px; }
  .sw-toast.show { transform:translateX(-50%) translateY(0); }

  /* Tour summary */
  #swivon-booking .sw-tour-summary { background:#0c0c0c; color:#f7f5f0; padding:26px 32px; margin-top:14px; display:grid; grid-template-columns:repeat(auto-fit,minmax(140px,1fr)); gap:20px; }
  #swivon-booking .sw-tour-summary .sw-sum-lbl { font-family:'Inter',sans-serif; font-size:10px; color:#8a8680; letter-spacing:.12em; text-transform:uppercase; font-weight:600; }
  #swivon-booking .sw-tour-summary .sw-sum-val { font-family:'EB Garamond',Georgia,serif; font-size:28px; color:#B89A3E; line-height:1; margin-top:6px; }

/* ═══════════════════════════════════════════════════════════ */
/* S6 — Zahlung                                          */
/* ═══════════════════════════════════════════════════════════ */
#swivon-booking .sw-pay-grid { max-width:860px; margin:0 auto; display:grid; grid-template-columns:1fr 1fr; gap:14px; }
  #swivon-booking .sw-pay { position:relative; background:#fff; border:1px solid #e6e1d4; padding:26px 28px 20px; cursor:pointer; transition:border-color .18s, box-shadow .18s, transform .18s; display:flex; flex-direction:column; }
  #swivon-booking .sw-pay:hover { border-color:#B89A3E; box-shadow:0 8px 24px rgba(12,12,12,.06); }
  #swivon-booking .sw-pay.wide { grid-column:1/-1; flex-direction:row; align-items:center; gap:20px; padding:22px 28px; }
  #swivon-booking .sw-pay.selected { border-color:#B89A3E; box-shadow:0 0 0 2px rgba(184,154,62,.22), 0 12px 32px rgba(12,12,12,.08); }
  /* Radio indicator removed — payment cards are link-style boxes, not radios. */
  #swivon-booking .sw-pay-radio { display:none !important; }
  #swivon-booking .sw-pay-empfohlen { position:absolute; top:16px; right:18px; font-family:'Inter',sans-serif; font-size:9px; letter-spacing:.14em; text-transform:uppercase; background:#B89A3E; color:#fff; padding:4px 10px; font-weight:600; }
  #swivon-booking .sw-pay-icon { font-size:30px; line-height:1; margin:6px 0 14px 28px; }
  #swivon-booking .sw-pay.wide .sw-pay-icon { margin:0; font-size:26px; }
  #swivon-booking .sw-pay-title { font-family:'EB Garamond',Georgia,serif; font-size:22px; color:#0c0c0c; margin-bottom:6px; line-height:1.15; }
  #swivon-booking .sw-pay.wide .sw-pay-title { font-size:20px; margin-bottom:4px; }
  #swivon-booking .sw-pay-desc { font-family:'Inter',sans-serif; font-size:12px; color:#6b6760; line-height:1.55; }
  #swivon-booking .sw-pay-footer { display:flex; justify-content:space-between; align-items:center; margin-top:14px; padding-top:12px; border-top:1px dashed #e6e1d4; }
  #swivon-booking .sw-pay-left { font-family:'Inter',sans-serif; font-size:10px; color:#8a8680; }
  #swivon-booking .sw-pay-badge { font-family:'Inter',sans-serif; font-size:9px; color:#6b6760; text-transform:uppercase; letter-spacing:.12em; font-weight:500; }
  #swivon-booking .sw-pay-badge.gold { color:#B89A3E; font-weight:600; }
  #swivon-booking .sw-pay.wide .sw-pay-flex { flex:1; }
  #swivon-booking .sw-pay.wide .sw-pay-badge { white-space:nowrap; }

  #swivon-booking .sw-pay-hint { max-width:860px; margin:22px auto 0; text-align:center; font-family:'Inter',sans-serif; font-size:12px; color:#8a8680; line-height:1.6; }
  #swivon-booking .sw-pay-hint strong { color:#0c0c0c; font-weight:600; }

  @media (max-width:640px){
    #swivon-booking .sw-pay-grid { grid-template-columns:1fr; }
    #swivon-booking .sw-pay.wide { flex-direction:column; align-items:flex-start; }
  }

/* ═══════════════════════════════════════════════════════════ */
/* S7 — Kontakt                                          */
/* ═══════════════════════════════════════════════════════════ */
/* A4 paper panel */
  #swivon-booking .sw-box { max-width:800px; margin-left:auto; margin-right:auto; }
  #swivon-booking .sw-paper { background:#fff; border:1px solid #e6e1d4; padding:42px 52px; box-shadow:0 2px 8px rgba(12,12,12,.04),0 12px 32px rgba(12,12,12,.06); position:relative; }
  #swivon-booking .sw-paper::before { content:''; position:absolute; left:0; top:0; bottom:0; width:3px; background:linear-gradient(180deg,#B89A3E,#8a7a3e); }

  #swivon-booking .sw-paper h2 { font-family:'EB Garamond',Georgia,serif; font-size:28px; font-weight:500; color:#0c0c0c; margin:0 0 6px; line-height:1.1; }
  #swivon-booking .sw-paper .sw-sub { font-family:'Inter',sans-serif; font-size:12px; color:#8a8680; letter-spacing:.04em; margin:0 0 26px; }

  #swivon-booking .sw-row { display:grid; grid-template-columns:1fr 1fr; gap:14px; margin-bottom:14px; }
  #swivon-booking .sw-row.full { grid-template-columns:1fr; }

  #swivon-booking .sw-field { position:relative; border:1px solid #e6e1d4; background:#fdfcf9; padding:14px 16px 12px; transition:border .2s, background .2s; }
  #swivon-booking .sw-field:focus-within { border-color:#B89A3E; background:#fff; }
  #swivon-booking .sw-label { font-family:'Inter',sans-serif; font-size:9px; color:#8a8680; letter-spacing:.14em; text-transform:uppercase; font-weight:600; display:block; margin-bottom:3px; }
  #swivon-booking .sw-label .req { color:#B89A3E; margin-left:3px; }
  #swivon-booking .sw-field input, #swivon-booking .sw-field textarea { width:100%; border:none; outline:none; background:transparent; font-family:'Inter',sans-serif; font-size:15px; color:#0c0c0c; padding:2px 0; resize:none; }
  #swivon-booking .sw-field textarea { min-height:88px; line-height:1.5; font-size:14px; }

  #swivon-booking .sw-agb { display:flex; align-items:flex-start; gap:12px; margin-top:20px; padding:14px 16px; background:#faf8f2; border-left:3px solid #B89A3E; }
  #swivon-booking .sw-agb input { accent-color:#B89A3E; width:17px; height:17px; margin-top:1px; flex-shrink:0; cursor:pointer; }
  #swivon-booking .sw-agb label { font-family:'Inter',sans-serif; font-size:12px; color:#5a554c; line-height:1.55; cursor:pointer; }
  #swivon-booking .sw-agb label a { color:#B89A3E; text-decoration:underline; }
  #swivon-booking .sw-agb label .req { color:#B89A3E; margin-left:3px; }

  #swivon-booking .sw-submit { width:100%; margin-top:18px; padding:22px 28px; background:#0c0c0c; border:none; color:#fff; font-family:'Inter',sans-serif; font-size:13px; letter-spacing:.16em; text-transform:uppercase; font-weight:600; cursor:pointer; display:flex; align-items:center; justify-content:center; gap:14px; transition:background .2s; }
  #swivon-booking .sw-submit:hover:not(:disabled) { background:#1a1a1a; }
  #swivon-booking .sw-submit:disabled { opacity:.45; cursor:not-allowed; }
  #swivon-booking .sw-submit .arr { color:#B89A3E; font-size:18px; }

  #swivon-booking .sw-trust { display:flex; flex-wrap:wrap; justify-content:center; gap:22px; margin-top:18px; font-family:'Inter',sans-serif; font-size:11px; color:#8a8680; letter-spacing:.04em; }
  #swivon-booking .sw-trust span { display:flex; align-items:center; gap:6px; }
  #swivon-booking .sw-trust .ic { color:#B89A3E; }

  .sw-err-toast { position:fixed; bottom:30px; left:50%; transform:translateX(-50%) translateY(120%); background:#7a1f1f; color:#fff; padding:14px 22px; font-family:'Inter',sans-serif; font-size:13px; box-shadow:0 12px 40px rgba(12,12,12,.3); border-left:3px solid #e6c547; transition:transform .3s ease; z-index:99999; max-width:520px; }
  .sw-err-toast.show { transform:translateX(-50%) translateY(0); }

  @media (max-width:640px){
    #swivon-booking .sw-paper { padding:30px 24px; }
    #swivon-booking .sw-row { grid-template-columns:1fr; }
  }

/* ═══════════════════════════════════════════════════════════ */
/* S8Q — Anfrage gesendet                                          */
/* ═══════════════════════════════════════════════════════════ */
#swivon-booking #s8q { background:linear-gradient(180deg,#f7f5f0,#ebe8e0); padding:70px 20px 90px; }

  #swivon-booking .sw-box { max-width:780px; margin:0 auto; text-align:center; }

  /* Success badge */
  #swivon-booking .sw-check-wrap { display:flex; justify-content:center; margin-bottom:26px; }
  #swivon-booking .sw-check { position:relative; width:110px; height:110px; border-radius:50%; background:#0c0c0c; display:flex; align-items:center; justify-content:center; box-shadow:0 0 0 1px #B89A3E, 0 0 0 10px rgba(184,154,62,.08), 0 20px 40px rgba(12,12,12,.12); animation:sw-pop .5s cubic-bezier(.2,1.2,.3,1) both; }
  #swivon-booking .sw-check svg { width:52px; height:52px; }
  #swivon-booking .sw-check svg path { stroke:#B89A3E; stroke-width:3; stroke-linecap:round; stroke-linejoin:round; fill:none; stroke-dasharray:60; stroke-dashoffset:60; animation:sw-draw .55s ease .35s forwards; }
  @keyframes sw-pop { 0% { transform:scale(.4); opacity:0; } 70% { transform:scale(1.05); } 100% { transform:scale(1); opacity:1; } }
  @keyframes sw-draw { to { stroke-dashoffset:0; } }

  #swivon-booking .sw-hero-title { font-family:'EB Garamond',Georgia,serif; font-size:48px; font-weight:400; color:#0c0c0c; line-height:1.1; margin:0 0 12px; letter-spacing:-.01em; }
  #swivon-booking .sw-hero-sub { font-family:'Inter',sans-serif; font-size:15px; color:#5a554c; line-height:1.65; margin:0 auto 34px; max-width:560px; }

  /* Reference card */
  #swivon-booking .sw-ref { max-width:460px; margin:0 auto 40px; background:#fff; border:1px solid #e6e1d4; padding:22px 28px; box-shadow:0 2px 8px rgba(12,12,12,.04),0 12px 32px rgba(12,12,12,.06); position:relative; }
  #swivon-booking .sw-ref::before { content:''; position:absolute; left:0; top:0; bottom:0; width:3px; background:linear-gradient(180deg,#B89A3E,#8a7a3e); }
  #swivon-booking .sw-ref .sw-ref-lbl { font-family:'Inter',sans-serif; font-size:10px; color:#8a8680; letter-spacing:.18em; text-transform:uppercase; font-weight:600; }
  #swivon-booking .sw-ref .sw-ref-val { font-family:'EB Garamond',Georgia,serif; font-size:30px; color:#0c0c0c; margin-top:4px; letter-spacing:.05em; }
  #swivon-booking .sw-ref .sw-ref-hint { font-family:'Inter',sans-serif; font-size:11px; color:#8a8680; margin-top:8px; line-height:1.5; }

  /* Next steps */
  #swivon-booking .sw-steps { max-width:780px; margin:0 auto 40px; text-align:left; }
  #swivon-booking .sw-steps-title { font-family:'Inter',sans-serif; font-size:10px; color:#8a8680; letter-spacing:.18em; text-transform:uppercase; font-weight:600; text-align:center; margin-bottom:22px; }
  #swivon-booking .sw-steps-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:14px; }
  #swivon-booking .sw-step-card { background:#fff; border:1px solid #e6e1d4; padding:26px 22px 24px; position:relative; box-shadow:0 2px 8px rgba(12,12,12,.03); }
  #swivon-booking .sw-step-card::before { content:''; position:absolute; left:0; top:0; width:100%; height:2px; background:linear-gradient(90deg,#B89A3E,transparent); }
  #swivon-booking .sw-step-num { font-family:'EB Garamond',Georgia,serif; font-size:34px; color:#B89A3E; line-height:1; margin-bottom:12px; }
  #swivon-booking .sw-step-h { font-family:'EB Garamond',Georgia,serif; font-size:18px; color:#0c0c0c; margin-bottom:6px; line-height:1.2; }
  #swivon-booking .sw-step-p { font-family:'Inter',sans-serif; font-size:12px; color:#6b6760; line-height:1.55; }

  /* Email hint */
  #swivon-booking .sw-email-hint { max-width:600px; margin:0 auto 34px; padding:16px 22px; background:#faf8f2; border-left:3px solid #B89A3E; text-align:left; font-family:'Inter',sans-serif; font-size:12px; color:#5a554c; line-height:1.6; }
  #swivon-booking .sw-email-hint strong { color:#0c0c0c; }

  /* CTA */
  #swivon-booking .sw-back { display:inline-block; padding:18px 48px; background:#0c0c0c; color:#fff; text-decoration:none; font-family:'Inter',sans-serif; font-size:12px; letter-spacing:.18em; text-transform:uppercase; font-weight:600; transition:background .2s; }
  #swivon-booking .sw-back:hover { background:#1a1a1a; }
  #swivon-booking .sw-back .arr { color:#B89A3E; margin-left:10px; font-size:16px; }

  #swivon-booking .sw-phone { display:block; margin-top:18px; font-family:'Inter',sans-serif; font-size:12px; color:#8a8680; }
  #swivon-booking .sw-phone a { color:#B89A3E; text-decoration:none; font-weight:600; }

  @media (max-width:640px){
    #swivon-booking .sw-hero-title { font-size:34px; }
    #swivon-booking .sw-steps-grid { grid-template-columns:1fr; }
  }


/* ═══════════════════════════════════════════════════════════ */
/* THEME OVERRIDES — prevent WP theme from hijacking inputs    */
/* ═══════════════════════════════════════════════════════════ */
#swivon-booking input[type="text"],
#swivon-booking input[type="email"],
#swivon-booking input[type="tel"],
#swivon-booking input[type="number"],
#swivon-booking input[type="search"],
#swivon-booking textarea,
#swivon-booking select {
  color: #0c0c0c !important;
  background-color: transparent !important;
  font-family: 'Inter', -apple-system, sans-serif !important;
  font-size: 15px !important;
  -webkit-text-fill-color: #0c0c0c !important;
  opacity: 1 !important;
}
#swivon-booking input::placeholder,
#swivon-booking textarea::placeholder {
  color: #a8a39a !important;
  opacity: 1 !important;
  -webkit-text-fill-color: #a8a39a !important;
}
#swivon-booking input:focus,
#swivon-booking textarea:focus,
#swivon-booking select:focus {
  color: #0c0c0c !important;
  -webkit-text-fill-color: #0c0c0c !important;
  outline: none !important;
  box-shadow: none !important;
}
/* Autofill (Chrome/Safari) — prevent yellow background + white text */
#swivon-booking input:-webkit-autofill,
#swivon-booking input:-webkit-autofill:hover,
#swivon-booking input:-webkit-autofill:focus {
  -webkit-text-fill-color: #0c0c0c !important;
  -webkit-box-shadow: 0 0 0 1000px #fdfcf9 inset !important;
  box-shadow: 0 0 0 1000px #fdfcf9 inset !important;
  transition: background-color 9999s ease-in-out 0s;
}
/* Field containers — ensure text is dark on light bg */
#swivon-booking .addr-field input,
#swivon-booking .dt-field input,
#swivon-booking .sw-field input,
#swivon-booking .sw-field textarea,
#swivon-booking .sw-stop-input,
#swivon-booking .sw-overnight-input {
  color: #0c0c0c !important;
  -webkit-text-fill-color: #0c0c0c !important;
}

/* ═══════════════════════════════════════════════════════════ */
/* THEME OVERRIDES — input sizing (reset WP theme defaults)    */
/* ═══════════════════════════════════════════════════════════ */
#swivon-booking *,
#swivon-booking *::before,
#swivon-booking *::after {
  box-sizing: border-box !important;
}
#swivon-booking input[type="text"],
#swivon-booking input[type="email"],
#swivon-booking input[type="tel"],
#swivon-booking input[type="number"],
#swivon-booking textarea,
#swivon-booking select {
  padding: 0 !important;
  margin: 0 !important;
  border: none !important;
  line-height: 1.4 !important;
  min-height: 0 !important;
  height: auto !important;
  width: 100% !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
/* Transfer/route form — addr-field input matches preview (16px) */
#swivon-booking .addr-field input {
  padding: 0 !important;
  font-size: 16px !important;
  line-height: 1.4 !important;
  font-weight: 400 !important;
  background: transparent !important;
  border: none !important;
  color: #0c0c0c !important;
}
/* Date/Time field — input inside is readonly, small */
#swivon-booking .dt-field input {
  padding: 0 !important;
  font-size: 16px !important;
  line-height: 1.4 !important;
  background: transparent !important;
  border: none !important;
  color: #0c0c0c !important;
}
/* Contact form (s7) / planner stop inputs — 15px */
#swivon-booking .sw-field input,
#swivon-booking .sw-field textarea,
#swivon-booking .sw-stop-input {
  padding: 2px 0 !important;
  font-size: 15px !important;
  line-height: 1.4 !important;
  background: transparent !important;
  border: none !important;
  color: #0c0c0c !important;
}
/* Force .addr-field container padding to exact preview values */
#swivon-booking .addr-field {
  padding: 18px 16px 18px 54px !important;
  line-height: 1.4 !important;
}
#swivon-booking .dt-field {
  padding: 16px !important;
  line-height: 1.4 !important;
}
#swivon-booking .route-card {
  padding: 28px !important;
  line-height: 1.4 !important;
}
/* Overnight input has its own border box */
#swivon-booking .sw-overnight-input {
  padding: 12px 14px !important;
  border: 1px solid #d4cfc2 !important;
  background: #fdfcf9 !important;
  font-size: 13px !important;
}
/* Textareas need some min-height for notes */
#swivon-booking .sw-field textarea {
  min-height: 88px !important;
  line-height: 1.5 !important;
  font-size: 14px !important;
}
/* Prevent theme from adding default button styles inside form */
#swivon-booking button {
  font-family: 'Inter', -apple-system, sans-serif !important;
  -webkit-appearance: none !important;
  appearance: none !important;
  border-radius: 0 !important;
  text-transform: none;
  line-height: normal !important;
}
/* Labels shouldn't get theme styling */
#swivon-booking label {
  margin: 0 !important;
  font-weight: inherit !important;
}

/* ═══════════════════════════════════════════════════════════ */
/* NUCLEAR RESET — defeat any WP theme input styling           */
/* ═══════════════════════════════════════════════════════════ */
html body #swivon-booking .addr-field,
html body #swivon-booking .dt-field,
html body #swivon-booking .sw-field,
html body #swivon-booking .sw-stop {
  line-height: 1.4 !important;
  font-family: 'Inter', -apple-system, sans-serif !important;
}
html body #swivon-booking .addr-field {
  padding: 18px 16px 18px 54px !important;
  min-height: 0 !important;
  height: auto !important;
  margin-bottom: 12px !important;
}
html body #swivon-booking .dt-field {
  padding: 16px !important;
  min-height: 0 !important;
  height: auto !important;
}
html body #swivon-booking .addr-field input,
html body #swivon-booking .dt-field input {
  all: unset !important;
  display: block !important;
  width: 100% !important;
  font-family: 'Inter', -apple-system, sans-serif !important;
  font-size: 16px !important;
  line-height: 1.4 !important;
  color: #0c0c0c !important;
  -webkit-text-fill-color: #0c0c0c !important;
  background: transparent !important;
  border: none !important;
  padding: 0 !important;
  margin: 0 !important;
  min-height: 0 !important;
  height: auto !important;
  box-shadow: none !important;
  outline: none !important;
  cursor: text !important;
}
html body #swivon-booking .dt-field input {
  cursor: pointer !important;
}
html body #swivon-booking .addr-field input::placeholder,
html body #swivon-booking .dt-field input::placeholder {
  color: #a8a39a !important;
  -webkit-text-fill-color: #a8a39a !important;
  opacity: 1 !important;
  font-weight: 300 !important;
}
html body #swivon-booking .sw-field input,
html body #swivon-booking .sw-field textarea,
html body #swivon-booking .sw-stop-input,
html body #swivon-booking .sw-overnight-input {
  all: unset !important;
  display: block !important;
  width: 100% !important;
  font-family: 'Inter', -apple-system, sans-serif !important;
  font-size: 15px !important;
  line-height: 1.4 !important;
  color: #0c0c0c !important;
  -webkit-text-fill-color: #0c0c0c !important;
  background: transparent !important;
  box-sizing: border-box !important;
  padding: 2px 0 !important;
}
html body #swivon-booking .sw-field textarea {
  min-height: 88px !important;
  font-size: 14px !important;
  line-height: 1.5 !important;
}
html body #swivon-booking .sw-overnight-input {
  padding: 12px 14px !important;
  border: 1px solid #d4cfc2 !important;
  background: #fdfcf9 !important;
  font-size: 13px !important;
}

/* ═══════════════════════════════════════════════════════════ */
/* BUTTON RESET — defeat theme button backgrounds              */
/* ═══════════════════════════════════════════════════════════ */
html body #swivon-booking button {
  background: none;
  background-image: none !important;
  border: none;
  box-shadow: none !important;
  text-shadow: none !important;
  border-radius: 0 !important;
  box-sizing: border-box !important;
  cursor: pointer !important;
  font-family: 'Inter', -apple-system, sans-serif !important;
  text-transform: none;
  letter-spacing: normal;
  min-height: 0 !important;
  height: auto !important;
  line-height: 1.2;
}
/* s3 transfer — dashed action buttons */
html body #swivon-booking #sw-add-stop,
html body #swivon-booking #sw-toggle-return {
  flex: 1 !important;
  min-width: 180px !important;
  background: #fff !important;
  background-image: none !important;
  border: 2px dashed #B89A3E !important;
  color: #0c0c0c !important;
  padding: 14px 16px !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
}
html body #swivon-booking #sw-s3-next {
  width: 100% !important;
  margin-top: 20px !important;
  padding: 20px 28px !important;
  background: #0c0c0c !important;
  background-image: none !important;
  color: #fff !important;
  border: none !important;
  font-size: 13px !important;
  letter-spacing: .18em !important;
  text-transform: uppercase !important;
  font-weight: 600 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 14px !important;
}
html body #swivon-booking #sw-extras-toggle {
  background: none !important;
  border: none !important;
  color: #8a8680 !important;
  font-size: 12px !important;
  letter-spacing: .08em !important;
  padding: 10px 14px !important;
  border-radius: 0 !important;
  max-width: 100% !important;
  box-sizing: border-box !important;
  white-space: normal !important;
  text-align: center !important;
  display: block !important;
  margin: 14px auto 0 !important;
  width: auto !important;
}
html body #swivon-booking #sw-extras-close,
html body #swivon-booking .sw-remove-stop {
  background: none !important;
  border: none !important;
  color: #8a8680 !important;
  font-size: 18px !important;
  padding: 4px 8px !important;
  line-height: 1 !important;
}
html body #swivon-booking .sw-qty-minus,
html body #swivon-booking .sw-qty-plus {
  width: 28px !important;
  height: 28px !important;
  background: none !important;
  border: none !important;
  font-size: 15px !important;
  color: #5a554c !important;
  padding: 0 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
}
/* Day tabs in s3c — white bg, gray border */
html body #swivon-booking .sw-day-tab {
  background: #fff !important;
  border: 1px solid #e6e1d4 !important;
  padding: 10px 16px !important;
  font-size: 12px !important;
  color: #5a554c !important;
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  line-height: 1.2 !important;
}
html body #swivon-booking .sw-day-tab.active {
  background: #0c0c0c !important;
  border-color: #0c0c0c !important;
  color: #fff !important;
}
html body #swivon-booking .sw-day-tab.active .sw-day-date {
  color: #B89A3E !important;
}
html body #swivon-booking .sw-day-tab .sw-day-date {
  color: #8a8680 !important;
}
/* Add day button — transparent with dashed gold border */
html body #swivon-booking .sw-add-day,
html body #swivon-booking .sw-add-stop {
  background: transparent !important;
  border: 2px dashed #B89A3E !important;
  color: #0c0c0c !important;
  padding: 9px 16px !important;
  font-size: 12px !important;
  display: flex !important;
  align-items: center !important;
  gap: 6px !important;
}
html body #swivon-booking .sw-add-stop {
  width: 100% !important;
  padding: 14px 16px !important;
  font-size: 13px !important;
  justify-content: center !important;
  gap: 8px !important;
}
/* Stop delete button */
html body #swivon-booking .sw-stop-del {
  background: none !important;
  border: none !important;
  color: #8a8680 !important;
  font-size: 20px !important;
  padding: 6px 10px !important;
}
/* Day close button */
html body #swivon-booking .sw-day-close {
  background: none !important;
  border: none !important;
  color: #8a8680 !important;
  font-size: 15px !important;
  padding: 0 2px !important;
  line-height: 1 !important;
}
/* Next-step confirmation buttons — keep black bg */
html body #swivon-booking .sw-submit,
html body #swivon-booking #sw-s3c-next,
html body #swivon-booking #sw-submit {
  background: #0c0c0c !important;
  color: #fff !important;
  border: none !important;
  padding: 20px 28px !important;
  width: 100% !important;
  font-size: 13px !important;
  letter-spacing: .16em !important;
  text-transform: uppercase !important;
  font-weight: 600 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 14px !important;
}
/* Prev/next day nav buttons inside panel */
html body #swivon-booking .sw-day-nav button {
  background: #fff !important;
  border: 1px solid #d4cfc2 !important;
  padding: 11px 18px !important;
  font-size: 11px !important;
  color: #5a554c !important;
  letter-spacing: .1em !important;
  text-transform: uppercase !important;
  font-weight: 600 !important;
}

/* ═══════════════════════════════════════════════════════════════════
   MOBILE PORTED FROM PREVIEW — s1b, s3*, s7, flatpickr, stops
═══════════════════════════════════════════════════════════════════ */
html body #swivon-booking .sw-stop { box-sizing: border-box !important; width: 100% !important; }
html body #swivon-booking .sw-stops-list, html body #swivon-booking #sw-stops-list { display: block !important; }

@media (max-width: 640px) {
  html body #swivon-booking .sw-paper { padding: 24px 16px !important; }
  html body #swivon-booking .sw-row { grid-template-columns: 1fr !important; }
  html body #swivon-booking .sw-field { padding: 12px 14px 10px !important; }
  html body #swivon-booking .sw-field input,
  html body #swivon-booking .sw-field textarea { font-size: 14px !important; }
  html body #swivon-booking .sw-agb { padding: 12px 14px !important; gap: 10px !important; font-size: 12px !important; }
  html body #swivon-booking .sw-submit { padding: 18px 14px !important; font-size: 11px !important; letter-spacing: .1em !important; white-space: normal !important; }

  html body #swivon-booking .sw-stops { padding: 22px 14px 22px 18px !important; }
  html body #swivon-booking .sw-stops-hint { padding: 10px 12px !important; font-size: 11px !important; }
  html body #swivon-booking .sw-stop { padding: 14px 36px 14px 48px !important; }
  html body #swivon-booking .sw-stop-num { left: 10px !important; width: 26px !important; height: 26px !important; font-size: 12px !important; }
  html body #swivon-booking .sw-stop-label { font-size: 8px !important; }
  html body #swivon-booking .sw-stop-input { font-size: 14px !important; }
  html body #swivon-booking .sw-stop-del { right: 4px !important; padding: 6px 6px !important; font-size: 18px !important; }
  html body #swivon-booking .sw-add-stop { padding: 12px 10px !important; font-size: 12px !important; }
  html body #swivon-booking .sw-day-tab { padding: 8px 10px !important; font-size: 11px !important; gap: 6px !important; }
  html body #swivon-booking .sw-day-panel { padding: 22px 14px 22px 18px !important; max-width: 100% !important; }
  html body #swivon-booking .sw-day-header { padding-bottom: 12px !important; margin-bottom: 14px !important; gap: 8px !important; }
  html body #swivon-booking .sw-day-title { font-size: 22px !important; }
  html body #swivon-booking .sw-day-subtitle { font-size: 11px !important; }
  html body #swivon-booking .sw-tour-summary { padding: 18px 16px !important; grid-template-columns: 1fr 1fr !important; gap: 14px !important; }
  html body #swivon-booking .sw-tour-summary .sw-sum-val { font-size: 22px !important; }
  html body #swivon-booking .sw-day-times { grid-template-columns: 1fr 1fr !important; gap: 8px !important; }
  html body #swivon-booking .sw-day-times .day-hours-box { grid-column: 1 / -1 !important; }
  html body #swivon-booking .sw-box, html body #swivon-booking .sw-paper { max-width: 100% !important; box-sizing: border-box !important; }
  html body #swivon-booking .sw-paper > * { max-width: 100% !important; box-sizing: border-box !important; }
  html body #swivon-booking, html body #swivon-booking * { box-sizing: border-box !important; }
  html body #swivon-booking { overflow-x: hidden !important; }
  html body #swivon-booking .sw-day-nav { grid-template-columns: 1fr 1fr !important; gap: 8px !important; }
  html body #swivon-booking .sw-day-nav button { padding: 11px 8px !important; font-size: 10px !important; letter-spacing: .05em !important; min-width: 0 !important; }
  html body #swivon-booking #sw-s3c-next, html body #swivon-booking #sw-s3b-next, html body #swivon-booking #sw-s3-next { padding: 18px 12px !important; font-size: 11px !important; letter-spacing: .08em !important; white-space: normal !important; text-align: center !important; line-height: 1.3 !important; }
  html body #swivon-booking .sw-stops-list, html body #swivon-booking #sw-stops-list { min-width: 0 !important; }
  html body #swivon-booking .sw-stop-input, html body #swivon-booking input, html body #swivon-booking textarea { min-width: 0 !important; max-width: 100% !important; }

  html body #swivon-booking .sw-wide-card { flex-direction: column !important; text-align: center !important; padding: 22px 16px !important; gap: 14px !important; }
  html body #swivon-booking .sw-wide-card > div:first-child { justify-content: center !important; gap: 6px !important; }
  html body #swivon-booking .sw-wide-card svg { width: 42px !important; height: auto !important; }
  html body #swivon-booking .sw-wide-card .card-title { font-size: 22px !important; text-align: center !important; }
  html body #swivon-booking .sw-wide-card .card-sub { text-align: center !important; }
}

/* ═══ Sticky footer back button — high specificity for WP ═══ */
html body .sticky-footer .sf-back {
  color: #3a3733 !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  letter-spacing: .1em !important;
  text-transform: uppercase !important;
  padding: 12px 8px !important;
  background: transparent !important;
  border: none !important;
}
html body .sticky-footer .sf-back:hover {
  color: #B89A3E !important;
}
html body .sticky-footer .sf-back .arrow {
  font-size: 16px !important;
  color: inherit !important;
}

/* ═══ S3 Transfer Form — luxury styling ═══ */
html body #swivon-booking #sw-s3 .route-card {
  position: relative;
  box-shadow: 0 2px 8px rgba(12,12,12,.04), 0 12px 32px rgba(12,12,12,.06);
  border: 1px solid #e6e1d4;
}
html body #swivon-booking #sw-s3 .route-card::before {
  content: '';
  position: absolute;
  left: 0; top: 0; bottom: 0;
  width: 3px;
  background: linear-gradient(180deg, #B89A3E, #8a7a3e);
}
html body #swivon-booking #sw-s3 .datetime-row {
  margin-top: 20px !important;
  padding-top: 20px !important;
  border-top: 1px solid #f0ece1 !important;
}
html body #swivon-booking #sw-s3 .addr-field {
  background: #fdfcf9 !important;
  border: 1px solid #e6e1d4 !important;
  transition: border .2s, box-shadow .2s;
}
html body #swivon-booking #sw-s3 .addr-field:focus-within {
  border-color: #B89A3E !important;
  box-shadow: 0 0 0 3px rgba(184,154,62,.08);
}
html body #swivon-booking #sw-s3 .dt-field {
  background: #fdfcf9 !important;
  border: 1px solid #e6e1d4 !important;
  transition: border .2s, box-shadow .2s;
}
html body #swivon-booking #sw-s3 .dt-field:hover {
  border-color: #B89A3E !important;
  box-shadow: 0 0 0 3px rgba(184,154,62,.08);
}
html body #swivon-booking #sw-s3 #sw-add-stop,
html body #swivon-booking #sw-s3 #sw-toggle-return {
  background: #fdfcf9 !important;
  border: 1.5px dashed #c9b97a !important;
}
html body #swivon-booking #sw-s3 #sw-add-stop:hover,
html body #swivon-booking #sw-s3 #sw-toggle-return:hover {
  background: #f7f5f0 !important;
  border-color: #B89A3E !important;
  box-shadow: 0 2px 8px rgba(184,154,62,.10);
}
html body #swivon-booking #sw-s3 #sw-s3-next {
  box-shadow: 0 4px 16px rgba(12,12,12,.12);
  margin-top: 24px !important;
}
html body #swivon-booking #sw-s3 #sw-s3-next:hover {
  background: #1a1a1a !important;
  box-shadow: 0 6px 24px rgba(12,12,12,.20);
}

/* ═══ S8Q — "Zurück zur Startseite" button ═══ */
html body #swivon-booking .sw-back {
  display: inline-block !important;
  padding: 18px 48px !important;
  background: #0c0c0c !important;
  color: #f7f5f0 !important;
  text-decoration: none !important;
  font-family: 'Inter', -apple-system, sans-serif !important;
  font-size: 12px !important;
  letter-spacing: .18em !important;
  text-transform: uppercase !important;
  font-weight: 600 !important;
  transition: background .25s, box-shadow .25s !important;
  border: none !important;
  box-shadow: 0 4px 16px rgba(12,12,12,.12);
}
html body #swivon-booking .sw-back:hover {
  background: #B89A3E !important;
  color: #0c0c0c !important;
  box-shadow: 0 6px 24px rgba(184,154,62,.25);
}

/* ═══ Google Places Autocomplete dropdown ═══ */
.pac-container {
  font-family: 'Inter', -apple-system, sans-serif !important;
  background: #ffffff !important;
  border: 1px solid #e6e1d4 !important;
  border-top: none !important;
  box-shadow: 0 4px 16px rgba(12,12,12,.10) !important;
  border-radius: 0 0 4px 4px !important;
  z-index: 999999 !important;
}
.pac-item,
.pac-item span,
.pac-item-query,
.pac-matched {
  font-family: 'Inter', -apple-system, sans-serif !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  color: #3a3632 !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
}
.pac-item {
  padding: 12px 16px !important;
  background: #ffffff !important;
  border-top: 1px solid #f0ece1 !important;
  cursor: pointer !important;
  line-height: 1.5 !important;
}
.pac-item:hover, .pac-item-selected {
  background: #f7f5f0 !important;
}
.pac-matched {
  color: #B89A3E !important;
}
.pac-icon {
  display: none !important;
}
.pac-logo::after {
  padding: 8px 14px !important;
  background: #ffffff !important;
}

.flatpickr-calendar { max-width: calc(100vw - 24px) !important; }
@media (max-width: 480px) {
  .flatpickr-calendar { width: calc(100vw - 24px) !important; left: 12px !important; right: 12px !important; }
  .flatpickr-days, .dayContainer { width: 100% !important; min-width: 0 !important; max-width: 100% !important; }
  .dayContainer { justify-content: space-around !important; }
}
