:root{
  --kb-navy:#10293f;
  --kb-navy-2:#173b5c;
  --kb-blue:#5368e8;
  --kb-blue-dark:#4054d6;
  --kb-gold:#ffce6a;
  --kb-gold-soft:#fff3ce;
  --kb-border:#e8ebef;
  --kb-text:#102235;
  --kb-muted:#7b8794;
  --kb-bg:#f4f7f8;
  --kb-shadow:0 18px 45px rgba(16,34,53,.14);
}

.kb-search-form,
.kb-results-wrap,
.kb-checkout-wrap,
.kb-vehicle-screen,
.kb-booking-flow {
  font-family:'Plus Jakarta Sans', Arial, sans-serif !important;
  color:var(--kb-text);
}

.kb-vehicle-screen *,
.kb-booking-flow * {
  font-family:'Plus Jakarta Sans', Arial, sans-serif !important;
}
.kb-search-form{position:relative;z-index:99999;width:100%}

/* Main booking form */
.kb-search-bar{
  display:flex;
  align-items:stretch;
  width:100%;
  background:#fff;
  border:4px solid var(--kb-gold);
  border-radius:10px;
  box-shadow:var(--kb-shadow);
  min-height:82px;
  overflow:visible;
}
.kb-field{
  position:relative;
  flex:1;
  display:flex;
  flex-direction:column;
  justify-content:center;
  min-width:0;
  padding:16px 22px;
  border-right:1px solid #dfe4ea;
  background:#fff;
}
.kb-airport-field{flex:1.15;border-top-left-radius:6px;border-bottom-left-radius:6px}
.kb-combo-field{
  flex:1.25;
}

@media (min-width:901px){
  .kb-combo-field{
    padding-left:54px !important;
  }
}
.kb-date-field{flex:1.05}
.kb-return-field{flex:1.02}
.kb-passenger-field{flex:.88}
.kb-return-field[hidden],.kb-return-field.is-hidden{display:none!important}
.kb-return-field.is-disabled {
  opacity: .35;
  pointer-events: none;
  background: #f7f8fa;
}

.kb-label{
  display:block;
  color:#7d8895;
  font-size:13px;
  line-height:1.2;
  margin-bottom:6px;
  font-weight:800;
  letter-spacing:.01em;
}
.kb-field input,.kb-field select{
  border:0!important;
  outline:none!important;
  background:transparent!important;
  padding:0!important;
  margin:0!important;
  box-shadow:none!important;
  color:var(--kb-text);
  font-size:17px;
  font-weight:800;
  width:100%;
}
.kb-static-location{display:flex;align-items:center;gap:10px;color:var(--kb-text);font-size:17px;font-weight:900;white-space:nowrap}
.kb-static-location strong{font-weight:900}
.kb-airport-icon{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:24px;
  height:24px;
  border-radius:7px;
  background:#eef4ff;
  color:var(--kb-blue);
  font-size:16px;
  line-height:1;
  transform:rotate(135deg);
}
.kb-airport-icon.is-departure{transform:rotate(45deg)}

.kb-search-btn{
  min-width:165px;
  border:0;
  background:var(--kb-blue);
  color:#fff;
  font-weight:900;
  text-transform:none;
  font-size:17px;
  cursor:pointer;
  border-top-right-radius:6px;
  border-bottom-right-radius:6px;
  box-shadow:inset 0 -3px 0 rgba(0,0,0,.08);
  transition:background .18s ease,transform .18s ease;
}
.kb-search-btn:hover{background:var(--kb-blue-dark);transform:translateY(-1px)}

.kb-swap{
  width:54px;
  height:54px;
  min-width:54px;
  border-radius:50%;
  border:3px solid #eaf0ff;
  background:#fff;
  color:var(--kb-blue);
  font-size:21px;
  font-weight:900;
  margin-left:-27px;
  margin-right:-27px;
  z-index:6;
  align-self:center;
  cursor:pointer;
  display:flex;
  align-items:center;
  justify-content:center;
  box-shadow:0 8px 22px rgba(83,104,232,.24);
  transition:background .2s ease,color .2s ease,transform .2s ease;
}
.kb-swap:hover{background:var(--kb-blue);color:#fff}
.kb-swap span{display:block;line-height:1}
.kb-search-form[data-direction="to_airport"] .kb-swap{transform:rotate(180deg)}
.kb-swap.is-spinning{animation:kbSpin .35s ease}
@keyframes kbSpin{from{transform:rotate(0)}to{transform:rotate(180deg)}}

/* Location combo */
.kb-combo{position:relative}.kb-combo-input{cursor:text}.kb-combo-menu{display:none;position:absolute;z-index:999999;left:-10px;right:-10px;top:48px;background:#fff;border:1px solid #e5e9ee;border-radius:14px;box-shadow:0 18px 42px rgba(15,30,45,.16);max-height:360px;overflow:auto;padding:10px}.kb-combo.is-open .kb-combo-menu{display:block}.kb-combo-group{font-size:12px;font-weight:900;color:#8b95a3;text-transform:uppercase;letter-spacing:.08em;border-top:1px solid #eef1f4;padding:13px 12px 7px}.kb-combo-group:first-child{border-top:0}.kb-combo-item{display:flex;gap:10px;align-items:center;width:100%;background:transparent;border:0;text-align:left;padding:12px;border-radius:10px;color:#1b2d3e;font-size:15px;font-weight:700;cursor:pointer}.kb-combo-item:hover{background:#f5f7fb}.kb-combo-item span{color:var(--kb-blue)}

/* Date/time picker */
.kb-datetime,.kb-passengers{position:relative}.kb-datetime-toggle,.kb-passenger-toggle{display:flex;align-items:center;justify-content:space-between;gap:12px;width:100%;border:0;background:transparent;color:var(--kb-text);font-size:17px;font-weight:900;text-align:left;cursor:pointer;padding:0}.kb-datetime-text,.kb-passenger-summary{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.kb-cal-icon{display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;border-radius:6px;background:#fff1c7;color:#c49423;font-size:14px}.kb-datetime-popover,.kb-passenger-menu{display:none;position:absolute;z-index:999999;top:54px;left:0;background:#fff;border:1px solid #e3e7ed;border-radius:14px;box-shadow:0 18px 42px rgba(15,30,45,.17);padding:18px;min-width:340px}.kb-datetime.is-open .kb-datetime-popover,.kb-passengers.is-open .kb-passenger-menu{display:block}.kb-calendar-head{display:grid;grid-template-columns:38px 1fr 38px;align-items:center;margin-bottom:14px}.kb-calendar-head strong{text-align:center;font-size:18px;font-weight:900;color:#102235}.kb-calendar-head button{width:34px;height:34px;border:0;border-radius:50%;background:#f4f7fb;color:#314156;font-size:25px;line-height:1;cursor:pointer}.kb-calendar-head button:hover{background:#e9eef9;color:var(--kb-blue)}.kb-weekdays,.kb-calendar-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:6px}.kb-weekdays span{text-align:center;color:#7b8794;font-size:13px;font-weight:800;padding:4px 0}.kb-cal-day,.kb-cal-empty{height:36px;border-radius:9px;display:flex;align-items:center;justify-content:center}.kb-cal-day{border:0;background:#fff;color:#17283a;font-size:14px;font-weight:800;cursor:pointer}.kb-cal-day:hover{background:#f1f4ff;color:var(--kb-blue)}.kb-cal-day.is-selected{background:var(--kb-blue);color:#fff;box-shadow:0 8px 16px rgba(83,104,232,.25)}.kb-time-panel{margin:16px -18px -18px;padding:14px 18px;display:grid;grid-template-columns:1fr 76px 76px auto;gap:10px;align-items:center;background:#f7f9fc;border-top:1px solid #edf0f4;border-bottom-left-radius:14px;border-bottom-right-radius:14px}.kb-time-label{font-size:14px;font-weight:800;color:#536170}.kb-time-panel select{height:40px;border:1px solid #d8dee6;border-radius:8px;background:#fff;color:#102235;font-weight:900;text-align:center;padding:0 8px}.kb-time-done,.kb-pax-done{border:0;background:transparent;color:var(--kb-blue);font-weight:900;cursor:pointer;padding:8px 0}.kb-time-done:hover,.kb-pax-done:hover{color:var(--kb-blue-dark)}

/* Passenger menu - keep current working logic, only polish */
.kb-pax-row{display:flex;align-items:center;justify-content:space-between;gap:34px;padding:13px 0}.kb-pax-row+ .kb-pax-row{border-top:1px solid #eef0f3}.kb-pax-row strong{display:block;font-size:18px;color:#2d3440;font-weight:900}.kb-pax-row small{display:block;color:#8a93a0;font-size:14px;margin-top:2px}.kb-counter{display:flex;align-items:center;gap:16px}.kb-counter button{width:30px;height:30px;border-radius:50%;border:1px solid #cbd4df;background:#fff;color:var(--kb-blue);font-size:20px;line-height:24px;cursor:pointer;font-weight:900}.kb-counter button:hover{background:#f2f5ff}.kb-counter span{min-width:18px;text-align:center;font-weight:900;color:#102235}

/* Results / vehicle selection */
.kb-results-wrap,.kb-checkout-wrap{display:grid;grid-template-columns:minmax(0,2fr) 360px;gap:36px;max-width:1200px;margin:60px auto;padding:0 20px}.kb-vehicle-list{min-width:0}.kb-vehicle-card{position:relative;display:grid;grid-template-columns:170px 1fr auto 22px;gap:26px;align-items:center;border:1px solid var(--kb-border);border-radius:10px;background:#fff;padding:22px 26px;margin-bottom:22px;cursor:pointer;transition:.2s ease}.kb-vehicle-card:hover,.kb-vehicle-card.is-selected{border-color:var(--kb-blue);box-shadow:0 8px 24px rgba(83,104,232,.1)}.kb-vehicle-card input[type=radio]{position:absolute;opacity:0}.kb-vehicle-img img{max-width:170px;height:auto;display:block}.kb-placeholder-car{height:95px;border-radius:8px;background:#eef2f4;display:flex;align-items:center;justify-content:center;color:#71808f}.kb-popular{display:inline-block;border:1px solid #f3c26a;background:#fff8e7;color:#c77d00;border-radius:14px;font-size:11px;font-weight:900;padding:3px 8px;margin-bottom:7px}.kb-vehicle-info h3{margin:0 0 6px;font-size:18px;color:#000}.kb-vehicle-info p{margin:0 0 10px;color:#68717d}.kb-vehicle-icons{display:flex;gap:14px;color:#586472}.kb-price{font-size:19px;color:#000;white-space:nowrap}.kb-radio-dot{width:14px;height:14px;border:1px solid #aeb6c0;border-radius:50%}.kb-vehicle-card.is-selected .kb-radio-dot{border:4px solid var(--kb-blue)}.kb-trust-list{list-style:none;margin:28px 0;padding:0;color:#73808e}.kb-trust-list li{margin:14px 0}.kb-trust-list li:before{content:'✓';color:#2da44e;margin-right:10px}.kb-continue{width:100%;height:54px;border:0;border-radius:28px;background:var(--kb-blue);color:#fff;font-weight:900;cursor:pointer}.kb-continue:hover{background:var(--kb-blue-dark)}

/* Summary */
.kb-summary-card{background:#fff;border:1px solid var(--kb-border);border-radius:10px;padding:26px;align-self:start;position:sticky;top:30px}.kb-summary-card h3{margin:0 0 24px;font-size:22px}.kb-route-timeline{position:relative;margin:0 0 20px;padding-left:30px}.kb-route-timeline:before{content:'';position:absolute;left:9px;top:10px;bottom:10px;width:2px;background:linear-gradient(var(--kb-gold),var(--kb-gold));transform-origin:top;animation:kbLine .75s ease-out}.kb-route-timeline div{position:relative;margin:0 0 22px}.kb-route-timeline div:before{content:'';position:absolute;left:-26px;top:5px;width:12px;height:12px;background:#fff;border:2px solid #8994a0;border-radius:50%}.kb-route-timeline strong{font-size:16px;color:#2f3a46}.kb-summary-row{display:flex;gap:12px;margin:14px 0;color:#555f6c}.kb-summary-total{display:flex;justify-content:space-between;border-top:1px solid #eee;margin-top:22px;padding-top:20px;font-size:18px}@keyframes kbLine{from{transform:scaleY(0)}to{transform:scaleY(1)}}

/* Checkout */
.kb-details-card{background:#fff;border:1px solid var(--kb-border);border-radius:10px;padding:28px}.kb-details-card h2{margin-top:0}.kb-details-card h3{display:none}.kb-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}

.kb-details-card label{
  display:block;
  margin:0 0 18px;
  color:#102235;
  font-size:14px;
  font-weight:700;
}

.kb-details-card input,
.kb-details-card select,
.kb-details-card textarea{
  display:block!important;
  width:100%!important;
  margin-top:8px!important;
  border:1px solid #dfe5ec!important;
  border-radius:14px!important;
  background:#f9fafb!important;
  padding:15px 16px!important;
  min-height:54px!important;
  color:#102235!important;
  font-size:15px!important;
  font-weight:600!important;
  box-shadow:none!important;
  outline:none!important;
  appearance:none!important;
  -webkit-appearance:none!important;
  transition:border-color .18s ease, box-shadow .18s ease, background .18s ease!important;
}

.kb-details-card input:focus,
.kb-details-card select:focus,
.kb-details-card textarea:focus{
  border-color:#d6b956!important;
  background:#fff!important;
  box-shadow:0 0 0 3px rgba(214,185,86,.16)!important;
}

.kb-details-card textarea{
  min-height:150px;
  resize:vertical;
}


.kb-success,.kb-empty{max-width:900px;margin:60px auto;padding:35px;background:#fff;border:1px solid var(--kb-border);border-radius:10px;text-align:center}

@media(max-width:1100px){
  .kb-field{padding:15px 16px}.kb-search-btn{min-width:145px}.kb-static-location,.kb-datetime-toggle,.kb-passenger-toggle,.kb-field input{font-size:15px}.kb-label{font-size:12px}
}

@media(max-width:900px){
  .kb-search-bar{display:block;border-width:3px;border-radius:12px;overflow:visible}.kb-field{border-right:0;border-bottom:1px solid #e5e8ed;padding:20px 26px}.kb-airport-field{border-radius:9px 9px 0 0}.kb-search-btn{width:100%;height:68px;border-radius:0 0 9px 9px}.kb-swap{display:flex;margin:-22px auto;transform:rotate(90deg);position:relative}.kb-search-form[data-direction="to_airport"] .kb-swap{transform:rotate(270deg)}.kb-static-location{font-size:17px;white-space:normal}.kb-combo-menu,.kb-datetime-popover,.kb-passenger-menu{left:0;right:0;top:58px;min-width:0;width:100%;box-sizing:border-box}.kb-time-panel{grid-template-columns:1fr 72px 72px;gap:8px}.kb-time-done{grid-column:1/-1;justify-self:end}.kb-results-wrap,.kb-checkout-wrap{grid-template-columns:1fr;margin:30px auto}.kb-summary-card{position:static}.kb-vehicle-card{grid-template-columns:120px 1fr;gap:18px}.kb-price{grid-column:2}.kb-radio-dot{position:absolute;right:18px;top:18px}.kb-vehicle-img img{max-width:120px}.kb-form-grid{grid-template-columns:1fr}
}

.kb-return-field.is-disabled .kb-datetime-popover {
  display: none !important;
}

.kb-return-field.is-disabled .kb-datetime-toggle {
  cursor: not-allowed !important;
}

.kb-cal-day.is-disabled,
.kb-cal-day:disabled {
  opacity: .28 !important;
  cursor: not-allowed !important;
  pointer-events: none !important;
  background: transparent !important;
  color: #9aa3af !important;
}

.kb-combo-input:not(:placeholder-shown) {
  font-weight: 700 !important;
  color: #071f33 !important;
}

.kb-combo-input::placeholder {
  font-weight: 400 !important;
  color: #8b96a8 !important;
}

.kb-swap {
  position: relative !important;
  padding: 0 !important;
  line-height: 1 !important;
}

.kb-swap span {
  position: absolute !important;
  inset: 0 !important;
  width: 100% !important;
  height: 100% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  line-height: 1 !important;
  transform: none !important;
}

.kb-swap.is-spinning {
  animation: none !important;
}
/* Karmet Results v5 - modern vehicle selection */
.kb-results-page{
  max-width:1220px;
  margin:70px auto 80px;
  padding:0 20px;
  color:var(--kb-text);
}
.kb-results-page *{box-sizing:border-box}
.kb-results-steps{
  display:flex;
  align-items:flex-start;
  justify-content:center;
  gap:0;
  max-width:760px;
  margin:0 auto 42px;
}
.kb-results-steps div{
  position:relative;
  flex:1;
  text-align:center;
  color:#a1abb7;
  font-weight:800;
}
.kb-results-steps div:after{
  content:'';
  position:absolute;
  top:17px;
  left:50%;
  right:-50%;
  height:2px;
  background:#e6ebf1;
  z-index:0;
}
.kb-results-steps div:last-child:after{display:none}
.kb-results-steps span{
  position:relative;
  z-index:1;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:36px;
  height:36px;
  border-radius:50%;
  background:#f3f6f9;
  border:1px solid #e1e7ee;
  font-size:14px;
}
.kb-results-steps strong{
  display:block;
  margin-top:8px;
  font-size:13px;
}
.kb-results-steps .is-active{color:var(--kb-blue)}
.kb-results-steps .is-active span{
  color:#fff;
  background:var(--kb-blue);
  border-color:var(--kb-blue);
  box-shadow:0 10px 22px rgba(83,104,232,.22);
}
.kb-results-steps .is-active:after{background:linear-gradient(90deg,var(--kb-blue),#e6ebf1)}
.kb-results-head{
  display:flex;
  justify-content:space-between;
  align-items:flex-end;
  gap:24px;
  margin-bottom:24px;
}
.kb-eyebrow{
  display:inline-block;
  color:var(--kb-blue);
  font-size:12px;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.1em;
  margin-bottom:9px;
}
.kb-results-head h1{
  margin:0 0 8px;
  color:#071f33;
  font-size:36px;
  line-height:1.05;
  font-weight:900;
}
.kb-results-head p{
  margin:0;
  color:#6f7b8a;
  font-size:15px;
}
.kb-route-chip{
  display:flex;
  align-items:center;
  gap:10px;
  flex-shrink:0;
  background:#fff;
  border:1px solid #e7ebf0;
  border-radius:999px;
  padding:10px 14px;
  box-shadow:0 8px 22px rgba(16,34,53,.06);
  color:#1a2c3f;
  font-weight:800;
  font-size:13px;
}
.kb-route-chip i{
  width:22px;
  height:22px;
  border-radius:50%;
  background:var(--kb-gold-soft);
  position:relative;
}
.kb-route-chip i:before{content:'→';position:absolute;inset:0;display:flex;align-items:center;justify-content:center;color:#b8861a;font-weight:900}
.kb-results-page .kb-results-wrap{
  display:grid !important;
  grid-template-columns:minmax(0,1fr) 370px !important;
  gap:32px !important;
  max-width:none !important;
  margin:0 !important;
  padding:0 !important;
  align-items:start;
}
.kb-results-page .kb-vehicle-card{
  display:grid !important;
  grid-template-columns:170px minmax(0,1fr) 170px 22px !important;
  gap:24px !important;
  align-items:center !important;
  padding:22px !important;
  margin-bottom:18px !important;
  background:#fff !important;
  border:1px solid #e5eaf0 !important;
  border-radius:18px !important;
  cursor:pointer !important;
  box-shadow:0 8px 22px rgba(16,34,53,.045) !important;
  transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease !important;
}
.kb-results-page .kb-vehicle-card:hover{
  transform:translateY(-2px);
  border-color:#c8d2ff !important;
  box-shadow:0 18px 42px rgba(16,34,53,.09) !important;
}
.kb-results-page .kb-vehicle-card.is-selected{
  border:2px solid var(--kb-blue) !important;
  box-shadow:0 18px 44px rgba(83,104,232,.13) !important;
}
.kb-results-page .kb-vehicle-img{
  min-height:112px;
  display:flex;
  align-items:center;
  justify-content:center;
  border-radius:14px;
  background:linear-gradient(135deg,#f4f7f9,#eaf0f5);
  overflow:hidden;
}
.kb-results-page .kb-vehicle-img img{
  max-width:160px !important;
  max-height:112px;
  object-fit:contain;
  display:block;
}
.kb-results-page .kb-placeholder-car{
  width:100%;
  height:112px;
  font-weight:800;
  background:linear-gradient(135deg,#f4f7f9,#eaf0f5) !important;
  color:#6f7b8a;
}
.kb-vehicle-title-row{display:flex;align-items:center;gap:10px;flex-wrap:wrap;margin-bottom:6px}
.kb-results-page .kb-popular{
  order:-1;
  display:inline-flex !important;
  align-items:center;
  gap:4px;
  margin:0 !important;
  border-radius:999px !important;
  border:1px solid #ffc96b !important;
  background:#fff6df !important;
  color:#bd7a00 !important;
  font-size:10px !important;
  font-weight:900 !important;
  padding:4px 8px !important;
  text-transform:uppercase;
  letter-spacing:.02em;
}
.kb-results-page .kb-popular:before{content:'';width:6px;height:6px;border-radius:50%;background:#f5a400;display:inline-block}
.kb-results-page .kb-vehicle-info h3{
  margin:0 !important;
  color:#071f33 !important;
  font-size:20px !important;
  line-height:1.15 !important;
  font-weight:900 !important;
  text-transform:none !important;
}
.kb-results-page .kb-vehicle-info p{
  margin:0 0 12px !important;
  color:#6d7784 !important;
  font-size:14px !important;
}
.kb-results-page .kb-vehicle-icons{
  display:flex !important;
  flex-wrap:wrap;
  gap:10px !important;
  margin-bottom:12px;
  color:#334357 !important;
}
.kb-mini-icon{
  display:inline-flex;
  align-items:center;
  gap:6px;
  font-size:13px;
  font-weight:800;
}
.kb-mini-icon:before{
  content:'';
  display:inline-block;
  width:16px;
  height:16px;
  border-radius:5px;
  background:#eef4ff;
  position:relative;
}
.kb-mini-pax:before{background:linear-gradient(#eef4ff,#eef4ff)}
.kb-mini-pax{--kb-mini-symbol:'👤'}
.kb-mini-bag{--kb-mini-symbol:'▣'}
.kb-mini-icon:after{content:var(--kb-mini-symbol);position:absolute;opacity:0}
.kb-feature-pills{
  display:flex;
  gap:8px;
  flex-wrap:wrap;
}
.kb-feature-pills span{
  display:inline-flex;
  align-items:center;
  border:1px solid #e7ebf0;
  background:#fbfcfd;
  color:#5c6878;
  border-radius:999px;
  padding:6px 9px;
  font-size:12px;
  font-weight:800;
}
.kb-feature-pills span:before{content:'✓';color:#2aa65a;margin-right:5px;font-weight:900}
.kb-vehicle-pricebox{
  text-align:right;
  align-self:stretch;
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:flex-end;
  gap:8px;
  border-left:1px solid #edf0f4;
  padding-left:22px;
}
.kb-vehicle-pricebox small{
  color:#7d8793;
  font-size:12px;
  font-weight:800;
}
.kb-results-page .kb-price{
  color:#071f33 !important;
  font-size:24px !important;
  font-weight:900 !important;
  white-space:nowrap;
}
.kb-select-vehicle{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-width:142px;
  height:42px;
  border-radius:12px;
  background:#eef2ff;
  color:var(--kb-blue);
  font-size:13px;
  font-weight:900;
}
.kb-results-page .kb-vehicle-card.is-selected .kb-select-vehicle{
  background:var(--kb-blue);
  color:#fff;
}
.kb-results-page .kb-radio-dot{
  width:18px !important;
  height:18px !important;
  border:2px solid #c5ced8 !important;
  border-radius:50% !important;
  align-self:start;
  margin-top:4px;
  background:#fff;
}
.kb-results-page .kb-vehicle-card.is-selected .kb-radio-dot{
  border:5px solid var(--kb-blue) !important;
}
.kb-results-page .kb-trust-list{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:12px 16px;
  margin:24px 0 !important;
  padding:0 !important;
  list-style:none !important;
}
.kb-results-page .kb-trust-list li{
  margin:0 !important;
  color:#536170;
  font-size:14px;
  font-weight:700;
}
.kb-results-page .kb-trust-list li:before{
  content:'✓';
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:20px;
  height:20px;
  border-radius:50%;
  background:#eaf8ef;
  color:#29a65a;
  margin-right:8px;
  font-weight:900;
}
.kb-results-page .kb-continue{
  width:100%;
  height:58px;
  border:0;
  border-radius:16px;
  background:var(--kb-blue);
  color:#fff;
  font-size:16px;
  font-weight:900;
  cursor:pointer;
  box-shadow:0 14px 28px rgba(83,104,232,.24);
}
.kb-results-page .kb-continue:hover{background:var(--kb-blue-dark)}
.kb-results-page .kb-summary-card{
  border:1px solid #e5eaf0 !important;
  border-radius:20px !important;
  padding:24px !important;
  box-shadow:0 14px 38px rgba(16,34,53,.075) !important;
  top:26px !important;
  overflow:hidden;
}
.kb-results-page .kb-summary-card h3,
.kb-checkout-wrap .kb-summary-card h3{
  margin:0 0 20px !important;
  color:#071f33;
  font-size:24px !important;
  line-height:1;
  font-weight:900;
  text-transform:none;
}
.kb-route-timeline{
  padding-left:28px !important;
  margin:0 0 22px !important;
}
.kb-route-timeline:before{display:none !important}
.kb-route-timeline .kb-route-line{
  position:absolute;
  left:8px;
  top:28px;
  bottom:38px;
  width:2px;
  background:#e5eaf0;
  overflow:hidden;
}
.kb-route-timeline .kb-route-line:after{
  content:'';
  position:absolute;
  left:0;
  top:-100%;
  width:100%;
  height:100%;
  background:linear-gradient(180deg,transparent,var(--kb-gold),transparent);
  animation:kbRouteFlow 1.65s linear infinite;
}
@keyframes kbRouteFlow{to{top:100%}}
.kb-route-timeline div{
  margin:0 0 18px !important;
  position:relative;
}
.kb-route-timeline div:last-child{margin-bottom:0 !important}
.kb-route-timeline div:before{
  left:-26px !important;
  top:8px !important;
  width:12px !important;
  height:12px !important;
  border:2px solid #aeb8c4 !important;
  background:#fff !important;
  z-index:2;
}
.kb-route-timeline div:first-child:before{border-color:var(--kb-blue) !important}
.kb-route-timeline small{
  display:block;
  color:#8a95a3;
  font-size:11px;
  font-weight:900;
  text-transform:uppercase;
  letter-spacing:.06em;
  margin-bottom:3px;
}
.kb-route-timeline strong{
  display:block;
  color:#1a2c3f !important;
  font-size:16px !important;
  line-height:1.3;
  font-weight:900;
}
.kb-summary-row{
  display:flex !important;
  align-items:center;
  gap:10px !important;
  margin:12px 0 !important;
  color:#566273 !important;
  font-weight:700;
}
.kb-summary-row i{
  display:inline-flex;
  width:28px;
  height:28px;
  border-radius:9px;
  background:#f2f5f8;
  color:var(--kb-blue);
  flex:0 0 auto;
  position:relative;
}
.kb-summary-row i:before{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:900}
.kb-summary-date i:before{content:'◷'}
.kb-summary-return i:before{content:'↩'}
.kb-summary-car i:before{content:'▰'}
.kb-summary-pax i:before{content:'●'}
.kb-summary-benefits{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin:18px 0 0;
}
.kb-summary-benefits span{
  border:1px solid #dfeee5;
  background:#f1fbf5;
  color:#25864b;
  border-radius:999px;
  padding:6px 9px;
  font-size:12px;
  font-weight:800;
}
.kb-summary-total{
  margin-top:22px !important;
  padding-top:20px !important;
  border-top:1px solid #edf0f4 !important;
  display:flex !important;
  align-items:center;
  justify-content:space-between;
}
.kb-summary-total span{font-size:15px;color:#566273;font-weight:800}
.kb-summary-price{font-size:24px;color:#071f33;font-weight:900}

@media(max-width:900px){
  .kb-results-page{margin:28px auto 42px;padding:0 14px}
  .kb-results-steps{margin-bottom:24px;max-width:360px}
  .kb-results-steps strong{font-size:11px}
  .kb-results-head{display:block;margin-bottom:18px}
  .kb-results-head h1{font-size:28px}
  .kb-results-head p{font-size:14px}
  .kb-route-chip{margin-top:14px;width:100%;justify-content:center;border-radius:14px;white-space:normal;text-align:center}
  .kb-results-page .kb-results-wrap{display:flex !important;flex-direction:column !important;gap:18px !important}
  .kb-results-page .kb-summary-card{order:-1;position:relative !important;top:auto !important;padding:18px !important;border-radius:18px !important}
  .kb-results-page .kb-summary-card h3{font-size:21px !important;margin-bottom:16px !important}
  .kb-summary-benefits{display:none}
  .kb-results-page .kb-vehicle-card{
    grid-template-columns:104px minmax(0,1fr) !important;
    gap:14px !important;
    padding:14px !important;
    border-radius:18px !important;
    margin-bottom:14px !important;
  }
  .kb-results-page .kb-vehicle-img{min-height:88px;border-radius:13px}
  .kb-results-page .kb-vehicle-img img{max-width:104px !important;max-height:86px}
  .kb-results-page .kb-placeholder-car{height:88px;font-size:12px;text-align:center;padding:8px}
  .kb-results-page .kb-vehicle-info h3{font-size:17px !important}
  .kb-results-page .kb-vehicle-info p{font-size:13px !important;margin-bottom:9px !important}
  .kb-results-page .kb-vehicle-icons{gap:8px !important;margin-bottom:8px}
  .kb-mini-icon{font-size:12px}
  .kb-feature-pills{display:none}
  .kb-vehicle-pricebox{
    grid-column:1/-1;
    border-left:0;
    border-top:1px solid #edf0f4;
    padding:12px 0 0;
    flex-direction:row;
    align-items:center;
    justify-content:space-between;
    text-align:left;
  }
  .kb-vehicle-pricebox small{display:none}
  .kb-results-page .kb-price{font-size:22px !important}
  .kb-select-vehicle{min-width:130px;height:40px;border-radius:12px}
  .kb-results-page .kb-radio-dot{position:absolute;right:14px;top:14px;margin:0}
  .kb-results-page .kb-trust-list{grid-template-columns:1fr;margin:18px 0 !important;gap:10px}
  .kb-results-page .kb-trust-list li{font-size:13px}
  .kb-results-page .kb-continue{position:sticky;bottom:12px;z-index:10;border-radius:15px;height:58px}
}

/* Clean text badges instead of childish icons */
.kb-mini-icon:before{
  width:auto !important;
  min-width:28px !important;
  height:18px !important;
  padding:0 6px !important;
  border-radius:6px !important;
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  background:#eef4ff !important;
  color:var(--kb-blue) !important;
  font-size:10px !important;
  line-height:1 !important;
  font-weight:900 !important;
  letter-spacing:.04em !important;
}
.kb-mini-pax:before{content:'PAX' !important}
.kb-mini-bag:before{content:'BAG' !important}
.kb-mini-icon:after{display:none !important}


/* Karmet Results v6 - premium choose vehicle screen */
.kb-vehicle-screen{
  max-width:1240px;
  margin:34px auto 76px;
  padding:0 22px;
  color:#102235;
  font-family:'Plus Jakarta Sans', sans-serif !important;
}
.kb-booking-steps{max-width:820px;margin:0 auto 28px;gap:0}.kb-booking-steps div{position:relative;color:#9aa6b5}.kb-booking-steps div:not(:last-child):after{content:'';position:absolute;top:18px;left:calc(50% + 28px);right:calc(-50% + 28px);height:2px;background:#dbe2ea}.kb-booking-steps div.is-done:not(:last-child):after,.kb-booking-steps div.is-active:not(:last-child):after{background:#d6b956}.kb-booking-steps span{width:38px;height:38px;border-radius:50%;border:2px solid #dbe2ea;background:#fff;color:#8b97a6;display:inline-flex;align-items:center;justify-content:center;font-weight:900;font-size:16px}.kb-booking-steps .is-done span{background:#071f33;border-color:#071f33;color:#d6b956}.kb-booking-steps .is-active span{background:#d6b956;border-color:#d6b956;color:#fff}.kb-booking-steps strong{display:block;margin-top:10px;color:#6e7b8d;font-size:13px;font-weight:800}.kb-booking-steps .is-active strong{color:#c79d31}.kb-booking-steps .is-done strong{color:#071f33}
.kb-route-review{display:grid;grid-template-columns:1.25fr 34px 1.25fr 1.2fr 1fr auto;align-items:center;gap:0;background:#fff;border:1px solid #e3e8ef;border-radius:14px;box-shadow:0 18px 45px rgba(16,34,53,.08);padding:14px 16px;margin:0 0 26px}.kb-route-review-item{display:flex;align-items:center;gap:12px;padding:0 18px;border-right:1px solid #e7ebf0;min-height:46px}.kb-route-review-item i,.kb-edit-search:before{content:'';width:34px;height:34px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;background:#f3f6f9;color:#d2a63a;font-style:normal;flex:0 0 34px}.kb-route-review-from i:before{content:'✈';transform:rotate(-35deg)}.kb-route-review-to i:before{content:'●';font-size:13px}.kb-route-review-date i:before{content:'□'}.kb-route-review-pax i:before{content:'♙'}.kb-route-review strong{font-size:15px;color:#11263b;font-weight:900}.kb-route-review-arrow{text-align:center;color:#071f33;font-size:25px;font-weight:900}.kb-edit-search{display:flex;align-items:center;justify-content:center;gap:8px;min-height:46px;padding:0 18px;border:2px solid #d6b956;border-radius:11px;color:#071f33;text-decoration:none;font-weight:900;white-space:nowrap}.kb-edit-search:before{content:'✎';background:#fff8e5;border-radius:0;width:auto;height:auto;color:#d2a63a;flex:0 0 auto}.kb-edit-search:hover{background:#fff8e5;color:#071f33}
.kb-vehicle-screen .kb-results-wrap{display:grid;grid-template-columns:minmax(0,1fr) 330px;gap:34px;max-width:none;margin:0;padding:0}.kb-vehicle-screen .kb-results-form{display:block}.kb-vehicle-screen .kb-results-head{display:block;margin:0 0 14px}.kb-vehicle-screen .kb-results-head h1{font-family:inherit;font-size:25px;line-height:1.15;margin:0 0 5px;color:#102235;letter-spacing:0;text-transform:none}.kb-vehicle-screen .kb-results-head p{font-size:15px;margin:0;color:#687586}
.kb-vehicle-screen .kb-vehicle-card{display:grid!important;grid-template-columns:250px minmax(0,1fr) 165px!important;gap:16px!important;align-items:center;border:1px solid #dfe5ec!important;border-radius:14px!important;background:#fff!important;padding:18px 18px!important;margin-bottom:14px!important;box-shadow:none!important;transition:border-color .18s ease,box-shadow .18s ease,transform .18s ease}.kb-vehicle-screen .kb-vehicle-card:hover{border-color:#d6b956!important;box-shadow:0 12px 35px rgba(16,34,53,.08)!important}.kb-vehicle-screen .kb-vehicle-card.is-selected{border-color:#d6b956!important;box-shadow:0 18px 42px rgba(16,34,53,.10)!important}.kb-vehicle-screen .kb-vehicle-img{min-height:138px;border-radius:12px;background:#fff;display:flex;align-items:center;justify-content:center;overflow:hidden}.kb-vehicle-screen .kb-vehicle-img img{max-width:238px!important;max-height:142px;width:auto;height:auto;object-fit:contain;display:block}.kb-vehicle-screen .kb-placeholder-car{width:100%;height:128px;background:#eef3f7;border-radius:12px;color:#6c7887;font-weight:800}.kb-vehicle-screen .kb-vehicle-info h3{font-family:'Plus Jakarta Sans', sans-serif !important;font-size:24px!important;line-height:1.15!important;margin:5px 0 8px!important;color:#102235!important;text-transform:none!important;letter-spacing:0!important}.kb-vehicle-badge{display:inline-flex;align-items:center;gap:6px;background:#fff4d5;border:1px solid #ecd28b;color:#7b641f;border-radius:8px;padding:4px 9px;font-size:11px;font-weight:900;text-transform:uppercase;line-height:1}.kb-vehicle-badge em{font-style:normal;color:#d2a63a}.kb-vehicle-capacity{display:flex;flex-wrap:wrap;gap:18px;margin:6px 0 8px;color:#516173;font-size:14px;font-weight:800}.kb-vehicle-capacity span{display:inline-flex;align-items:center;gap:6px}



.kb-vehicle-capacity span:before{
  content:'';
  width:15px;
  height:15px;
  display:inline-block;
  background:#071f33;
  -webkit-mask:center / contain no-repeat;
  mask:center / contain no-repeat;
}

/* Passenger icon */
.kb-vehicle-capacity span:first-child:before{
  -webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M16 21v-2a4 4 0 0 0-4-4H6a4 4 0 0 0-4 4v2'/%3E%3Cpath d='M16 3.128a4 4 0 0 1 0 7.744'/%3E%3Cpath d='M22 21v-2a4 4 0 0 0-3-3.87'/%3E%3Ccircle cx='9' cy='7' r='4'/%3E%3C/svg%3E");
  mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M16 21v-2a4 4 0 0 0-4-4H6a4 4 0 0 0-4 4v2'/%3E%3Cpath d='M16 3.128a4 4 0 0 1 0 7.744'/%3E%3Cpath d='M22 21v-2a4 4 0 0 0-3-3.87'/%3E%3Ccircle cx='9' cy='7' r='4'/%3E%3C/svg%3E");
}

/* Luggage icon */
.kb-vehicle-capacity span:nth-child(2):before{
  -webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M10 6V5a2 2 0 0 1 2-2h0a2 2 0 0 1 2 2v1'/%3E%3Crect width='14' height='16' x='5' y='6' rx='2'/%3E%3Cpath d='M9 10v8'/%3E%3Cpath d='M15 10v8'/%3E%3C/svg%3E");
  mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M10 6V5a2 2 0 0 1 2-2h0a2 2 0 0 1 2 2v1'/%3E%3Crect width='14' height='16' x='5' y='6' rx='2'/%3E%3Cpath d='M9 10v8'/%3E%3Cpath d='M15 10v8'/%3E%3C/svg%3E");
}


.kb-vehicle-screen .kb-vehicle-info p{font-size:14px!important;line-height:1.55!important;color:#617083!important;margin:0 0 10px!important;max-width:440px}


.kb-vehicle-screen .kb-feature-pills{display:flex;flex-wrap:wrap;gap:7px}

.kb-vehicle-screen .kb-feature-pills span{display:inline-flex;align-items:center;background:#f1f5f8;color:#516173;border:1px solid #e1e7ed;border-radius:7px;padding:5px 8px;font-size:11px;font-weight:800;line-height:1}


.kb-vehicle-screen .kb-vehicle-pricebox{
  height:100%;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  text-align:center;
  border-left:1px solid #e7ecf1;
  padding-left:14px;
}



.kb-vehicle-screen .kb-vehicle-pricebox small{font-size:12px;color:#6f7c8c;font-weight:800;text-transform:none}.kb-vehicle-screen .kb-price{font-size:28px!important;line-height:1.1!important;color:#071f33!important;font-weight:900!important;white-space:nowrap}.kb-vehicle-screen .kb-vehicle-pricebox em{font-style:normal;color:#6f7c8c;font-size:12px;font-weight:700;margin-bottom:16px}.kb-select-vehicle{display:inline-flex!important;align-items:center;justify-content:center;min-width:132px;height:44px;border:2px solid #d6b956;border-radius:9px;background:#fff;color:#071f33;font-size:14px;font-weight:900;transition:.18s ease}.kb-vehicle-card.is-selected .kb-select-vehicle{background:#d6b956;color:#071f33}


.kb-vehicle-screen .kb-radio-dot{
  display:none!important;
}




.kb-vehicle-screen .kb-trust-list{display:none!important}
.kb-booking-summary{border:1px solid #e3e8ef!important;border-radius:16px!important;box-shadow:0 18px 45px rgba(16,34,53,.10)!important;padding:22px!important;top:26px!important}.kb-booking-summary h3{font-family:'Plus Jakarta Sans', sans-serif !important;font-size:20px!important;margin:0 0 16px!important;color:#102235!important;text-transform:none!important;letter-spacing:0!important}.kb-summary-block{display:grid;grid-template-columns:32px 1fr;gap:12px;padding:13px 0;border-bottom:1px solid #e8edf2;color:#102235}.kb-summary-block small{display:block;color:#7c8998;font-size:12px;font-weight:900;margin-bottom:5px}.kb-summary-block strong{display:block;color:#102235;font-size:14px;line-height:1.35;font-weight:900}.kb-summary-block em{display:block;font-style:normal;color:#6a7888;font-size:12px;margin-top:3px}




.kb-summary-icon{
  width:30px;
  height:30px;
  border-radius:9px;
  background:#f4f6f8;
  color:#071f33;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:0;
  flex:0 0 30px;
}

.kb-summary-icon::before{
  content:'';
  width:17px;
  height:17px;
  display:block;
  background:#071f33;
  -webkit-mask:center / contain no-repeat;
  mask:center / contain no-repeat;
}

/* Route */
.kb-summary-block:nth-of-type(1) .kb-summary-icon::before{
  width:20px;
  height:20px;
  -webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='6' cy='19' r='3'/%3E%3Cpath d='M9 19h8.5a3.5 3.5 0 0 0 0-7h-11a3.5 3.5 0 0 1 0-7H15'/%3E%3Ccircle cx='18' cy='5' r='3'/%3E%3C/svg%3E");
  mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='6' cy='19' r='3'/%3E%3Cpath d='M9 19h8.5a3.5 3.5 0 0 0 0-7h-11a3.5 3.5 0 0 1 0-7H15'/%3E%3Ccircle cx='18' cy='5' r='3'/%3E%3C/svg%3E");
}

/* Date */
.kb-summary-block:nth-of-type(2) .kb-summary-icon::before{
  width:20px;
  height:20px;
  -webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M8 2v4'/%3E%3Cpath d='M16 2v4'/%3E%3Crect width='18' height='18' x='3' y='4' rx='2'/%3E%3Cpath d='M3 10h18'/%3E%3Cpath d='M8 14h.01'/%3E%3Cpath d='M12 14h.01'/%3E%3Cpath d='M16 14h.01'/%3E%3Cpath d='M8 18h.01'/%3E%3Cpath d='M12 18h.01'/%3E%3Cpath d='M16 18h.01'/%3E%3C/svg%3E");
  mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M8 2v4'/%3E%3Cpath d='M16 2v4'/%3E%3Crect width='18' height='18' x='3' y='4' rx='2'/%3E%3Cpath d='M3 10h18'/%3E%3Cpath d='M8 14h.01'/%3E%3Cpath d='M12 14h.01'/%3E%3Cpath d='M16 14h.01'/%3E%3Cpath d='M8 18h.01'/%3E%3Cpath d='M12 18h.01'/%3E%3Cpath d='M16 18h.01'/%3E%3C/svg%3E");
}

/* Passengers */
.kb-summary-block:nth-of-type(3) .kb-summary-icon::before{
  width:20px;
  height:20px;
  -webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M16 21v-2a4 4 0 0 0-4-4H6a4 4 0 0 0-4 4v2'/%3E%3Cpath d='M16 3.128a4 4 0 0 1 0 7.744'/%3E%3Cpath d='M22 21v-2a4 4 0 0 0-3-3.87'/%3E%3Ccircle cx='9' cy='7' r='4'/%3E%3C/svg%3E");
  mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M16 21v-2a4 4 0 0 0-4-4H6a4 4 0 0 0-4 4v2'/%3E%3Cpath d='M16 3.128a4 4 0 0 1 0 7.744'/%3E%3Cpath d='M22 21v-2a4 4 0 0 0-3-3.87'/%3E%3Ccircle cx='9' cy='7' r='4'/%3E%3C/svg%3E");
}

/* Vehicle */
.kb-summary-block:nth-of-type(4) .kb-summary-icon::before{
  width:20px;
  height:20px;
  -webkit-mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M19 17h2c.6 0 1-.4 1-1v-3c0-.9-.7-1.7-1.5-1.9C18.7 10.6 16 10 16 10s-1.3-1.4-2.2-2.3c-.5-.4-1.1-.7-1.8-.7H5c-.6 0-1.1.4-1.4.9l-1.4 2.9A3.7 3.7 0 0 0 2 12v4c0 .6.4 1 1 1h2'/%3E%3Ccircle cx='7' cy='17' r='2'/%3E%3Cpath d='M9 17h6'/%3E%3Ccircle cx='17' cy='17' r='2'/%3E%3C/svg%3E");
  mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M19 17h2c.6 0 1-.4 1-1v-3c0-.9-.7-1.7-1.5-1.9C18.7 10.6 16 10 16 10s-1.3-1.4-2.2-2.3c-.5-.4-1.1-.7-1.8-.7H5c-.6 0-1.1.4-1.4.9l-1.4 2.9A3.7 3.7 0 0 0 2 12v4c0 .6.4 1 1 1h2'/%3E%3Ccircle cx='7' cy='17' r='2'/%3E%3Cpath d='M9 17h6'/%3E%3Ccircle cx='17' cy='17' r='2'/%3E%3C/svg%3E");
}



.kb-booking-summary .kb-summary-total{border-top:0!important;margin-top:10px!important;padding-top:10px!important;display:flex!important;justify-content:space-between!important;align-items:flex-start!important}.kb-summary-total span{display:block;color:#102235;font-size:18px;font-weight:900}.kb-summary-total span small{display:block;color:#7c8998;font-size:12px;font-weight:700;margin-top:4px}.kb-summary-total-price{font-size:22px;color:#102235;font-weight:900}.kb-summary-continue{width:100%;height:52px;border:0;border-radius:10px;background:#d6b956;color:#071f33;font-weight:900;font-size:15px;margin-top:18px;cursor:pointer;box-shadow:inset 0 -2px 0 rgba(0,0,0,.08)}.kb-summary-continue:hover{background:#cba945}.kb-summary-continue span{margin-left:8px}.kb-secure-note{display:block;text-align:center;color:#6f7c8c;font-size:12px;font-weight:700;margin-top:11px}.kb-results-trustbar{display:grid;grid-template-columns:repeat(5,1fr);gap:0;background:#fff;border:1px solid #e3e8ef;border-radius:14px;box-shadow:0 14px 38px rgba(16,34,53,.08);padding:20px 24px;margin:22px 0 0}.kb-results-trustbar div{display:flex;align-items:center;gap:12px;padding:0 18px;border-right:1px solid #e7ecf1}.kb-results-trustbar div:last-child{border-right:0}.kb-results-trustbar span{font-size:28px;color:#d2a63a;line-height:1}.kb-results-trustbar strong{display:block;color:#102235;font-size:15px;font-weight:900}.kb-results-trustbar small{display:block;color:#6f7c8c;font-size:12px;font-weight:700;margin-top:3px}
@media(max-width:1024px){.kb-vehicle-screen{margin:24px auto 54px;padding:0 16px}.kb-route-review{grid-template-columns:1fr 30px 1fr;gap:0}.kb-route-review-date,.kb-route-review-pax,.kb-edit-search{grid-column:auto}.kb-route-review-date{grid-column:1/3;border-top:1px solid #e7ebf0;margin-top:10px;padding-top:12px}.kb-route-review-pax{grid-column:3/4;border-top:1px solid #e7ebf0;margin-top:10px;padding-top:12px}.kb-edit-search{grid-column:1/-1;margin-top:12px}.kb-vehicle-screen .kb-results-wrap{grid-template-columns:1fr}.kb-booking-summary{position:relative!important;top:auto!important;order:2}.kb-results-form .kb-results-wrap{display:flex!important;flex-direction:column}.kb-vehicle-screen .kb-vehicle-card{grid-template-columns:180px 1fr 150px!important}.kb-vehicle-screen .kb-vehicle-img img{max-width:170px!important}.kb-results-trustbar{grid-template-columns:1fr 1fr}.kb-results-trustbar div{border-right:0;border-bottom:1px solid #e7ecf1;padding:12px}.kb-results-trustbar div:nth-last-child(-n+1){border-bottom:0}}
@media(max-width:767px){.kb-booking-steps{max-width:100%;margin-bottom:20px}.kb-booking-steps span{width:32px;height:32px;font-size:13px}.kb-booking-steps div:not(:last-child):after{top:15px;left:calc(50% + 23px);right:calc(-50% + 23px)}.kb-booking-steps strong{font-size:10px;line-height:1.2}.kb-route-review{display:none!important}.kb-route-review-item{border-right:0;border-bottom:1px solid #e7ebf0;padding:12px 0}.kb-route-review-arrow{display:none}.kb-edit-search{margin-top:12px}.kb-vehicle-screen .kb-results-head h1{font-size:24px}.kb-vehicle-screen .kb-vehicle-card{grid-template-columns:118px 1fr!important;gap:12px!important;padding:13px!important;border-radius:16px!important}.kb-vehicle-screen .kb-vehicle-img{min-height:92px}.kb-vehicle-screen .kb-vehicle-img img{max-width:112px!important;max-height:90px!important}.kb-vehicle-screen .kb-placeholder-car{height:88px}.kb-vehicle-screen .kb-vehicle-info h3{font-size:18px!important}.kb-vehicle-badge{font-size:9px;padding:4px 7px}.kb-vehicle-capacity{gap:10px;font-size:12px}.kb-vehicle-screen .kb-vehicle-info p{display:none}

.kb-vehicle-screen .kb-feature-pills{
  grid-column:1/-1!important;
  display:flex!important;
  flex-wrap:wrap!important;
  gap:7px!important;
  padding-top:12px!important;
  margin-top:4px!important;
  border-top:1px solid #e7ecf1!important;
}

.kb-vehicle-screen .kb-vehicle-pricebox{
  grid-column:1/-1!important;
  border-left:0!important;
  border-top:0!important;
  padding:12px 0 0!important;
  display:flex!important;
  flex-direction:row!important;
  flex-wrap:wrap!important;
  align-items:center!important;
  justify-content:center!important;
  text-align:center!important;
}



.kb-vehicle-screen .kb-vehicle-pricebox small,
.kb-vehicle-screen .kb-vehicle-pricebox em{
  order:2!important;
  display:inline-flex!important;
  font-size:12px!important;
  color:#6f7c8c!important;
  font-weight:800!important;
  margin:0 0 12px!important;
  line-height:1!important;
}

.kb-vehicle-screen .kb-vehicle-pricebox em{
  font-style:normal!important;
}

.kb-vehicle-screen .kb-vehicle-pricebox em:before{
  content:'|';
  margin:0 8px;
  color:#c8ced6;
}



.kb-vehicle-screen .kb-price{
  order:1!important;
  width:100%!important;
  font-size:28px!important;
  line-height:1.1!important;
  text-align:center!important;
  margin:0 0 7px!important;
}



.kb-select-vehicle{
  order:3!important;
  width:100%!important;
  max-width:255px!important;
  height:42px!important;
  margin:0 auto!important;
}


.kb-vehicle-screen .kb-radio-dot{position:absolute!important;right:12px!important;top:12px!important}.kb-results-trustbar{grid-template-columns:1fr;margin-top:18px}.kb-results-trustbar div{border-bottom:1px solid #e7ecf1}.kb-results-trustbar div:last-child{border-bottom:0}.kb-summary-total-price{font-size:24px}}

@media(max-width:767px){
  .kb-vehicle-screen .kb-results-wrap{
    display:flex!important;
    flex-direction:column!important;
  }

  .kb-vehicle-screen .kb-results-form{
    order:1!important;
  }

  .kb-vehicle-screen .kb-booking-summary,
  .kb-vehicle-screen .kb-summary-card.kb-booking-summary{
    order:2!important;
    position:relative!important;
    top:auto!important;
  }

  .kb-vehicle-screen .kb-route-review{
    display:none!important;
  }
}

@media(max-width:767px){
  .kb-vehicle-screen{
    width:calc(100vw - 24px)!important;
    max-width:480px!important;
    position:relative!important;
    left:50%!important;
    transform:translateX(-50%)!important;
    margin:24px 0 54px!important;
    padding:0!important;
    overflow:visible!important;
    box-sizing:border-box!important;
  }

  .kb-vehicle-screen .kb-results-wrap,
  .kb-vehicle-screen .kb-results-form,
  .kb-vehicle-screen .kb-vehicle-list{
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
    margin:0!important;
    padding:0!important;
    box-sizing:border-box!important;
  }

  .kb-vehicle-screen .kb-results-head{
    padding:0 2px!important;
  }

  .kb-vehicle-screen .kb-vehicle-card{
    width:100%!important;
    max-width:100%!important;
    margin-left:0!important;
    margin-right:0!important;
    box-sizing:border-box!important;
    grid-template-columns:118px minmax(0,1fr)!important;
    padding:14px!important;
  }
}

@media(max-width:767px){
  .kb-vehicle-screen .kb-booking-summary,
  .kb-vehicle-screen .kb-summary-card.kb-booking-summary{
    width:100%!important;
    max-width:100%!important;
    align-self:stretch!important;
    justify-self:stretch!important;
    box-sizing:border-box!important;
    margin-left:0!important;
    margin-right:0!important;
  }
}

/* Karmet Booking Flow v7 */
.kb-flow-panel.is-hidden{display:none!important}
.kb-booking-flow .kb-flow-step-vehicle[data-step-target],
.kb-booking-flow .kb-flow-step-passenger[data-step-target]{cursor:pointer}
.kb-booking-flow .kb-flow-step-route{cursor:default}
.kb-flow-checkout-wrap{max-width:none!important;margin:0!important;padding:0!important;grid-template-columns:minmax(0,1fr) 330px!important;gap:34px!important}
.kb-flow-passenger .kb-details-card h2{display:block!important;margin:0 0 22px!important;color:#102235!important;font-size:28px!important;line-height:1.1!important;text-transform:none!important;letter-spacing:0!important}.kb-complete-reservation{border-radius:10px!important;background:#d6b956!important;color:#071f33!important;box-shadow:inset 0 -2px 0 rgba(0,0,0,.08)!important}
.kb-complete-reservation:hover{background:#cba945!important}
@media(max-width:1024px){.kb-flow-checkout-wrap{grid-template-columns:1fr!important}}
@media(max-width:767px){.kb-flow-checkout-wrap{width:100%!important;max-width:100%!important;margin:0!important;padding:0!important}.kb-flow-passenger .kb-details-card{padding:20px!important;border-radius:16px!important}.kb-flow-passenger .kb-details-card h2{font-size:24px!important}
.kb-flow-passenger .kb-booking-summary{margin-top:16px!important}}


/* Booking sayfası üst boşluk ayarı */
.kb-booking-flow.kb-vehicle-screen,
.kb-vehicle-screen {
  margin-top: -70px !important;
}

/* Step alanı */
.kb-booking-steps {
  margin-top: 0 !important;
  margin-bottom: 28px !important;
}

/* Mobil üst boşluk */
@media(max-width:767px){
  .kb-booking-flow.kb-vehicle-screen,
  .kb-vehicle-screen {
    margin-top: -25px !important;
  }

  .kb-booking-steps {
    margin-bottom: 20px !important;
  }
}

/* Booking step renk düzeni */
.kb-booking-steps span {
  background: #ffffff !important;
  border: 2px solid #dbe2ea !important;
  color: #8b97a6 !important;
}

/* Tamamlanan adım */
.kb-booking-steps .is-done span {
  background: #ebae49 !important;
  border-color: transparent !important;
  color: #f1f1f1 !important;
}

/* Aktif adım */
.kb-booking-steps .is-active span {
  background: #ebebeb !important;
  border-color: #d6b956 !important;
  color: #000000 !important;
}

/* Default çizgiler */
.kb-booking-steps div:not(:last-child):after {
  background: #dbe2ea !important;
}

/* Sadece tamamlanan adımın sonraki çizgisi altın olsun */
.kb-booking-steps div.is-done:not(:last-child):after {
  background: #d6b956 !important;
}

/* Aktif adımdan sonraki çizgi gri kalsın */
.kb-booking-steps div.is-active:not(:last-child):after {
  background: #dbe2ea !important;
}

/* Yazı renkleri */
.kb-booking-steps .is-done strong {
  color: #071f33 !important;
}

.kb-booking-steps .is-active strong {
  color: #c79d31 !important;
}

/* Booking step yuvarlaklarındaki gölge/sis efektini kapat */
.kb-booking-steps span,
.kb-booking-steps .is-active span,
.kb-booking-steps .is-done span {
  box-shadow: none !important;
  filter: none !important;
}

/* Booking üst route/edit bar kaldırıldı */
.kb-route-review {
  display: none !important;
}

/* Summary route içindeki Edit butonu */
.kb-summary-route-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 5px;
}

.kb-summary-edit-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 5px 9px;
  border: 1px solid #d6b956;
  border-radius: 8px;
  color: #071f33 !important;
  background: #fff8e5;
  font-size: 11px;
  font-weight: 900;
  text-decoration: none !important;
  line-height: 1;
}

.kb-summary-edit-link:hover {
  background: #d6b956;
  color: #071f33 !important;
}

/* Booking sayfası web layout: araç alanı geniş, summary dar */
@media (min-width: 992px) {
  .kb-booking-flow .kb-results-wrap,
  .kb-vehicle-screen .kb-results-wrap {
    grid-template-columns: minmax(0, 820px) 290px !important;
    gap: 28px !important;
    align-items: start !important;
    max-width: 1140px !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .kb-booking-flow .kb-vehicle-list,
  .kb-vehicle-screen .kb-vehicle-list {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
  }

  .kb-booking-flow .kb-booking-summary,
  .kb-vehicle-screen .kb-booking-summary,
  .kb-booking-flow .kb-summary-card,
  .kb-vehicle-screen .kb-summary-card {
    width: 290px !important;
    max-width: 290px !important;
    min-width: 290px !important;
    padding: 22px !important;
  }

  .kb-booking-flow .kb-summary-card h2,
  .kb-vehicle-screen .kb-summary-card h2 {
    font-size: 22px !important;
    line-height: 1.15 !important;
    margin-bottom: 20px !important;
  }

.kb-booking-flow .kb-summary-block strong,
.kb-vehicle-screen .kb-summary-block strong {
  font-size: 13px !important;
  line-height: 1.35 !important;
}

  .kb-booking-flow .kb-summary-card small,
  .kb-vehicle-screen .kb-summary-card small {
    font-size: 10px !important;
  }

  .kb-booking-flow .kb-summary-card .kb-summary-continue,
  .kb-vehicle-screen .kb-summary-card .kb-summary-continue {
    width: 100% !important;
    font-size: 13px !important;
  }
}

/* Mobile vehicle card layout fix */
@media(max-width:767px){

  .kb-vehicle-screen .kb-vehicle-card{
    display:grid!important;
    grid-template-columns:112px minmax(0,1fr)!important;
    gap:12px 14px!important;
    padding:16px!important;
    align-items:center!important;
    border-radius:16px!important;
  }

  .kb-vehicle-screen .kb-vehicle-img{
    grid-column:1!important;
    grid-row:1 / 4!important;
    min-height:92px!important;
    align-self:center!important;
  }

  .kb-vehicle-screen .kb-vehicle-img img{
    max-width:110px!important;
    max-height:88px!important;
  }

  .kb-vehicle-screen .kb-vehicle-info{
    display:contents!important;
  }

  .kb-vehicle-screen .kb-vehicle-badge{
    grid-column:2!important;
    grid-row:1!important;
    justify-self:start!important;
    width:auto!important;
    max-width:100%!important;
  }

  .kb-vehicle-screen .kb-vehicle-info h3{
    grid-column:2!important;
    grid-row:2!important;
    font-size:20px!important;
    margin:0!important;
    text-align:left!important;
    align-self:end!important;
  }

  .kb-vehicle-screen .kb-vehicle-capacity{
    grid-column:2!important;
    grid-row:3!important;
    display:flex!important;
    gap:12px!important;
    font-size:13px!important;
    margin:0!important;
    align-self:start!important;
  }

  .kb-vehicle-screen .kb-vehicle-info p{
    display:none!important;
  }

  .kb-vehicle-screen .kb-feature-pills{
    grid-column:1/-1!important;
    grid-row:4!important;
    width:100%!important;
    display:flex!important;
    justify-content:center!important;
    flex-wrap:wrap!important;
    gap:7px!important;
    padding:13px 0!important;
    margin:10px 0 0!important;
    border-top:1px solid #e7ecf1!important;
    border-bottom:1px solid #e7ecf1!important;
  }

  .kb-vehicle-screen .kb-feature-pills span{
    font-size:11px!important;
    padding:5px 8px!important;
    border-radius:7px!important;
  }

.kb-vehicle-screen .kb-price{
  order:1!important;
  width:100%!important;
  font-size:28px!important;
  line-height:1.1!important;
  text-align:center!important;
  margin:0 0 7px!important;
}

.kb-vehicle-screen .kb-vehicle-pricebox small,
.kb-vehicle-screen .kb-vehicle-pricebox em{
  order:2!important;
  display:inline-flex!important;
  font-size:12px!important;
  color:#6f7c8c!important;
  font-weight:800!important;
  margin:0 0 12px!important;
  line-height:1!important;
}

.kb-vehicle-screen .kb-vehicle-pricebox em{
  font-style:normal!important;
}

.kb-vehicle-screen .kb-vehicle-pricebox em:before{
  content:'|';
  margin:0 8px;
  color:#c8ced6;
}

.kb-vehicle-screen .kb-price{
  width:100%!important;
  font-size:28px!important;
  line-height:1.1!important;
  text-align:center!important;
  margin:7px 0 12px!important;
}

.kb-vehicle-screen .kb-select-vehicle{
  order:3!important;
  width:100%!important;
  max-width:255px!important;
  height:42px!important;
  margin:0 auto!important;
    }
}

@media(max-width:767px){
  .kb-flow-passenger .kb-flow-checkout-wrap{
    display:flex!important;
    flex-direction:column!important;
  }

  .kb-flow-passenger .kb-booking-summary{
    order:1!important;
    margin:0 0 16px!important;
  }

  .kb-flow-passenger .kb-details-card{
    order:2!important;
  }
}

/* Mobile Passenger Details: Summary first */
@media(max-width:767px){

  .kb-vehicle-screen .kb-flow-passenger .kb-flow-checkout-wrap{
    display:flex!important;
    flex-direction:column!important;
  }

  .kb-vehicle-screen .kb-flow-passenger .kb-booking-summary,
  .kb-vehicle-screen .kb-flow-passenger .kb-summary-card.kb-booking-summary,
  .kb-vehicle-screen .kb-flow-passenger .kb-passenger-summary-card{
    order:1!important;
    width:100%!important;
    max-width:100%!important;
    margin:0 0 18px!important;
    position:relative!important;
    top:auto!important;
  }

  .kb-vehicle-screen .kb-flow-passenger .kb-details-card{
    order:2!important;
  }
}

.kb-phone-field{
  position:relative;
  display:block;
  margin:0 0 18px;
}

.kb-phone-label{
  display:block;
  color:#102235;
  font-size:14px;
  font-weight:700;
  margin-bottom:8px;
}

.kb-phone-box{
  display:flex;
  align-items:center;
  width:100%;
  min-height:54px;
  border:1px solid #dfe5ec;
  border-radius:14px;
  background:#f9fafb;
  overflow:hidden;
}

.kb-phone-box:focus-within,
.kb-phone-field.is-open .kb-phone-box{
  border-color:#d6b956;
  background:#fff;
  box-shadow:0 0 0 3px rgba(214,185,86,.16);
}

.kb-phone-code{
  height:54px;
  min-width:112px;
  border:0;
  border-right:1px solid #dfe5ec;
  background:transparent;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:6px;
  cursor:pointer;
  color:#102235;
  padding:0 10px;
}

.kb-phone-code strong{
  font-size:13px;
  font-weight:900;
  white-space:nowrap;
}

.kb-phone-code i{
  font-style:normal;
  color:#7c8998;
  font-size:12px;
}

.kb-phone-number{
  border:0!important;
  background:transparent!important;
  box-shadow:none!important;
  outline:none!important;
  margin:0!important;
  min-height:54px!important;
  padding:0 15px!important;
  font-size:15px!important;
  font-weight:600!important;
  color:#102235!important;
}

.kb-phone-dropdown{
  display:none;
  position:absolute;
  left:0;
  right:0;
  top:100%;
  margin-top:8px;
  background:#fff;
  border:1px solid #dfe5ec;
  border-radius:14px;
  box-shadow:0 18px 45px rgba(16,34,53,.14);
  padding:12px;
  z-index:9999;
  max-height:310px;
  overflow:auto;
}

.kb-phone-field.is-open .kb-phone-dropdown{
  display:block;
}

.kb-phone-search{
  width:100%!important;
  height:46px!important;
  border:1px solid #dfe5ec!important;
  border-radius:10px!important;
  margin:0 0 8px!important;
  padding:0 13px!important;
  background:#fff!important;
  box-shadow:none!important;
}

.kb-phone-dropdown button{
  width:100%;
  border:0;
  background:#fff;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  padding:12px 10px;
  border-radius:10px;
  cursor:pointer;
  color:#102235;
  font-size:14px;
  font-weight:800;
  text-align:left;
}

.kb-phone-dropdown button:hover{
  background:#f4f6f8;
}

.kb-phone-dropdown button span{
  color:#7c8998;
}

.kb-details-card .kb-phone-field .kb-phone-number{
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
  outline:none!important;
  margin:0!important;
  height:54px!important;
  min-height:54px!important;
  padding:0 16px!important;
}

.kb-details-card .kb-phone-field .kb-phone-number:focus{
  border:0!important;
  box-shadow:none!important;
  background:transparent!important;
}

.kb-details-card .kb-phone-box{
  overflow:hidden!important;
}

.kb-details-card .kb-phone-code{
  border-radius:0!important;
}

.kb-currency-switch{
  max-width:760px;
  margin:0 auto 28px;
  padding:12px;
  border:1px solid #e2e7ee;
  border-radius:16px;
  background:#fff;
  display:flex;
  align-items:center;
  gap:10px;
  box-shadow:0 8px 24px rgba(16,34,53,.05);
}

.kb-currency-switch strong{
  color:#071f33;
  font-size:15px;
  font-weight:900;
  margin-right:8px;
}

.kb-currency-switch button{
  border:1px solid transparent;
  background:#fff;
  color:#526079;
  padding:10px 22px;
  border-radius:14px;
  font-size:14px;
  font-weight:900;
  cursor:pointer;
}

.kb-currency-switch button.is-active{
  background:#fff8dc;
  border-color:#d6b956;
  color:#071f33;
  box-shadow:0 0 0 3px rgba(214,185,86,.12);
}

@media(max-width:767px){
  .kb-currency-switch{
    width:100%;
    max-width:100%;
    margin:0 0 22px;
    overflow-x:auto;
    justify-content:flex-start;
  }

  .kb-currency-switch strong{
    flex:0 0 auto;
  }

  .kb-currency-switch button{
    flex:0 0 auto;
    padding:10px 18px;
  }
}

/* Currency switch alignment fix */
@media(min-width:992px){
  .kb-booking-flow .kb-currency-switch{
    width:820px!important;
    max-width:820px!important;
    margin-left:max(24px, calc((100vw - 1140px) / 2))!important;
    margin-right:auto!important;
    margin-bottom:28px!important;
  }
}

@media(max-width:767px){
  .kb-booking-flow .kb-currency-switch{
    display:grid!important;
    grid-template-columns:68px repeat(4, 1fr)!important;
    gap:5px!important;
    padding:8px!important;
    margin:0 0 20px!important;
    width:100%!important;
    max-width:100%!important;
    overflow:visible!important;
  }

  .kb-booking-flow .kb-currency-switch strong{
    font-size:13px!important;
    margin:0!important;
    white-space:nowrap!important;
    align-self:center!important;
  }

  .kb-booking-flow .kb-currency-switch button{
    min-width:0!important;
    padding:9px 3px!important;
    font-size:12px!important;
    border-radius:11px!important;
    white-space:nowrap!important;
  }
}

/* Currency switch desktop left alignment fix */
@media(min-width:992px){
  .kb-booking-flow .kb-currency-switch{
    width:820px!important;
    max-width:820px!important;
    margin-left:0!important;
    margin-right:auto!important;
    margin-bottom:28px!important;
  }
}

/* Currency switch desktop compact width */
@media(min-width:992px){
  .kb-booking-flow .kb-currency-switch{
    width:fit-content!important;
    max-width:none!important;
    min-width:0!important;
    padding:12px 14px!important;
    margin-left:0!important;
    margin-right:auto!important;
  }

  .kb-booking-flow .kb-currency-switch button{
    padding:10px 24px!important;
  }
}

/* Passenger note field compact */
.kb-details-card textarea[name="note"]{
  min-height:72px!important;
  height:72px!important;
  resize:vertical!important;
}

/* Payment method cards */
.kb-payment-method{
  grid-column:1/-1;
  display:block;
  margin-top:4px;
}

.kb-payment-title{
  display:block;
  color:#071f33;
  font-size:14px;
  font-weight:900;
  margin-bottom:10px;
}

.kb-payment-options{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:16px;
}

.kb-payment-card{
  position:relative;
  display:flex;
  align-items:center;
  gap:16px;
  min-height:86px;
  padding:18px 52px 18px 20px;
  border:1px solid #dfe5ec;
  border-radius:14px;
  background:#fff;
  cursor:pointer;
  transition:.18s ease;
}

.kb-payment-card input{
  position:absolute;
  opacity:0;
  pointer-events:none;
}

.kb-payment-card strong{
  display:block;
  color:#071f33;
  font-size:16px;
  font-weight:900;
}

.kb-payment-card small{
  display:block;
  color:#5f6f86;
  font-size:14px;
  margin-top:4px;
}

.kb-payment-icon{
  font-size:34px;
  line-height:1;
}

.kb-payment-card i{
  position:absolute;
  right:18px;
  top:22px;
  width:22px;
  height:22px;
  border:2px solid #b8c3d2;
  border-radius:50%;
}

.kb-payment-card.is-selected,
.kb-payment-card:has(input:checked){
  border-color:#d6b956;
  background:#fffaf0;
  box-shadow:0 0 0 2px rgba(214,185,86,.10);
}

.kb-payment-card.is-selected i,
.kb-payment-card:has(input:checked) i{
  border-color:#d6b956;
}

.kb-payment-card.is-selected i:after,
.kb-payment-card:has(input:checked) i:after{
  content:'';
  position:absolute;
  inset:4px;
  border-radius:50%;
  background:#d6b956;
}

.kb-payment-info{
  margin-top:16px;
  padding:18px 20px;
  border:1px solid #efe2ba;
  border-radius:14px;
  background:#fff9ea;
  color:#31445d;
}

.kb-payment-info strong{
  display:block;
  color:#071f33;
  font-size:15px;
  font-weight:900;
  margin-bottom:5px;
}

.kb-payment-info p{
  margin:0;
  font-size:14px;
  line-height:1.45;
}

@media(max-width:767px){
  .kb-payment-options{
    grid-template-columns:1fr;
    gap:10px;
  }

  .kb-payment-card{
    min-height:82px;
    padding:16px 48px 16px 18px;
  }

  .kb-payment-card strong{
    font-size:16px;
  }

  .kb-payment-info{
    padding:16px;
  }
}

/* Payment card text alignment fix */
.kb-payment-card{
  align-items:center!important;
}

.kb-payment-copy{
  display:flex!important;
  flex-direction:column!important;
  gap:4px!important;
  min-width:0!important;
}

.kb-payment-copy strong{
  text-transform:none!important;
  line-height:1.2!important;
}

.kb-payment-copy small{
  text-transform:none!important;
  line-height:1.35!important;
}

.kb-payment-icon{
  flex:0 0 38px!important;
  width:38px!important;
  text-align:center!important;
}

/* Payment card final alignment fix */
.kb-details-card .kb-payment-card{
  display:grid!important;
  grid-template-columns:42px minmax(0,1fr)!important;
  align-items:center!important;
  gap:16px!important;
  padding:18px 54px 18px 20px!important;
  margin:0!important;
}

.kb-details-card .kb-payment-icon{
  grid-column:1!important;
  grid-row:1!important;
  width:42px!important;
  height:42px!important;
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  font-size:30px!important;
  line-height:1!important;
}

.kb-details-card .kb-payment-copy{
  grid-column:2!important;
  grid-row:1!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:flex-start!important;
  justify-content:center!important;
  gap:5px!important;
  min-width:0!important;
}

.kb-details-card .kb-payment-copy strong{
  display:block!important;
  margin:0!important;
  color:#071f33!important;
  font-size:16px!important;
  font-weight:900!important;
  line-height:1.2!important;
  text-transform:none!important;
}

.kb-details-card .kb-payment-copy small{
  display:block!important;
  margin:0!important;
  color:#5f6f86!important;
  font-size:14px!important;
  font-weight:700!important;
  line-height:1.35!important;
  text-transform:none!important;
  letter-spacing:0!important;
}

.kb-details-card .kb-payment-card i{
  position:absolute!important;
  right:18px!important;
  top:18px!important;
}

@media(max-width:767px){
  .kb-details-card .kb-payment-card{
    grid-template-columns:38px minmax(0,1fr)!important;
    gap:14px!important;
    padding:16px 48px 16px 18px!important;
  }

  .kb-details-card .kb-payment-icon{
    width:38px!important;
    height:38px!important;
    font-size:27px!important;
  }
}

/* Payment info icon */
.kb-payment-info{
  position:relative!important;
  padding-left:72px!important;
}

.kb-payment-info:before{
  content:'i';
  position:absolute;
  left:22px;
  top:22px;
  width:34px;
  height:34px;
  border-radius:50%;
  background:#fff1c7;
  color:#c89b22;
  display:flex;
  align-items:center;
  justify-content:center;
  font-size:18px;
  font-weight:900;
  font-family:Arial, sans-serif;
}

.kb-payment-info p{
  line-height:1.55!important;
}

/* Summary ve Complete Reservation butonları */
.kb-summary-continue,
.kb-complete-reservation {
  background: #ebaf49 !important;
  color: #ffffff !important;
  border: 1px solid #ebaf49 !important;
}

/* buton içindeki span / yazılar da beyaz olsun */
.kb-summary-continue span,
.kb-complete-reservation span {
  color: #ffffff !important;
}

/* hover */
.kb-summary-continue:hover,
.kb-complete-reservation:hover {
  background: #e3a53a !important;
  border-color: #e3a53a !important;
  color: #ffffff !important;
}

.kb-complete-reservation{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  text-align:center!important;
  min-height:58px!important;
  line-height:1!important;
  padding:0 20px!important;
}