.sf-fleet-grid {
  width: 100%;
  max-width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(310px, 1fr));
  gap: 22px;
}

.sf-fleet-card {
  min-width: 0;
  border: 1px solid var(--sf-line, #e4e7ec);
  border-radius: 28px;
  background: white;
  overflow: hidden;
  box-shadow: 0 12px 34px rgba(16, 24, 40, .055);
  transition: transform .2s ease, box-shadow .2s ease;
}

.sf-fleet-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 48px rgba(16, 24, 40, .09);
}

.sf-fleet-photo {
  position: relative;
  height: 410px;
  padding: 0;
  background: #fff;
  overflow: hidden;
}

.sf-fleet-photo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: opacity .2s ease;
}

.sf-fleet-photo--custom {
  padding: 0;
  background: #fff;
}

.sf-fleet-photo--custom img {
  object-fit: contain;
}

.sf-fleet-photo--empty {
  display: grid;
  place-items: center;
  background: linear-gradient(145deg, #f8faff, #f1f4f9);
}

.sf-photo-placeholder {
  display: grid;
  place-items: center;
  gap: 15px;
  color: #98a2b3;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.sf-photo-placeholder i {
  position: relative;
  width: 54px;
  height: 40px;
  border: 2px solid #cbd2dc;
  border-radius: 10px;
}

.sf-photo-placeholder i::before {
  content: "";
  position: absolute;
  top: -8px;
  left: 10px;
  width: 18px;
  height: 8px;
  border: 2px solid #cbd2dc;
  border-bottom: 0;
  border-radius: 5px 5px 0 0;
}

.sf-photo-placeholder i::after {
  content: "";
  position: absolute;
  inset: 9px 15px;
  border: 2px solid #cbd2dc;
  border-radius: 50%;
}

.sf-availability {
  position: absolute;
  top: 17px;
  left: 17px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 7px 10px;
  border: 1px solid #e4e7ec;
  border-radius: 999px;
  background: rgba(255, 255, 255, .93);
  color: #344054;
  font-size: 9px;
  font-weight: 800;
  text-transform: uppercase;
  backdrop-filter: blur(10px);
}

.sf-availability i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #12b76a;
  box-shadow: 0 0 0 4px rgba(18, 183, 106, .12);
}

.sf-gallery-controls {
  position: absolute;
  right: 15px;
  bottom: 15px;
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 5px;
  border-radius: 999px;
  background: rgba(16, 24, 40, .82);
  color: white;
}

.sf-gallery-controls button {
  width: 29px;
  height: 29px;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, .13);
  color: white;
  cursor: pointer;
}

.sf-gallery-controls span { font-size: 9px; }
.sf-fleet-body { padding: 26px; border-top: 1px solid var(--sf-line, #e4e7ec); }
.sf-fleet-heading { display: flex; align-items: start; justify-content: space-between; gap: 15px; }
.sf-fleet-heading > div:first-child { min-width: 0; }
.sf-fleet-heading span, .sf-price small { display: block; color: var(--sf-muted, #667085); font-size: 9px; font-weight: 800; text-transform: uppercase; }
.sf-fleet-heading h3 { margin: 4px 0 0; font-size: 23px; line-height: 1.15; }
.sf-price { min-width: 105px; text-align: right; }
.sf-price strong { display: block; margin-top: 2px; font-size: 24px; line-height: 1.15; letter-spacing: -.045em; }
.sf-price strong small { display: inline; margin-left: 3px; color: #101828; font-size: 10px; letter-spacing: 0; text-transform: lowercase; }
.sf-price em { display: block; color: var(--sf-muted, #667085); font-size: 8px; font-style: normal; white-space: nowrap; }
.sf-fleet-description { margin: 17px 0 0; color: var(--sf-muted, #667085); font-size: 12px; }
.sf-specs { margin: 20px 0; padding: 16px 0; display: flex; justify-content: space-between; gap: 8px; border-top: 1px solid var(--sf-line, #e4e7ec); border-bottom: 1px solid var(--sf-line, #e4e7ec); color: #475467; font-size: 9px; font-weight: 700; text-transform: uppercase; }
.sf-specs span { display: grid; gap: 4px; }
.sf-specs small { color: var(--sf-muted, #667085); font-size: 7px; font-weight: 800; letter-spacing: .05em; }
.sf-whatsapp-icon { width: 20px; height: 20px; display: inline-block; flex: 0 0 auto; }

.sf-contact-form {
  width: 100%;
  max-width: 100%;
  padding: 40px;
  border: 1px solid var(--sf-line, #e4e7ec);
  border-radius: 24px;
  background: white;
  box-shadow: 0 18px 50px rgba(16, 24, 40, .06);
}

.sf-contact-form__heading > span {
  display: block;
  margin-bottom: 10px;
  color: var(--sf-blue, #123ee8);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.sf-contact-form__heading h2 { margin-bottom: 10px; font-size: 38px; line-height: 1.08; }
.sf-contact-form__heading p { margin-bottom: 28px; color: var(--sf-muted, #667085); }
.sf-form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 17px; }
.sf-contact-form label { color: #344054; font-size: 11px; font-weight: 800; }
.sf-contact-form input, .sf-contact-form select, .sf-contact-form textarea {
  width: 100%;
  margin-top: 7px;
  border: 1px solid #d0d5dd;
  border-radius: 11px;
  background: white;
  color: #101828;
  outline: 0;
  font-size: 13px;
  font-weight: 500;
}
.sf-contact-form input, .sf-contact-form select { height: 49px; padding: 0 13px; }
.sf-contact-form textarea { min-height: 145px; padding: 13px; resize: vertical; }
.sf-contact-form input:focus, .sf-contact-form select:focus, .sf-contact-form textarea:focus { border-color: var(--sf-blue, #123ee8); box-shadow: 0 0 0 3px rgba(18, 62, 232, .1); }
.sf-contact-message { display: block; margin: 17px 0; }
.sf-contact-privacy { margin: 14px 0 0; color: var(--sf-muted, #667085); font-size: 9px; }
.sf-form-error { margin: 12px 0; padding: 11px 13px; border-radius: 9px; background: #fff1f3; color: #c01048; font-size: 11px; }
.sf-honeypot { position: absolute !important; width: 1px !important; height: 1px !important; margin: -1px !important; padding: 0 !important; border: 0 !important; overflow: hidden !important; clip: rect(0 0 0 0) !important; clip-path: inset(50%) !important; white-space: nowrap !important; opacity: 0 !important; }
.sf-contact-success { min-height: 310px; display: grid; place-items: center; align-content: center; text-align: center; }
.sf-contact-success > span { width: 54px; height: 54px; display: grid; place-items: center; border-radius: 50%; background: #ecfdf3; color: #039855; font-size: 23px; }
.sf-contact-success h2 { max-width: 520px; margin: 18px 0 7px; font-size: 30px; }
.sf-contact-success p { color: var(--sf-muted, #667085); }

.sf-chat-widget {
  position: fixed;
  z-index: 1200;
  right: 22px;
  bottom: 22px;
  max-width: calc(100vw - 28px);
  color: #101828;
  font: 500 14px/1.45 "Manrope", Arial, sans-serif;
}

.sf-chat-widget *, .sf-chat-widget *::before, .sf-chat-widget *::after { box-sizing: border-box; }
.sf-chat-panel[hidden], .sf-chat-lead-form[hidden], .sf-chat-success[hidden], .sf-chat-main[hidden], .sf-chat-conversation[hidden] { display: none !important; }

.sf-chat-launcher {
  min-height: 56px;
  padding: 0 20px 0 15px;
  border: 0;
  border-radius: 999px;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-left: auto;
  background: #123ee8;
  color: white;
  box-shadow: 0 16px 38px rgba(18, 62, 232, .3);
  cursor: pointer;
  font-weight: 800;
}

.sf-chat-launcher svg {
  width: 28px;
  height: 28px;
  fill: white;
  stroke: #123ee8;
  stroke-width: 2.2;
  stroke-linecap: round;
}

.sf-chat-panel {
  position: absolute;
  right: 0;
  bottom: 68px;
  width: min(390px, calc(100vw - 28px));
  height: min(650px, calc(100vh - 110px));
  border: 1px solid #d9dfeb;
  border-radius: 24px;
  background: white;
  display: flex;
  flex-direction: column;
  box-shadow: 0 24px 75px rgba(16, 24, 40, .2);
  overflow: hidden;
}

.sf-chat-header {
  min-height: 78px;
  padding: 16px 17px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  background: linear-gradient(135deg, #123ee8, #0d2daf);
  color: white;
}

.sf-chat-header > div, .sf-chat-header > div > span { display: flex; align-items: center; }
.sf-chat-header > div { gap: 11px; }
.sf-chat-header > div > i { width: 38px; height: 38px; border: 3px solid rgba(255,255,255,.28); border-radius: 50%; background: white; box-shadow: inset 0 0 0 8px #25d366; }
.sf-chat-header > div > span { align-items: flex-start; flex-direction: column; line-height: 1.25; }
.sf-chat-header strong { font-size: 14px; }
.sf-chat-header small { margin-top: 3px; color: rgba(255,255,255,.76); font-size: 9px; }
.sf-chat-header > button { width: 36px; height: 36px; border: 0; border-radius: 50%; background: rgba(255,255,255,.12); color: white; cursor: pointer; font-size: 24px; line-height: 1; }

.sf-chat-conversation {
  flex: 1;
  min-height: 160px;
  padding: 18px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  background: #f7f9fc;
  overflow-y: auto;
  overscroll-behavior: contain;
}

.sf-chat-message {
  max-width: 84%;
  padding: 11px 13px;
  border-radius: 15px;
  color: #344054;
  font-size: 12px;
  line-height: 1.55;
  white-space: pre-wrap;
}

.sf-chat-message--assistant { align-self: flex-start; border: 1px solid #e4e7ec; border-bottom-left-radius: 5px; background: white; }
.sf-chat-message--user { align-self: flex-end; border-bottom-right-radius: 5px; background: #123ee8; color: white; }
.sf-chat-message.is-thinking { color: #98a2b3; font-style: italic; }

.sf-chat-main { padding: 13px 15px 14px; border-top: 1px solid #e4e7ec; background: white; }
.sf-chat-quick { display: flex; gap: 7px; padding-bottom: 10px; overflow-x: auto; scrollbar-width: none; }
.sf-chat-quick::-webkit-scrollbar { display: none; }
.sf-chat-quick button { flex: 0 0 auto; min-height: 32px; padding: 0 11px; border: 1px solid #d9e0f8; border-radius: 999px; background: #f6f8ff; color: #123ee8; cursor: pointer; font-size: 9px; font-weight: 800; }
.sf-chat-booking-start { width: 100%; min-height: 42px; margin-bottom: 9px; border: 0; border-radius: 11px; background: #ecfdf3; color: #027a48; cursor: pointer; font-size: 11px; font-weight: 800; }
.sf-chat-message-form { display: grid; grid-template-columns: 1fr 42px; gap: 8px; }
.sf-chat-message-form input { width: 100%; min-width: 0; height: 42px; padding: 0 13px; border: 1px solid #d0d5dd; border-radius: 11px; outline: 0; color: #101828; font: inherit; font-size: 12px; }
.sf-chat-message-form input:focus { border-color: #123ee8; box-shadow: 0 0 0 3px rgba(18,62,232,.1); }
.sf-chat-message-form button { width: 42px; height: 42px; border: 0; border-radius: 11px; background: #123ee8; color: white; cursor: pointer; font-size: 20px; font-weight: 800; }
.sf-chat-safety { margin: 8px 0 0; color: #98a2b3; font-size: 8px; text-align: center; }

.sf-chat-lead-form {
  flex: 1;
  padding: 18px;
  display: grid;
  align-content: start;
  gap: 12px;
  overflow-y: auto;
  overscroll-behavior: contain;
}

.sf-chat-form-heading { display: flex; align-items: center; gap: 11px; margin-bottom: 2px; }
.sf-chat-form-heading > button { width: 34px; height: 34px; border: 1px solid #e4e7ec; border-radius: 50%; background: white; color: #344054; cursor: pointer; }
.sf-chat-form-heading > div { display: flex; flex-direction: column; }
.sf-chat-form-heading strong { font-size: 15px; }
.sf-chat-form-heading small { color: #667085; font-size: 9px; }
.sf-chat-lead-form label { color: #344054; font-size: 9px; font-weight: 800; }
.sf-chat-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; }
.sf-chat-lead-form input, .sf-chat-lead-form select, .sf-chat-lead-form textarea { width: 100%; max-width: 100%; margin-top: 5px; border: 1px solid #d0d5dd; border-radius: 9px; background: white; color: #101828; outline: 0; font: inherit; font-size: 11px; }
.sf-chat-lead-form input, .sf-chat-lead-form select { height: 40px; padding: 0 10px; }
.sf-chat-lead-form textarea { min-height: 58px; padding: 9px 10px; resize: vertical; }
.sf-chat-lead-form input:focus, .sf-chat-lead-form select:focus, .sf-chat-lead-form textarea:focus { border-color: #123ee8; box-shadow: 0 0 0 3px rgba(18,62,232,.1); }
.sf-chat-submit { min-height: 46px; border: 0; border-radius: 11px; background: #25d366; color: #073b21; cursor: pointer; font-size: 11px; font-weight: 900; }
.sf-chat-submit:disabled { cursor: wait; opacity: .65; }
.sf-chat-lead-form > p { margin: -3px 0 0; color: #98a2b3; font-size: 8px; text-align: center; }
.sf-chat-form-error { padding: 9px 10px; border-radius: 8px; background: #fff1f3; color: #c01048; font-size: 9px; }

.sf-chat-success { flex: 1; padding: 32px 24px; display: grid; place-items: center; align-content: center; text-align: center; }
.sf-chat-success > i { width: 52px; height: 52px; display: grid; place-items: center; border-radius: 50%; background: #ecfdf3; color: #039855; font-size: 22px; font-style: normal; }
.sf-chat-success strong { margin-top: 16px; font-size: 18px; }
.sf-chat-success p { margin: 7px 0 17px; color: #667085; font-size: 11px; }
.sf-chat-success a { min-height: 46px; padding: 0 18px; border-radius: 999px; display: inline-flex; align-items: center; gap: 8px; background: #25d366; color: #073b21; font-size: 11px; font-weight: 900; }

@media (max-width: 980px) {
  .sf-fleet-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 680px) {
  .sf-fleet-grid, .sf-form-grid { grid-template-columns: minmax(0, 1fr); }
  .sf-fleet-card { max-width: 100%; border-radius: 20px; }
  .sf-fleet-photo { height: 380px; padding: 0; }
  .sf-fleet-body { padding: 21px; }
  .sf-contact-form { padding: 22px; border-radius: 20px; }
  .sf-contact-form__heading h2 { font-size: clamp(30px, 9vw, 36px); }
  .sf-contact-form input, .sf-contact-form select, .sf-contact-form textarea { max-width: 100%; }
  .sf-gallery-controls { right: 10px; bottom: 10px; }
  .sf-chat-widget { right: 10px; bottom: 72px; }
  .sf-chat-launcher { width: 54px; min-height: 54px; padding: 0; justify-content: center; }
  .sf-chat-launcher span { display: none; }
  .sf-chat-panel { right: 0; bottom: 64px; width: calc(100vw - 20px); height: min(650px, calc(100vh - 154px)); height: min(650px, calc(100dvh - 154px)); border-radius: 20px; }
}

@media (max-width: 420px) {
  .sf-fleet-heading { display: block; }
  .sf-price { margin-top: 14px; text-align: left; }
  .sf-price em { white-space: normal; }
  .sf-fleet-photo { height: 350px; }
  .sf-specs { flex-wrap: wrap; justify-content: flex-start; gap: 8px 14px; }
  .sf-chat-form-row { grid-template-columns: 1fr; }
  .sf-chat-panel { height: min(620px, calc(100dvh - 150px)); }
}
