.bg-main-light {
  background-color: #f8f9fa;
  border-top:1px solid #eee;
  border-bottom:1px solid #eee;
}



.color-accent,
.color-accent-hover:hover,
.color-accent-hover:focus,
:root .has-accent-color,
.has-drop-cap:not(:focus):first-letter,
.wp-block-button.is-style-outline,
a {
  color:#0056ff;
}

.row-lf{
  /* margin-top:20px; */
  row-gap:24px;
}

.row-lf-tanacsok{
    margin-bottom: 30px;
}

.row-lf a.lf-link{
    width: 100%;
    display: block;
}

.lf-box{
  border:1px solid #f1f1f1;
  background:#fff;
  border-radius:14px;
  padding:20px;
  /* box-shadow:0 10px 25px rgba(0,0,0,0.06); */
  box-shadow:0 0 0 rgba(0,0,0,0.06);
  transition:all .25s ease;
  width:100%;

  display: flex;
  flex-direction: column;
  justify-content: flex-start; /* vagy center, ha vertikálisan középre akarod */
  align-items: stretch;
}

.lf-box:hover{
  transform:translateY(-4px);
  box-shadow:0 18px 40px rgba(0,0,0,0.10);
  border-color:#fff;
}

.lf-icon{
  width:56px;
  height:56px;
  border-radius:14px;
  background:#f3f6fb;
  display:flex;
  align-items:center;
  justify-content:center;
  margin-bottom:16px;
}

.lf-icon i{
  font-size:26px;
  color:#2f5bea;
  line-height:1;
}

.lf-box h4{
  font-size:1.8rem;
  font-weight:600;
  margin-bottom:10px;
}

.row-lf a.lf-link h4{
    font-size:1.6rem;
}

.lf-box p{
  margin:0;
  color:#555;
}

.lf-box ul{
  padding-left:18px;
  margin:8px 0 0;
}

.lf-box li{
  margin-bottom:6px;
}



button.accordion-button {
  background-color:#eee;
}



.ajax-stuff .description {
  margin-bottom: 20px;
  max-height: 260px;
  overflow: hidden;
}


/*
  AKCIO KARTYAK
*/

.gyarto-lista {
  margin-bottom: 60px;
}

.gyarto-lista .card_akcio_wrapper {
  border:0 solid #fff;
  border-radius: 10px;
  box-shadow:
    0 1px 2px rgba(0,0,0,0.05),
    0 3px 8px rgba(0,0,0,0.06);
}

.card_akcio.card_akcio_compact,
.gyarto-lista .card_akcio {
  background-position: center center;
  background-size: cover;
  min-height: 200px !important;
  transition: all .5s;
  border-radius: 15px 15px 0 0 !important;
  border-width: 0;
  position: relative;
}

.card_akcio {
  position: relative; /* kell az overlay-hez */
  overflow: hidden;
}

.gyarto-lista .card_akcio .filter_bg {
  border-radius: 15px 15px 0 0;
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0) 0%,
    rgba(0, 0, 0, 0) 50%,
    rgba(0, 0, 0, 0.8) 100%
  );
  pointer-events: none; /* hogy a gombok kattinthatóak maradjanak */
  transition: background 1s ease-in-out; /* smooth */
  opacity: 1; /* alap állapot */
}

.gyarto-lista .card_akcio:hover .filter_bg,
.gyarto-lista .card_akcio:focus .filter_bg {
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.2) 0%,
    rgba(0, 0, 0, 0.4.) 50%,
    rgba(0, 0, 0, 0.8) 100%
  ); 
}

.card_akcio .kartya_txt,
.card_akcio figure {
  z-index: 2;
}



.card_akcio_desc {
  padding: 20px;
  background-color: white;  
  border-width: 0 1px 1px 1px;
  border-style: solid;
  border-color: #eee;
  border-radius: 0 0 15px 15px;
}

.card_akcio_extra_wrapper .card_akcio_desc {
  border-color: transparent;
}


.card_akcio_desc h3 {
  font-size: 2rem !important;
  font-weight: 500;
  line-height: 1.3;
  min-height: calc(2 * 1.3em);
  font-family: "Inter", sans-serif;
}

.card_akcio_desc h3 a {
  color: #0042C8;
  text-decoration: none;
}

.card_akcio_desc h3 a:hover {
  color: #0042C8;
  text-decoration: underline;
}


.card_akcio:hover,
.card_akcio:focus {
  transform:none;
  transition:all .5s;
  background-position:60% 0;
  /* box-shadow:0px 0px 37px 0px rgba(105,105,105,.6);
  -webkit-box-shadow:0px 0px 37px 0px rgba(105,105,105,.6);
  -moz-box-shadow:0px 0px 37px 0px rgba(105,105,105,.6;) */
  box-shadow:none;
  -webkit-box-shadow:none;
  -moz-box-shadow:none;
}
.owl-akciok .card_akcio:hover,
.owl-akciok .card_akcio:focus {
  transform:none;
  transition:all .5s;
  background-position:60% 0;
  /* box-shadow:0px 0px 5px 0px rgba(105,105,105,.8);
  -webkit-box-shadow:0px 0px 5px 0px rgba(105,105,105,.8);
  -moz-box-shadow:0px 0px 5px 0px rgba(105,105,105,.8) */
  box-shadow:none;
  -webkit-box-shadow:none;
  -moz-box-shadow:none;
}

.card_akcio_desc_title {
  margin-bottom: 20px;
}

.card_akcio_desc_thm {
  display: block;
  position: absolute;
  bottom:20px;
  left:20px;
}

.card_akcio_desc_thm label {
  margin-bottom: 3px;
  font-size:1rem;
  line-height: 1;
  display: block;
}

.card_akcio_desc_thm span {
  font-size:2rem;
  line-height: 1;
}



/*
innen
*/

.card_akcio_desc {
  padding: 20px;
  background-color: white;
  border-radius: 0 0 15px 15px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.card_akcio_desc_title h3 {
  font-size: 1.6rem !important;
  line-height: 1.3;
  font-weight: 600;
  min-height: calc(2 * 1.3em);
  margin: 0 0 0 0;
  font-family: "Poppins", sans-serif;
  letter-spacing: -0.5px;
  color: #0042C8;
}

.card_akcio_desc_thm_side {
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 1rem;
  margin-bottom: 15px;
}

.card_akcio_desc_thm_side label {
  margin-bottom: 2px;
  display: block;
  font-size: .9rem;
  color: #aaa;
  letter-spacing: .5px;
  font-weight: 400;
}

.card_akcio_desc_thm_side span {
  font-size: 1.8rem;
  line-height: 1;
  font-weight: 700;
  letter-spacing: -1px;
}



/*
  akcio kereso
*/


.filter_bg {
  pointer-events: none;
}

.card_akcio_wrapper {
  position: relative;
  z-index: 1;
}

.card_akcio a {
  position: relative;
  z-index: 10;
}

.card_akcio_inner {
  box-shadow: 0 0px 10px rgba(0,0,0,.1);
  border-radius: 15px;
}

.btn-karosszeria {
  font-weight:700;
  border:1px solid #e1e1e1;
  margin:0 5px 5px 0;
}

.sticky-mb {
  padding-bottom:20px;
  padding-top: 20px;
}

.akciokereso {
  margin: 60px 0 30px ;
  border-radius: 15px;
  padding: 30px 10px 30px 30px;
}

.akciokereso h4 {
  color: #232323;
  font-size:1.8rem;
}

.akciokereso h5 {
  color:#0056ff;
  margin-bottom:8px;
  font-size:1.1rem;
  font-weight:700;
  text-transform:uppercase;
}

.akciokereso ul {
  padding-left:0;
  margin-bottom:0;
}

.akciokereso ul li label {
  font-size:1.4rem;
}

.btn-eszkozjelleg {

}

.btn-main-card {
  background: #eee;
  color: #888;   
}

.btn-main-card:hover {
 transform: translateY(0px);
}

ul.gyarto_filter_list,
ul.filter-tags-gyarto {
}

.gyarto_filter_list li {
  width:12%;
  margin-right:1%;
  display: inline-block;
}

.filter-tags {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: .5rem;
}

.filter-tags li {
    position: relative;
}

/* radio elrejtése */
.filter-tags input[type="checkbox"],
.filter-tags input[type="radio"] {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

/* tag kinézet */
.akciokereso .filter-tags li label {
    display: inline-block;
    padding: .4rem .75rem;
    border-radius: 5px;
    background-color: #f1f1f1;
    color: #555;
    font-size: 1.3rem;
    cursor: pointer;
    transition: all .2s ease;
    border: 1px solid #e0e0e0;
}

/* hover */
.filter-tags input + label:hover {
    color: #0056ff;
    border-color: #d8e5fd;
}

/* aktív */
.filter-tags input:checked + label {
    /* background-color: #0056ff;
    color: #fff;
    border-color: #0056ff; */

    background-color: #d8e5fd;
    color: #0056ff;
    border-color: #d8e5fd;
}

/* disabled */
.filter-tags input:disabled + label {
    background-color: transparent;
    color: #ccc;
    border-color: transparent;
    cursor: not-allowed;
    opacity: .5;
}



/*
  kocsi.hu hirdetesek
*/


.kocsihirdetesek_header img {
  max-height:20px;
  display: block;
  margin:0 auto 20px auto;
}  

/*
    Magyar nyelvu elvalasztas
*/

.hyphenate {
  hyphens: auto;         /* automatikus elválasztás */
  overflow-wrap: break-word; /* hosszú szavak törése */
  word-wrap: break-word;     /* régebbi böngészők támogatása */
  word-break: break-word;    /* iOS Safari fix */
}


/*
  KAVOSZ kieg
*/

.input-group-append .input-group-text {
  font-size: 2.4rem;
  font-weight: 300;
    padding: .475rem .75rem !important;
}


/*
  SIDEBAR
*/


.sidebar-box {
  margin-bottom: 30px;
}

.sidebar-box-light {
  padding:20px;
  border:1px solid #eee;
  background-color: #f7f8f9;
  border-radius: 10px;

}

.sidebar-title {
  margin-bottom: 20px;
  font-size: 2rem;
  font-weight: 400;
  color: #0056ff;
}

.sidebar-list .sidebar-list-item {
  margin-bottom: 15px;
}

.sidebar-list .sidebar-list-item:last-child {
  margin-bottom: 0px;
}


.sidebar-list-item h5 {
  font-family: "Inter", sans-serif;
  font-size: 1.6rem;
  line-height: 1.4;
  font-weight: 600;
  letter-spacing: -0.375px;
  margin-bottom: 5px;
}

.sidebar-list-item h5 a {
  color:#232323;
  text-decoration: none;
  display: block;
}

.sidebar-list-item h5 a:hover {
  color:#0056ff;
  text-decoration: underline;
}

.sidebar-list-item span.item-date {
  font-size: 1.1rem;
  color: #6c757d;
  display: block;
  margin-top: 4px;
}

.sidebar-list-item span.item-date i {
  font-size: 1.1rem;
  line-height: 1;
  position: relative;
  top: 1px;
  margin-right: 1px;
}

.sidebar-list ul {
  padding-left:0;
  list-style: none;
}

.sidebar-list ul li {
  margin-bottom: 10px;
  border-bottom: 1px dotted #e9e7e7;
  padding-bottom: 10px;
}

.sidebar-list ul li:last-child {
  margin-bottom: 0px;
  border-bottom-width: 0;
  padding-bottom: 0;
}

.sidebar-list ul li a {
    color:#232323;
  text-decoration: none;
  font-weight: 600;
  display: block;
}

.sidebar-list ul li a:hover {
  color:#0056ff;
  text-decoration: underline;
}


/* Meg tobb 'Nissan' akcio sidebar */

.sidebar-box ul.sidebar-akciok {
  margin:0;
  padding:0;
  list-style: none;
}

.sidebar-box ul.sidebar-akciok li {
  margin-bottom:10px;
}

.sidebar-box ul.sidebar-akciok li:last-child {
  margin-bottom:0;
}


.sidebar-box ul.sidebar-akciok h4 {
  font-family: "Inter", sans-serif;
  font-size:1.6rem;
  line-height:1.3;
  font-weight:600;
  margin-bottom:-2px;
  display: block;
}

.sidebar-box ul.sidebar-akciok a,
.sidebar-box ul.sidebar-akciok a h4 {
  color:#0056ff;
  text-decoration:none;
}

.sidebar-box ul.sidebar-akciok a:hover {
  color:#0056ff;
  text-decoration:underline;
}


.sidebar-box ul.sidebar-akciok span.thm_ertek {
  font-size:1.4rem;
  font-weight: 400;
  color:#777;
}

/*
  BLOKK rendszer
*/

.blokk {
  padding:20px;
  border-radius: 10px;
}

.blokk ul li {
  margin-bottom: 10px;
}


.blokk p:last-child,
.blokk ul:last-child,
.blokk ul li:last-child {
  margin-bottom:0;
}


.blokk-info {
  padding:20px;
  border: 1px solid rgba(0, 86, 255, 0.15);
  background: rgba(0, 86, 255, 0.04);
}

.blokk-szurke {
  padding:20px;
  border: 1px solid #eee;
  background: #f7f7f5;
}

.blokk-szurke ul.lista-fajlok a {
  text-decoration: underline;
}


/*
  KARRIER
*/

/*
  SAJTOKOZLEMENY
*/

.post-meta {
  border-top:1px solid #eee;
  border-bottom:1px solid #eee;
  padding-top:10px;
  padding-bottom: 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
  font-size: 1.4rem;
  color: #6c757d; /* bootstrap secondary */
  margin-bottom: 20px;
  padding-left:10px;

}

.post-meta .meta-item {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
}

/* szeparátor csak akkor jelenik meg, ha van következő elem */
.post-meta .meta-item + .meta-item::before {
  content: "|";
  margin: 0 0.4rem;
  color: #d1dce8;
}

/* ikon finomhangolás */
.post-meta i {
  font-size: 0.9rem;
  line-height: 1;
  position: relative;
  top: 1px;
}

.post-meta .meta-tags a {
  color:#707070;
}

.post-meta .meta-tags a:hover {
  color:#0056ff;
}


.article-sajto-lead,
.article-sajto-lead p {
  font-size: 1.8rem;
  font-weight: 300;
} 

.hir_img {
  background-position: center center;
  background-size:cover;
  width:100%;
  min-height:120px;
  border-radius: 5px;
}

.row-hir {
  margin-bottom:30px;
  border-bottom:0px solid #eee;
  padding-bottom:30px;
}

.row-hir:last-child {
  margin-bottom:30px;
  border-width:0;
  padding-bottom:00px;
}


.row-hir h4 {
  color:#232323;
  line-height:1.4;
  margin-bottom:5px;
  font-size:2rem;
}

.row-hir p {
  font-size: 1.4rem;
}

.row-hir p:last-child {
  margin-bottom: 0;
}


h5.hir_date {
  margin-bottom: 5px;
  font-size: 1.2rem;
  font-weight: 400;
  font-family: "Inter", sans-serif;
}


/*
  AKCIO ADATLAP
*/

/* jogi szoveg aljan a *-os resz */
.entry-akcio small {
  font-size:1.1rem;
  line-height: 1.4;
  display: block;
  margin-top: 15px;
}

	.entry-akcio ul > li {
		margin-bottom:5px;
	}

	.akciothumb_img {
		width:100%;
		min-height:60px;
    height: 60px;
		background-position:center center;
		background-size:cover;
		display:block;
		margin-bottom:5px;
    border-radius: 5px;
	}
	.akciothumb_lst {
		list-style:none;
		margin-left:0;
		padding-left:0;
	}

	.akciothumb_lst li {
		margin-bottom:20px;
	}

	.akciothumb_lst li a {
		font-size:1.6rem;
		line-height:1.2;
		color:#0056ff;
		font-weight:700;
		text-decoration:none;
	}

	.akciothumb_lst li a:hover {
		color:#232323;
	}

  .sidebar_well {
}

.sidebar_well h4 {
	margin-bottom:3px;
	font-size:1.6rem;
	line-height:1.1;
}


.sidebar_well .thm_ertek {
	display: block;
	font-size:1.2rem;
}



/*
  NAVIGACIO kiegeszites
*/


  a.mega-group-item i {
    font-size: 0.6em;
    color:#bbb;
    }
  a.mega-group-item sup {
  color:red;
}
/* 100%-os első sor */
.mega-group--full {
  margin-bottom: 0.75rem;
}

.mega-group-item--all {
  display: block;
}

/* Kétoszlopos lista */
.mega-group--columns {
  column-count: 2;
  column-gap: 1.25rem;
}

.mega-group--columns .mega-group-item {
  display: block;
  break-inside: avoid;
  margin-bottom: 0.35rem;
}

/* Mobilon vissza 1 oszlopra */
@media (max-width: 991.98px) {
  .mega-group--columns {
    column-count: 1;
  }
}


ul.navbar-nav.nav-kalkulator .nav-item a.btn-sm {
  font-size: 1.4rem;
}


/* Mobilon vissza 1 oszlopra */
@media (max-width: 787px) {
  #primary_navbar {
    padding: 15px 0 !important;
  }

  #supernav.superNav {
  padding-top: 5px !important;
  padding-bottom: 5px !important;
  }

  /* E-ugyfel gomb */
  a.btn-mb {
    border-color:#53bcc3;
    background:#fff;
    color:#53bcc3 !important;
  }

    a.btn-mb:hover {
    border-color:#53bcc3;
    color:#FFF !important;
  }

}




/*
  HAHU
*/

.hahu-header {
    border-radius: 10px;
    background: linear-gradient(135deg, #ffffff 0%, #f1f5f9 100%);
    border: 1px solid #f2f2f2;
    box-shadow: 0 10px 25px rgba(0,0,0,0.06);
    position: relative;
    overflow: hidden;
    margin-bottom: 40px;
}

/* finom highlight */
.hahu-header::after {
    content: "";
    position: absolute;
    top: -40%;
    right: -20%;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, rgba(59,130,246,0.08), transparent 70%);
}

/* logo */
.hahu-logo {
    min-width: 110px;
    max-width: 150px;
    opacity: .8;
}

/* divider */
.hahu-divider {
    width: 1px;
    height: 40px;
    background: rgba(0,0,0,0.08);
}

/* label */
.hahu-label {
    font-size: 1rem;
    text-transform: uppercase;
    color: #64748b;
    margin-bottom: 1px;
}

/* title */
.hahu-title {
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1.4;
    /* color: #0056ff; */
    color: #444d5f;
}

/* mobil */
@media (max-width: 576px) {
    .hahu-header {
        border-radius: 14px;
    }

    .hahu-logo {
        max-width: 90px;
    }

    .hahu-title {
        font-size: 1rem;
    }
}

/* CTA / marketing blokk */
.hahu-cta {
    font-size: 1.8rem;
    font-weight: 400;
    color: #4287f5;
    /* background: rgba(59, 130, 246, 0.08);
    padding: 8px 14px;
    border-radius: 999px; */
    white-space: nowrap;
    transition: all 0.2s ease;
    font-family: 'Poppins', sans-serif;
}

/* kis hover élet */
.hahu-cta:hover {
    background: rgba(59, 130, 246, 0.15);
}

/* mobilon szélesebb és alul */
@media (max-width: 576px) {
    .hahu-cta {
        width: 100%;
        text-align: center;
        font-size: 0.85rem;
    }
}



/*
  BELSO MENU GENERATOR
/* 
.section-nav {
  position: fixed;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  z-index: 1000;
}

.section-nav .nav-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: 0.5rem;
  background: #fff;
  border-radius: 0.5rem;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  cursor: pointer;
  transition: transform 0.2s;
  padding:10px;
}

.section-nav .nav-item:hover {
  transform: scale(1.05);
}

.section-nav .nav-item i {
  font-size: 2rem;
  margin-bottom: 3px;
  line-height: 1;
  display: block;
}

.section-nav .nav-item span {
  font-size:1.1rem;
  margin-bottom: 0;
}

.section-nav .nav-item.active {
  background: #0d6efd;
  color: #fff;
} 
*/

/* CONTAINER */
/* CONTAINER */
.section-nav {
    position: fixed;
    top: 50%;
    right: 24px;
    transform: translateY(-50%);
    z-index: 1000;

    display: flex;
    flex-direction: column;
    gap: 12px;

    font-family: 'Inter', sans-serif;
}

/* ITEM */
.section-nav .nav-item {
    display: flex;
    align-items: center;
    height: 56px;
    width: 56px;
    background: #fff;
    border-radius: 14px;
    overflow: hidden;
    cursor: pointer;

    transition: width 0.25s ease, opacity 0.25s ease;
    box-shadow: 0 6px 18px rgba(0,0,0,0.08);
}

/* ICON */
.section-nav .nav-item i {
    width: 56px;
    min-width: 56px;
    text-align: center;
    font-size: 20px;
    color: #666;
    margin-top: 4px;
    display: inline-block;
}

/* LABEL */
.section-nav .nav-item span {
    opacity: 0;
    white-space: nowrap;
    font-size: 1.4rem;
    color: #232323;
    font-family: "Poppins", sans-serif;
    padding-right: 16px;
    transition: opacity 0.2s ease;
}

/* HOVER */
.section-nav:hover .nav-item {
    width: 220px;
}

.section-nav:hover .nav-item span {
    opacity: 1;
}

.section-nav .nav-item:hover {
    background: #F8F9FA;
}

/* ACTIVE */
.section-nav .nav-item.active {
    background: #F8F9FA;
    cursor: default;
}

.section-nav .nav-item.active i,
.section-nav .nav-item.active span {
    color: #0056ff;
}

/* CLOSE BUTTON */
.section-nav .nav-close {

    position: absolute;
    bottom: -40px;
    right: 0;

    display: flex;
    justify-content: center;
    align-items: center;
    width: 56px;
    /* height: 56px;
    background: #fff;
    border-radius: 14px;
    box-shadow: 0 6px 18px rgba(0,0,0,0.08); */
    font-size: 1.6rem;
    color: #aaa;
    cursor: pointer;
    transition: top 0.5s ease, bottom 0.5s ease, color 0.25s ease; /* lassabb top/bottom animáció */
    z-index: 1010;
    margin-top: 5px;
}

.section-nav .nav-close:hover {
    color: #0056ff;
}


/* COLLAPSED STATE */
.section-nav.collapsed .nav-item {
    width: 0;
    opacity: 0;
    padding: 0;
    margin: 0;
}

.section-nav.collapsed:hover .nav-item {
    width: 0;
    opacity: 0;
}

.section-nav.collapsed .nav-close {
    width: 56px;
    bottom: auto;
    top:0;
}



/*
  CONTENT BLOKK 50%/50% equal height bg
*/

.lepesselony-block {
    display: flex;
    flex-wrap: wrap;
    border-radius: 15px;
    border:1px solid #eee;
  }

.lepesselony-feher .lepesselony-block {
  border-width: 0;
}

/* Bal oldal: fehér háttér, padding, bal oldali sarkok kerekek */
.lepesselony-content {
    background-color: #fff;
    padding: 30px;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}

/* Jobb oldal: kép, csak jobb oldali sarkok kerekek */
.lepesselony-img {
    position: relative;
    background-size: cover;
    background-position: center;
    min-height: 300px;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    overflow: hidden;
}


.lepesselony-forditva .lepesselony-content {
    background-color: #fff;
    padding: 30px;
    border-radius: 0 15px 15px 0;
}

.lepesselony-forditva .lepesselony-img {
    background-color: #fff;
    padding: 30px;
    border-radius: 15px 0 0 15px;
}




/* Mobilon fordított sorrend */
@media (max-width: 767.98px) {
    .lepesselony-block {
        flex-direction: column-reverse;
    }

    .lepesselony-content,
    .lepesselony-img {
        border-radius: 15px; /* teljesen kerekítve */
    }
}

.lepesselony-block ul.lst-check li {
  margin-bottom: 16px;
}

.lepesselony-block ul.lst-check li:last-child {
  margin-bottom: 0px;
}

.lepesselony-content p:last-child,
.lepesselony-block ul:last-child {
  margin-bottom: 0px;
}

.lepesselony-block h3 {
  color:#0056FF;
}

/* Teljesen fehér blokk */
.lepesselony-feher {
    background-color: transparent;
    padding: 30px;
    border-radius: 15px;
    border: 6px solid #fff;
}

/* Fordítva is teljesen fehér */
.lepesselony-feher.lepesselony-forditva .lepesselony-content,
.lepesselony-feher.lepesselony-forditva .lepesselony-img {
    background-color: #fff;
    padding: 30px;
    border-radius: 15px;
}

/* Mobilon maradjon egységesen kerek */
@media (max-width: 767.98px) {
    .lepesselony-feher .lepesselony-block {
        flex-direction: column;
    }
    .lepesselony-feher .lepesselony-content,
    .lepesselony-feher .lepesselony-img {
        border-radius: 15px;
    }
}

/*
  BLOKK DIVIDER
*/

/* Vertikális hullám */
.wave-vertical {
  position: absolute;
  top: 0;
  left: -1px;
  right:auto;
  width: 50px; /* hullám vastagsága */
  height: 101%;
  filter: drop-shadow(rgba(0,0,0,0.2) 10px 10px 4px);
}

.lepesselony-forditva .wave-vertical {
  position: absolute;
  top: 0;
  left:auto;
  right: -1px; /* kicsit rányúlik a tartalomra */
  width: 50px; /* hullám vastagsága */
  height: 101%;
}


.wave-mirror {
  transform: none;
}

.lepesselony-forditva .wave-mirror {
  transform: scaleX(-1);
    filter: drop-shadow(rgba(0,0,0,0.1) -10px 10px 4px);

}




.lep-icon {
  width: 48px;
  height: 48px;
  min-width: 48px;
  line-height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  border-radius: 12px;
  background: #f8f9fa;
  color: #0056ff;
}

.lep-item {
  padding: 16px 0;
  border-bottom: 0px solid #eee;
}

.lep-item:last-child {
  border-bottom: none;
}


.content_wrapper {  
  border-radius: 20px;
  padding: 30px;
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
  margin-top: 10px;
  }

.content_wrapper p:last-child { 
  margin-bottom: 0;
}

/*
  BLOKK rendszer
*/

.blokk-gradient-1 {
  border-radius: 10px;
  background: linear-gradient(135deg, #ffffff 0%, #f1f5f9 100%);
  box-shadow: 0 10px 25px rgba(0,0,0,0.06);
  border:1px solid #eee;

}

/*
  SIDEBAR - kiegészítő
*/
.tudastar-lista {
    list-style: none;
    padding: 6px;
    margin: 0;

    background: #f7f8f9;
    border-radius: 10px;
}

/* item */
.tudastar-lista li {
    margin-bottom: 4px;
}

/* link */
.tudastar-lista li a {
    display: flex;
    align-items: center;
    gap: 10px;

    padding: 10px 12px;
    border-radius: 8px;

    font-family: 'Inter', sans-serif;
    font-size: 1.4rem;
    color: #0045CC;
    text-decoration: none;

    transition: all 0.2s ease;

    position: relative;
}

/* hover */
.tudastar-lista li a:hover {
    background-color: #ffffff;
    color: #0056FF;
    transform: translateX(2px);
}

/* aktív */
.tudastar-lista li.current_page_item a {
    background-color: #ffffff;
    color: #002266 !important;
    font-weight: 500;

    box-shadow: 0 2px 10px rgba(0, 86, 255, 0.08);
}

/* bal oldali aktív indicator */
.tudastar-lista li.current_page_item a::after {
    content: "";
    position: absolute;
    left: 0;
    top: 8px;
    bottom: 8px;
    width: 3px;
    /* background: #0056FF; */
    border-radius: 3px;
}

/* ikon (MOST MÁR NEM ::before) */
.tudastar-lista li a i {
    font-size: 16px;
    color: #0056FF;
    opacity: 0.85;
    transition: all 0.2s ease;
    margin-bottom: -3px;
}

/* hover ikon */
.tudastar-lista li a:hover i {
    opacity: 1;
    transform: translateX(2px);
}

/* aktív ikon */
.tudastar-lista li.current_page_item a i {
    color: #002266;
    opacity: 1;
}


/* TOC container */
.tocify {
    margin: 0;
    padding: 0;
}

/* UL reset */
.tocify ul,
.tocify ul li {
    list-style: none !important;
    margin: 0;
    padding: 0;
}

/* item */
.tocify-item {
    margin-bottom: 6px;
}

/* link */
.tocify-item a {
    display: flex;
    align-items: center;
    gap: 10px;

    padding: 10px 12px;
    border-radius: 10px;

    font-family: 'Inter', sans-serif;
    font-size: 1.4rem;
    color: #0045CC;
    text-decoration: none;

    transition: all 0.2s ease;
}

/* ikon */


/* hover */
.tocify-item a:hover {
    background-color: #f5f8ff;
    color: #0056FF;
}

/* hover ikon */
.tocify-item a:hover::before {
    transform: translateX(2px);
    opacity: 1;
}

/* ACTIVE (tocify adja rá az .active class-t a li-re) */
.tocify-item.active a {
    /* background-color: #e9f0ff; */
    color: #0056FF;
    font-weight: 600;
}

/* active ikon */
.tocify-item.active a::before {
    opacity: 1;
}

/* bal oldali accent csík */
.tocify-item.active a {
    position: relative;
}

.tocify-item.active a::after {
    content: "";
    position: absolute;
    left: 0;
    top: 20%;
    height: 60%;
    width: 3px;
    background: #0056FF;
    border-radius: 2px;
}


/*
  KAVOSZ KALKULATOR kiegeszito
*/

.futamido-blokk {
  border: 1px solid #e4eaed;
}

/* radio teljes elrejtése */
.futamido-group input[type="radio"] {
    display: none;
}

/* container */
.futamido-group {
    display: inline-flex;
    margin-top: 5px;
    border-radius: 10px;
    overflow: hidden;
    background: #f5f6f8;
    padding: 4px;
}

/* gombok */
.futamido-group .btn-valaszto {
    background: transparent;
    border: 1px solid transparent;
    
    font-family: 'Inter', sans-serif;
    font-size: 2rem;
    font-weight: 300;

    padding: 8px 14px;
    color: #555;

    border-radius: 8px;
    transition: all 0.2s ease;
    cursor: pointer;
}

/* hover */
.futamido-group .btn-valaszto:hover {
    color: #0056FF;
}

/* ACTIVE (checked radio alapján) */
.futamido-group input[type="radio"]:checked + .btn-valaszto {
    background: #fff;
    color: #0056FF;
    font-weight: 500;

    box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}

/* optional: subtle border active */
.futamido-group input[type="radio"]:checked + .btn-valaszto {
    border: 1px solid #e6ecff;
}

/* .bil spacing */
@media(max-width:787px) {
    .col-futamido {
        margin-top: 20px;
    }
}


/*
  belso megjegyzesekhez egy kis szinesseg
*/

.belsomegjegyzes {
  border: 1px solid #eee;
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  display: inline-block;
  width: auto;
}

.belsomegjegyzes p {
  font-size:1.2rem;
  line-height: 1.4;
}

.belsomegjegyzes p:last-child {
  margin-bottom: 0;
}


/*
  ALERT
*/

#global-alert-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99999;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 10px;
    pointer-events: none; /* 🔥 ne blokkolja az oldalt */
}

#global-alert-container .alert {
    pointer-events: auto;
    margin: 0 auto;
    max-width: 1200px;
    width: 100%;
    border-radius: 10px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.1);
    animation: slideDown 0.3s ease;
}

@keyframes slideDown {
    from {
        transform: translateY(-20px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.global-alert {
    padding: 16px 20px;
}

/* FLEX LAYOUT */
.global-alert .alert-inner {
    display: flex;
    align-items: flex-start;
    gap: 25px;
    padding: 15px;
}

/* NAGY IKON */
.global-alert .alert-icon {
    flex-shrink: 0;
}

.global-alert .alert-icon i {
    font-size: 48px;
    line-height: 1;
    color: #88B0FF;
}

/* TARTALOM */
.global-alert .alert-content {
    font-size: 1.4rem;
    line-height: 1.6;
    color: #232323;
}

.global-alert .alert-content p:last-child{
  margin-bottom: 0;
  
}


/* LINKEK */
.global-alert .alert-content a {
    display: inline-block;
    margin-top: 6px;
    font-weight: 500;
}

/* CLOSE BUTTON POZÍCIÓ */
.global-alert .btn-close {
    position: absolute;
    top: 12px;
    right: 12px;
}

.global-alert.alert-altalanos {
  /* border: 1px solid rgba(0, 86, 255, 0.15);
  background: rgba(0, 86, 255, 0.04); */
  border:1px solid #e7efff;
  background:#f5f8ff;
}


/*
  HAHU kapcsolodo akcio kartyak
*/

.hahu_related {
    display: flex;
    flex-direction: column;
    height: 240px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    background: #fff;
}

.hahu_img {
    flex: 0 0 50%; /* kép a felső %-a */
    overflow: hidden;
}

.hahu_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.hahu_content {
    flex: 1 1 auto; /* maradék hely */
    padding: 10px 10px;
    display: flex;
    flex-direction: column;
}

.hahu_title {
    font-family: "Poppins", sans-serif;
    font-size: 1.2rem;
    letter-spacing: -.5px;
    margin: 0 0 4px 0;
    line-height: 1.2;
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 2;  /* max 2 sor */
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-break: break-word;
    color: #0056b3;         /* új szín */
    font-weight: 600;
    min-height: 2.4em;      /* placeholder egysoros kártyáknak (2 sor x line-height 1.2) */
}

.hahu_thm_label {
    font-size: .9rem;
    color: #666;
    margin-top: auto;
    line-height: 1;
}

.hahu_thm_value {
    font-weight: 600;
    font-size: 1.3rem;
    margin-bottom: 6px;
}

.hahu_btn {
    display: block;
    width: 100%;
    padding: 5px 0;
    font-size: 0.85rem;
    background-color: #0056ff;
    color: #fff;
    border: none;
    border-radius: 6px;
    text-align: center;
    text-decoration: none;
}

.hahu_btn:hover {
    background-color: #0056b3;
    color: #fff;
}


/*
  BADGEK az akcio kartyan
*/
.akcio_badge {
    position: absolute;
    top: 20px;
    right: 20px;
    display: block;
    padding: 8px;
    z-index: 2;
    font-size: 1rem !important;
    font-weight: 600;
    line-height: 1;
    text-shadow: none !important;
    border-radius: 5px;
    box-shadow:
        0 2px 6px rgba(0,0,0,0.15),
        0 6px 16px rgba(0,0,0,0.12);
}

/*
  BADGEK az akcio oldalon
*/

.akcio_page_badge {
  width:100%;
  text-align: center;
  display: block;
  padding: 24px 12px;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1;
  margin-bottom: 30px;
    border-radius: 10px;
    box-shadow:
        0 2px 6px rgba(0,0,0,0.15),
        0 6px 16px rgba(0,0,0,0.12);

}


/*
  BADGEK theme
*/


.akcio_badges .is-expired {
    /* background: #CC063E; */
    background:rgba(204, 6, 62, 0.9);
    color: #fff;
}
.akcio_badges .is-highlight {
    /* background: #F99B00; */
    background: #3AA557;
    background:rgba(58, 165, 87, 0.9);
    color: #fff;
}

.akcio_badges .akcio_page_badge.is-highlight {
  border-radius: 0 8px 8px 0;
  font-size: 2.2rem;
  font-weight: 300;
    background:rgba(58, 165, 87, 0.8);
  color: #fff;
  position: absolute;
  display: block;
  width: auto;
  padding:12px 20px;
  margin-top: 30px;
  margin-left: 0px;
}



/*
  OWL AKCIO KARTYA - finomhangolas
*/



.owl-theme .owl-nav {
  top: 0;
  margin-top: -33px;
  right: 0;
  margin-left: 0;
}

#owl-kocsi .owl-dots {
  margin-top:30px;
  display: block;
}

.asc_card figure {
  display: block;
  margin-bottom:10px;
  vertical-align:middle;
}

.img-kocsi_picture {
  display: block;
  background-color:#eee;
  background-position:center center;
  background-size:cover;
  width:100%;
  min-height:120px;
  margin-bottom:10px;
  border-radius: 5px 5px 0 0;
}
.kartya_auto h5 {
  font-size:1.6rem;
  line-height:1.4em;
  min-height:2.8em;
  height:2.8em;
  display: block;
  overflow:hidden;
}


/*
  UL 3 oszlopos, ikonokkal
*/
.ul-3col {
    column-count: 3;
    column-gap: 40px;
    padding-left: 0;
    list-style: none;
}


/* tablet */
@media (max-width: 991px) {
    .ul-3col {
        column-count: 2;
    }
}

/* mobil */
@media (max-width: 575px) {
    .ul-3col {
        column-count: 1;
    }
}

.ul-3col li {
    break-inside: avoid;
    margin-bottom: 12px;
    position: relative;
    padding-left: 24px;
}  

.ul-3col li::before {
    content: "\e430" !important;
    font-family: "uicons-regular-rounded" !important;
    color: #669AFF;

    position: absolute;
    left: 0;
    top: 5px;

    font-size: 1.2rem;

    width: 16px;
    height: 16px;

    display: flex;
    align-items: center;
    justify-content: center;

    /* background: rgba(0, 86, 255, 0.08); */
    border-radius: 50%;
}

.ul-3col li:hover {
    transform: translateX(2px);
    transition: 0.2s ease;
}




/*
  ELONYOK kartyak
*/

.kartya_elonyok {
  text-align: center;
}

.kartya_txt ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.kartya_txt ul li {
  position: relative;
  margin-bottom: 14px;
  padding-bottom: 14px;
  line-height: 1.3;
}

.kartya_txt ul li::after {
  content: "";
  position: absolute;
  left: 10%;
  bottom: 0;
  width: 80%;
  height: 1px;
  background: linear-gradient(
    to right,
    transparent,
    #0056ff33,
    transparent
  );
}

.kartya_txt ul li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}

.kartya_txt ul li:last-child::after {
  display: none;
}

.kartya_txt ul li a {
  color:#232323;
  display: block;
  text-decoration: none;
}

.kartya_txt ul li a:hover {
  color:#0056ff;
  text-decoration: underline;
}



/*
  AKCIO KARTYA / horizontal pill
*/
.promo-pill {
    display: flex;
    align-items: center;
    gap: 12px;

    background: #fff;
    border-radius: 16px;
    padding: 8px 8px 8px 8px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.06);

    height: 56px;
}

/* Kép */
.promo-pill__img {
    width: 40px;
    height: 40px;
    flex-shrink: 0;
    border-radius: 8px;
    overflow: hidden;
}

.promo-pill__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Tartalom */
.promo-pill__body {
    display: flex;
    align-items: center;
    gap: 10px;
    min-width: 0; /* fontos a truncate miatt */
    flex: 1;
    justify-content: space-between;
}

/* Title = link */
.promo-pill__title {
    flex: 1;
    min-width: 0;

    color: #000;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;

    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.promo-pill__title:hover {
    text-decoration: underline;
}

/* Divider */
.promo-pill__divider {
    width: 1px;
    height: 16px;
    /* background: #ddd; */
    flex-shrink: 0;
}

/* THM */
.promo-pill__thm {
    display: flex;
    align-items: baseline;
    gap: 4px;
    flex-shrink: 0;
}

.promo-pill__thm-label {
    font-size: 1rem;
    color: #aaa;
}

.promo-pill__thm-value {
    font-size: 14px;
    font-weight: 600;
    color: var(--bs-primary); /* Bootstrap primary */
}



/*
    OWL CAROUSEL igazitas
*/
@media (max-width: 787px) {
  .owl-autoakciok .owl-dots {
    display: none;
  }
}



/*
  JARMU / ESZKOZ gyujtooldalak
*/

.subcat-card {
    display: block;
    text-decoration: none;
    color: inherit;

    border-radius: 12px;
    overflow: hidden;

    background: #fff;

    box-shadow: 0 6px 18px rgba(0,0,0,0.06);
    transition: all 0.25s ease;
}

/* HOVER */
.subcat-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 14px 32px rgba(0,0,0,0.12);
}

/* IMAGE */
.subcat-card__img {
    width: 100%;
    aspect-ratio: 16 / 9;

    background-size: cover;
    background-position: center;
}

/* BODY */
.subcat-card__body {
    background: #fff;
    padding: 18px 20px;
}

/* TITLE */
.subcat-card__title {
    font-size: 1.8rem;
    font-weight: 600;
    margin: 0;

    color: #232323;
    line-height: 1.4;
}


/*
  ROLUNK - Magunkrol
*/

 .stats-section {
    padding: 60px 0 0 0;
    margin-top: 50px;
  }

.stats-section h3 {
  font-weight: 300;
  color: #0056ff;
  font-size: 3rem;
  letter-spacing: -1px;
}
  
.stat-card {
  background:
    /* finom felső highlight */
    radial-gradient(
      120% 100% at 20% 0%,
      rgba(255,255,255,0.7) 0%,
      rgba(255,255,255,0.2) 40%,
      transparent 70%
    ),

    /* alsó árnyékos rész */
    radial-gradient(
      100% 120% at 80% 100%,
      rgba(0,0,0,0.06) 0%,
      transparent 60%
    ),

    /* finom diagonális textúra */
    linear-gradient(
      135deg,
      #f4f6f8 0%,
      #eef1f4 25%,
      #f8f9fb 50%,
      #eef2f6 75%,
      #f3f5f7 100%
    );

  border-radius: 20px;
  padding: 6rem 2.5rem;
  height: 100%;
  text-align: center;
  position: relative;
  overflow: hidden;

  border: 1px solid rgba(0, 0, 0, 0.04);

  transform: translateY(0);

  box-shadow: 
    0 8px 20px rgba(0,0,0,0.04),
    0 2px 6px rgba(0,0,0,0.03);

  transition: all 0.4s cubic-bezier(0.22,1,0.36,1);
}

.stat-card:hover {
  transform: translateY(-6px);

  box-shadow: 
    0 18px 35px rgba(0,0,0,0.06),
    0 6px 14px rgba(0,0,0,0.04);
}  

.stat-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    120deg,
    rgba(255,255,255,0.4),
    transparent 40%
  );
  opacity: 0.4;
  pointer-events: none;
}

/* szám */
.stat-number {
  font-size: 4.6rem;
  font-weight: 600;
  color: #2c3136; /* mély grafit */
  line-height: 1.1;
  font-family: "Poppins", sans-serif;
}

.stat-suffix {
  font-size: 1.8rem;
  font-weight: 500;
  color: #444b52;
}

.stat-label {
  font-size: 14px;
  color: #8b9198; /* még halkabb */
  margin-top: 0.6rem;
  font-family: "Poppins", sans-serif;
}

.stat-card > div:first-child {
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 0.4rem;
}


/*
  CEO section
*/

.ceo-section .container {
  padding-top:100px;
  padding-bottom: 100px;
}

.ceo-quote-wrapper {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
}

.quote-icon {
  font-size: 120px;
  font-weight: 700;
  color: rgba(0, 86, 255, 0.08);
  position: absolute;
  top: -40px;
  left: -20px;
  line-height: 1;
}

.ceo-content {
  margin-bottom: 50px;
}

.ceo-content p {
  margin-bottom: 16px;
}

.ceo-highlight {
  font-size: 26px;
  font-weight: 600;
  color: #0B1F3A;
  line-height: 1.4;
}

.ceo-sub {
  font-size: 16px;
  color: #6c757d;
}

.ceo-strong {
  font-size: 20px;
  font-weight: 600;
  margin-top: 20px;
  color: #0B1F3A;
}

.well-quote p {
  font-size:1.2rem;
  margin-bottom: 0;
  line-height: 1.3;
}



.ceo-premium-section {
  padding: 100px 0 0 0;
  background: linear-gradient(180deg, #f8fafc 0%, #ffffff 100%);
  position: relative;
  overflow: hidden;
}

/* finom háttér glow */
.ceo-premium-section::before {
  content: "";
  position: absolute;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(0,86,255,0.08), transparent 70%);
  top: -200px;
  left: -200px;
}

/* TEXT */
.ceo-text {
  position: relative;
}

.ceo-quote-mark {
  font-size: 16rem;
  color: rgba(0, 86, 255, 0.09);
  position: absolute;
  top: -100px;
  left: -20px;
  font-weight: 700;
}

.ceo-line {
  margin-bottom: 20px;
  font-size: 2.1rem;
  color: #6c757d;
  margin-bottom: 16px;
  line-height: 1.6;
  font-weight: 300;
  letter-spacing: -.5px;
}

.ceo-line-big {
  font-size: 2.6rem;
  line-height: 1.3;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  color: #0B1F3A;
}

.ceo-line-strong {
  font-size: 20px;
  font-weight: 600;
  color: #0B1F3A;
  margin-top: 20px;
}

.ceo-signature {
  margin-top: 30px;
  font-size: 14px;
  color: #6c757d;
}

/* IMAGE */
/* WRAPPER */
.ceo-image-wrapper {
  position: relative;
  max-width: 420px;
  margin: 0 auto;
}

/* HÁTTÉR KÁRTYA (ez oldja meg a fehér problémát) */
.ceo-image-wrapper::before {
  content: "";
  position: absolute;
  inset: -20px;
  border-radius: 20px;
  background: linear-gradient( 135deg, #f1f5f9, #0056ff );
  z-index: 1;
  background: rgba(0,86,255,.02);
  z-index: 1;
}

/* KÉP */
.ceo-image {
  width: 100%;
  display: block;
  border-radius: 20px;
  position: relative;
  z-index: 2;

  /* enyhe forgatás */
  transform: rotate(-2deg);

  /* prémium shadow */
  box-shadow: 
    0 25px 50px rgba(0,0,0,0.15),
    0 10px 20px rgba(0,0,0,0.08);

  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

/* HOVER – nagyon visszafogott */
.ceo-image-wrapper:hover .ceo-image {
  transform: rotate(0deg) translateY(-6px);

  box-shadow: 
    0 35px 70px rgba(0,0,0,0.18),
    0 15px 30px rgba(0,0,0,0.10);
}



/* 
  Melyik lizing illik Onhoz? - blokk
*/

.leasing-types {
  font-size: 1.6rem;
}

/* CARD */
.leasing-card {
  padding: 40px;
  border-radius: 15px;
  background: #ffffff;
  box-shadow: 0 10px 25px rgba(0,0,0,0.05);
  transition: all 0.3s ease;
}

.leasing-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 40px rgba(0,0,0,0.1);
}

/* ICON */
.icon-wrap {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  background: #f2f5ff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon-wrap i {
  font-size: 1.8rem;
}

/* LIST */
.leasing-list {
  padding-left: 18px;
}

.leasing-list li {
  margin-bottom: 6px;
}

/* HIGHLIGHT */
.leasing-highlight {
  font-weight: 600;
}

.leasing-highlight i{
  font-size: 1.4rem;
  display: inline-block;
  margin-right: 3px;
}


/* COMPARE BLOCK */
.leasing-compare {
  padding: 40px;
  border-radius: 15px;
  background: #f9fbff;
}

.compare-icon {
  width: 64px;
  height: 64px;
  border-radius: 50%;

  background: #f4f6fb; /* nagyon light, nem kékes túlzottan */

  display: flex;
  align-items: center;
  justify-content: center;

  margin: 0 auto;
}

.compare-icon i {
  font-size: 2.2rem;

  color: #9aa3b2; /* soft gray-blue */
}

/* MOBILE */
@media (max-width: 991px) {
  .leasing-card {
    padding: 25px;
  }
}
