:root {
  --kek: #1864ab;
  --kekVilagos: #d0ebff;
  --kekKozep: #74c0fc;
  --narancs: #f76707;
  --sotet: #1a1a1a;
  --szurke: #6c757d;
  --feher: #fff;
  --hatter: #f8fafb;
}
* {
  box-sizing: border-box;
}
body {
  font-family:
    "Segoe UI",
    system-ui,
    -apple-system,
    sans-serif;
  color: var(--sotet);
  background: var(--feher);
}
a {
  color: var(--kek);
  text-decoration: none;
}
a:hover {
  color: #1258a0;
}
.felsoSav {
  background: var(--kek);
  color: var(--feher);
  font-size: 0.85rem;
  padding: 0.4rem 0;
}
.felsoSav a {
  color: var(--kekVilagos);
}
.felsoSav a:hover {
  color: var(--feher);
}
.navigaciosSav {
  background: var(--feher);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
  padding: 0.7rem 0;
  position: sticky;
  top: 0;
  z-index: 1000;
}
.navigaciosSav .marka {
  font-size: 1.45rem;
  font-weight: 700;
  color: var(--kek);
}
.navigaciosSav .marka span {
  color: var(--narancs);
}
.navigaciosSav .nav-link {
  color: var(--sotet);
  font-weight: 500;
  padding: 0.5rem 1rem !important;
  border-radius: 6px;
  transition: all 0.2s;
}
.navigaciosSav .nav-link:hover {
  color: var(--kek);
  background: var(--kekVilagos);
}
.foSzekcio {
  background: linear-gradient(
    135deg,
    var(--kek) 0%,
    #1c7ed6 50%,
    var(--kekKozep) 100%
  );
  color: var(--feher);
  padding: 5rem 0 4rem;
  position: relative;
  overflow: hidden;
}
.foSzekcio::before {
  content: "";
  position: absolute;
  top: -50%;
  right: -20%;
  width: 600px;
  height: 600px;
  background: rgba(255, 255, 255, 0.06);
  border-radius: 50%;
}
.foSzekcio::after {
  content: "";
  position: absolute;
  bottom: -30%;
  left: -10%;
  width: 400px;
  height: 400px;
  background: rgba(255, 255, 255, 0.04);
  border-radius: 50%;
}
.foSzekcio h1 {
  font-size: 2.6rem;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 1.2rem;
}
.foSzekcio p {
  font-size: 1.15rem;
  opacity: 0.92;
  max-width: 540px;
}
.felsoGomb {
  background: var(--narancs);
  color: var(--feher);
  font-weight: 700;
  padding: 0.7rem 2rem;
  border-radius: 50px;
  border: none;
  font-size: 1rem;
  transition: all 0.3s;
  box-shadow: 0 4px 15px rgba(247, 103, 7, 0.3);
}
.felsoGomb:hover {
  background: #e8590c;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(247, 103, 7, 0.4);
  color: var(--feher);
}
.masodGomb {
  background: transparent;
  color: var(--feher);
  border: 2px solid rgba(255, 255, 255, 0.5);
  padding: 0.65rem 1.8rem;
  border-radius: 50px;
  font-weight: 600;
  transition: all 0.3s;
}
.masodGomb:hover {
  background: rgba(255, 255, 255, 0.15);
  border-color: var(--feher);
  color: var(--feher);
}
.szekcioCim {
  text-align: center;
  margin-bottom: 3rem;
}
.szekcioCim span {
  color: var(--kek);
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 0.85rem;
  display: block;
  margin-bottom: 0.5rem;
}
.szekcioCim h2 {
  font-size: 2rem;
  font-weight: 700;
}
.arucikk {
  background: var(--feher);
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
  transition: all 0.3s;
  border: 1px solid rgba(0, 0, 0, 0.05);
  height: 100%;
  display: flex;
  flex-direction: column;
}
.arucikk:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.12);
}
.arucikkKep {
  height: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
.arucikkKep.b1 {
  background: linear-gradient(135deg, #d0ebff, #a5d8ff);
}
.arucikkKep.b2 {
  background: linear-gradient(135deg, #fff3bf, #ffe066);
}
.arucikkKep.b3 {
  background: linear-gradient(135deg, #d3f9d8, #8ce99a);
}
.arucikkKep.b4 {
  background: linear-gradient(135deg, #ffe8cc, #ffa94d);
}
.arucikkKep img {
  max-height: 180px;
  width: auto;
  object-fit: contain;
  padding: 1rem;
}
.arucikkTartalom {
  padding: 1.5rem;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.arucikkTartalom h3 {
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 0.4rem;
}
.arucikkTartalom .leirasRovide {
  color: var(--szurke);
  font-size: 0.88rem;
  margin-bottom: 1rem;
  line-height: 1.5;
  flex: 1;
}
.arucikkTartalom .arMezo {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.arucikkTartalom .arMezo .arErtek {
  font-size: 1.25rem;
  font-weight: 800;
  color: var(--kek);
}
.arucikkTartalom .arMezo .arErtek small {
  font-size: 0.75rem;
  font-weight: 400;
  color: var(--szurke);
}
.arucikkTartalom .arMezo .reszletGomb {
  background: var(--kekVilagos);
  color: var(--kek);
  border: none;
  padding: 0.4rem 1rem;
  border-radius: 20px;
  font-weight: 600;
  font-size: 0.85rem;
  transition: all 0.2s;
}
.arucikkTartalom .arMezo .reszletGomb:hover {
  background: var(--kek);
  color: var(--feher);
}
.bizalomSav {
  background: var(--feher);
  padding: 3.5rem 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
.bizalomBlokk {
  text-align: center;
  padding: 1.5rem;
}
.bizalomBlokk .ikonKor {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background: var(--kekVilagos);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1rem;
  font-size: 1.8rem;
  color: var(--kek);
}
.bizalomBlokk h4 {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 0.3rem;
}
.bizalomBlokk p {
  font-size: 0.85rem;
  color: var(--szurke);
  margin: 0;
}
.velemenyBlokk {
  background: var(--hatter);
  padding: 4.5rem 0;
}
.velemenyKartya {
  background: var(--feher);
  border-radius: 14px;
  padding: 2rem;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.05);
  height: 100%;
}
.velemenyKartya .csillagok {
  color: #fcc419;
  font-size: 1rem;
  margin-bottom: 0.8rem;
}
.velemenyKartya .velemenySzoveg {
  font-style: italic;
  color: #495057;
  line-height: 1.6;
  margin-bottom: 1.2rem;
  font-size: 0.95rem;
}
.velemenyKartya .vevoNev {
  font-weight: 700;
  font-size: 0.9rem;
}
.velemenyKartya .vevoDatum {
  font-size: 0.8rem;
  color: var(--szurke);
}
.kapcsolatBlokk {
  padding: 4.5rem 0;
  background: var(--feher);
}
.kapcsolatAblak {
  background: var(--kek);
  border-radius: 20px;
  padding: 2.5rem;
  color: var(--feher);
}
.kapcsolatAblak h3 {
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
}
.kapcsolatSor {
  display: flex;
  align-items: flex-start;
  gap: 0.8rem;
  margin-bottom: 1.2rem;
  font-size: 0.95rem;
}
.kapcsolatSor i {
  font-size: 1.2rem;
  margin-top: 2px;
  opacity: 0.85;
}
.kapcsolatSor strong {
  display: block;
  margin-bottom: 2px;
}
.kapcsolatUrlap {
  background: var(--feher);
  border-radius: 20px;
  padding: 2.5rem;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
}
.kapcsolatUrlap h3 {
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  color: var(--sotet);
}
.kapcsolatUrlap .form-control {
  border-radius: 10px;
  padding: 0.7rem 1rem;
  border: 1px solid #dee2e6;
  margin-bottom: 1rem;
}
.kapcsolatUrlap .form-control:focus {
  border-color: var(--kek);
  box-shadow: 0 0 0 3px rgba(24, 100, 171, 0.15);
}
.kapcsolatUrlap button {
  background: var(--kek);
  color: var(--feher);
  border: none;
  padding: 0.7rem 2rem;
  border-radius: 10px;
  font-weight: 600;
  width: 100%;
  transition: all 0.2s;
}
.kapcsolatUrlap button:hover {
  background: #1258a0;
}
.lablec {
  background: var(--sotet);
  color: rgba(255, 255, 255, 0.7);
  padding: 3rem 0 1.5rem;
}
.lablec h5 {
  color: var(--feher);
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
.lablec ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.lablec ul li {
  margin-bottom: 0.5rem;
}
.lablec ul li a {
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.9rem;
  transition: color 0.2s;
}
.lablec ul li a:hover {
  color: var(--kekKozep);
}
.lablec .cegAdatok {
  font-size: 0.85rem;
  line-height: 1.8;
}
.lablec .cegAdatok i {
  margin-right: 0.4rem;
  color: var(--kekKozep);
}
.lablec .alsoSav {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  margin-top: 2rem;
  padding-top: 1.5rem;
  font-size: 0.85rem;
}
.sutikFigyelmeztetes {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: var(--feher);
  box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.1);
  padding: 1.2rem 2rem;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}
.sutikFigyelmeztetes p {
  margin: 0;
  font-size: 0.9rem;
  color: var(--szurke);
}
.sutikFigyelmeztetes p a {
  color: var(--kek);
  text-decoration: underline;
}
.sutikGombok {
  display: flex;
  gap: 0.5rem;
  flex-shrink: 0;
}
.sutikGombok .elfogad {
  background: var(--kek);
  color: var(--feher);
  border: none;
  padding: 0.5rem 1.5rem;
  border-radius: 8px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s;
}
.sutikGombok .elfogad:hover {
  background: #1258a0;
}
.sutikGombok .elutasit {
  background: transparent;
  color: var(--szurke);
  border: 1px solid #dee2e6;
  padding: 0.5rem 1.2rem;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.2s;
}
.sutikGombok .elutasit:hover {
  background: #f8f9fa;
}
.sutikRejtve {
  display: none !important;
}
@media (max-width: 768px) {
  .foSzekcio h1 {
    font-size: 1.8rem;
  }
  .foSzekcio {
    padding: 3rem 0 2.5rem;
  }
  .szekcioCim h2 {
    font-size: 1.5rem;
  }
  .sutikFigyelmeztetes {
    flex-direction: column;
    text-align: center;
  }
}
