:root {
  --hatter: #F6F6F8;
  --felulet: #E8E7EE;
  --szoveg: #1B1826;
  --akcent: #B02E7A;
  --halvany: #82808F;
  --vonal: #D6D4DE;
  --feher: #FFFFFF;
  --akcent-hover: #8E2461;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

html.js .lift-in {
  opacity: 0;
  transform: translateY(14px);
}

html.js .lift-in.megjelent {
  opacity: 1;
  transform: none;
}

.no-js .lift-in {
  opacity: 1 !important;
  transform: none !important;
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .lift-in {
    opacity: 1 !important;
    transform: none !important;
    transition: none;
  }

  .teljesmenu,
  .gomb,
  .kerdesblokk summary,
  .fejlec {
    transition: none !important;
  }
}

body {
  margin: 0;
  font-family: Bitter, Georgia, serif;
  font-weight: 400;
  font-size: 17px;
  line-height: 1.68;
  color: var(--szoveg);
  background: var(--hatter);
}

body.zarolt {
  overflow: hidden;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: var(--akcent);
  text-decoration-thickness: 1px;
  text-underline-offset: 0.18em;
}

a:hover {
  color: var(--akcent-hover);
}

h1,
h2,
h3,
h4,
.fejlec__jel,
.gomb,
.szamlap__ertek,
.teljesmenu__lista a,
.arrackas__ar {
  font-family: "Work Sans", system-ui, sans-serif;
  font-weight: 700;
  letter-spacing: -0.02em;
}

h1,
h2,
h3,
h4 {
  line-height: 1.15;
  margin: 0 0 0.7em;
}

h1 {
  font-size: clamp(2.1rem, 5.2vw, 3.6rem);
}

h2 {
  font-size: clamp(1.55rem, 3.2vw, 2.25rem);
}

h3 {
  font-size: 1.2rem;
}

p {
  margin: 0 0 1em;
}

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

ul,
ol {
  margin: 0 0 1em;
  padding-left: 1.2em;
}

.oldalkeret {
  width: 100%;
  max-width: 1220px;
  margin: 0 auto;
  padding: 0 20px;
}

.szakasz {
  padding: 64px 0;
}

.szakasz--szoros {
  padding: 42px 0;
}

.kicsi {
  display: inline-block;
  font-family: "Work Sans", system-ui, sans-serif;
  font-weight: 600;
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--akcent);
  margin-bottom: 10px;
}

.fedohero .kicsi {
  color: #F3C6DE;
}

.lead {
  font-size: 1.08rem;
  max-width: 42rem;
}

.gomb {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 48px;
  padding: 12px 22px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: -0.01em;
  text-decoration: none;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.gomb--tomor {
  background: var(--akcent);
  color: #FFFFFF;
}

.gomb--tomor:hover {
  background: #8E2461;
  color: #FFFFFF;
}

.gomb--vilagos {
  background: #FFFFFF;
  color: #1B1826;
}

.gomb--vilagos:hover {
  background: #E8E7EE;
  color: #1B1826;
}

.gomb--vonal {
  background: transparent;
  border-color: var(--szoveg);
  color: var(--szoveg);
}

.gomb--vonal:hover {
  background: var(--szoveg);
  color: #FFFFFF;
}

.gomb--vilagosvonal {
  background: transparent;
  border-color: #FFFFFF;
  color: #FFFFFF;
}

.gomb--vilagosvonal:hover {
  background: #FFFFFF;
  color: #1B1826;
}

.gombok {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

.fejlec {
  position: sticky;
  top: 0;
  z-index: 40;
  height: 64px;
  background: rgba(246, 246, 248, 0.92);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--vonal);
}

.fejlec__belso {
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.fejlec__jel {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: var(--szoveg);
  text-decoration: none;
  font-size: 1rem;
  font-weight: 700;
}

.fejlec__jel:hover {
  color: var(--szoveg);
}

.fejlec__jel svg {
  width: 26px;
  height: 26px;
  flex-shrink: 0;
}

.fejlec__jobb {
  display: flex;
  align-items: center;
  gap: 18px;
}

.fejlec__tel {
  font-family: "Work Sans", system-ui, sans-serif;
  font-weight: 600;
  color: var(--szoveg);
  text-decoration: none;
  letter-spacing: -0.01em;
}

.fejlec__tel:hover {
  color: var(--akcent);
}

.fejlec__nyito {
  width: 44px;
  height: 44px;
  border: 0;
  background: transparent;
  padding: 10px 8px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
  cursor: pointer;
}

.fejlec__nyito span {
  display: block;
  height: 2px;
  background: var(--szoveg);
  border-radius: 2px;
}

.teljesmenu {
  position: fixed;
  inset: 0;
  background: var(--szoveg);
  color: #F6F6F8;
  z-index: 80;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  overflow: auto;
  transition: opacity 0.28s ease, visibility 0.28s ease;
}

.teljesmenu.nyitva {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}

.teljesmenu__belso {
  min-height: 100%;
  padding: 28px 20px 48px;
  max-width: 1220px;
  margin: 0 auto;
}

.teljesmenu__fej {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 36px;
}

.teljesmenu__nev {
  font-family: "Work Sans", system-ui, sans-serif;
  font-weight: 700;
  color: #FFFFFF;
}

.teljesmenu__zar {
  width: 48px;
  height: 48px;
  border: 1px solid rgba(246, 246, 248, 0.25);
  background: transparent;
  color: #FFFFFF;
  border-radius: 50%;
  font-size: 1.6rem;
  line-height: 1;
  cursor: pointer;
}

.teljesmenu__lista {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 8px;
}

.teljesmenu__lista a {
  color: #FFFFFF;
  text-decoration: none;
  font-size: clamp(24px, 4vw, 34px);
  font-weight: 600;
  letter-spacing: -0.02em;
  border-bottom: 2px solid transparent;
}

.teljesmenu__lista a:hover,
.teljesmenu__lista a[aria-current="page"] {
  border-bottom-color: var(--akcent);
  color: #FFFFFF;
}

.teljesmenu__rendeles {
  margin-top: 42px;
  color: #C9C7D2;
  font-size: 0.98rem;
  max-width: 36rem;
}

.teljesmenu__rendeles a {
  color: #FFFFFF;
}

.fedohero {
  position: relative;
  min-height: 62vh;
  display: flex;
  align-items: flex-end;
  color: #F6F6F8;
  overflow: hidden;
  background: #1B1826;
}

.fedohero--belso {
  min-height: 38vh;
}

.fedohero__kep {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fedohero__fatyol {
  position: absolute;
  inset: 0;
  background: linear-gradient(rgba(27, 24, 38, 0.78), rgba(27, 24, 38, 0.55));
}

.fedohero__tartalom {
  position: relative;
  z-index: 1;
  padding-top: 72px;
  padding-bottom: 48px;
}

.fedohero h1 {
  max-width: 16ch;
}

.fedohero .lead {
  color: #E8E7EE;
}

.bento {
  display: grid;
  grid-template-columns: 1.06fr 0.94fr;
  gap: 18px;
}

.bento__oszlop {
  display: grid;
  gap: 18px;
  align-content: start;
}

.lap {
  background: var(--feher);
  border: 1px solid var(--vonal);
  border-radius: 14px;
  padding: 28px;
}

.lap--felulet {
  background: var(--felulet);
  border: 0;
}

.lap--sotet {
  background: var(--szoveg);
  color: #F6F6F8;
  border: 0;
}

.lap--akcent {
  background: var(--akcent);
  color: #FFFFFF;
  border: 0;
}

.lap--akcent a,
.lap--sotet a {
  color: #FFFFFF;
}

.lap--kep {
  padding: 0;
  overflow: hidden;
  min-height: 320px;
}

.lap--kep img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.lap--teljes {
  grid-column: 1 / -1;
}

.duosav {
  display: grid;
  grid-template-columns: 1.06fr 0.94fr;
  gap: 34px;
  align-items: start;
}

.szamsor {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-top: 28px;
}

.szamsor--hat {
  grid-template-columns: repeat(3, 1fr);
}

.szamlap__ertek {
  font-size: clamp(2rem, 4vw, 3rem);
  font-variant-numeric: tabular-nums;
  line-height: 1;
  margin-bottom: 8px;
}

.szamlap__cimke {
  font-family: Bitter, Georgia, serif;
  font-size: 14px;
  line-height: 1.4;
  color: var(--halvany);
}

.lap--sotet .szamlap__cimke,
.lap--akcent .szamlap__cimke {
  color: #C9C7D2;
}

.esetkartya {
  background: var(--feher);
  border: 1px solid var(--vonal);
  border-radius: 14px;
  padding: 24px;
}

.esetkartya h3 {
  margin-bottom: 14px;
}

.esetkartya__metrikak {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-bottom: 14px;
}

.esetkartya__metrikak strong {
  display: block;
  font-family: "Work Sans", system-ui, sans-serif;
  font-weight: 700;
  font-variant-numeric: tabular-nums;
  font-size: 1.05rem;
}

.esetkartya__metrikak span {
  display: block;
  font-size: 0.78rem;
  color: var(--halvany);
}

.esethalo {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.lepcsosor {
  list-style: none;
  margin: 0;
  padding: 0;
  counter-reset: lepes;
  display: grid;
  gap: 18px;
}

.lepcsosor li {
  display: grid;
  grid-template-columns: 42px 1fr;
  gap: 16px;
  align-items: start;
  counter-increment: lepes;
}

.lepcsosor li::before {
  content: counter(lepes);
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--akcent);
  color: #FFFFFF;
  font-family: "Work Sans", system-ui, sans-serif;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}

.osszetevo-halo {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.osszetevo {
  background: var(--feher);
  border: 1px solid var(--vonal);
  border-radius: 14px;
  padding: 18px;
}

.osszetevo img {
  width: 100%;
  height: 140px;
  object-fit: cover;
  border-radius: 10px;
  margin-bottom: 14px;
}

.osszetevo h3 {
  font-size: 1.05rem;
  margin-bottom: 0.35em;
}

.osszetevo .latin {
  display: block;
  font-style: italic;
  color: var(--halvany);
  font-size: 0.92rem;
  margin-bottom: 0.6em;
}

.kerdesblokk {
  border-bottom: 1px solid var(--vonal);
}

.kerdesblokk summary {
  cursor: pointer;
  list-style: none;
  padding: 18px 36px 18px 0;
  font-family: "Work Sans", system-ui, sans-serif;
  font-weight: 600;
  letter-spacing: -0.02em;
  position: relative;
}

.kerdesblokk summary::-webkit-details-marker {
  display: none;
}

.kerdesblokk summary::after {
  content: "";
  position: absolute;
  right: 4px;
  top: 50%;
  width: 8px;
  height: 8px;
  border-right: 2px solid var(--akcent);
  border-bottom: 2px solid var(--akcent);
  transform: translateY(-70%) rotate(45deg);
}

.kerdesblokk[open] summary::after {
  transform: translateY(-30%) rotate(225deg);
}

.kerdesblokk .valasz {
  padding: 0 0 18px;
  color: var(--szoveg);
}

.arrackas-sor {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.arrackas {
  background: var(--feher);
  border: 1px solid var(--vonal);
  border-radius: 14px;
  padding: 28px;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.arrackas--kiemelt {
  background: var(--felulet);
  border: 0;
}

.arrackas__jel {
  position: absolute;
  top: 14px;
  right: 14px;
  background: var(--akcent);
  color: #FFFFFF;
  font-family: "Work Sans", system-ui, sans-serif;
  font-size: 0.72rem;
  font-weight: 600;
  padding: 5px 9px;
  border-radius: 999px;
}

.arrackas s {
  color: var(--halvany);
  font-size: 1rem;
}

.arrackas__ar {
  font-size: clamp(1.8rem, 3vw, 2.4rem);
  font-variant-numeric: tabular-nums;
}

.arrackas .gomb {
  margin-top: auto;
}

.urlap {
  display: grid;
  gap: 14px;
}

.urlap__mezo {
  display: grid;
  gap: 6px;
}

.urlap__mezo label {
  font-family: "Work Sans", system-ui, sans-serif;
  font-weight: 600;
  font-size: 0.92rem;
}

.urlap input[type="text"],
.urlap input[type="tel"],
.urlap input[type="email"],
.urlap select,
.urlap textarea {
  width: 100%;
  border: 1px solid var(--vonal);
  border-radius: 10px;
  padding: 12px 14px;
  font: inherit;
  color: var(--szoveg);
  background: var(--feher);
}

.urlap textarea {
  min-height: 130px;
  resize: vertical;
}

.urlap__mezo--check {
  display: block;
}

.urlap__mezo--check label {
  font-family: Bitter, Georgia, serif;
  font-weight: 400;
  font-size: 0.95rem;
  display: flex;
  gap: 10px;
  align-items: flex-start;
}

.urlap__mezo--check input {
  margin-top: 5px;
}

.urlap__hiba,
.urlap__siker {
  padding: 14px 16px;
  border-radius: 10px;
  margin-bottom: 14px;
}

.urlap__hiba {
  background: #F8E4EC;
  color: #6B1848;
}

.urlap__siker {
  background: #E4F0E8;
  color: #1B3A28;
}

.rejtett-mezo {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.lablec {
  background: var(--felulet);
  padding: 56px 0 28px;
  margin-top: 20px;
}

.lablec__racs {
  display: grid;
  grid-template-columns: 1.06fr 0.94fr;
  gap: 40px;
}

.lablec__cim {
  font-size: 1.5rem;
  margin-bottom: 0.4em;
}

.lablec__menu {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 6px 20px;
  list-style: none;
  padding: 0;
  margin: 18px 0;
}

.lablec__menu a,
.lablec__jog a {
  color: var(--szoveg);
  text-decoration: none;
  font-family: "Work Sans", system-ui, sans-serif;
  font-weight: 600;
  font-size: 0.92rem;
}

.lablec__menu a:hover,
.lablec__jog a:hover {
  color: var(--akcent);
}

.lablec__jog {
  margin: 12px 0;
  color: var(--halvany);
}

.lablec__figyelem,
.figyelmeztetes {
  font-size: 0.82rem;
  color: var(--halvany);
  line-height: 1.55;
}

.lablec__copy {
  margin-top: 18px;
  font-family: "Work Sans", system-ui, sans-serif;
  font-weight: 600;
  font-size: 0.9rem;
}

.figyelmeztetes {
  background: var(--felulet);
  border-radius: 14px;
  padding: 18px 22px;
}

.sutisav {
  position: fixed;
  left: 16px;
  right: 16px;
  bottom: 16px;
  z-index: 60;
  background: var(--szoveg);
  color: #F6F6F8;
  border-radius: 14px;
  padding: 18px 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 14px 20px;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0 10px 40px rgba(27, 24, 38, 0.25);
}

.sutisav p {
  margin: 0;
  max-width: 46rem;
}

.sutisav a {
  color: #F3C6DE;
}

.sutisav__gombok {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.sutisav--rejtett {
  display: none;
}

.tabla-wrap {
  overflow-x: auto;
  border: 1px solid var(--vonal);
  border-radius: 14px;
  background: var(--feher);
}

table {
  width: 100%;
  border-collapse: collapse;
  font-variant-numeric: tabular-nums;
}

th,
td {
  text-align: left;
  padding: 14px 16px;
  border-bottom: 1px solid var(--vonal);
}

th {
  font-family: "Work Sans", system-ui, sans-serif;
  font-weight: 600;
  background: var(--felulet);
}

tr:last-child td {
  border-bottom: 0;
}

.naptar {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.naptar article h3 {
  color: var(--akcent);
}

.negylap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}

.terkepkeret {
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid var(--vonal);
  min-height: 320px;
}

.terkepkeret iframe {
  width: 100%;
  height: 360px;
  border: 0;
  display: block;
}

.hibalista {
  list-style: none;
  padding: 0;
  margin: 18px 0 0;
  display: grid;
  gap: 10px;
}

.hibalista a {
  font-family: "Work Sans", system-ui, sans-serif;
  font-weight: 600;
}

.arlista {
  list-style: none;
  padding: 0;
  margin: 0 0 14px;
}

.arlista li {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  padding: 8px 0;
  border-bottom: 1px solid var(--vonal);
}

.cta-blokk {
  text-align: left;
}

.lift-in {
  opacity: 1;
  transform: none;
  transition: opacity 0.5s ease, transform 0.5s ease;
}

@media (max-width: 1000px) {
  .bento,
  .duosav,
  .lablec__racs,
  .esethalo,
  .osszetevo-halo,
  .arrackas-sor,
  .naptar {
    grid-template-columns: 1fr;
  }

  .szamsor,
  .szamsor--hat {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 680px) {
  .fejlec__tel {
    display: none;
  }

  .fedohero,
  .fedohero--belso {
    min-height: 52vh;
  }

  .szamsor,
  .szamsor--hat,
  .negylap,
  .osszetevo-halo {
    grid-template-columns: 1fr 1fr;
  }

  .esetkartya__metrikak {
    grid-template-columns: 1fr 1fr;
  }

  .szakasz {
    padding: 46px 0;
  }

  .lap {
    padding: 22px;
  }

  .sutisav {
    left: 10px;
    right: 10px;
    bottom: 10px;
  }
}
