/* ===== TANFOLYAM SPECIFIKUS HERO - VÉGLEGES ===== */

.hero-lead {
  font-size: 1.2rem;
  color: #444;
  margin-bottom: 30px;
  line-height: 1.7;
}

/* Lista stílusa */
.hero-bullets {
  list-style: none;
  padding: 0;
  margin-bottom: 40px;
}

.hero-bullets li {
  margin-bottom: 15px;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 1.1rem;
  text-align: left;
}

.hero-bullets i {
  color: #d4a017; /* Arany pipák */
  margin-top: 5px;
}

/* ===== KÉP ÉS KERET BEÁLLÍTÁSA ===== */

/* Ez a rész kezeli a képet és a közvetlen keretet */
.main-hero-img {
  width: 100%;
  max-width: 520px;
  height: auto;
  border-radius: 20px;

  /* Lágy árnyék, hogy ne olvadjon bele a háttérbe */
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);

  /* Semmi border, semmi padding */
  border: none;
  padding: 0;
}

.main-hero-img:hover {
  transform: translateY(-5px);
}

/* Eltávolítottuk az extra dekorációs ::before keretet, hogy letisztult legyen */
.image-border-decorator {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
}

/* ===== MOBIL NÉZET ===== */
/* ===== TANFOLYAM SPECIFIKUS FINOMHANGOLÁSOK ===== */

.tanfolyam-hero {
  /* Ha egy érték van (pl. 100px), az minden irányra vonatkozik */
  /* Ha kettő (pl. 80px 4%), az első a felül-alul */
  padding-top: 1px; /* Csökkentsd ezt */
  padding-bottom: 0px; /* Ezt vedd kisebbre a szekció aljához */
}

.tanfolyam-hero-container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 40px 20px;
}

/* A legfelső felirat - ez marad középen */
.hero-top-eyebrow {
  text-align: center;
  width: 100%;
  margin-bottom: 40px;
}

.hero-top-eyebrow .subtitle {
  color: #d4a017;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-size: 0.9rem;
}

/* Az alsó rész elrendezése */
.hero-main-split {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr; /* A szövegnek kicsit több hely kell */
  gap: 20px;
  align-items: center; /* Függőlegesen középre teszi a szöveget a képhez képest */
}

.hero-left-content {
  text-align: left; /* A kép mellett balra zárt a szöveg */
}

.hero-left-content h1 {
  font-size: clamp(2rem, 4vw, 3.2rem);
  line-height: 1.1;
  margin-bottom: 20px;
  color: #222;
}
.hero-left-content h1 strong {
  color: #467d9c; /* A korábbi képeken látható kék szín */
  font-weight: 800;
}

.hero-lead {
  font-size: 1.25rem;
  color: #555;
  margin-bottom: 15px;
  line-height: 1.5;
}

.hero-bullets {
  list-style: none;
  padding: 0;
  margin-bottom: 35px;
}

.hero-bullets li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 15px;
  font-size: 1.1rem;
}

.hero-bullets i {
  color: #d4a017;
  margin-top: 5px;
}

/* Gomb elhelyezése a szöveg alatt */
.hero-action-area {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-top: 50px;
  padding-top: 10px;
  /* Egy halvány elválasztó vonal, ami vizuálisan keretbe foglalja */
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  width: 100%;
}

.final-call {
  margin-top: 15px;
  font-size: 1rem;
  color: #555;
}

/* Kép stílusa */
.hero-img {
  width: 100%;
  border-radius: 25px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
}

/* ===== LOCATIONS SECTION STÍLUSOK ===== */

.tanfolyam-locations {
  background-color: #f9f9f9;
  padding: 40px 4%;
  border-top: 1px solid #eee;
  font-family: "Inter", sans-serif;
}

.locations-header {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 50px;
}

.locations-header .subtitle {
  color: #d4a017;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 0.85rem;
  display: block;
  margin-bottom: 10px;
}

.locations-header h2 {
  font-size: 2.2rem;
  color: #222;
  margin-bottom: 20px;
}

.section-description {
  color: #555;
  line-height: 1.7;
  font-size: 1.1rem;
}

/* Rács elrendezés */
.locations-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 30px;
  max-width: 1200px;
  margin: 40px auto;
}

.location-group {
  background: transparent;
  padding: 10px;
}

.location-group h3 {
  font-size: 1.15rem;
  color: #1a5276; /* Sötétkék a korábbi stílusból */
  border-bottom: 2px solid #d4a017;
  padding-bottom: 10px;
  margin-bottom: 15px;
  font-weight: 700;
}

.location-group ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.location-group li {
  margin-bottom: 12px;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: #555;
  font-size: 1rem;
  line-height: 1.5;
}

.location-group i {
  color: #d4a017; /* Arany ikonok */
  margin-top: 4px;
  font-size: 0.9rem;
}

/* Egyedi kérés box */
.location-request-box {
  margin-top: 60px;
  padding: 30px;
  background: #ffffff;
  border-radius: 15px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  text-align: center;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #eef2f6;
}

.location-request-box p {
  margin: 0;
  font-style: italic;
  color: #1a5276;
  font-size: 1.1rem;
  line-height: 1.6;
}

/* Mobil optimalizálás */
@media (max-width: 768px) {
  .locations-header h2 {
    font-size: 1.8rem;
  }

  .locations-grid {
    grid-template-columns: 1fr; /* Mobilon egymás alatt */
    gap: 40px;
  }

  .location-group {
    text-align: center;
  }

  .location-group li {
    justify-content: center;
  }

  .location-request-box {
    padding: 20px;
    font-size: 1rem;
  }

  /* A rácsot 1 oszloposra állítjuk */
  .details-grid {
    display: grid !important;
    grid-template-columns: 1fr !important; /* Egymás alá teszi a kártyákat */
    gap: 20px;
    padding: 0 15px; /* Hogy ne érjenek ki a szélére */
  }

  /* A kártyák szélességét automatikusra állítjuk */
  .detail-item {
    width: 100% !important;
    margin: 0 auto;
    box-sizing: border-box; /* Hogy a padding ne nyomja ki a szélességet */
  }

  /* Opcionális: a kép is legyen mobilbarát felette */
  .course-main-image img {
    width: 100%;
    height: auto;
    border-radius: 10px;
  }

  .course-details {
    overflow-x: hidden; /* Megakadályozza az oldalra csúszkálást */
  }

  .lp-benefit-list.multi-column {
    display: flex !important;
    flex-direction: column !important;
    gap: 25px; /* Távolság az elemek között */
    padding: 0 10px;
  }

  /* Az ikon és a szöveg egymáshoz igazítása mobilon */
  .lp-benefit-list li {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    width: 100% !important;
  }

  /* Hogy az ikonok ne nyomódjanak össze */
  .lp-benefit-list i {
    flex-shrink: 0;
    margin-top: 5px;
  }

  .cta-button,
  .price-cta-button,
  .btn-sm {
    display: flex !important;
    align-items: center !important; /* Függőleges középpont */
    justify-content: center !important; /* Vízszintes középpont */
    text-align: center !important;

    padding: 15px 20px !important; /* Egyenletes belső margó */
    height: auto !important; /* Hogy ne legyen merev a magasság */
    line-height: 1.2 !important; /* Ne tolja el a sortávolság */
  }


/* 1. Általános térközök csökkentése */
  .tanfolyam-hero-container,
  .course-details,
  .instructor-profile,
  .pricing-section,
  .lp-video-highlights {
    padding: 50px 20px !important; /* Kisebb szekció-közök mobilon */
  }

  /* 2. Hero szekció szöveg és gombok */
  .hero-left-content h1 {
    font-size: 2rem !important; /* Ne lógjon ki a cím */
    margin-bottom: 15px;
  }

  .hero-lead {
    font-size: 1.1rem !important;
    line-height: 1.4;
  }

  /* 3. Gombok teljes szélességre húzása */
  .cta-button, 
  .enhanced-cta-btn,
  .price-cta-button {
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box;
    display: flex !important;
    justify-content: center;
  }

  /* 4. Course Details Kártyák (2x2-es rácsból 1 oszlop) */
  .details-grid {
    grid-template-columns: 1fr !important;
    gap: 20px;
  }

  .detail-item {
    padding: 25px !important; /* Kevesebb belső padding a kártyáknak */
  }

  /* 5. Ártáblázat kártyák (Pricing) */
  .pricing-card {
    padding: 30px 20px !important;
    margin: 0 auto;
    width: 100%;
  }

  .amount {
    font-size: 2.8rem !important; /* Kicsit kisebb ár mobilon */
  }

  /* 6. Videó kártya (LP Info Card) rácsúszásának javítása */
  .lp-info-card {
    margin-top: -20px !important; /* Kisebb negatív margó */
    padding: 30px 20px !important;
  }

  .lp-benefit-list.multi-column {
    grid-template-columns: 1fr !important; /* Egy oszlopos lista */
    gap: 20px;
  }

  /* 7. Tanfolyam helyszínek (Locations) */
  .location-group h3 {
    text-align: center;
    font-size: 1.1rem;
  }

  /* 8. Oktató profil (Instructor) */
  .profile-text-content h2 {
    font-size: 1.8rem !important;
    text-align: center;
  }

  .main-quote {
    font-size: 1.1rem !important;
    padding-left: 15px;
  }


.faq-section {
    padding: 60px 20px !important;
    background-color: #f4f7f9; /* Halvány háttér a kártyák kiemeléséhez */
  }

  .faq-section .subtitle {
    font-size: 0.8rem;
    letter-spacing: 2px;
    margin-bottom: 15px;
  }

  .faq-section h2 {
    font-size: 1.8rem !important;
    line-height: 1.3;
    margin-bottom: 40px;
    padding: 0 10px;
  }

  /* A rácsot 1 oszloposra kényszerítjük */
  .faq-grid {
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: 100%;
  }

  /* Kártyák finomhangolása */
  .faq-item { /* Vagy amilyen osztálynevet használsz a kártyákra */
    background: #ffffff;
    padding: 25px 20px !important;
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.03);
    text-align: left;
    width: 100%;
    box-sizing: border-box;
  }

  .faq-item h3 {
    font-size: 1.1rem !important;
    margin-bottom: 12px;
    line-height: 1.4;
    color: #222;
  }

  .faq-item p {
    font-size: 0.95rem !important;
    line-height: 1.6;
    color: #555;
    margin: 0;
  }


.location-request-box {
    margin-top: 40px; /* Kicsit közelebb a listához mobilon */
    padding: 25px 20px !important; /* Kényelmes belső margó a szövegnek */
    margin-left: 15px;
    margin-right: 15px;
    border-radius: 12px;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.04);
  }

  .location-request-box p {
    font-size: 1rem !important; /* Jobb olvashatóság */
    line-height: 1.5;
    text-align: center; /* Mobilon a középre zárt idézet elegánsabb */
  }

  /* Ha a gomb közvetlenül alatta van a HTML-ben */
  .location-request-box + .cta-button,
  .location-request-box + a,
  .location-request-box + .pricing-cta-wrapper {
    margin-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }









}

@media (max-width: 992px) {
  .tanfolyam-hero .hero-main-split {
    display: flex;
    flex-direction: column; /* Egymás alá rakja a szöveget és a képet */
    text-align: center;
  }

  .tanfolyam-hero .hero-left-content {
    order: 1;
  }

  .tanfolyam-hero .hero-bullets {
    display: inline-block;
    text-align: left; /* A lista maradjon balra zárt a középvonalhoz képest */
    margin: 20px auto;
  }

  .tanfolyam-hero .hero-right-image {
    order: 2; /* A kép a lista alá kerül */
    margin: 20px auto;
  }

  .hero-action-area {
    order: 3; /* A gomb legalul marad */
    margin-top: 10px;
  }

  .cta-button {
    width: 100%;
    max-width: 320px; /* Mobilon ne legyen böszme nagy */
  }

  @media (max-width: 992px) {
    .tanfolyam-hero {
      padding-bottom: 30px !important;
    }
  }

  /* 1. A Hero szekció felső távolságának radikális csökkentése */
  .tanfolyam-hero {
    padding-top: px !important;
  }

  /* 2. Ha van fix fejléc (header), annak az alsó margóját is vedd el */
  header,
  .navbar {
    margin-bottom: 0 !important;
  }

  /* 3. A legfelső sárga felirat (subtitle) felső margójának nullázása */
  .hero-subtitle {
    margin-top: 0 !important;
    padding-top: 5px !important;
  }
}

.course-focus {
  background-color: #f8f9fa;
  padding: 100px 4%;
}

.section-intro {
  max-width: 800px;
  margin: 0 auto 50px;
  font-size: 1.15rem;
  color: #555;
  text-align: center;
  line-height: 1.6;
}

.course-quick-info {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-top: 50px;
  flex-wrap: wrap;
  padding: 20px;
  background: #f8fafb;
  border-radius: 15px;
}

.course-quick-info .info-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 600;
  color: #1a5276;
}

.course-quick-info i {
  color: #27ae60; /* Zöld pipa a pozitív ígéretekhez */
}

/* ===== COURSE DETAILS (Z-ELRENDEZÉS) ===== */
/* ===== TANFOLYAM FELÉPÍTÉSE - MINIMALISTA & PRÉMIUM ===== */
.course-details {
  padding: 40px 4%;
  background-color: #f8fafd;
}

.course-details .container {
  max-width: 1000px; /* Kicsit szűkebbre vettem a 2x2-es elrendezéshez */
  margin: 0 auto;
  text-align: center;
}

.course-details .subtitle {
  display: block;
  text-align: center;
  color: #d4a017;
  letter-spacing: 3px;
  font-size: 0.8rem;
  font-weight: 700;
  margin-bottom: 10px;
}

.course-details h2 {
  text-align: center;
  /* Vegyük le a fix 700-at és a negatív betűközt */
  font-size: clamp(2rem, 4vw, 2.5rem); /* Az elsőhöz hasonló méret */
  font-weight: 600; /* Vagy töröld a sort, ha az alapértelmezett jó */
  letter-spacing: normal;
  margin-bottom: 50px;
}

/* A 2x2-es rács beállítása */
.details-grid {
  display: grid;
  grid-template-columns: 1fr 1fr; /* Két egyenlő oszlop */
  gap: 30px; /* Távolság a kártyák között */
  margin: 50px 0;
}

.detail-item {
  background: #ffffff;
  padding: 40px;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  text-align: left; /* A belső szöveg balra zárt a jobb olvashatóságért */
  display: flex;
  flex-direction: column;
}

/* Kép stílusa: Keret nélkül, lágy árnyékkal vagy anélkül */
.detail-image img {
  width: 100%;
  border-radius: 4px; /* Csak minimális kerekítés */
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.05); /* Nagyon finom árnyék */
  transition: transform 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

/* Szöveg stílusa */
.detail-icon {
  font-size: 1.5rem;
  color: #d4a017;
  margin-bottom: 20px;
  opacity: 0.8;
}

.detail-content h3 {
  color: #1a5276;
  font-size: 1.4rem;
  margin-bottom: 15px;
}

.detail-content p {
  color: #555;
  line-height: 1.6;
  margin: 0;
}

/* Z-elrendezés (Váltakozó irány) */

/* Mobil nézet - Letisztultan */

/* ===== IDŐPONTOK SZAKASZ (ALAP STÍLUSOK - HIÁNYZOTT) ===== */
.events-section {
  /* Az első érték a felső, a második az oldalsó, a harmadik az alsó padding */
  padding: 50px 0 20px 0;
  background-color: #f1f5f9; /* Vagy amilyen színt szeretnél */
}

.events-table {
  max-width: 1000px;
  margin: 30px auto;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.event-row {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1.2fr 0.8fr; /* 4 oszlopos elrendezés */
  align-items: center;
  background: white;
  padding: 10px 30px;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  border-left: 5px solid #d4a017;
  transition: transform 0.2s;
}

.event-row:hover {
  transform: scale(1.01);
}

.event-loc .city {
  display: block;
  font-weight: 700;
  font-size: 1.2rem;
  color: #222;
}

.event-loc .address {
  display: block;
  font-size: 0.85rem;
  color: #666;
}

.event-date,
.event-time {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.95rem;
  color: #333;
}

.event-date i,
.event-time i {
  color: #1a5276; /* Sötétkék ikonok */
}
.guarantee-section {
  /* Világos sárga háttér, hogy olvasható maradjon a szöveg */
  background-color: #fffef9;

  /* Az arany/sárga keret */
  border: 2px solid #d4a017;

  /* Lekerekített sarkok a barátságosabb megjelenésért */
  border-radius: 15px;

  /* Belső távolság, hogy a szöveg ne érjen a kerethez */
  padding: 15px;

  /* Külső távolság a többi elemtől */
  margin: 40px auto;

  /* Maximális szélesség és középre igazítás */
  max-width: 800px;
  text-align: center;

  /* Egy kis árnyék, hogy mélysége legyen */
  box-shadow: 0 10px 20px rgba(212, 160, 23, 0.1);
}

.guarantee-title {
  color: #d4a017;
  font-size: 1.3rem;
  margin-bottom: 15px;
  display: block;
}

.guarantee-title i {
  color: #d4a017;
  margin-right: 8px;
}

.guarantee-text {
  color: #444;
  line-height: 1.6;
  margin: 0;
}

/* Gomb formázása */
.btn-sm {
  background: #1a5276;
  color: white;
  padding: 10px 20px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.9rem;
  text-align: center;
  display: inline-block;
  transition: background 0.3s;
}

.btn-sm:hover {
  background: #143d59;
}

/* ===== INSTRUCTOR SECTION ===== */
/* ===== LETISZTULT BEMUTATKOZÓ (INDEX STÍLUS) ===== */
.instructor-profile {
  padding: 100px 4%;
  background-color: #fff;
}

.profile-grid {
  max-width: 1100px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 0.8fr 1.2fr; /* Hasonló az index kép elrendezéséhez */
  gap: 10px;
  align-items: center;
}

.profile-img {
  width: 100%; /* Kitölti a rendelkezésre álló helyet a kereten belül */
  max-width: 300px; /* Itt állítsd be, mekkora legyen a maximum szélessége pixelben */
  height: auto; /* Megtartja az eredeti arányokat, nem torzul a kép */
  border-radius: 15px; /* A lekerekítés mértéke */
  object-fit: cover; /* Ha fix magasságot adnál meg, ez segít, hogy ne nyúljon meg a kép */
}

.profile-image-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  margin-top: 80px;
}

/* Az új jelvény stílusa a kép alatt */
.official-badge-under-image {
  background: #fdfaf3;
  border: 1px solid #e9d7a7;
  padding: 10px 15px;
  border-radius: 8px;
  font-size: 0.85rem;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #666;
  width: fit-content;
  justify-content: center;
  margin-top: 15px;
}
.profile-cta-full {
  display: flex;
  justify-content: center;
  margin-top: 50px; /* Megfelelő távolság a rács aljától */
  width: 100%;
}

.top-label {
  color: #d4a017;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700;
  font-size: 0.85rem;
  display: block;
  margin-bottom: 10px;
}

.profile-text-content h2 {
  font-size: 2.5rem;
  margin-bottom: 25px;
  color: #222;
}

.profile-text-content h2 strong {
  color: #d4a017; /* Arany kiemelés a címben */
}

.profile-text-content .lead {
  text-align: left; /* Maradjon balra zárt, ha a szöveg is az */
  font-weight: 600;
  color: #1a5276;
  margin-bottom: 20px;
  font-size: 1.2rem;
}

.profile-text-content .lead::after {
  content: "";
  display: block;
  width: 50px;
  height: 3px;
  background: #d4a017;
  /* Margó: 15px fent, auto jobb, 0 lent, auto bal */
  margin: 15px auto 0 auto;
}

.instructor-check-list {
  list-style: none; /* Eltünteti a fekete pöttyöket a zöld ikonok mellől */
  padding: 0;
  margin: 25px 0;
}
.instructor-check-list li {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  gap: 12px;
  color: #333;
  font-weight: 500;
}
/* Az ikonok színe a listában */
.instructor-check-list i {
  color: #27ae60;
  min-width: 25px;
  font-size: 1.1rem;
}
.main-quote {
  font-size: 1.3rem;
  font-style: italic;
  color: #1a5276;
  border-left: 3px solid #d4a017;
  padding-left: 20px;
  margin-bottom: 30px;
  line-height: 1.5;
}

.profile-text-content p {
  line-height: 1.8;
  color: #555;
  margin-bottom: 20px;
}

/* Pipás lista */

.check-list li {
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  gap: 12px;
  color: #333;
  font-weight: 500;
}
.check-list i {
  color: #27ae60;
  min-width: 20px;
}

/* A jelvény (official-badge-simple) távolsága */
.official-badge-simple {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  margin: 10px auto 0; /* Nagyobb távolság felülről */
  padding: 15px 30px;
  width: fit-content;
  background: #fdfaf3;
  border: 1px solid #e9d7a7;
  border-radius: 50px;
  font-size: 0.95rem;
  color: #444;
  box-shadow: 0 4px 15px rgba(212, 160, 23, 0.1);
  grid-column: 1 / -1; /* Asztali nézetben átéri a teljes rácsot */
}

.official-badge-simple i {
  color: #d4a017; /* Az ikon legyen arany, ne kék */
  font-size: 1.2rem;
}

/* ===== INSTRUCTOR LISTA ÉS JELVÉNY JAVÍTVA ===== */
.lp-video-highlights {
  padding: 100px 4%;
  background-color: #fcfcfc;
}

.lp-video-container {
  max-width: 900px; /* Megnöveltük 1000px-ről */
  margin: 0 auto;
}

.lp-video-header {
  text-align: center;
  margin-bottom: 40px;
}

.lp-badge {
  color: #d4a017;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 700;
  font-size: 0.85rem;
  display: block;
  margin-bottom: 15px;
}

.lp-section-title {
  font-size: clamp(1.8rem, 4vw, 2.8rem);
  color: #222;
  margin-bottom: 25px;
}

.lp-video-lead {
  font-size: 1.1rem;
  color: #555;
  max-width: 800px;
  margin: 0 auto 40px;
  line-height: 1.6;
}

.lp-video-frame {
  position: relative;
  padding-bottom: 56.25%; /* Fix 16:9 képarány */
  height: 0;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15);
  background: #000;
  margin-bottom: 20px; /* Egy kis extra hely a videó alatt */
}

.lp-video-frame iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

/* KÁRTYA JAVÍTÁSA */
.lp-info-card {
  background: #ffffff;
  padding: 50px;
  border-radius: 25px;
  box-shadow: 0 15px 45px rgba(0, 0, 0, 0.06);
  border: 1px solid #eee;
  margin-top: -50px; /* Rácsúszás a videóra */
  position: relative;
  z-index: 2;
}

.lp-info-card h3 {
  text-align: center;
  color: #1a5276;
  margin-bottom: 50px;
  font-size: 1.8rem;
  font-weight: 700;
}

.lp-benefit-list.multi-column {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px 60px;
  list-style: none;
  padding: 0;
}

.lp-benefit-list li {
  display: flex;
  gap: 20px;
  align-items: flex-start;
}

.lp-benefit-list i {
  color: #d4a017;
  font-size: 1.4rem;
  min-width: 30px;
  text-align: center;
  margin-top: 5px;
}

.lp-benefit-list strong {
  display: block;
  font-size: 1.1rem;
  color: #222;
  margin-bottom: 5px;
}

.lp-benefit-list p {
  font-size: 0.95rem;
  color: #666;
  line-height: 1.5;
  margin: 0;
}

/* CTA GOMB - VÉGLEGES STÍLUS */
.lp-cta-wrapper {
  text-align: center;
  margin-top: 50px;
}

/* ===== PRICING SECTION ===== */

/* ===== PRICING SECTION ===== */
/* ===== PRICING SECTION STÍLUSOK ===== */

.pricing-section {
  background-color: #fcfcfc;
  padding: 100px 0;
}
.pricing-featured {
  max-width: 550px;
  margin: 0 auto;
  background: #fff;
  padding: 50px 40px;
  border-radius: 20px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
  border: 2px solid #f1f1f1;
  position: relative;
}

.pricing-badge {
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  background: #2c3e50; /* Sötétebb, elegánsabb kék/fekete */
  color: white;
  padding: 6px 20px;
  border-radius: 50px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 1px;
}
.price-container {
  margin: 15px 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.price-old {
  text-decoration: line-through;
  color: #a0a0a0;
  font-size: 1.2rem;
  margin-bottom: 5px;
}

.price-value {
  font-size: 3.5rem;
  font-weight: 800;
  color: #333;
  line-height: 1;
}

.student-discount-text {
  color: #e67e22; /* Narancsos kiemelés a kedvezménynek */
  font-weight: 600;
  font-size: 0.95rem;
  margin-bottom: 30px;
}

.guarantee-highlight {
  color: #27ae60;
  font-weight: 700;
  font-size: 1.1rem;
  margin-bottom: 10px;
}

.guarantee-highlight i {
  margin-right: 8px;
}

.guarantee-subtext {
  font-size: 0.9rem;
  color: #777;
  margin-bottom: 30px;
  line-height: 1.5;
}

/* CTA gomb tuning */
.cta-button.large {
  display: inline-block;
  background: #ff8f00;
  color: white;
  padding: 18px 40px;
  border-radius: 50px;
  font-weight: 700;
  text-decoration: none;
  font-size: 1.2rem;
  transition: all 0.3s ease;
  box-shadow: 0 10px 20px rgba(255, 143, 0, 0.2);
}

.cta-button.large:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 25px rgba(255, 143, 0, 0.3);
  background: #e67e00;
}
/* Fejléc stílusa */
.pricing-section .subtitle {
  color: #d4a017; /* Arany */
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 0.85rem;
  margin-bottom: 8px;
}

.pricing-section h2 {
  font-size: 2.5rem;
  color: #1a5276; /* Sötétkék */
  margin-bottom: 15px;
}

/* 1. KÁRTYA ALAPSTÍLUS MODERNIZÁLÁSA */
/* ALAPÁLLAPOT */
.card-enhanced {
  background: #ffffff !important;
  border-radius: 24px !important;
  padding: 50px 30px 40px !important;
  position: relative;
  text-align: center;

  /* Alapkeret (átlátszó, hogy ne ugorjon) */
  border: 2px solid transparent !important;

  /* Alapárnyék: nagyon lágy szürke */
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05) !important;

  /* Sima átmenet a keretnek és az árnyéknak is */
  transition:
    border-color 0.3s ease,
    box-shadow 0.3s ease !important;

  /* Fixálás: biztosítjuk, hogy ne mozogjon */
  transform: none !important;
}

/* HOVER ÁLLAPOT (Arany keret + Aranyos árnyék) */
.card-enhanced:hover {
  /* Marad a helyén */
  transform: none !important;

  /* Az arany keret színe */
  border-color: #d4a017 !important;

  /* Árnyék: kicsit nagyobb kiterjedés és enyhe arany tónus (rgba 212, 160, 23) */
  box-shadow: 0 15px 40px rgba(212, 160, 23, 0.15) !important;
}

/* GOMB: Itt maradhat a pici mozgás, mert az "élővé" teszi a kattintást */
.enhanced-cta-btn:hover {
  background-color: #b88a14 !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 8px 20px rgba(184, 138, 20, 0.3) !important;
}

.card-enhanced:hover {
  /* Marad a helyén */
  transform: none !important;

  /* Az arany keret színe */
  border-color: #d4a017 !important;

  /* Árnyék: kicsit nagyobb kiterjedés és enyhe arany tónus (rgba 212, 160, 23) */
  box-shadow: 0 15px 40px rgba(212, 160, 23, 0.15) !important;
}

.retaker-info {
  max-width: 840px;
  margin: 30px auto 0;
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 20px;
  background-color: #f4f7f9; /* Vagy az oldalad háttérszíne */
  border-radius: 10px;
}
/* 2. FELSŐ ZÖLD JELVÉNY (BADGE) */
.badge-tag {
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  background: #2ecc71;
  color: white;
  padding: 8px 24px;
  border-radius: 12px;
  font-weight: 700;
  font-size: 0.85rem;
  box-shadow: 0 4px 12px rgba(46, 204, 113, 0.3);
  white-space: nowrap;
  z-index: 10;
}

/* 3. ÁR FORMÁZÁSA */
.price-label {
  color: #64748b;
  font-size: 0.95rem;
  margin-bottom: 5px;
}

.amount {
  font-size: 3.5rem !important;
  font-weight: 800 !important;
  color: #1e293b;
  letter-spacing: -1px;
}

.currency {
  font-size: 1.5rem !important;
  font-weight: 700 !important;
  color: #1e293b;
}

/* 4. PRÉMIUM GARANCIA BOX (A SZÜRKE HÁTTÉRREL) */
.premium-guarantee {
  background-color: #f8fafc;
  padding: 20px;
  border-radius: 16px;
  margin: 30px 0;
  text-align: left;
  border: 1px solid #f1f5f9;
}

.guarantee-header {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 8px;
  color: #0f172a;
  font-size: 0.95rem;
}

.guarantee-header i {
  color: #2ecc71;
  font-size: 1.1rem;
}

.premium-guarantee p {
  font-size: 0.85rem !important;
  color: #64748b !important;
  line-height: 1.5 !important;
  margin: 0 !important;
}

/* 5. GOMB ÉS LÁBLÉC INFÓK */
.enhanced-cta-btn {
  display: block;
  background: #d4a017 !important; /* Arany szín */
  color: white !important;
  padding: 18px !important;
  border-radius: 50px !important;
  font-weight: 700 !important;
  text-decoration: none !important;
  font-size: 1.1rem !important;
  box-shadow: 0 10px 20px rgba(212, 160, 23, 0.3);
  margin-bottom: 20px !important;
}

.enhanced-cta-btn.secondary-style {
  background: #f1f5f9 !important;
  color: #475569 !important;
  box-shadow: none !important;
}

.urgency-footer {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: #334155;
  font-size: 0.9rem;
  font-weight: 600;
}

.payment-note {
  font-size: 0.75rem;
  color: #94a3b8;
  margin-top: 5px;
}

.section-intro {
  max-width: 600px;
  margin: 0 auto 50px;
  color: #555;
  line-height: 1.6;
}

.testimonials-course {
  padding: 100px 4% 40px;
  background-color: #f1f4fa; /* Nagyon halvány kék/szürke háttér */
  font-family: "Inter", "Segoe UI", sans-serif;
}

.testimonials-course .container {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center; /* Ez viszi középre a címet, alcímet és a gombokat */
  display: flex;
  flex-direction: column;
  align-items: center;
}

/* Kártyák elrendezése */
.pricing-grid {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 30px;
  max-width: 1100px;
  margin: 0 auto;
}

.pricing-card {
  background: #ffffff;
  padding: 40px 30px;
  border-radius: 24px;
  box-shadow: 0 10px 30px rgba(26, 82, 118, 0.08);
  flex: 1;
  min-width: 300px;
  max-width: 400px;
  position: relative;
  border: 1px solid #eef2f6;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.pricing-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 40px rgba(212, 160, 23, 0.15); /* Aranyosabb árnyék */
  border-color: #d4a017; /* Itt jelenik meg az arany keret */
}

/* Kiemelt kártya (Arany szegély) */

.card-badge {
  position: absolute;
  top: -16px;
  left: 50%;
  transform: translateX(-50%);
  background: #d4a017;
  color: #fff;
  padding: 6px 22px;
  border-radius: 50px;
  font-size: 0.75rem;
  font-weight: 800;
  text-transform: uppercase;
  box-shadow: 0 4px 10px rgba(212, 160, 23, 0.3);
}

.pricing-card h3 {
  font-size: 1.5rem;
  color: #1a5276;
  margin-bottom: 20px;
  text-align: center;
}

/* Ár megjelenítése */
.price {
  text-align: center;
  margin-bottom: 35px;
  padding-bottom: 25px;
  border-bottom: 1px solid #f0f0f0;
}

.price .amount {
  font-size: 3.5rem;
  font-weight: 800;
  color: #222;
  letter-spacing: -1px;
}

.price .currency {
  font-size: 1.2rem;
  color: #888;
  margin-left: 5px;
}

.price-cta-button {
  display: inline-block; /* Elengedhetetlen a margóhoz */
  margin-top: 40px; /* Itt állítsd be, mennyire menjen lejjebb (pl. 40px-60px) */
  background-color: rgba(212, 160, 23, 0.1);
  color: #d4a017 !important;
  border: none; /* A pontosvessző pótolva, a Prettier most már szeretni fogja */
  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;
  transition: all 0.3s ease;
}

.price-cta-button:hover {
  background-color: #d4a017; /* Hoverre "beugrik" a szín */
  color: #ffffff !important;
  box-shadow: 0 4px 15px rgba(212, 160, 23, 0.3);
}

/* AZ ARANY GOMB HOVER EFFEKTJE */
.enhanced-cta-btn:hover {
  background-color: #b88a14 !important; /* Mélyebb arany/barna */
  transform: translateY(-2px); /* Enyhe emelkedés */
  box-shadow: 0 12px 25px rgba(184, 138, 20, 0.4) !important; /* Erősebb árnyék emeléskor */
  transition: all 0.3s ease; /* Sima átmenet */
}

/* A SZÜRKE (MÁSODLAGOS) GOMB HOVER EFFEKTJE */
.enhanced-cta-btn.secondary-style:hover {
  background-color: #e2e8f0 !important; /* Kicsit sötétebb szürke */
  transform: translateY(-2px);
  transition: all 0.3s ease;
}

/* AZ ALSÓ, NAGY JELENTKEZÉSI GOMB HOVER EFFEKTJE */
.cta-button-main:hover {
  background-color: #2a4e63 !important;
  transform: translateY(-2px);
  box-shadow: 0 12px 25px rgba(53, 95, 120, 0.4) !important;
  transition: all 0.3s ease;
}

/* Lista elemek */
.card-features {
  list-style: none;
  padding: 0;
  margin: 0;
}

.card-features li {
  margin-bottom: 16px;
  display: flex;
  align-items: flex-start;
  gap: 12px;
  color: #444;
  font-size: 1rem;
  line-height: 1.4;
}

.card-features i {
  color: #27ae60; /* Siker zöld */
  margin-top: 3px;
}

.card-features i.gray {
  color: #cbd5e0;
}

/* Ismétlő sáv */
.retaker-info {
  max-width: 840px;
  margin: 30px auto 0;
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 20px;
  background-color: #f4f7f9; /* Vagy az oldalad háttérszíne */
  border-radius: 10px;
}

.retaker-info i {
  font-size: 1.3rem;
  color: #1a5276;
}

.retaker-info p {
  margin: 0;
  font-size: 1rem;
  color: #1a5276;
}

/* Központi CTA gomb */
.pricing-cta-wrapper {
  text-align: center;
  margin-top: 50px; /* Távolság az ismétlő sávtól */
  margin-bottom: 20px;
}
.urgency-container {
  text-align: center;
  /* 10px távolság a cím és az üzenet között */
  /* 30px távolság az üzenet és az ártáblázatok között */
  margin: 10px auto 50px auto;
}

.urgency-text {
  font-size: 1rem;
  color: #333;
  display: inline-flex;
  align-items: center;
  gap: 8px; /* Távolság az ikon és a szöveg között */
}

.pricing-card-link {
  text-decoration: none; /* Aláhúzás eltávolítása */
  color: inherit; /* Szövegszín megtartása az eredeti kártyáról */
  display: block; /* Hogy a teljes terület kattintható legyen */
  transition: transform 0.3s ease; /* Egy kis finom mozgás, ha ráközelít az egér */
}

.pricing-card-link:hover {
  transform: translateY(
    -5px
  ); /* Kicsit megemelkedik, ha fölé viszik az egeret */
}

/* Ha a kártyáidnak van belső árnyéka vagy kerete, 
győződj meg róla, hogy a link ne rontsa el a dobozmodellt */
.pricing-card {
  border: 2.5px solid transparent;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease,
    border-color 0.3s ease;
}
/* ===== HOVER MOZGÁS ÉS EMELKEDÉS KÉNYSZERÍTÉSE ===== */

.cta-button,
.lp-cta-btn,
.btn-sm,
.event-action a {
  /* Az átmenet simasága (0.3 másodperc) */
  transition: all 0.3s ease-out !important;
  display: inline-block !important; /* A transform csak így működik! */
}

.hero-action-area .cta-button:hover,
.lp-cta-btn:hover,
.btn-sm:hover,
.event-action a:hover {
  transform: translateY(-3px) !important;
  box-shadow: 0 8px 20px rgba(212, 160, 23, 0.4) !important;
}

/* PC (ASZTALI) FEJLÉC ALAPBEÁLLÍTÁSOK */
header .container,
.nav-container {
  display: flex !important;
  flex-direction: row !important;
  justify-content: space-between !important;
  align-items: center !important;

  /* A 4% helyett használj fix pixelt vagy ugyanazt a clamp-et, amit a nav-nál */
  /* Ez biztosítja, hogy a logó és a gomb ne ugráljon a görgetősáv miatt */
  padding: 10px 20px !important;

  /* Ügyelj rá, hogy ez a max-width megegyezzen a főoldal max-width értékével! */
  max-width: 1350px;
  margin: 0 auto;

  /* Biztonsági beállítás, hogy a padding ne növelje a teljes szélességet */
  box-sizing: border-box !important;
}
.header-actions {
  display: flex !important;
  align-items: center !important;
  gap: 25px !important; /* Szép nagy távolság a menü és a gomb között PC-n */
}

.price-cta-button,
.cta-button {
  transition: all 0.3s ease;
  display: inline-block;
}

/* ==========================================
   EGYSÉGESÍTETT MOBIL ÉS TABLET NÉZET
   ========================================== */

@media (max-width: 992px) {
  /* 1. HERO SZEKCIÓ */
  .hero-main-split {
    grid-template-columns: 1fr !important;
    text-align: center;
    gap: 30px;
  }
  .hero-left-content {
    text-align: center;
  }
  .hero-bullets {
    display: inline-block;
    text-align: left;
  }
  .hero-right-image {
    order: -1;
    margin-bottom: 20px;
  }

  /* 2. COURSE DETAILS (Z-elrendezés javítása) */

  .detail-image {
    order: -1 !important;
  } /* Kép mindig felül */
  .detail-content p {
    margin: 0 auto;
    max-width: 100%;
  }

  /* 3. INSTRUCTOR & LOCATIONS */
  .profile-grid,
  .locations-grid {
    grid-template-columns: 1fr !important;
    text-align: center;
  }
  .location-group li {
    justify-content: center;
  }
  .profile-image-wrapper {
    order: 2;
  } /* Szöveg után a kép */

  /* 4. PRICING */
  .pricing-grid {
    flex-direction: column !important;
    align-items: center;
  }
  .pricing-card {
    width: 100%;
    max-width: 450px;
  }
  .retaker-info {
    flex-direction: column;
    text-align: center;
  }
  .course-quick-info {
    display: flex;
    flex-direction: column; /* Egymás alá rakja őket */
    align-items: center; /* Középre igazítja a sorokat */
    gap: 10px !important; /* Ez a legfontosabb: a sorok közötti távolság */
    margin-top: 20px !important;
    margin-bottom: 20px !important;
    padding: 15px !important; /* Kevesebb belső hely a kereten belül */
  }

  /* Az egyes sorok (pipa + szöveg) közötti hely finomítása */
  .course-quick-info .info-item {
    margin: 0 !important; /* Eltünteti az esetleges extra margókat */
    gap: 8px !important; /* A pipa és a szöveg közötti távolság */
    font-size: 0.95rem; /* Kicsit kisebb betű, hogy jobban elférjen */
  }

  /* Ha az ikon túl nagy lenne mobilon */
  .course-quick-info i {
    font-size: 1.1rem !important;
  }
}

/* Mobil optimalizálás az esemény sorokhoz */
@media (max-width: 850px) {
  /* Alap konténer beállítása */
  .event-row {
    display: flex;
    flex-wrap: wrap; /* Engedjük a törést a gombnak */
    align-items: baseline; /* Szövegek egy vonalban legyenek */
    justify-content: flex-start;
    padding: 12px 10px;
    gap: 8px; /* Kisebb távolság az elemek között */
  }

  /* Szöveges blokkok méretezése */
  .event-loc,
  .event-date,
  .event-time {
    flex: 0 1 auto;
    margin: 0;
    white-space: nowrap; /* Ne törjön meg a szöveg belül */
  }

  /* Kisebb betűméretek */
  .event-loc .city {
    font-size: 0.95rem; /* Kicsit kisebb városnév */
    font-weight: 700;
    display: inline;
  }

  .event-loc .address {
    display: none; /* A hosszú címet mobilon elrejtjük a helyhiány miatt */
  }

  /* Ikonok és dátum/idő szöveg */
  .event-date span,
  .event-time span,
  .event-date i,
  .event-time i {
    font-size: 0.8rem; /* Kompaktabb méret */
    color: #555;
  }

  /* Ikonok közötti rés csökkentése */
  .event-date i,
  .event-time i {
    margin-right: 3px;
  }

  /* A gomb kényszerítése új sorba, balra */
  .event-action {
    flex: 1 0 100%; /* Ez dobja le a következő sorba */
    margin-top: 8px;
    text-align: left;
  }

  .event-action .btn-sm {
    display: inline-block;
    padding: 6px 15px; /* Kicsit kisebb gomb */
    font-size: 0.85rem;
    width: auto;
  }
}



@media (max-width: 768px) {
  /* Az egész sor belső távolságának csökkentése */
  .event-row {
    padding: 10px 20px !important;
    gap: 10px !important; /* Csökkenti az elemek közötti alap távolságot */
  }

  /* A gomb körüli távolság minimalizálása */
  .event-action {
    margin-top: -5px !important; /* Itt állítsd be, milyen közel legyen */
    width: 100%;
  }

  /* Ha a gombnak magának van margója, azt is vedd le */
  .event-action .btn-sm {
    margin: 0 auto !important;
  }
}


@media (max-width: 768px) {
  
  /* A város nevének mérete */
  .event-loc .city {
    font-size: 1.1rem !important; /* Itt csökkentheted, ha túl nagy */
    margin-bottom: 2px;
  }

  /* Az utca, házszám mérete */
  .event-loc .address {
    font-size: 0.9rem !important;
    color: #666;
  }

  /* A dátum és az időpont szövegmérete */
  .event-date span, 
  .event-time span {
    font-size: 0.85rem !important;
  }

  /* Maga a gomb szövegmérete */
  .event-action .btn-sm {
    font-size: 0.85rem !important;
    padding: 10px 15px !important; /* Kisebb gomb mobilon */
  }

}