.elementor-1236 .elementor-element.elementor-element-be815b9{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1236 .elementor-element.elementor-element-4feedc1{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:48px 32px;--row-gap:48px;--column-gap:32px;--padding-top:110px;--padding-bottom:110px;--padding-left:40px;--padding-right:40px;}.elementor-1236 .elementor-element.elementor-element-312579e{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-1236 .elementor-element.elementor-element-76069d1{text-align:center;}.elementor-1236 .elementor-element.elementor-element-76069d1 .elementor-heading-title{font-size:clamp(34px, 4.8vw, 52px);font-weight:800;color:#054841;}.elementor-1236 .elementor-element.elementor-element-5a7b3b6{--swiper-slides-to-display:3;--swiper-slides-gap:25px;}.elementor-1236 .elementor-element.elementor-element-5a7b3b6 .swiper-slide > .elementor-element{height:100%;}.elementor-widget-button .elementor-button{background-color:var( --e-global-color-accent );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-1236 .elementor-element.elementor-element-957d87c .elementor-button{background-color:#FFFFFF;fill:#054841;color:#054841;border-style:solid;border-width:2px 2px 2px 2px;border-color:#054841;border-radius:4px 4px 4px 4px;}:root{--page-title-display:none;}@media(max-width:1024px){.elementor-1236 .elementor-element.elementor-element-4feedc1{--padding-top:72px;--padding-bottom:72px;--padding-left:24px;--padding-right:24px;}.elementor-1236 .elementor-element.elementor-element-5a7b3b6{--swiper-slides-to-display:2;}}@media(min-width:641px){.elementor-1236 .elementor-element.elementor-element-4feedc1{--content-width:1320px;}}@media(max-width:640px){.elementor-1236 .elementor-element.elementor-element-4feedc1{--gap:32px 32px;--row-gap:32px;--column-gap:32px;--padding-top:56px;--padding-bottom:56px;--padding-left:18px;--padding-right:18px;}.elementor-1236 .elementor-element.elementor-element-76069d1 .elementor-heading-title{font-size:clamp(35px, 5.5vw, 72px);}.elementor-1236 .elementor-element.elementor-element-5a7b3b6{--swiper-slides-to-display:1;}}/* Start custom CSS for html, class: .elementor-element-8de1afa *//* ===================== VEHICLES — IMPORT (Doviezol som vozidlo) ===================== */
.vehicles-import {
  /* Prvá sekcia na podstránke — odsadenie zhora (od menu) aj zdola */
  padding-top: 80px;
  padding-bottom: 100px;
  background: var(--white);
}

/* HLAVIČKA */
.vehicles-import__header {
  text-align: center;
  max-width: 720px;
  margin: 0 auto 56px;
}
.vehicles-import__header .label {
  display: inline-block;
  margin-bottom: 16px;
}
.vehicles-import__title {
  font-size: clamp(32px, 4.4vw, 48px);
  font-weight: 800;
  color: var(--teal-dark);
  letter-spacing: -1px;
  line-height: 1.1;
  margin-bottom: 18px;
}
.vehicles-import__title span { color: var(--lime-dark); }

.vehicles-import__lead {
  font-size: 17px;
  color: var(--muted);
  line-height: 1.7;
  max-width: 580px;
  margin: 0 auto;
}

/* ===== INFO BLOK: Čo musíte priložiť pri registrácii ===== */
.import-notice {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 22px;
  align-items: flex-start;
  max-width: 880px;
  margin: 0 auto 56px;
  padding: 28px 32px;
  background: var(--cloud);
  border: 1.5px solid var(--border);
  border-left: 4px solid var(--teal-mid);
  border-radius: var(--radius-md);
}

.import-notice__icon {
  width: 56px;
  height: 56px;
  background: var(--teal-dark);
  color: var(--lime);
  border-radius: var(--radius-sm);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.import-notice__icon .ico {
  width: 26px;
  height: 26px;
}

.import-notice__title {
  font-family: var(--font-head);
  font-size: 18px;
  font-weight: 800;
  color: var(--teal-dark);
  letter-spacing: -0.3px;
  line-height: 1.3;
  margin-bottom: 10px;
}

.import-notice__text {
  font-size: 14.5px;
  color: var(--coal);
  line-height: 1.7;
  margin: 0;
}
.import-notice__text strong {
  color: var(--teal-dark);
  font-weight: 700;
}

/* ===== HORIZONTÁLNY STEPPER (HORE) ===== */
.vehicles-import__steps {
  padding: 48px;
  background: var(--cloud);
  border: 1.5px solid var(--border);
  border-radius: var(--radius-xl);
  margin-bottom: 64px;
}

.vehicles-import__steps-header {
  text-align: center;
  margin-bottom: 44px;
}
.vehicles-import__steps-label {
  display: inline-block;
  font-family: var(--font-body);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  color: var(--teal-mid);
  margin-bottom: 10px;
}
.vehicles-import__steps-title {
  font-family: var(--font-head);
  font-size: clamp(24px, 3vw, 32px);
  font-weight: 800;
  color: var(--teal-dark);
  letter-spacing: -0.6px;
  line-height: 1.2;
}

.import-stepper {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  position: relative;
}

/* Spojovacia čiara medzi krokmi */
.import-stepper::before {
  content: '';
  position: absolute;
  top: 28px;
  left: 12.5%;
  right: 12.5%;
  height: 2px;
  background: repeating-linear-gradient(
    to right,
    rgba(148, 214, 43, 0.35) 0,
    rgba(148, 214, 43, 0.35) 8px,
    transparent 8px,
    transparent 14px
  );
  z-index: 0;
}

.import-step {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 0 8px;
}

.import-step__num {
  width: 56px;
  height: 56px;
  background: var(--white);
  border: 2.5px solid var(--lime);
  color: var(--lime-dark);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-head);
  font-size: 22px;
  font-weight: 800;
  margin-bottom: 14px;
  position: relative;
  z-index: 2;
  transition: var(--transition);
  box-shadow: 0 4px 12px rgba(148, 214, 43, 0.2);
}

.import-step:hover .import-step__num {
  background: var(--lime);
  color: var(--lime-dark);
  transform: scale(1.05);
  box-shadow: 0 6px 20px rgba(148, 214, 43, 0.35);
}

.import-step__icon-wrap {
  width: 40px;
  height: 40px;
  background: var(--matcha);
  color: var(--teal-dark);
  border-radius: var(--radius-sm);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
  transition: var(--transition);
}
.import-step__icon-wrap .ico {
  width: 20px;
  height: 20px;
}
.import-step:hover .import-step__icon-wrap {
  background: var(--lime);
}

.import-step__title {
  font-family: var(--font-head);
  font-size: 15px;
  font-weight: 700;
  color: var(--teal-dark);
  letter-spacing: -0.2px;
  line-height: 1.3;
  margin-bottom: 6px;
}

.import-step__text {
  font-size: 12.5px;
  color: var(--muted);
  line-height: 1.5;
}

/* DOT indikátory pre Stepper carousel (default skryté na desktope) */
.import-stepper-dots {
  display: none;
}

/* ===== HLAVNÝ 2-STĹPCOVÝ BLOK ===== */
.vehicles-import__main {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 56px;
  align-items: center;
}

/* Ľavá strana: text */
.vehicles-import__content {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.vehicles-import__intro {
  font-size: 16px;
  color: var(--coal);
  line-height: 1.8;
  margin: 0;
}
.vehicles-import__intro strong {
  color: var(--teal-dark);
  font-weight: 700;
}

/* ===== PRAVÁ STRANA: Quick info / cena karta ===== */
.vehicles-import__sidebar {
  background: var(--teal-dark);
  border-radius: var(--radius-xl);
  padding: 36px 32px;
  color: var(--white);
  overflow: hidden;
  position: relative;
}

/* Decoračný glow v rohu */
.vehicles-import__sidebar::before {
  content: '';
  position: absolute;
  top: -80px;
  right: -80px;
  width: 240px;
  height: 240px;
  background: radial-gradient(circle, rgba(148, 214, 43, 0.18) 0%, transparent 70%);
  pointer-events: none;
}

.import-price {
  position: relative;
  z-index: 2;
  text-align: center;
}
.import-price__label {
  display: block;
  font-family: var(--font-body);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.6px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55);
  margin-bottom: 14px;
}
.import-price__value {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 4px;
}
.import-price__amount {
  font-family: var(--font-head);
  font-size: 80px;
  font-weight: 800;
  color: var(--lime);
  letter-spacing: -3px;
  line-height: 0.95;
}
.import-price__currency {
  font-family: var(--font-head);
  font-size: 36px;
  font-weight: 700;
  color: var(--lime);
  letter-spacing: -1px;
}
.import-price__note {
  font-family: var(--font-body);
  font-size: 13px;
  color: rgba(255, 255, 255, 0.5);
  font-weight: 500;
  letter-spacing: 0.3px;
  margin-left: 8px;
  align-self: flex-end;
  padding-bottom: 10px;
}

.import-price__divider {
  height: 1px;
  background: rgba(255, 255, 255, 0.1);
  margin: 24px 0 20px;
  position: relative;
  z-index: 2;
}

.import-price__hint {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 1.6;
  text-align: center;
  margin-bottom: 22px;
  position: relative;
  z-index: 2;
}

.import-price__btn {
  width: 100%;
  justify-content: center;
  position: relative;
  z-index: 2;
}
.import-price__btn .ico-sm {
  color: var(--lime-dark);
  width: 14px;
  height: 14px;
}

.import-price__link {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  font-family: var(--font-head);
  font-size: 12px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.6) !important;
  letter-spacing: 0.3px;
  text-decoration: none !important;
  transition: var(--transition);
  position: relative;
  z-index: 2;
}
.import-price__link:hover {
  color: var(--lime) !important;
}
.import-price__link .ico-sm {
  width: 12px;
  height: 12px;
}

/* ===== ZMIENKA O KATEGÓRIÁCH ===== */
.import-scope {
  max-width: 880px;
  margin: 40px auto 0;
  text-align: center;
}
.import-scope__label {
  display: block;
  font-family: var(--font-body);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.5px;
  color: var(--muted);
  margin-bottom: 16px;
  text-transform: uppercase;
}
.import-scope__chips {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
}
.import-scope__chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 18px;
  background: var(--cloud);
  border: 1.5px solid var(--border);
  border-radius: 100px;
  font-size: 13px;
  color: var(--coal);
  line-height: 1.3;
}
.import-scope__chip strong {
  font-family: var(--font-head);
  font-size: 14px;
  font-weight: 800;
  color: var(--lime-dark);
}

/* ===== PRELINK NA BATÉRIE ===== */
.import-battery {
  display: grid;
  grid-template-columns: 56px 1fr;
  gap: 22px;
  align-items: flex-start;
  max-width: 880px;
  margin: 40px auto 0;
  padding: 28px 32px;
  background: rgba(148, 214, 43, 0.06);
  border: 1.5px solid rgba(148, 214, 43, 0.3);
  border-radius: var(--radius-md);
}

.import-battery__icon {
  width: 56px;
  height: 56px;
  background: var(--lime);
  color: var(--lime-dark);
  border-radius: var(--radius-sm);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.import-battery__icon .ico {
  width: 26px;
  height: 26px;
}

.import-battery__title {
  font-family: var(--font-head);
  font-size: 18px;
  font-weight: 800;
  color: var(--teal-dark);
  letter-spacing: -0.3px;
  line-height: 1.3;
  margin-bottom: 8px;
}

.import-battery__text {
  font-size: 14.5px;
  color: var(--coal);
  line-height: 1.65;
  margin-bottom: 14px;
}

.import-battery__link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: var(--font-head);
  font-size: 13px;
  font-weight: 700;
  color: var(--teal-dark) !important;
  letter-spacing: 0.2px;
  text-decoration: none !important;
  padding: 9px 16px;
  background: var(--white);
  border: 1.5px solid var(--teal-dark);
  border-radius: var(--radius-sm);
  transition: var(--transition);
}
.import-battery__link:hover {
  background: var(--teal-dark);
  color: var(--lime) !important;
  gap: 12px;
}
.import-battery__link .ico-sm {
  width: 13px;
  height: 13px;
}

/* ===== TABLET (≤1024px) ===== */
@media (max-width: 1024px) {
  .vehicles-import {
    padding-top: 64px;
    padding-bottom: 80px;
  }

  .vehicles-import__header { margin-bottom: 48px; }

  .vehicles-import__steps {
    padding: 36px 28px;
    margin-bottom: 48px;
  }
  .vehicles-import__steps-header {
    margin-bottom: 36px;
  }

  /* Stepper 2x2 na tablete */
  .import-stepper {
    grid-template-columns: repeat(2, 1fr);
    gap: 28px;
  }
  .import-stepper::before {
    display: none;
  }

  .vehicles-import__main {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .vehicles-import__sidebar {
    max-width: 480px;
    margin: 0 auto;
  }
}

/* ===== MOBILE (≤640px) — STEPPER CAROUSEL ===== */
@media (max-width: 640px) {
  .vehicles-import {
    padding-top: 48px;
    padding-bottom: 64px;
  }

  .vehicles-import__header {
    margin-bottom: 32px;
  }
  .vehicles-import__title {
    font-size: 28px;
    letter-spacing: -0.6px;
  }
  .vehicles-import__lead {
    font-size: 15px;
  }

  /* Info blok — mobile */
  .import-notice {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px 22px;
    text-align: center;
    margin-bottom: 36px;
  }
  .import-notice__icon {
    margin: 0 auto;
    width: 48px;
    height: 48px;
  }
  .import-notice__icon .ico {
    width: 22px;
    height: 22px;
  }
  .import-notice__title { font-size: 16px; }
  .import-notice__text { font-size: 13.5px; }

  /* Stepper container — carousel mode */
  .vehicles-import__steps {
    padding: 28px 22px;
    margin-bottom: 36px;
    overflow: hidden;
  }
  .vehicles-import__steps-header {
    margin-bottom: 24px;
  }
  .vehicles-import__steps-title {
    font-size: 22px;
  }

  /* Stepper grid → horizontálny carousel */
  .import-stepper {
    margin-left: -22px;
    margin-right: -22px;
    padding-left: 22px;
    padding-right: 22px;

    display: flex !important;
    flex-direction: row !important;
    flex-wrap: nowrap !important;
    grid-template-columns: none;
    gap: 14px;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scroll-padding-left: 22px;

    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .import-stepper::-webkit-scrollbar {
    display: none;
  }
  .import-stepper::before {
    display: none;
  }

  /* Každý krok ako karta v carouseli */
  .import-step {
    flex: 0 0 calc(100vw - 90px) !important;
    max-width: calc(100vw - 90px);
    scroll-snap-align: start;
    scroll-snap-stop: always;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    gap: 14px;
    padding: 22px 22px 24px;
    background: var(--white);
    border: 1.5px solid var(--border);
    border-radius: var(--radius-md);
  }
  .import-step__num {
    width: 48px;
    height: 48px;
    font-size: 20px;
    margin-bottom: 0;
    flex-shrink: 0;
  }
  .import-step__icon-wrap {
    display: flex;
    width: 36px;
    height: 36px;
    margin-bottom: 0;
  }
  .import-step__icon-wrap .ico {
    width: 18px;
    height: 18px;
  }
  .import-step__title {
    font-size: 16px;
    margin-bottom: 4px;
    line-height: 1.3;
  }
  .import-step__text {
    font-size: 13px;
    line-height: 1.55;
  }

  /* DOT indikátory pre Stepper carousel (viditeľné na mobile) */
  .import-stepper-dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 20px;
    padding: 0;
    list-style: none;
  }
  .import-stepper-dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: rgba(56, 81, 68, 0.25);
    border: none;
    padding: 0;
    cursor: pointer;
    transition: all 0.3s ease;
  }
  .import-stepper-dot.is-active {
    background: var(--lime);
    width: 24px;
    border-radius: 100px;
    box-shadow: 0 0 12px rgba(148, 214, 43, 0.4);
  }

  /* Hlavný blok */
  .vehicles-import__main {
    gap: 22px;
  }
  .vehicles-import__content {
    gap: 14px;
  }
  .vehicles-import__intro {
    font-size: 15px;
    text-align: center;
  }

  .vehicles-import__sidebar {
    padding: 28px 24px;
  }
  .import-price__amount { font-size: 64px; letter-spacing: -2px; }
  .import-price__currency { font-size: 28px; }
  .import-price__note { font-size: 11px; margin-left: 6px; padding-bottom: 7px; }

  /* Scope chips — pod sebou */
  .import-scope {
    margin-top: 32px;
  }
  .import-scope__chips {
    flex-direction: column;
    align-items: stretch;
  }
  .import-scope__chip {
    justify-content: center;
  }

  /* Batéria prelink — mobile */
  .import-battery {
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 24px 22px;
    text-align: center;
    margin-top: 32px;
  }
  .import-battery__icon {
    margin: 0 auto;
    width: 48px;
    height: 48px;
  }
  .import-battery__icon .ico {
    width: 22px;
    height: 22px;
  }
  .import-battery__title { font-size: 16px; }
  .import-battery__text { font-size: 13.5px; }
  .import-battery__link { margin: 0 auto; }
}/* End custom CSS */