/* 1. ALAPOK ÉS RESET - JAVÍTVA */
html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  /* Csak itt tiltjuk a vízszintes csúszkát */
  overflow-x: hidden;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  /* Ide NE tegyél overflow-t, mert eltűnik a menü! */
}

body {
  font-family: "Segoe UI", "Montserrat", sans-serif;
  line-height: 1.6;
  color: #333;
  background-color: #fff;
  padding-top: 100px; /* Megnövelve, hogy kényelmesen elférjen a fix menü alatt a tartalom */
}

/* 2. HEADER TARTÓ */
.main-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000; /* Maradhat az 1000, ez lesz a "főnök" */
  background-color: #ffffff;
  box-shadow: none;
  transition: all 0.3s ease;
}

/* Szekció fejlécek egységesítése */
.section-header {
  text-align: center; /* Ez viszi középre a szöveget */
  margin-top: 60px; /* Távolság a fenti résztől */
  margin-bottom: 40px; /* Távolság a kártyáktól */
  padding: 0 20px; /* Hogy mobilon ne érjen ki a szélére */
}

.section-intro {
  display: block; /* Biztosítja, hogy külön sorban legyen */
  color: #666; /* Finom szürke szín */
  font-size: 1.1rem; /* Kicsit emeltünk az olvashatóságon */
  margin-top: 10px; /* Rés a nagy cím alatt */
}

/* ===== EGYSÉGES FŐCÍMEK (H1, H2) ===== */

h1,
h2 {
  font-family: "Segoe UI", "Montserrat", sans-serif;
  color: #222222 !important; /* Mélyfekete szín, mindenhol ezt használja */
  text-align: center;
  margin: 0 auto;
  line-height: 1.2;
}

/* A legfelső főcím (Hero szekció) */
h1 {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 25px;
}

/* Minden szakaszcím (Programok, Videó, GYIK, Kapcsolat) */
h2 {
  font-size: 2.5rem; /* 40px körüli méret */
  font-weight: 600;
  margin-bottom: 40px;
  margin-top: 20px;
}

/* 3. A TARTÁLY - JAVÍTVA */
/* A fő tartály széttolja a két nagy blokkot */
.nav-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  /* Dinamikus távolság: minél kisebb a kijelző, annál kisebb a gap */
  gap: clamp(10px, 2vw, 40px);
  padding: 10px 2%;
  max-width: 1400px; /* Hogy ne nyúljon túl szélesre nagy monitoron */
  margin: 0 auto;
}

/* 4. LOGÓ ÉS SZLOGEN */
.logo-container {
  text-decoration: none !important; /* Tiltja az aláhúzást */
  display: flex;
  align-items: center;
  gap: 15px;
}

.logo-container:hover {
  text-decoration: none; /* Hover esetén se legyen aláhúzva */
}

.logo-img {
  height: 65px;
  width: auto;
}

.logo-text-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.main-title {
  font-size: 1.7rem;
  font-weight: 500;
  color: #444;
  line-height: 1.1;
  white-space: nowrap;
}

.sub-title {
  font-size: 0.9rem;
  color: #467d9c;

  /* VASTAGÍTÁS: */
  font-weight: 600; /* Félig vastag (Semi-bold) */
  /* VAGY */
  font-weight: bold; /* Sima vastag */
  /* VAGY */
  font-weight: 700; /* Nagyon vastag (Bold) */
}

/* Ez a wrapper fogja össze a linkeket és a gombot a jobb oldalon */
.menu-wrapper {
  display: flex;
  align-items: center;
  /* Rugalmas távolság a linkek és a gomb között */
  gap: clamp(15px, 2vw, 30px);
  flex-shrink: 1; /* Engedi a menüt összébb menni */
}

/* A linkek egymás mellett */

.nav-links li {
  width: 100%;
  text-align: center;
}

.nav-links ul {
  list-style: none; /* Eltünteti a pöttyöket */
  padding: 0;
  margin: 0;
  display: flex; /* Vízszintes sorba rendezi az elemeket */
  align-items: center; /* Függőlegesen középre igazítja a szövegeket */
  gap: 25px; /* Egyenlő távolság a menüpontok között */
}

.nav-links {
  display: flex;
  /* Rugalmas távolság a menüpontok között */
  gap: clamp(10px, 1.5vw, 20px);
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav-links a {
  text-decoration: none;
  color: #444;
  font-weight: 500;
  white-space: nowrap;
  /* Kicsit kisebb betűméret, ha kezd elfogyni a hely */
  font-size: clamp(0.9rem, 1.1vw, 1rem);
  transition: color 0.3s ease;
}

/* Hogy ne legyen lila a link rákattintás után */
.nav-links a:visited {
  color: #444;
}

.nav-links a:hover {
  color: #2a4e63;
  background-color: #f9fbf9;
}

/* Aktív oldal jelölése (pl. Kezdőlap) */
.active-link {
  color: #007bff !important;
}

/* --- LEÖRDÜLŐ RÉSZ --- */
.dropdown-content {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #fff;
  min-width: 200px;
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  list-style: none;
  padding: 5px 0;
}

.dropdown-content li {
  border-bottom: 1px solid #eee;
}

.dropdown-content a {
  color: #e63946; /* A képen látott pirosas szín */
  display: block;
  padding: 10px 20px;
}

.dropdown:hover .dropdown-content {
  display: block;
}

/* 6. JELENTKEZEM GOMB (CTA) */
.cta-button {
  background-color: #d4a017;
  color: #ffffff !important;
  /* A gomb szövege is kicsit zsugorodhat */
  font-size: clamp(0.85rem, 1vw, 1rem);
  font-weight: 700;
  padding: clamp(8px, 1vw, 12px) clamp(15px, 2vw, 25px);
  border-radius: 40px;
  text-decoration: none;
  white-space: nowrap; /* Ne törjön két sorba a gomb szövege */
  flex-shrink: 0; /* A gombot ne nyomja össze a rendszer */
  box-shadow: 0 4px 15px rgba(212, 160, 23, 0.3);
  transition: all 0.3s ease;
}

.cta-button:hover {
  background-color: #b88a14;
  transform: translateY(-2px);
}
/* ALAPVETŐEN A HAMBURGER REJTVE VAN */

/* HERO */

.hero {
  text-align: center;
  padding: 80px 20px 50px;
  max-width: 800px;
  margin: 0 auto;
}

/* CÍM */
.hero h1 {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #222;
}

/* SZÖVEG */
.hero p {
  font-size: 18px;
  color: #555;
  line-height: 1.6;
  max-width: 600px;
  margin: 0 auto;
}

.hero strong {
  color: #467d9c; /* kék */
  font-weight: 650; /* nem túl vastag */
}

/* ===== PROGRAM BLOKKOK ===== */

.programs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
}

.card {
  background: white;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
  text-align: center;
  transition: transform 0.3s ease;
}

.card:hover {
  transform: translateY(-5px);
}
.card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
}

.card h2 {
  font-size: 22px;
  margin: 15px 0 5px;
}

.card p {
  font-size: 14px;
  padding: 0 15px;
  margin-bottom: 15px;
}

.btn {
  display: inline-block;
  margin: 0 20px 20px;
  background: #355f78;
  color: white;
  padding: 10px 20px;
  border-radius: 25px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.btn:hover {
  background: #2a4e63; /* sötétebb kék */
  color: white;
}

.btn-primary {
  background-color: #d4a017;
  color: white;
  padding: 15px 35px;
  border-radius: 50px; /* Teljesen lekerekített */
  font-weight: bold;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s ease;
}
.about-container .btn-primary {
  grid-area: cta; /* Beugrik az összevont alsó sávba */
  justify-self: center; /* Így a teljes szekció közepén lesz, nem a kép alatt */
  margin-top: 50px;
  display: inline-block;
}
.btn-bt {
  display: inline-block;
  background-color: #d4a017; /* Arany */
  color: white !important;
  padding: 10px 20px;
  font-size: 17px;
  font-weight: 600;
  text-decoration: none;
  border-radius: 25px;
  transition: all 0.3s ease;
  border: none;
  margin: 0 20px 20px;
  cursor: pointer;
  margin-top: 10px;
}
.btn-bt:hover {
  background-color: #b88a14;
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(212, 160, 23, 0.4);
}
.btn-primary a {
  color: white !important;
  text-decoration: none;
}
.btn-primary:hover {
  background-color: #b88a14; /* Kicsit sötétebb arany hoverre */
  transform: translateY(-3px);
  box-shadow: 0 5px 15px rgba(212, 160, 23, 0.4);
}

/* ===== OVERLAY ===== */

.overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    rgba(70, 125, 156, 0.35),
    rgba(70, 125, 156, 0.45)
  );
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 25px;
  transition: background 0.3s ease;
}

.program-card:hover .overlay {
  background: linear-gradient(rgba(70, 125, 156, 0.2), rgba(70, 125, 156, 0.3));
}

/* ===== SZÖVEG ===== */

.overlay h2 {
  margin-bottom: 10px;
  font-size: 26px;
  font-weight: bold;
}

.overlay p {
  font-size: 15px;
  margin-bottom: 18px;
  line-height: 1.4;
}

/* ===== MOBIL ===== */

/* Ez alul legyen */

.hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 10px;
  z-index: 1001;
}

.hamburger span {
  display: block;
  width: 30px;
  height: 3px;
  background-color: #467d9c; /* Csikung zöld vagy az Arany színed */
  transition: 0.3s;
}

/* 2. AZ "X" ANIMÁCIÓ (Amikor aktív) */
.hamburger.active span:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}

.hamburger.active span:nth-child(2) {
  opacity: 0;
}

.hamburger.active span:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}

/* ===== btn-primary - JAVÍTVA ===== */

/* ===== TANFOLYAM BLOKK PRÉMIUM STÍLUS ===== */
.highlight-course {
  padding: 100px 20px;
  background: linear-gradient(
    180deg,
    #ffffff 0%,
    #f4f7f9 100%
  ); /* Finom átmenet a háttérben */
  display: flex;
  justify-content: center;
}

.highlight-course .container {
  background-color: #ffffff;
  padding: 80px 50px; /* Megnövelt belső tér a szellősebb érzetért */
  border-radius: 30px; /* Kerekítettebb sarkok */
  border: 1px solid #e1e8ed;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.07); /* Mély, elegáns árnyék */
  max-width: 900px;
  width: 100%;
  text-align: center;
  position: relative;
  transition: transform 0.4s ease;
}

/* Egy finom arany díszcsík a kártya tetejére */
.highlight-course .container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 4px;
  background: #d4a017;
  border-radius: 0 0 10px 10px;
}

.highlight-course h2 {
  font-size: 2.8rem; /* Kiemeltebb cím */
  color: #222;
  margin-bottom: 30px;
  line-height: 1.2;
}

.highlight-course p {
  max-width: 700px;
  margin: 0 auto 15px;
  font-size: 1.2rem; /* Kicsit nagyobb olvashatóság */
  color: #444;
  line-height: 1.8;
}

/* A kiemelt mondatok (pl. helyszínek) stílusának javítása */
.highlight-course p strong {
  color: #1a5276; /* Sötétkék hangsúly a fontos részeknek */
  display: inline-block;
  padding: 2px 5px;
}

.highlight-course .btn-primary {
  margin-top: 40px; /* Több hely a gomb felett */
  padding: 18px 45px; /* Nagyobb, hívogatóbb gomb */
  font-size: 1.1rem;
  letter-spacing: 1px;
  text-transform: uppercase; /* Komolyabb, akciódúsabb megjelenés */
  box-shadow: 0 10px 25px rgba(212, 160, 23, 0.3);
}

/* Záró mondat finomítása */
.final-call {
  margin-top: 30px;
  font-style: italic;
  color: #888 !important;
  font-size: 1rem !important;
}

/* ÁLTALÁNOS FELIRAT STÍLUS (Minden szekcióhoz) */
.subtitle {
  color: #d4a017; /* Arany */
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  display: block;
  margin-bottom: 15px; /* Kicsit több hely a cím előtt */
  font-size: 0.9rem;
}

/* A ZÁRÓMONDAT - Itt volt a hiba a kódodban */
.final-call {
  margin-top: 40px; /* 80px-ről csökkentve, hogy ne legyen hatalmas üresség */
  font-style: italic;
  color: #666;
  font-size: 1.15rem;
  position: relative;
  display: block;
  padding-top: 0; /* A vonal helyének megszüntetése */
}

/* --- VÉLEMÉNYEK SZEKCIÓ JAVÍTVA --- */
.testimonials {
  padding: 100px 20px !important; /* A 100px a függőleges, a 20px a vízszintes */
  background-color: #f2f5f7;
  text-align: center;
  display: block; /* Biztosítjuk, hogy blokkként viselkedjen */
  width: 100%;
}

.testimonial-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px 25px; /* Kisebb távolság a kártyák között */
  max-width: 1100px;
  margin: 60px auto 30px; /* Kisebb külső margó */
}

.testimonial {
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.06);
  position: relative;
  padding: 45px 20px 25px; /* Kisebb belső helykitöltés */
  transition: transform 0.3s ease;
}

/* 1. JAVASLAT: KIEMELT KÁRTYA STÍLUS */

/* --- KISEBB KÖR KÉP --- */
.user-img-container {
  position: absolute;
  top: -35px; /* Feljebb húzva, mert kisebb a kör */
  left: 50%;
  transform: translateX(-50%);
  width: 70px; /* 90-ről 70-re csökkentve */
  height: 70px; /* 90-ről 70-re csökkentve */
  background: #ffffff;
  padding: 4px;
  border-radius: 50%;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.1);
}

.user-img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}

/* --- TARTALOM FINOMÍTÁSA --- */
.google-icon {
  position: absolute;
  top: 15px; /* Feljebb tolva a sarokba */
  right: 15px;
  width: 20px; /* Kicsit kisebb ikon */
  height: 20px;
}

.user-name {
  font-size: 1.05rem;
  font-weight: 700;
  margin-bottom: 4px;
  color: #222;
}

.stars-row {
  margin-bottom: 15px; /* Kisebb köz a csillagok alatt */
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}

.stars {
  font-size: 1rem;
  color: #ffb400;
}

.date {
  font-size: 0.8rem;
  color: #bbb;
}

/* --- SZÖVEG MELLÉTTI VONAL --- */
.testimonial-text {
  border-right: 2px solid #f0f0f0;
  padding-right: 12px;
  text-align: left;
}

.testimonial-text p {
  font-size: 0.9rem;
  color: #555;
  line-height: 1.5;
  margin: 0;
}

.rating-summary {
  font-weight: 600;
  color: #467d9c;
  margin-bottom: 10px;
}

/* ===== GOMB ===== */

.testimonials .btn {
  margin-top: 10px;
}

/* --- TOVÁBBI VÉLEMÉNYEK LINK STÍLUSA --- */
.more-reviews-container {
  margin-top: 20px;
  margin-bottom: 15px; /* Kicsit közelebb a gombhoz, hogy látszódjon az összetartozás */
  text-align: center;
}

.link-secondary {
  color: #888; /* Finom szürke */
  text-decoration: none; /* Eltüntetjük a csúnya aláhúzást */
  font-size: 0.9rem;
  font-weight: 500;
  letter-spacing: 0.5px;
  position: relative;
  transition: all 0.3s ease;
  display: inline-block;
  padding-bottom: 3px;
}

.link-secondary:hover {
  color: #d4a017; /* Hoverre arany lesz a szöveg is */
}
.link-secondary::after {
  content: "";
  position: absolute;
  width: 0;
  height: 1px;
  bottom: 0;
  left: 50%;
  background-color: #d4a017; /* Arany színű vonal */
  transition: all 0.3s ease;
  transform: translateX(-50%);
}
.link-secondary:hover::after {
  width: 100%; /* Beúszik az arany vonal alulra */
}
/* Biztosítjuk, hogy a két elem egymás alatt legyen, ha nem div-ben vannak */
.testimonials .btn-primary {
  display: inline-block;
  margin-top: 0; /* A távolságot most a felette lévő konténer adja */
}

/* ===== KINEK AJÁNLOM SZEKCIÓ ===== */
.who-is-it-for {
  padding: 80px 20px;
  background-color: #f9fbfb;
  text-align: center;
}

.who-is-it-for .container {
  max-width: 1200px;
  margin: 0 auto;
}

.who-is-it-for .subtitle {
  color: #d4a017;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  display: block;
  margin-bottom: 10px;
}

.who-is-it-for h2 {
  font-size: 2.5rem;
  margin-bottom: 50px;
  color: #222;
}

.benefits-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr); /* Ez kényszeríti a 4-es elrendezést */
  gap: 25px;
  max-width: 1200px;
  margin: 50px auto 0;
  align-items: stretch;
}

.benefit-card {
  background: #fff;
  padding: 40px 25px;
  border-radius: 20px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  border-bottom: 4px solid transparent;
  cursor: pointer;

  /* EZ A LÉNYEG: */
  display: flex;
  flex-direction: column; /* Egymás alá rakja az elemeket (ikon, h3, p, link) */
  width: 100%; /* Kitölti a szélességet */
}

.benefit-card .icon {
  font-size: 3.5rem;
  margin-bottom: 20px;
  display: block;
}

.benefit-card h3 {
  font-size: 1.4rem;
  color: #1a5276;
  margin-bottom: 15px;
}

/* 4. A szöveg (p) kényszerítése, hogy "tolja el" maga alól a gombot */
.benefit-card p {
  font-size: 1rem;
  color: #555;
  line-height: 1.6;
  flex-grow: 1; /* Ez a bűvös sor: kitölti az üres helyet a szöveg alatt */
  margin-bottom: 20px;
}
.benefit-card-link {
  text-decoration: none;
  color: inherit;
  display: flex; /* Flexbox-szá tesszük a linket */
  height: 100%; /* Kitölti a grid által adott magasságot */
}

.card-more {
  font-size: 0.9rem;
  font-weight: 700;
  color: #d4a017;
  text-transform: uppercase;
  margin-top: auto; /* Biztosítja, hogy mindig legalul legyen */
}

.benefit-card:hover .card-more {
  text-decoration: underline;
}

/* ===== RÓLAM SZEKCIÓ ===== */
.about-me {
  padding: 80px 20px;
  background-color: #ffffff;
}

.about-cta {
  margin-top: 70px !important; /* Így látványosan lejjebb ugrik a gomb */
  text-align: center;
  width: 100%;
}
/* Biztosítjuk, hogy a btn-primary stílusa érvényesüljön */
.about-cta .btn-primary {
  display: inline-block; /* Biztosítja, hogy a gomb tartalomként viselkedjen a text-align: center-re */
}

.about-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex; /* Grid helyett Flex */
  flex-direction: row; /* Egymás mellett */
  gap: 50px;
  align-items: flex-start;
  text-align: left;
}

.about-single-column-wrapper {
  max-width: 800px; /* Ideális olvasási szélesség */
  margin: 0 auto;
  text-align: left;
}
/* Területek kijelölése */
.about-content-top {
  grid-area: text-top;
}
.about-grid-wrapper {
  display: flex;
  flex-direction: row;
  align-items: flex-start; /* A tetejéhez igazítjuk a képet és szöveget */
  gap: 60px; /* Kisebb távolság a kép és szöveg között */
  max-width: 1100px;
  margin: 0 auto;
}
.about-image img {
  width: 100%;
  max-width: 450px; /* Itt tudod állítani a kép méretét PC-n */
  height: auto;
  border-radius: 20px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}
.about-content-bottom {
  grid-area: text-bottom;
  align-self: start;
}
.about-image {
  flex: 0 0 35%; /* A kép szélessége */
  margin-top: 10px; /* Ezzel tudod lejjebb tolni a képet, ha szükséges */
}

.about-content {
  flex: 1;
  text-align: left; /* A leírás már balra zárt a kép mellett */
}
.about-content h2 {
  text-align: left; /* Asztali gépen balra zárt */
  margin: 10px 0 25px 0;
}
.about-image img {
  width: 100%;
  max-width: 350px; /* Kisebb kép */
  height: auto;
  border-radius: 20px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
}

.about-content p {
  font-size: 1.1rem;
  line-height: 1.8;
  color: #444;
  margin-bottom: 20px;
}

.about-content .subtitle {
  color: #d4a017;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  display: block;
  margin-bottom: 10px;
}
.about-name {
  text-align: center;
  font-size: 2.5rem;
  margin-bottom: 15px;
  width: 100%;
}
.about-content .lead::after {
  margin: 15px auto 0;
}

.about-content .lead::after {
  content: "";
  display: block;
  width: 80px;
  height: 4px;
  background-color: #d4a017;
  border-radius: 2px;
  margin: 15px auto 0; /* Az 'auto' érték középre húzza a vonalat */
}
/* A név és az idézet maradjon középen, ahogy kérted */
.about-name,
.about-content .lead {
  text-align: center;
}
/* A lista és a gomb maradhat balra zárt vagy középen, ízlés szerint */

.about-header-top {
  text-align: center;
  margin-bottom: 50px;
  width: 100%;
}

/* JAVÍTOTT LEAD (IDÉZET) */
.lead {
  color: #467d9c !important; /* Ez a képhez passzoló világosabb kék */
  font-style: italic !important; /* Ettől lesz dőlt a szöveg */
  font-size: 1.25rem;
  text-align: center;
  margin-bottom: 30px;
}

/* Az a bizonyos hiányzó díszvonal az idézet alá */
.lead::after {
  margin: 15px auto 0; /* A díszvonalat is középre teszi */
}

/* 2. ALSÓ RÉSZ: KÉP BALRA, SZÖVEG JOBBRA */
.about-grid-wrapper {
  display: flex;
  flex-direction: row; /* Ez teszi egymás mellé őket */
  align-items: flex-start;
  gap: 0px;
  max-width: 1100px;
  margin: 0 auto;
}

.about-features {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin: 30px 0;
}

.feature-item {
  display: flex;
  align-items: center;
  gap: 12px;
  font-weight: 500;
  color: #333; /* Sötétszürke szöveg a kép alapján */
  margin-bottom: 5px;
}

.feature-item span {
  color: #d4a017;
  font-size: 1.2rem;
}
/* ===== GYIK SZEKCIÓ STÍLUSA ===== */
.faq-section {
  padding: 100px 20px;
  background-color: #eef4f8; /* Halvány háttér a fehértől való elváláshoz */
  text-align: center;
}

.faq-section .container {
  max-width: 900px; /* Igazodva a videóhoz és a tanfolyam kártyához */
  margin: 0 auto;
}

.faq-grid {
  display: grid;
  grid-template-columns: 1fr 1fr; /* Két oszlop asztali gépen */
  gap: 40px 50px;
  text-align: left;
  margin-top: 50px;
}

.faq-item h4 {
  color: #1a5276;
  font-size: 1.15rem;
  margin-bottom: 12px;
  border-left: 3px solid #d4a017; /* Az arany jelölőcsík */
  padding-left: 15px;
  line-height: 1.3;
}

.faq-item p {
  color: #555;
  font-size: 0.95rem;
  line-height: 1.6;
  margin: 0;
  padding-left: 18px;
}

.faq-footer {
  margin-top: 60px;
  padding-top: 30px;
  border-top: 1px solid #eee;
}

.faq-footer p {
  font-weight: 600;
  color: #444;
  margin-bottom: 15px;
}
/* Ezt add hozzá a .faq-item-hez, hogy kis kártya jellege legyen */
.faq-item {
  background-color: #f8fbfc; /* Finom, tiszta háttér */
  padding: 30px;
  border-radius: 15px;
  border: 1px solid #e1e8ed; /* Vékony keret a határozottságért */
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.03); /* Minimális árnyék */
  transition: all 0.3s ease;
}

.faq-item:hover {
  background-color: #ffffff; /* Hoverre "kivilágosodik" - interaktív érzet */
  border-color: #d4a017; /* Az arany szegély beúszik */
  transform: translateY(-5px);
}

.benefit-card:hover {
  transform: translateY(-10px);
  border-color: #d4a017; /* Hoverre megjelenik az arany csík */
}

.benefit-card .icon {
  font-size: 3.5rem;
  margin-bottom: 20px;
  display: block;
}

.benefit-card h3 {
  font-size: 1.4rem;
  color: #1a5276; /* Az elegáns kék színed */
  margin-bottom: 15px;
}

.benefit-card p {
  font-size: 1rem;
  color: #555;
  line-height: 1.6;
}

/* ===== KAPCSOLAT BLOKK AZ INDEX OLDALON ===== */
.contact-cta {
  margin-top: 40px;
  text-align: center;
}
.contact-section {
  padding: 80px 20px;
  background-color: #fcfcfc;
  text-align: center; /* Ez viszi középre a H2-t és a bevezető szöveget */
}

.contact-section .container {
  max-width: 1100px;
  margin: 0 auto;
}
.contact-section h2 {
  font-size: 2.5rem;
  text-align: center;
  margin-bottom: 40px;
}

.contact-section .subtitle {
  display: block;
  text-align: center;
  color: #d4a017;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 10px;
}

.contact-section p {
  text-align: center;
  max-width: 600px;
  margin: 0 auto 40px;
  color: #666;
}

/* A dobozok elrendezése */
.contact-grid {
  display: flex;
  justify-content: center; /* Középre teszi a kártyákat */
  flex-wrap: wrap; /* Mobilon egymás alá törnek */
  gap: 30px;
  margin: 40px auto;
}

.contact-item {
  background: #ffffff;
  padding: 30px 40px;
  border-radius: 20px;
  display: flex;
  align-items: center; /* Ikon és szöveg egy vonalba kerül */
  text-align: left; /* A kártyán belüli szöveg maradjon balra zárt */
  gap: 20px;
  min-width: 320px; /* Ne engedje túl kicsire összenyomni */
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  border-left: 6px solid #d4a017; /* Az arany hangsúly */
  transition: all 0.3s ease;
}

.contact-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.1);
}

.contact-item .icon {
  font-size: 2.5rem;
}

.contact-item h4 {
  margin: 0 0 5px 0;
  color: #1a5276;
  font-size: 1.2rem;
}

.contact-card {
  background: #ffffff !important;
  border-radius: 25px !important;
  position: relative;
  padding: 30px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  gap: 20px;

  /* Fontos: minden border törlése */
  border: none !important;
  border-left: none !important;

  /* Arany sáv belső árnyékkal + külső lágy árnyék */
  box-shadow:
    inset 4px 0 0 0 #d4a017,
    0 10px 30px rgba(0, 0, 0, 0.05) !important;

  overflow: hidden;
  transition: transform 0.3s ease;
}

.contact-card-link {
  text-decoration: none; /* Aláhúzás eltüntetése */
  color: inherit; /* Megtartja az eredeti szövegszínt */
  display: block; /* Hogy a teljes szélességet kitöltse */
  transition: transform 0.2s ease;
}

.contact-card-link:hover {
  transform: translateY(-5px); /* Egy kis emelés, ha ráviszed az egeret */
}

.contact-item {
  cursor: pointer; /* Mutatja, hogy kattintható */
}

/* 1. A felirat (Telefon, E-mail) */
.contact-item h4 {
  margin: 0;
  font-size: 0.9rem;
  text-transform: uppercase;
  color: #d4a017; /* Arany */
  letter-spacing: 1px;
  font-weight: 700;
}

/* 2. A konkrét adat (+36..., info@...) */
.contact-item .contact-link {
  display: block;
  margin-top: 5px;
  color: #1a5276; /* Elegáns kék */
  font-size: 1.2rem;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}

/* 3. Kártya hover effekt */
.contact-item:hover .contact-link {
  color: #d4a017;
  /* Kicsit elmozdul jobbra, jelzi hogy kattintható */
}

/* Mobilos nézet */

/* ===== MOBIL NÉZET ===== */

.floating-contact {
  position: fixed; /* Ez teszi lebegővé */
  bottom: 30px; /* Távolság az aljától */
  right: 30px; /* Távolság a jobb szélétől */
  width: 55px;
  height: 55px;
  background-color: #1a5276; /* Márakék */
  color: white;
  text-decoration: none;
  display: flex; /* Középre igazításhoz */
  justify-content: center;
  align-items: center;
  border-radius: 50%; /* Teljesen kerek */
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  z-index: 9999; /* Hogy minden felett legyen */
  transition: all 0.3s ease;
}

.floating-contact:hover {
  transform: translateY(-5px);
  background-color: #d4a017; /* Aranyra vált hovernél */
}

.floating-contact .btn-text {
  display: none; /* Szöveg eltüntetése asztali gépen is */
}

.floating-contact .btn-icon {
  font-size: 1.6rem;
  line-height: 1;
}

/* ===== VIDEÓ SZEKCIÓ - EGYSÉGESÍTETT STÍLUS ===== */
.video-section {
  padding: 80px 20px;
  background-color: #ffffff; /* Ugyanaz a halvány kék/szürke háttér, mint a tanfolyamnál */
  text-align: center;
}

.video-section .subtitle {
  color: #d4a017;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  display: block;
  margin-bottom: 10px;
}

.video-section h2 {
  margin-bottom: 50px;
}

/* A fehér kártya, mint a highlight-course-nál */
.video-card {
  background-color: #f8fbfc;
  padding: 50px 40px;
  border-radius: 20px;
  border: 1px solid #e1e8ed;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  max-width: 800px; /* Kisebb és fókuszáltabb */
  margin: 0 auto;
}

.video-intro {
  font-size: 1.15rem;
  color: #555;
  line-height: 1.7;
  margin-bottom: 40px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

.video-intro strong {
  color: #1a5276;
  display: block;
  margin-top: 10px;
}

/* Reszponzív videó keret */
.video-wrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 arány megtartása */
  height: 0;
  border-radius: 12px;
  overflow: hidden;
  margin: 0 auto 40px;
  background: #000;
  max-width: 700px; /* Itt állítjuk be a videó tényleges szélességét */
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2); /* Kiemeljük a videót */
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Lista stílusa a kártyán belül */
.video-footer {
  text-align: left;
  border-top: 1px solid #eee;
  padding-top: 40px;
}

.video-footer h3 {
  color: #1a5276;
  font-size: 1.3rem;
  margin-bottom: 25px;
  text-align: center;
}

.video-points {
  list-style: none;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px 30px;
}

.video-points li {
  font-size: 1rem;
  color: #444;
  display: flex;
  align-items: center;
  gap: 10px;
}

.video-points li span {
  color: #d4a017; /* Arany pipák, mint a design többi részén */
  font-weight: bold;
}

.cta-container {
  text-align: center;
  margin-top: 40px;
  padding-top: 30px;
  border-top: 1px solid #eee; /* Opcionális elválasztó vonal */
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px; /* Távolság a szöveg és a gomb között */
}

/* Mobilos finomítás */

/* MOBIL NÉZET */

/* Mobil nézet: A kép menjen a szöveg fölé */

/* ===== LÁBLÉC (FOOTER) STÍLUSA ===== */
/* =========================================
   PRÉMIUM FOOTER STÍLUSOK
   ========================================= */

.site-footer {
  background-color: #121212;
  color: #ffffff;
  padding: 60px 0 30px 0;
  font-family: "Montserrat", sans-serif;
}

.footer-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 25px;
}

/* Felső üzenet rész */
.footer-message {
  text-align: left;
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.message-main {
  font-size: 1.1rem;
  font-weight: 700; /* Vastagított */
  font-style: normal; /* Álló betű */
  color: #ffffff;
  margin-bottom: 4px;
  letter-spacing: 0.5px;
}

.message-sub {
  font-size: 0.8rem;
  color: #e0e0e0;
  font-weight: 400;
  letter-spacing: 1.2px;
  text-transform: uppercase;
}

/* Footer rácsrendszer */
.footer-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 40px;
}

/* Oszlop címek és az arany vonal */
.footer-heading {
  font-size: 0.9rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 20px; /* Megnövelt hely a vonal és a linkek között */
  position: relative;
  padding-bottom: 10px; /* Hely a szöveg és a vonal között */
  display: inline-block; /* Hogy a vonal ne legyen hosszabb a szövegnél */
}

.footer-heading::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px; /* A csík hossza (állítsd nagyobbra, ha szükséges) */
  height: 3px; /* A csík vastagsága */
  background-color: #d4a017; /* Az arany színed */
  border-radius: 2px;
}

.footer-link {
  color: #b0b0b0;
  text-decoration: none;
  font-size: 0.95rem;
  display: flex;
  align-items: center;
  transition: all 0.3s ease;
  margin-bottom: 12px;
}
/* Ikonok stílusa */
.footer-link i {
  width: 25px; /* Fix szélesség, hogy a szöveg igazodjon */
  font-size: 1.1rem;
  transition: color 0.3s ease;
}

/* Listák és linkek */
.footer-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-list li {
  margin-bottom: 14px;
}

/* Facebook - Királykék */
.footer-link:hover .fa-facebook-f {
  color: #1877f2;
  transform: scale(1.2); /* Egy picit meg is nő az ikon */
}

/* 1. Alapállapot: Egységes szürke/fehér ikon */
.footer-link .fa-facebook-f {
  color: #b0b0b0;
  transition: all 0.4s ease;
  display: inline-block;
  width: 25px; /* Fix szélesség az igazodáshoz */
  text-align: center;
}

/* 2. HOVER ÁLLAPOT: A Facebook színátmenetes kékje */
.footer-link:hover .fa-facebook-f {
  /* Facebook kék gradiens: Sötétebb kéktől a világosabbig */
  background: linear-gradient(180deg, #00c6ff 0%, #0072ff 100%);

  /* Maszkolás az ikonra */
  -webkit-background-clip: text;
  background-clip: text;

  /* Az eredeti szín eltüntetése */
  -webkit-text-fill-color: transparent;

  /* Egy kis mélységet adunk neki árnyékkal */
  filter: drop-shadow(0px 2px 4px rgba(24, 119, 242, 0.3));

  transform: scale(1.3);
}
.footer-link .fa-instagram {
  color: #b0b0b0; /* Vagy amilyen színt a többi ikonnak adtál */
  transition: all 0.4s ease;
  display: inline-block;
}
/* YouTube - Piros */
.footer-link:hover .fa-youtube {
  color: #ff0000;
  transform: scale(1.2);
}

/* 1. Alapállapot: Szürke/fehér ikon */
.footer-link .fa-youtube {
  color: #b0b0b0;
  transition: all 0.4s ease;
  display: inline-block;
}

/* 2. HOVER ÁLLAPOT: A YouTube tüzes piros gradiens */
.footer-link:hover .fa-youtube {
  /* YouTube gradiens: Bordótól a klasszikus YouTube pirosig */
  background: linear-gradient(180deg, #ff0000 0%, #8b0000 100%);

  /* Maszkolás az ikonra */
  -webkit-background-clip: text;
  background-clip: text;

  /* Az eredeti szín eltüntetése */
  -webkit-text-fill-color: transparent;

  /* Egy kis vöröses ragyogás (glow) */
  filter: drop-shadow(0px 0px 8px rgba(255, 0, 0, 0.4));

  transform: scale(1.3);
}
/* Instagram - Gradiens vagy Pink */
.footer-link:hover .fa-instagram {
  color: #e4405f;
  transform: scale(1.2);
}

/* 1. Alapállapot: Szürke/fehér ikon */
.footer-link .fa-tiktok {
  color: #b0b0b0;
  transition: all 0.4s ease;
  display: inline-block;
}

/* 2. HOVER ÁLLAPOT: A TikTok neon színei */
.footer-link:hover .fa-tiktok {
  /* TikTok gradiens: Cián, Fehér és Vörös keveréke */
  background: linear-gradient(45deg, #00f2ea 0%, #ffffff 50%, #ff0050 100%);

  /* Maszkolás az ikonra */
  -webkit-background-clip: text;
  background-clip: text;

  /* Az eredeti szín eltüntetése */
  -webkit-text-fill-color: transparent;

  /* Egy kis "glitch" hatás (opcionális, de jól néz ki) */
  filter: drop-shadow(2px 0px 0px rgba(0, 242, 234, 0.5))
    drop-shadow(-2px 0px 0px rgba(255, 0, 80, 0.5));

  transform: scale(1.3);
}

/* 1. Alapállapot: Az Instagram doboza színtelen */
.insta-box {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  margin-right: 10px;
  background: transparent; /* Alapból nincs háttér */
  transition: all 0.4s ease; /* Szép lassú átmenet */
}

/* Az ikon alap színe (ugyanaz a szürke, mint a többié) */
.insta-box i {
  color: #b0b0b0;
  font-size: 1.1rem;
  width: auto !important;
  transition: all 0.4s ease;
}

/* 2. HOVER ÁLLAPOT: Itt történik a varázslat */
.footer-link:hover .insta-box {
  /* Itt jelenik meg a színes kör */
  background: radial-gradient(
    circle at 30% 107%,
    #fdf497 0%,
    #fdf497 5%,
    #fd5949 45%,
    #d6249f 60%,
    #285aeb 90%
  );
  transform: scale(1.2);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}
.footer-link:hover .fa-instagram {
  /* Itt jön a trükk: a hátteret rávágjuk a szövegre/ikonra */
  background: radial-gradient(
    circle at 30% 107%,
    #fdf497 0%,
    #fdf497 5%,
    #fd5949 45%,
    #d6249f 60%,
    #285aeb 90%
  );

  /* Ez a két sor mondja meg a böngészőnek, hogy csak az ikon formáján belül látszódjon a szín */
  -webkit-background-clip: text;
  background-clip: text;

  /* Az eredeti színt átlátszóvá tesszük, hogy átlátszódjon a gradiens */
  -webkit-text-fill-color: transparent;

  transform: scale(
    1.3
  ); /* Egy kicsit nagyobbra nő, hogy jobban látszódjanak a színek */
}

/* TikTok - Türkiz/Fekete/Piros mix helyett egy élénk cián */
.footer-link:hover .fa-tiktok {
  color: #00f2ea;
  transform: scale(1.2);
}

/* Az ikonok átmenete legyen sima */
.footer-link i {
  transition: all 0.3s ease;
}

.footer-link:hover {
  color: #ffffff;
  transform: translateX(6px); /* Elegáns elmozdulás hoverre */
}

.footer-link:hover i {
  color: #f39c12; /* Az ikon arany lesz hoverre */
}

/* Kapcsolati adatok finomítása */
.footer-info-item {
  margin-bottom: 20px;
}

.footer-info-item .label {
  display: block;
  font-size: 0.75rem;
  color: #666;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 5px;
}

/* Alsó copyright sáv */
.footer-bottom {
  margin-top: 40px;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  text-align: center;
  font-size: 0.8rem;
  color: #f6f9ff;
}

/* --- PROGRAMOK DROPDOWN SPECIÁLIS STÍLUS --- */

/* --- PROGRAMOK DROPDOWN SPECIÁLIS STÍLUS --- */

/* Konténer igazítása a többi menüponthoz */
.dropdown {
  position: relative;
  display: flex;
  align-items: center;
}

/* A "Programok" felirat stílusa (örökli a nav-links a stílusát) */
.dropdown-trigger {
  text-decoration: none;
  color: #444;
  font-weight: 500;
  font-size: clamp(0.9rem, 1.1vw, 1rem);
  transition: color 0.3s ease;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 5px;
}

/* A kis lefelé mutató nyíl */
.arrow {
  font-size: 0.7rem;
  transition: transform 0.3s ease;
  color: #d4a017; /* Arany szín, hogy passzoljon a brandhez */
}

/* Az almenü doboza - a te kódod alapján finomítva */
.nav-links .dropdown-content {
  display: none; /* Alapból rejtve */
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #ffffff;
  min-width: 200px;
  box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  list-style: none;
  padding: 10px 0;
  margin: 0;

  z-index: 1100;
}

/* Almenü elemek */
.dropdown-content li {
  width: 100%;
  border-bottom: 1px solid #f5f5f5;
}

.dropdown-content li:last-child {
  border-bottom: none;
}

/* Almenü linkek szövege */
.dropdown-content a {
  color: #333 !important;
  padding: 7px 20px !important;
  font-size: 0.95rem !important;
  display: block !important;
  text-align: left;
  transition: all 0.2s ease;
}

/* Hover állapot az almenüben */
.dropdown-content a:hover {
  background-color: #f9fbfb;
  color: #d4a017 !important; /* Aranyra vált a szöveg */
  padding-left: 25px !important; /* Kicsit elmozdul jobbra */
}

/* Megjelenítés Hover-re */
.dropdown:hover .dropdown-content {
  display: block;
}

.dropdown:hover .arrow {
  transform: rotate(180deg); /* Megfordul a nyíl */
}

/* Az elválasztó csík stílusa */
.dropdown-content .divider {
  height: 1px; /* A csík vastagsága */
  background-color: #d4a017; /* A csík színe (halvány szürke) */
  margin: 2px auto; /* Távolság alatta-felette, és középre igazítás */
  width: 60%; /* Ettől lesz "rövid" (nem ér ki a széléig) */
  border: none;
}

/* ============================================================
    TISZTÍTOTT RESPONSIVE (MOBIL ÉS TABLET) BEÁLLÍTÁSOK
   ============================================================ */

/* --- 1. ASZTALI NÉZET (993px felett) --- */

/* --- 2. NAGYOBB MOBIL ÉS TABLET (1200px alatt) --- */
@media (max-width: 1200px) {
  .hamburger {
    display: flex !important;
    visibility: visible !important;
    opacity: 1 !important;
    z-index: 99999 !important;
    cursor: pointer !important;
    margin-left: auto !important;
    width: 40px !important;
    height: 40px !important;
    justify-content: center !important;
    align-items: center !important;
  }

  .nav-container .nav-links,
  .nav-container .cta-button {
    display: none !important;
  }

  .menu-wrapper {
    display: none !important;
    position: absolute !important;
    top: 100% !important;
    left: 0 !important;
    width: 100% !important;
    background-color: #ffffff !important;
    z-index: 99998 !important;
    padding: 30px 0 !important;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1) !important;
  }

  .menu-wrapper.active {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
  }

  .menu-wrapper .nav-links,
  .menu-wrapper ul {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    width: 100% !important;
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
  }

  .menu-wrapper li {
    width: 100% !important;
    text-align: center !important;
    margin-bottom: 5px !important; /* Egységes távolság alapja */
  }

  .menu-wrapper li a {
    display: block !important;
    padding: 15px 0 !important;
    border-bottom: none !important;
    width: 100% !important;
  }

  .menu-wrapper .cta-button {
    display: flex !important;
    margin-top: 30px !important;
    padding: 15px 40px !important;
    background-color: #d4a017 !important;
    color: #fff !important;
    border-radius: 50px !important;
    width: fit-content !important;
  }
  .nav-links ul {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    gap: 5px !important; /* Itt állítsd be az elemek közötti alap távolságot */
    padding: 0 !important;
    margin: 0 !important;
  }

  .nav-links li {
    width: 100% !important;
    margin: 0 !important; /* Megszüntetjük az esetleges külső margókat */
  }

  .nav-links li a,
  .dropdown-trigger {
    padding: 10px 0 !important; /* Ez határozza meg a tényleges "magasságát" egy sornak */
    display: block !important;
    font-size: 1.1rem !important; /* Opcionális: kicsit kisebb betű, ha túl zsúfolt */
  }

  /* A legördülő menü alatti plusz hely csökkentése, ha nyitva van */
  .dropdown.active .dropdown-content {
    margin-top: 5px !important;
    margin-bottom: 5px !important;
  }
}

/* --- 4. SZŰK MOBIL NÉZET (768px alatt) --- */
@media (max-width: 768px) {
  h1 {
    font-size: 26px !important;
  }
  h2 {
    font-size: 1.8rem !important;
    margin-bottom: 20px !important;
  }

  .dropdown {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .dropdown-trigger {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 15px 0 !important;
  }

  /* ALMENÜ: Szigorú rejtés, hogy ne legyen felesleges rés */
  .nav-links .dropdown-content {
    display: none !important;
    margin: 0 !important;
    padding: 0 !important;
    height: 0;
    overflow: hidden;
  }

  /* ALMENÜ NYITVA: Itt adjuk hozzá az extra térközt */
  .dropdown.active .dropdown-content {
    display: block !important;
    height: auto;
    margin-top: 5px !important;
    margin-bottom: 15px !important;
  }

  .dropdown-content li a {
    font-size: 14px !important;
    padding: 10px 0 !important;
    justify-content: center !important;
    display: flex !important;
    border-bottom: none !important;
    font-weight: 400 !important;
  }

  .dropdown.active .arrow {
    transform: rotate(180deg);
    transition: 0.3s;
  }

  .programs,
  .faq-grid,
  .benefits-grid {
    grid-template-columns: 1fr !important;
  }

  section,
  .highlight-course,
  .who-is-it-for,
  .about-me,
  .video-section,
  .faq-section,
  .testimonials {
    padding: 40px 0 !important;
  }

  .testimonial {
    position: relative;
    padding-top: 80px !important;
    margin: 20px 0;
  }

  .user-img-container {
    position: absolute;
    top: -45px;
    left: 50%;
    transform: translateX(-50%);
    width: 90px;
    height: 90px;
    z-index: 10;
  }

  .contact-grid {
    padding: 0 15px;
  }
  .contact-card {
    width: 100%;
    box-sizing: border-box;
  }

  /* A fő tároló kapjon egy kis oldalsó távolságot */
  .programs {
    padding-left: 15px !important;
    padding-right: 15px !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 25px !important; /* Távolság a kártyák között függőlegesen */
  }

  /* A kártya beállításai */
  .card {
    width: 100% !important;
    margin: 0 auto !important;
    overflow: hidden; /* Ez biztosítja, hogy a kép sarka is kerek legyen */
    border-radius: 20px !important; /* Itt állíthatod a kerekítést */
    background: #fff;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05); /* Opcionális: finom árnyék */
  }

  /* A kép a kártyán belül */
  .card img {
    width: 100% !important;
    height: auto !important;
    display: block !important;
    border-radius: 20px 20px 0 0 !important; /* Csak a felső két sarka kerek */
    margin-bottom: 0 !important;
  }

  /* A szövegek távolsága a kártya szélétől */
  .card h3,
  .card p {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }

  /* Gomb igazítása a kártyán belül */
  .card .btn-bt {
    margin: 15px 20px 25px 20px !important;
    display: inline-block;
  }

  /* A többi kódod (h1, h2, dropdown, stb.) marad változatlanul... */
  h1 {
    font-size: 26px !important;
  }
  /* ...stb... */
}

/* --- 3. KÖZEPES TABLET NÉZET (992px alatt) --- */
@media (max-width: 992px) {
  /* MENÜ KÖZÉPRE IGAZÍTÁSA */
  .nav-links ul {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important; /* Vízszintesen középre teszi a listát */
    text-align: center !important; /* A szöveget középre zárja */
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
    list-style: none !important;
  }

  .nav-links li {
    width: 100% !important;
    display: flex !important;
    justify-content: center !important;
  }

  .nav-links li a,
  .dropdown-trigger {
    display: flex !important;
    justify-content: center !important;
    align-items: center !important;
    width: 100% !important;
    padding: 15px 0 !important;
  }

  /* ALMENÜ (Dropdown) - EZT JAVÍTOTTUK KI */
  .dropdown {
    width: 100% !important;
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
  }

  .nav-links .dropdown-content {
    display: none !important; /* ALAPÉRTELMEZETTEN REJTVE */
    position: static !important; /* KIKAPCSOLJA A BALRA LEBEGÉST */
    width: 100% !important;
    height: 0;
    overflow: hidden;
    background: transparent !important;
    box-shadow: none !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  /* ALMENÜ NYITVA - Csak ha rákattintasz a Programokra */
  .dropdown.active .dropdown-content {
    display: block !important;
    height: auto !important;
    margin-top: 5px !important;
    margin-bottom: 15px !important;
  }

  .dropdown-content li a {
    justify-content: center !important;
    display: flex !important;
    padding: 10px 0 !important;
    font-size: 15px !important;
    color: #555 !important;
    border: none !important;
  }

  /* Nyíl elforgatása nyitott állapotban */
  .dropdown.active .arrow {
    transform: rotate(180deg);
    transition: 0.3s;
  }

  /* --- RÓLAM ÉS EGYÉB SZEKCIÓK --- */
  .about-grid-wrapper {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    text-align: center !important;
  }

  .about-image {
    order: 1 !important;
    width: 100% !important;
    margin-bottom: 30px !important;
    display: flex !important;
    justify-content: center !important;
  }

  .about-image img {
    max-width: 350px !important;
    border-radius: 20px;
  }

  .about-content {
    order: 2 !important;
    width: 100% !important;
    padding: 0 20px !important;
  }

  .about-features {
    display: inline-flex !important;
    flex-direction: column !important;
    text-align: left !important;
    margin: 20px auto !important;
  }

  .testimonial-list {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    gap: 80px !important;
    padding: 60px 15px !important;
  }
}

/* SÜTI BANNER STÍLUS */
/* --- SÜTI BANNER STÍLUS --- */
/* --- TELEX-STÍLUSÚ SÜTI MODAL --- */
.cookie-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6); /* Sötétíti a hátteret */
  z-index: 100000; /* Minden felett */
  display: none;
  align-items: flex-end;
  justify-content: center;
}

.cookie-modal {
  background: #002d4d; /* Telexes sötétkék alap */
  color: #ffffff;
  width: 95%;
  max-width: 500px;
  padding: 25px;
  border-radius: 12px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
  text-align: center;
  font-family: "Montserrat", sans-serif; /* Használd az oldalad betűtípusát */
}

.cookie-icon-gold {
  font-size: 35px;
  margin-bottom: 15px;
  color: #cf9f1f;
}

.cookie-title-gold {
  color: #ffffff;
  font-size: 1.2rem;
  margin: 0 0 20px 0;
  font-weight: bold;
}

/* Görgethető jogi szöveg (Telex-hatás) */
.cookie-scroll-text {
  max-height: 150px;
  overflow-y: auto;
  text-align: left;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 25px;
  padding-right: 10px;
  line-height: 1.6;
}
.cookie-scroll-text p {
  margin-bottom: 10px;
}
.cookie-scroll-text::-webkit-scrollbar {
  width: 6px;
}
.cookie-scroll-text::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.2);
  border-radius: 3px;
}

/* Lenyitható rész */
.cookie-details-block {
  background: rgba(255, 255, 255, 0.05);
  padding: 15px;
  border-radius: 8px;
  text-align: left;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 15px;
}

/* Gombok kezelése */
.cookie-buttons-telex {
  display: flex;
  gap: 15px;
  justify-content: center;
  margin-top: 25px;
}

/* Aranysárga ELFOGADOM gomb */
.btn-all-gold {
  flex: 1;
  background: #cf9f1f;
  color: white;
  border: none;
  padding: 15px;
  border-radius: 10px;
  font-weight: bold;
  cursor: pointer;
  font-size: 16px;
  transition: 0.3s;
}
.btn-all-gold:hover {
  background: #b0871a;
  transform: translateY(-2px);
}

/* Szürke TOVÁBBI LEHETŐSÉGEK gomb */
.btn-options-telex {
  flex: 1;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: rgba(255, 255, 255, 0.6);
  padding: 15px;
  border-radius: 10px;
  cursor: pointer;
  font-size: 14px;
  transition: 0.2s;
}
.btn-options-telex:hover {
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 255, 255, 0.6);
  color: rgba(255, 255, 255, 1);
}

/* Minimalista Csak a szükségesek gomb (elrejtve a részletek alatt) */
.btn-sub-minimal {
  background: transparent;
  border: none;
  color: rgba(255, 255, 255, 0.4);
  text-decoration: underline;
  font-size: 11px;
  cursor: pointer;
  margin-bottom: 10px;
}
/* Korrekt szürke gomb a részletek alatt */
.btn-necessary-gray {
  width: 100%;
  background: #eeeeee; /* Világosszürke */
  color: #666666;
  border: 1px solid #cccccc;
  padding: 10px;
  border-radius: 8px;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
  margin-top: 10px;
  transition: 0.2s;
}

.btn-necessary-gray:hover {
  background: #e0e0e0;
  color: #333333;
}

/* Az Elfogadom gomb marad az arany és hangsúlyos */
.btn-all-gold {
  flex: 1.2; /* Kicsit szélesebb is lehet, mint a beállítások gomb */
  background: #cf9f1f;
  color: white;
  font-size: 16px;
  /* ... többi stílus marad ... */
}
@media (max-width: 480px) {
  .cookie-buttons-telex {
    flex-direction: column-reverse;
  }
}

/* ============================================================
   KONTAKT / JELENTKEZÉSI OLDAL EGYEDI STÍLUSOK 
   ============================================================ */

.contact-page-wrapper {
  padding: 40px 20px;
  background-color: #f4f7f9;
  min-height: 100vh;
}

.contact-form-section .container {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.contact-form-section .subtitle {
  color: #d4a017; /* Arany szín */
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  display: block;
  margin-bottom: 10px;
}

.contact-form-section h1 {
  font-size: 2.5rem;
  color: #222;
  margin-bottom: 20px;
}

.highlight-text {
  font-size: 1.1rem;
  color: #1a5276; /* Sötétkék */
  font-weight: 600;
  margin-bottom: 30px;
}

/* AZ ŰRLAP KÁRTYÁJA */
.form-card {
  background: #ffffff;
  padding: 40px;
  border-radius: 25px;
  box-shadow: 0 15px 45px rgba(0, 0, 0, 0.08);
  border: 1px solid #e1e8ed;
  max-width: 650px;
  margin: 0 auto;
  text-align: left;
}

.styled-form {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.form-group {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.form-group label {
  font-weight: 600;
  color: #1a5276;
  font-size: 0.95rem;
}

.form-group input,
.form-group textarea {
  padding: 12px 15px;
  border: 2px solid #e1e8ed;
  border-radius: 10px;
  font-family: inherit;
  font-size: 1rem;
  transition: all 0.3s ease;
}

.form-group input:focus,
.form-group textarea:focus {
  outline: none;
  border-color: #d4a017;
  box-shadow: 0 0 8px rgba(212, 160, 23, 0.1);
}

/* SZÁMLÁZÁSI RÉSZ */
.billing-title {
  margin-top: 25px;
  margin-bottom: 15px;
  color: #1a5276;
  font-size: 1.4rem;
  border-bottom: 2px solid #f4f7f9;
  padding-bottom: 8px;
  text-align: center;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 15px;
}

/* JOGI RÉSZ (CHECKBOXOK) */
.form-privacy-group {
  margin: 20px 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.privacy-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 0.95rem;
  color: #444;
  cursor: pointer;
}

.privacy-item input[type="checkbox"] {
  width: 20px;
  height: 20px;
  margin-top: 2px;
  flex-shrink: 0;
  cursor: pointer;
  accent-color: #1a5276;
}

.privacy-item label {
  line-height: 1.4;
  cursor: pointer;
}

.privacy-item a {
  color: #1a5276;
  text-decoration: underline;
  font-weight: 600;
}

/* BIZTONSÁGI JELVÉNY */
.trust-badge {
  display: flex; /* Rugalmas elrendezés */
  align-items: center; /* Ikon és szöveg függőlegesen középen */
  justify-content: flex-start; /* BALRA igazítás */
  gap: 10px; /* Távolság az ikon és a szöveg között */
  margin: 20px 0; /* Távolság alul-felül */
  color: #555; /* Opcionális: finomabb szín a szövegnek */
  text-align: left; /* Biztos ami biztos: szöveg balra zárt */
}

.trust-badge i {
  color: #27ae60; /* A pajzs ikon legyen zöld a bizalomért */
  font-size: 1.2rem;
}

/* BEKÜLDŐ GOMB */
.submit-btn {
  background-color: #d4a017;
  color: white;
  border: none;
  padding: 16px;
  border-radius: 50px;
  font-weight: bold;
  font-size: 1.1rem;
  cursor: pointer;
  transition: all 0.3s ease;
  width: 100%;
  margin-top: 10px;
}

.submit-btn:hover {
  background-color: #b88a14;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(212, 160, 23, 0.3);
}

.submit-btn:disabled {
  background-color: #ccc !important;
  cursor: not-allowed;
  transform: none;
}

/* KÜLDÉS UTÁNI INFÓK */
.after-submit-info {
  margin-top: 20px;
  padding: 15px;
  border-radius: 12px;
  background-color: #f8f9fa;
}

.info-item {
  font-size: 0.85rem;
  color: #555;
  margin-bottom: 8px;
  line-height: 1.4;
}

.info-item:last-child {
  margin-bottom: 0;
}

/* VILLOGÓ ANIMÁCIÓ KÜLDÉSKOR */
@keyframes blinking {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}

.LMBlinking {
  animation: blinking 1s infinite ease-in-out;
}

/* MOBIL NÉZET */
@media (max-width: 600px) {
  .form-card {
    padding: 25px 20px;
  }

  .contact-form-section h1 {
    font-size: 1.8rem;
  }

  .form-row {
    grid-template-columns: 1fr; /* Egymás alá kerül az irányítószám és város */
    gap: 18px;
  }

  .privacy-item {
    font-size: 0.85rem;
  }
}
