@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap");

:root {
  --td-ff-body: "Inter", sans-serif;
  --td-ff-poppins: "Inter", sans-serif;
  --td-ff-fontawesome: "Font Awesome 6 Pro";
  --td-common-white: #fff;
  --td-common-black: #141418;
  --td-common-black-2: #000;
  --td-common-yellow: #fccb0a;
  --td-common-blue: #1b0166;
  --td-grey-1: #444;
  --td-grey-2: #a5a5b0;
  --td-grey-3: #f8f8f8;
  --td-grey-4: #f2f7f7;
  --td-grey-5: #eaeaea;
  --td-theme-primary: #5033ff;
  --td-theme-secondary: #ef4035;
  --td-border-1: #d9d9d9;
}

/* Preloader logo */
.preloader.preloader-logo-mode .loader {
  width: auto;
  aspect-ratio: auto;
  display: block;
  transform: none;
}

.preloader.preloader-logo-mode .loader::before,
.preloader.preloader-logo-mode .loader::after {
  content: none;
}

.preloader-logo {
  width: 50px;
  height: auto;
  display: block;
  animation: fleetPreloaderLogoSpin 6s linear infinite, fleetPreloaderLogoFade 2.2s ease-in-out infinite;
  transform-origin: center;
}

@keyframes fleetPreloaderLogoSpin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@keyframes fleetPreloaderLogoFade {
  0%,
  100% {
    opacity: 0.45;
  }
  50% {
    opacity: 1;
  }
}

@media (prefers-reduced-motion: reduce) {
  .preloader-logo {
    animation: none;
  }
}

@media (max-width: 767px) {
  .td-about-7-thumb .thumb-2 {
    margin-top: -85px;
    position: relative;
    z-index: 2;
    text-align: right;
  }

  .td-about-7-thumb .thumb-2 img {
    width: 82%;
    max-width: 82%;
    height: auto;
    margin-left: auto;
    display: block;
  }

  .td-about-7-thumb .thumb-1 img {
    max-width: 100%;
    width: 100%;
    height: auto;
  }
}

.td-category-card {
  background: var(--td-common-white);
  border-radius: 12px 28px 12px 28px;
  overflow: hidden;
  padding: 30px 36px 38px 36px;
}

@supports (clip-path: polygon(0 0, 90% 0%, 100% 28%, 100% 80%, 100% 100%, 10% 100%, 0% 72%, 0% 20%)) {
  .td-category-card {
    clip-path: polygon(0 0, 94% 0%, 100% 18%, 100% 84%, 100% 100%, 6% 100%, 0% 82%, 0% 18%);
    border-radius: 12px 28px 12px 28px;
  }
}

.td-category-grid {
  column-count: 3;
  column-gap: 24px;
}

.td-category-grid-item {
  display: inline-block;
  width: 100%;
  break-inside: avoid;
}

@media (max-width: 1199px) {
  .td-category-grid {
    column-count: 2;
  }
}

@media (max-width: 767px) {
  .td-category-grid {
    column-count: 1;
  }
}

.td-download-btn {
  background: var(--td-theme-primary);
  color: var(--td-common-white);
  display: inline-block;
  padding: 6px 14px;
  margin-right: 10px;
  border-radius: 6px;
  font-weight: 600;
  font-size: 14px;
  line-height: 1.4;
}

.td-download-btn:hover {
  color: var(--td-common-white);
  background: var(--td-theme-secondary);
}

.download-btn {
  color: var(--td-theme-secondary);
  text-decoration: none;
  font-weight: 700;
}

.download-btn:hover {
  color: var(--td-theme-primary);
  text-decoration: underline;
}

.td-header-nav {
  flex: 1;
  display: flex;
  justify-content: center;
}

.td-header-nav .navigation {
  justify-content: center;
}

.td-header-nav .navigation > li > a,
.tdmenu__nav .tdmenu__navbar-wrap > ul > li > a,
.td-header-nav .tdmenu__navbar-wrap > ul > li > a,
.tdmenu-2 .tdmenu__navbar-wrap > ul > li > a,
.td-header-nav .tdmenu__navbar-wrap ul > li > a,
.tdmenu__navbar-wrap .navigation > li > a {
  font-weight: 700 !important;
}

.td-header__area .tdmenu__wrap,
.td-header__area .tdmenu__nav,
.td-header__area .tdmenu__nav .navigation,
.td-header__area .td-menu-right-action {
  align-items: center;
}

.theme-index-3 #header-sticky:not(.header-sticky) .tdmenu__nav .navigation > li > a {
  color: var(--td-common-white);
}

.theme-index-3 #header-sticky:not(.header-sticky) .tdmenu__nav .navigation > li > a:hover {
  color: var(--td-common-yellow);
}

.theme-index-3 #header-sticky.header-sticky .tdmenu__nav .navigation > li > a {
  color: var(--td-common-black);
}

.hero-bg-top {
  background-position: top center;
}

.theme-index-3 #juri .td-team-3-thumb img {
  max-width: 68%;
  margin: 0 auto;
  display: block;
}

.theme-index-3 #juri .td-brands-title-wrap p,
.theme-index-3 #juri .td-team-2-title-text p {
  color: var(--td-common-black);
}

.theme-index-3 #juri .td-section-title {
  color: var(--td-common-black);
}

.fleet-sponsor-subtle-wrap {
  border: none;
  border-radius: 18px;
  background: #f6f6f6;
  padding: 24px;
}

.fleet-sponsor-subtle-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.fleet-sponsor-subtle-tag {
  display: inline-block;
  font-family: var(--td-ff-poppins);
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--td-theme-secondary);
  margin-bottom: 8px;
}

.fleet-sponsor-subtle-title {
  font-size: 24px;
  line-height: 1.25;
  margin: 0;
}

body > main > div.td-banner-area.td-banner-spacing-2.bg-position.jarallax > div.container.p-relative.z-index-2 > div > div.col-xl-6.col-lg-8 > div > p {
  text-transform: initial;
}

.fleet-sponsor-subtle-text {
  font-family: var(--td-ff-poppins);
  color: #596273;
}

.fleet-sponsor-toggle-btn {
  flex: 0 0 auto;
  white-space: nowrap;
}

.fleet-sponsor-toggle-btn:focus-visible {
  outline: 2px solid rgba(80, 51, 255, 0.35);
  outline-offset: 2px;
}

.fleet-sponsor-form-panel {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transform: translateY(-6px);
  transition:
    max-height 0.35s ease,
    opacity 0.25s ease,
    transform 0.25s ease;
}

.fleet-sponsor-form-panel.is-open {
  max-height: 1200px;
  opacity: 1;
  transform: translateY(0);
}

.fleet-sponsor-form-wrap {
  background: #f6f8fb;
}

.fleet-sponsor-form-wrap .td-contact-form-box {
  padding-bottom: 45px;
}

.fleet-sponsor-label {
  display: block;
  font-family: var(--td-ff-poppins);
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 8px;
  color: var(--td-common-black);
}

.fleet-sponsor-form-wrap .td-input {
  text-transform: none;
}

.fleet-sponsor-submit {
  min-width: 220px;
}

@media (max-width: 991px) {
  .fleet-sponsor-subtle-head {
    flex-direction: column;
    align-items: flex-start;
  }

  .fleet-sponsor-toggle-btn {
    margin-top: 6px;
  }
}

@media (max-width: 767px) {
  .fleet-sponsor-subtle-wrap {
    padding: 18px;
  }

  .fleet-sponsor-subtle-title {
    font-size: 20px;
  }

  .td-banner-area.td-banner-spacing-2 .td-banner-title-wrap-2 {
    text-align: center;
  }

  .td-banner-area.td-banner-spacing-2 .td-banner-2-video-wrap {
    margin-left: 0 !important;
    display: flex;
    justify-content: center;
  }

  #contactos .td-footer-widget,
  #contactos .td-footer-2-widget,
  #contactos .td-footer-bottom-copyright,
  #contactos .td-footer-bottom-social {
    text-align: center !important;
  }

  #contactos .td-footer-widget.space,
  #contactos .td-footer-2-widget.space {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  #contactos .td-footer-logo img {
    margin-left: auto;
    margin-right: auto;
  }

  #contactos .td-footer-links .row > div {
    display: flex;
    justify-content: center;
  }

  #contactos .td-footer-links ul {
    text-align: center;
    padding-left: 0;
  }

  #contactos .td-footer-2-widget .row {
    justify-content: center;
  }

  #contactos .td-footer-bottom-social span {
    margin-left: 6px;
    margin-right: 6px;
  }
}

@media (max-width: 767px) {
  #apresentacao {
    padding-top: 52px;
    padding-bottom: 20px;
  }

  #parceiros {
    padding-top: 44px;
    padding-bottom: 56px;
  }

  #juri {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  #categorias {
    padding-top: 52px;
    padding-bottom: 64px;
  }

  #regulamento {
    padding-top: 56px;
    padding-bottom: 64px;
  }

  .td-banner-area.td-banner-spacing-2 {
    padding-top: 76px;
    padding-bottom: 84px;
  }

  #contactos {
    padding-top: 56px;
    padding-bottom: 56px;
  }
}

.theme-index-3 #categorias .td-category-card {
  border-radius: 8px;
  clip-path: none;
}

#regulamento .fleet-regulamento-links {
  margin-top: 10px;
}

#regulamento .fleet-regulamento-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 14px 16px;
  border: 1px solid #e8e8e8;
  border-radius: 10px;
  margin-bottom: 12px;
}

#regulamento .fleet-regulamento-label {
  color: var(--td-common-black);
  font-weight: 500;
  flex: 1;
}

#regulamento .fleet-regulamento-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  cursor: pointer;
  background: transparent;
  text-decoration: none;
  color: var(--td-theme-secondary);
  font-weight: 700;
  font-size: 14px;
  padding: 6px 12px;
  border: 1px solid #ffdce8;
  border-radius: 8px;
  transition: all 0.3s ease;
  font-family: inherit;
}

#regulamento .fleet-regulamento-link:hover,
#regulamento .fleet-regulamento-link:focus-visible {
  color: var(--td-common-white);
  border-color: var(--td-theme-secondary);
  background: var(--td-theme-secondary);
  text-decoration: none;
}

#regulamento .fleet-regulamento-preview-frame,
#regulamento-preview-modal .fleet-regulamento-preview-frame,
.fleet-regulamento-preview-frame {
  width: 100%;
  height: 100%;
  min-height: 0;
  border: 1px solid #e8e8e8;
  border-radius: 8px;
  display: block;
}

#regulamento .fleet-regulamento-preview-note {
  color: #6c757d;
  font-size: 12px;
  margin-bottom: 0;
  line-height: 1.35;
}

#regulamento-preview-modal .modal-dialog {
  max-width: min(1200px, calc(100vw - 24px));
  margin: 0.5rem auto;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

#regulamento-preview-modal .modal-content {
  height: 80vh;
  display: flex;
  flex-direction: column;
}

#regulamento-preview-modal .modal-body {
  flex: 1 1 auto;
  min-height: 0;
  padding: 1rem;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

#regulamento-preview-modal .fleet-regulamento-preview-frame {
  flex: 1 1 auto;
  min-height: 0;
}

#regulamento-preview-modal .modal-footer {
  flex: 0 0 auto;
  display: flex;
  justify-content: flex-end;
  gap: 12px;
}

#regulamento-preview-modal .modal-footer .td-btn-square {
  margin: 0;
  text-align: center;
  line-height: 1;
  padding: 13px 20px;
  font-size: 14px;
  border-radius: 5px 18px 5px 18px;
}

#privacy-policy-modal .modal-dialog {
  max-width: min(960px, calc(100vw - 24px));
  margin: 0.5rem auto;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

#privacy-policy-modal .modal-content {
  height: 85vh;
  max-height: calc(100vh - 80px);
  display: flex;
  flex-direction: column;
}

#privacy-policy-modal .modal-body {
  flex: 1 1 auto;
  min-height: 0;
  overflow-y: auto;
}

#privacy-policy-modal .fleet-privacy-policy-body {
  color: var(--td-common-black);
  font-size: 14px;
  line-height: 1.6;
}

#privacy-policy-modal .fleet-privacy-policy-body p {
  margin-bottom: 0.75rem;
}

#regulamento-preview-modal .fleet-regulamento-close-btn {
  color: var(--td-common-black);
  background: #f4f5f7;
  border: 1px solid #e9ecef;
}

#regulamento-preview-modal .fleet-regulamento-close-btn:hover,
#regulamento-preview-modal .fleet-regulamento-close-btn:focus-visible {
  color: var(--td-common-black);
  background: #edf0f3;
}

@media (min-width: 1200px) {
  #regulamento-preview-modal .modal-content {
    height: 82vh;
    max-height: calc(100vh - 80px);
  }
}

@media (max-width: 767px) {
  #regulamento-preview-modal .modal-dialog {
    width: 100%;
    max-width: none;
    margin: 0;
    height: 100%;
  }

  #regulamento-preview-modal .modal-content {
    height: 100%;
    border-radius: 0;
  }

  #privacy-policy-modal .modal-dialog {
    width: 100%;
    max-width: none;
    margin: 0;
    height: 100%;
  }

  #privacy-policy-modal .modal-content {
    height: 100%;
    border-radius: 0;
  }
}

@media (max-width: 767px) {
  #regulamento .fleet-regulamento-row {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }
}

#categorias .fleet-categories-swiper {
  padding-bottom: 46px;
}

#categorias .fleet-categories-swiper .swiper-slide {
  height: auto;
  display: flex;
}

#categorias .td-schedule-2-item {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}

#categorias .td-schedule-2-thumb {
  height: 260px;
}

@media (max-width: 767px) {
  #categorias .td-schedule-2-thumb {
    height: 220px;
  }
}

#categorias .td-schedule-2-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#categorias .fleet-category-badge {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(33, 37, 41, 0.82);
  color: #ffcf5c;
  font-size: 16px;
  z-index: 2;
  isolation: isolate;
}

#categorias .fleet-category-badge i {
  position: relative;
  z-index: 2;
}

#categorias .fleet-category-badge::before {
  content: "";
  position: absolute;
  inset: -7px;
  border-radius: 50%;
  background: conic-gradient(
    from 0deg,
    rgba(239, 64, 53, 0),
    rgba(239, 64, 53, 0.35),
    rgba(255, 207, 92, 0.45),
    rgba(239, 64, 53, 0)
  );
  filter: blur(4px);
  opacity: 0.65;
  z-index: -1;
  animation: fleetBadgeGlowSpin 4s linear infinite;
  transform-origin: center;
}

@keyframes fleetBadgeGlowSpin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@media (prefers-reduced-motion: reduce) {
  #categorias .fleet-category-badge::before {
    animation: none;
  }
}

#categorias .td-schedule-2-content {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  padding: 18px 30px 18px 30px;
}

#categorias .td-schedule-2-content .mb-15 {
  margin-bottom: 5px !important;
  margin-top: 10px;
}

#categorias .td-schedule-2-destination {
  margin-bottom: 0 !important;
}

#categorias .fleet-categories-navigation {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 20px;
}

#categorias .fleet-categories-nav-btn {
  width: 40px;
  height: 40px;
  border: 1px solid var(--td-theme-secondary);
  border-radius: 50%;
  background: #fff;
  color: var(--td-theme-secondary);
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}

#categorias .fleet-categories-nav-btn:hover,
#categorias .fleet-categories-nav-btn:focus-visible {
  background: var(--td-theme-secondary);
  color: var(--td-common-white);
}

#categorias .fleet-categories-nav-btn.swiper-button-disabled {
  opacity: 0.4;
  cursor: not-allowed;
  pointer-events: none;
}

@media (max-width: 767px) {
  #categorias .td-schedule-2-thumb {
    height: 220px;
  }
}

.hero-overlay {
  position: relative;
}

.hero-overlay::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(10, 10, 18, 0.7) 0%, rgba(10, 10, 18, 0.35) 45%, rgba(10, 10, 18, 0) 100%);
  pointer-events: none;
}

.hero-overlay > * {
  position: relative;
  z-index: 1;
}
.tdmenu__navbar-wrap > ul > li a {
  margin: 0 10px !important;
}

.swiper-container {
  max-height: 85vh;
}

/* ── Wizard: Page layout ──────────────────────────────────────────── */
.fleet-back-link {
  display: inline-block;
  font-size: 15px;
  color: #555;
  text-decoration: none;
}

.fleet-back-link:hover {
  color: #111;
}

.fleet-form-page {
  --fleet-brand: rgb(239, 64, 53);
  --fleet-brand-dark: rgb(210, 52, 43);
  background-color: #fff;
  background-image: url("../img/hero/hero-2/bg-shape.png");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100% auto;
  min-height: 100vh;
}

.fleet-form-container {
  display: flex;
  justify-content: center;
  padding-top: 28px;
  padding-bottom: 48px;
}

.fleet-form-wrap {
  width: 100%;
  max-width: 860px;
  margin: 0 auto;
}

.fleet-form-header {
  padding: 30px 50px 0;
}

.fleet-form-logo {
  text-align: center;
}

.fleet-form-logo img {
  max-width: 130px;
  width: 100%;
  height: auto;
}

.fleet-form-header-actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.fleet-form-title {
  font-size: 24px;
  font-weight: 700;
  color: #222;
}

/* ── Wizard: Form ─────────────────────────────────────────────────── */
.fleet-form-wrap .td-contact-form-box {
  padding: 50px 50px 20px 50px;
}

.fleet-form-section-title {
  font-size: 22px;
  margin-bottom: 16px;
}

.fleet-form-subtitle {
  font-size: 18px;
  margin-bottom: 14px;
}

.fleet-options-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 12px;
}

.fleet-option {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  border: 1px solid #e6e6e6;
  border-radius: 8px;
  padding: 12px 14px;
  background: #fafafa;
  line-height: 1.45;
  color: #333;
  cursor: pointer;
  transition:
    border-color 0.2s,
    background 0.2s;
}

.fleet-option span {
  font-size: 15px;
}

.fleet-option:hover {
  border-color: var(--td-theme-primary);
  background: #f0f0ff;
}

.fleet-option input {
  margin-top: 4px;
  flex-shrink: 0;
}

.fleet-wizard-panel label.d-block.mb-10 {
  font-family: var(--td-ff-poppins);
  font-size: 1rem !important;
  line-height: 1.4;
  font-weight: 500;
}

.fleet-form-note {
  margin: 8px 0 0;
  font-size: 14px;
  color: #6a6a6a;
}

.fleet-form-note-error {
  color: #dc3545;
}

@media (max-width: 767px) {
  .fleet-form-container {
    padding-top: 14px;
    padding-bottom: 30px;
  }

  .fleet-form-header {
    padding: 20px 20px 0;
  }

  .fleet-form-header-actions {
    flex-direction: column;
    align-items: flex-start;
  }

  .fleet-form-wrap .td-contact-form-box {
    padding: 20px 20px 0 20px;
  }
}

/* ── Wizard: Progress bar ─────────────────────────────────────────── */
.fleet-wizard-progress {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  width: 100%;
  max-width: 100%;
  padding: 4px 4px 0;
  box-sizing: border-box;
  overflow: hidden;
}

.fleet-progress-step {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex: 1;
  min-width: 0;
}

.fleet-progress-step:last-child {
  flex: 1;
}

.fleet-progress-dot-wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
}

.fleet-progress-step:last-child .fleet-progress-dot-wrap {
  width: 100%;
}

.fleet-progress-dot {
  width: 34px;
  height: 34px;
  min-width: 34px;
  border-radius: 50%;
  background: #e9ecef;
  color: #aaa;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 700;
  transition:
    background 0.3s,
    color 0.3s,
    box-shadow 0.3s;
}

.fleet-progress-line {
  position: absolute;
  left: 34px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  flex: none;
  height: 3px;
  background: #e9ecef;
  margin: 0;
  border-radius: 3px;
  transition: background 0.3s;
}

/* Active step */
.fleet-progress-step.active .fleet-progress-dot {
  background: var(--fleet-brand, rgb(239, 64, 53));
  color: #fff;
  box-shadow: 0 0 0 4px rgba(239, 64, 53, 0.18);
}

/* Completed step */
.fleet-progress-step.completed .fleet-progress-dot {
  background: var(--fleet-brand-dark, rgb(210, 52, 43));
  color: #fff;
}

.fleet-progress-step.completed .fleet-progress-line {
  background: var(--fleet-brand-dark, rgb(210, 52, 43));
}

/* Labels */
.fleet-progress-label {
  font-size: 11px;
  margin-top: 8px;
  text-align: left;
  color: #aaa;
  line-height: 1.3;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.fleet-progress-step.active .fleet-progress-label {
  color: var(--fleet-brand, rgb(239, 64, 53));
  font-weight: 600;
}

.fleet-progress-step.completed .fleet-progress-label {
  color: var(--fleet-brand-dark, rgb(210, 52, 43));
}

@media (max-width: 480px) {
  .fleet-progress-label {
    font-size: 10px;
    max-width: 56px;
  }

  .fleet-progress-dot {
    width: 28px;
    height: 28px;
    min-width: 28px;
    font-size: 12px;
  }
}

/* ── Wizard: Panels ───────────────────────────────────────────────── */
.fleet-wizard-panel {
  min-height: 200px;
}

.fleet-step-indicator {
  font-size: 13px;
  color: #888;
  margin-bottom: 6px;
  font-weight: 500;
}

/* ── Wizard: Nav buttons ──────────────────────────────────────────── */
.fleet-wizard-nav {
  display: flex;
  justify-content: space-between;
  gap: 12px;
}

.fleet-btn-home {
  outline: none;
  border: none;
  text-decoration: none;
  object-fit: cover;
  position: relative;
  overflow: hidden;
  font-weight: 600;
  font-size: 16px;
  line-height: 1;
  color: #ffffff;
  background: var(--fleet-brand);
  padding: 17px 25px;
  border-radius: 5px 22px 5px 22px;
  display: inline-block;
  transition: all 0.4s ease;
  -webkit-clip-path: polygon(0 0, 90% 0%, 100% 28%, 100% 80%, 100% 100%, 11% 100%, 0% 72%, 0% 20%);
  clip-path: polygon(0 0, 90% 0%, 100% 28%, 100% 80%, 100% 100%, 11% 100%, 0% 72%, 0% 20%);
}

.fleet-btn-home:hover,
.fleet-btn-home:focus-visible {
  background: var(--fleet-brand-dark);
  color: #ffffff;
}

.fleet-btn-home-outline {
  background: rgba(239, 64, 53, 0.16);
  color: var(--fleet-brand-dark);
}

.fleet-btn-home-outline:hover,
.fleet-btn-home-outline:focus-visible {
  background: rgba(239, 64, 53, 0.28);
  color: var(--fleet-brand-dark);
}

#wizard-prev.fleet-btn-home-outline {
  background: #e9ecef;
  color: #495057;
}

#wizard-prev.fleet-btn-home-outline:hover,
#wizard-prev.fleet-btn-home-outline:focus-visible {
  background: #dee2e6;
  color: #343a40;
}

.fleet-btn-home-sm {
  font-size: 14px;
  padding: 13px 22px;
}

/* ── Wizard: Car entry cards ──────────────────────────────────────── */
.fleet-car-entry {
  border: 1px solid #e0e0e0;
  border-radius: 10px;
  padding: 24px 20px;
  margin-bottom: 16px;
  background: #fcfcfc;
}

.fleet-car-entry-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}

.fleet-car-entry-label {
  font-size: 17px;
  font-weight: 600;
  color: var(--td-common-black);
}

.fleet-car-remove-btn {
  background: none;
  border: none;
  font-size: 24px;
  color: #dc3545;
  cursor: pointer;
  line-height: 1;
  padding: 0 4px;
}

.fleet-car-remove-btn:hover {
  color: #a71d2a;
}

.fleet-car-segmento-wrap {
  margin-top: 4px;
}

.fleet-segment-lines {
  margin-bottom: 8px;
}

.fleet-segment-row .td-input {
  text-transform: none;
}

.fleet-segment-select {
  padding-left: 18px;
}

.fleet-segment-row-remove {
  width: 34px;
  height: 34px;
  border: 1px solid #e0e0e0;
  border-radius: 50%;
  background: #fff;
  color: #a71d2a;
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
  padding: 0;
}

.fleet-segment-row-remove:hover {
  background: #fdf1f1;
}

@media (max-width: 991px) {
  .fleet-segment-row-remove {
    margin-top: -2px;
  }
}

.td-btn.td-btn-sm {
  padding: 8px 20px;
  font-size: 14px;
}

/* ── Wizard: Step errors ──────────────────────────────────────────── */
.fleet-step-error {
  margin-top: 12px;
  font-weight: 500;
}
