/* ===== 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;
}



.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;
}







/* Alapbeállítások a kép stílusa alapján */
.hero-section-bemutato {
    padding: 80px 20px;
    background-color: #ffffff;
    font-family: 'Montserrat', sans-serif;
    color: #333;
    line-height: 1.6;
}

.container-bemutato {
  width: 100%;             /* Biztosítja, hogy alapból kitöltse a teret */
  max-width: 1200px;       /* ITT ÁLLÍTOD AZ EGÉSZ MAXIMÁLIS SZÉLESSÉGÉT! */
  margin: 0 auto;          /* Ez rakja középre az egész blokkot */
  padding: 0 20px;         /* Oldalsó belső távolság, hogy mobilon ne tapadjon a kijelző széléhez */
}

.category-tag {
    color: #d4a017; /* Az arany árnyalat a képről */
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 0.9rem;
    display: block;
    margin-bottom: 15px;
    text-align: center;
}

.main-title1 {
    font-size: 2.8rem;
    font-weight: 600;
    margin-bottom: 30px;
    color: #1a1a1a;
}

.lead-text {
    font-size: 1.25rem;
    max-width: 850px;
    margin: 0 auto 50px auto;
    color: #555;
}

.hero-content-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px; /* Jó nagy távolság a két oldal között */
}

.text-side {
    flex: 1;
}

.text-side p {
    font-size: 1.1rem;
    margin-bottom: 30px;
}

.image-side {
    flex: 1;
    display: flex;
    justify-content: center;
}

.hero-img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05); /* Finom árnyék a mélységnek */
}





.program-section {
    padding: 100px 20px;
    background-color: #f9f9f9; /* Halvány szürke háttér, hogy elváljon a Hero résztől */
}

.section-title {
    font-size: 2.2rem;
    margin-bottom: 50px;
    color: #1a1a1a;
}

.program-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-bottom: 50px;
}

.program-card {
    background: white;
    padding: 40px 30px;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.05);
    transition: transform 0.3s ease;
    text-align: center;
    border-bottom: 4px solid transparent;
}

.program-card:hover {
    transform: translateY(-2px);
    border-bottom: 4px solid #d4a017;
}

.card-icon {
    font-size: 2.5rem;
    color: #d4a017;
    margin-bottom: 20px;
}

.program-card h3 {
    font-size: 1.4rem;
    margin-bottom: 15px;
    color: #1a1a1a;
}

.program-card p {
    font-size: 1rem;
    color: #666;
    margin-bottom: 20px;
}

.duration {
    display: inline-block;
    padding: 5px 15px;
    background: #fdf6e3;
    color: #d4a017;
    font-weight: 700;
    border-radius: 20px;
    font-size: 0.85rem;
}

.platform-info {
    margin-top: 40px;
    font-size: 1.1rem;
    color: #444;
}

.platform-info i {
    color: #d4a017;
    margin-right: 10px;
}

/* Mobil igazítás */
@media (max-width: 768px) {
    .section-title {
        font-size: 1.8rem;
    }
    
    .program-section {
        padding: 60px 15px;
    }
}

.registration-section {
    padding: 100px 20px;
    background-color: #ffffff;
}

.registration-wrapper {
  display: grid;
  /* A '1fr' a jobb oldal (űrlap), az '1.2fr' a bal oldal (szöveg).
     Ha a bal oldalt még keskenyebbre akarod, vedd lejjebb (pl. 1.1fr-re vagy simán 1fr-re).
  */
  grid-template-columns: 1fr 1fr; 
  gap: 50px;          /* Jó nagy, szellős távolság a két oldal között */
  align-items: start; /* Függőlegesen szépen egymáshoz igazítja őket */
}

.info-side {
    flex: 1;
}

.section-title-small {
    font-size: 2rem;
    margin-bottom: 20px;
    color: #1a1a1a;
    line-height: 1.3;
}

.registration-desc {
    font-size: 1.1rem;
    color: #555;
    margin-bottom: 30px;
}

.benefit-list {
    list-style: none;
    padding: 0;
    margin-bottom: 40px;
}

.benefit-list li {
    margin-bottom: 15px;
    font-weight: 600;
    color: #333;
    display: flex;
    align-items: center;
}

.benefit-list li i {
    color: #d4a017;
    margin-right: 12px;
    font-size: 1.2rem;
}

.instructor-brief {
    display: flex;
    align-items: center;
    gap: 15px;
    padding-top: 20px;
    border-top: 1px solid #eee;
}

.mini-profile {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid #d4a017;
}

/* Űrlap doboz stílusa */
.form-side {
    flex: 1;
    width: 100%;
}

.form-container-box {
    background: #fff;
    padding: 40px;
    border-radius: 15px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.08);
    border: 1px solid #f0f0f0;
}

.form-help-text {
    text-align: center;
    font-weight: 700;
    margin-bottom: 25px;
    color: #467d9c;
    text-transform: uppercase;
    font-size: 0.85rem;
    letter-spacing: 1px;
}



.faq-testimonial-section {
    padding: 100px 20px;
    background-color: #f5f9fc; /* Az aranyhoz passzoló, nagyon halvány sárgás háttér */
}

.testimonial-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    margin-bottom: 60px;
    text-align: left;
}

.testimonial-item {
    background: white;
    padding: 30px;
    border-radius: 8px;
    font-style: italic;
    position: relative;
}

.testimonial-author {
    display: block;
    margin-top: 15px;
    font-weight: 700;
    color: #d4a017;
    font-style: normal;
}

.section-divider {
    border: 0;
    border-top: 1px solid #e0d0b0;
    margin: 60px 0;
}

.faq-container {
    max-width: 800px;
    margin: 0 auto;
    text-align: left;
}

.faq-item {
    margin-bottom: 30px;
}

.faq-item h4 {
    color: #1a1a1a;
    font-size: 1.2rem;
    margin-bottom: 10px;
}

.faq-item p {
    color: #555;
}

.final-cta-wrapper {
  margin-top: 60px;
  margin-bottom: 60px;
  text-align: center;
  
  /* ÚJ SOROK A SZÉLESSÉG KORLÁTOZÁSÁHOZ: */
  max-width: 800px;   /* Ez megakadályozza, hogy túl szélesre nyúljon a szöveg */
  margin-left: auto;  /* Ez a két sor pedig gyönyörűen középre */
  margin-right: auto; /* rendezi a teljes blokkot a monitoron */
}

.final-cta-wrapper p {
    font-weight: 400;
    margin-bottom: 50px;
}

/* Másodlagos CTA gomb stílusa */
.cta-button-secondary {
    display: inline-block;
    border: 2px solid #d4a017;
    color: #d4a017;
    padding: 15px 30px;
    text-decoration: none;
    border-radius: 4px;
    font-weight: 700;
    transition: all 0.3s ease;
}

.cta-button-secondary:hover {
    background-color: #d4a017;
    color: white;
}


/* ==========================================================================
   LISTAMESTER ŰRLAP TESTRESZABÁSA (A meglévő stílushoz igazítva)
   ========================================================================== */

.csikung-lm-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-top: 15px;
}

/* Mezők csoportosítása */
.form-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
    text-align: left;
}

.form-group label {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.9rem;
    font-weight: 600;
    color: #467d9c; /* A kódodban használt sötét szín */
}

.form-group label i {
    color: #467d9c;
    margin-right: 5px;
}

/* Input mezők stílusa */
.form-input {
    width: 100%;
    padding: 12px 15px;
    border: 2px solid #eee; /* Passzol az .instructor-brief border színéhez */
    border-radius: 8px;
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
    color: #333;
    transition: all 0.3s ease;
    box-sizing: border-box;
    background-color: #ffffff;
}

/* Input fókusz állapot */
.form-input:focus {
    border-color: #d4a017;
    outline: none;
    box-shadow: 0 0 8px rgba(212, 160, 23, 0.2);
}

/* Adatvédelmi checkbox elrendezése */
.form-checkbox-group {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    text-align: left;
    margin-top: 5px;
}

.form-checkbox {
    margin-top: 4px;
    cursor: pointer;
    accent-color: #467d9c; 
    width: 16px;
    height: 16px;
}

.checkbox-label {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.85rem;
    line-height: 1.4;
    color: #555;
}

.checkbox-label a {
    color: #467d9c;
    text-decoration: underline;
    font-weight: 700;
}

.checkbox-label a:hover {
    color: #1a1a1a;
}

/* Főkonverziós Arany Gomb */
.submit-button-gold {
    background: linear-gradient(135deg, #d4a017 0%, #b8860b 100%);
    color: #ffffff;
    border: none;
    padding: 16px 30px;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.1rem;
    font-weight: 700;
    border-radius: 50px; /* Opcionális: ha kerekített gombot szeretnél, írd át 8px-re. A 4px a másodlagos gombodhoz passzol. */
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    transition: all 0.3s ease;
    box-shadow: 0 10px 20px rgba(212, 160, 23, 0.2);
    width: 100%;
}

.submit-button-gold:hover {
    transform: translateY(-2px);
    box-shadow: 0 15px 25px rgba(212, 160, 23, 0.4);
    background: linear-gradient(135deg, #e5b228 0%, #d4a017 100%);
}

.submit-button-gold:active {
    transform: translateY(0);
}

/* Biztonsági apróbetűs rész */
.secure-text {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.8rem;
    color: #777;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    margin-top: 5px;
}

.secure-text i {
    color: #d4a017;
}

.trust-badges-container {
    display: flex;
    flex-direction: column;
    gap: 8px; /* Ez a minimális távolság a két sor között */
    margin-top: 25px; /* Távolság a sárga gomb aljától */
    padding-left: 5px;
}



.trust-badge2 {
    display: flex;
    align-items: center;
    gap: 12px; /* Távolság az ikon és a szöveg között */
    text-align: left;
}

.trust-badge2 i {
    color: #24cc76; /* Pont olyan szép zöld, mint a képeden */
    font-size: 1.2rem;
    flex-shrink: 0; /* Mobilnézetben sem engedi összenyomódni az ikont */
}

.trust-badge2 span {
    font-family: 'Montserrat', sans-serif;
    font-size: 0.95rem;
    color: #444444;
    line-height: 1.4;
}


.instructor-benefits-list {
    list-style-type: none; /* Ez tünteti el a fekete pöttyöket */
    padding-left: 0;       /* Ez behúzza a sorokat a bal szélre, hogy ne maradjon ott a pöttyök helye */
    margin: 0;
}

.instructor-benefits-list li {
    margin-bottom: 10px;   /* Opcionális: távolság a listaelemek között */
    display: flex;
    align-items: center;
    gap: 10px;             /* Távolság az emoji és a szöveg között */
}

/* Kártya alsó része: Dátum és Időtartam */
.card-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: auto; /* A kártya aljára tolja a láblécet, ha eltérő a szöveghossz */
  padding-top: 20px;
  border-top: 1px solid #e2e8f0;
}

.card-footer .date {
  font-weight: 600;
  color: #4a5568;
  font-size: 0.95rem;
}

.card-footer .date i {
  color: #319795; /* Kellemes kékeszöld/teal szín az ikonnak */
  margin-right: 6px;
}

.card-footer .duration {
  background-color: #edf2f7;
  color: #4a5568;
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 0.85rem;
  font-weight: 500;
}


.registration-info {
  display: flex;
  flex-direction: column;
  gap: 20px;
  text-align: left; /* Biztosítjuk, hogy balra legyen zárva */
}

.intro-text {
  font-size: 1.1rem;
  line-height: 1.6;
  color: #4a5568;
}

/* Időpont kiemelő box */
.dates-highlight-box {
  background-color: #fcf8f2;
  border-left: 4px solid #b7791f;
  padding: 18px 24px;
  border-radius: 0 8px 8px 0;
  margin: 15px 0;
  max-width: 450px; /* Megakadályozza, hogy túl szélesre nyúljon */
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.02); /* Finom mélység */
}

.dates-highlight-box h3 {
  font-size: 1.05rem;
  color: #b7791f;
  margin-top: 0;
  margin-bottom: 14px;
  display: flex;
  align-items: center;
  gap: 8px;
}

.date-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.date-list li {
  font-size: 1rem;
  color: #2d3748;
  display: flex;
  justify-content: space-between; /* Szépen elválasztja az alkalmat és az időpontot */
  gap: 20px;
  padding-bottom: 4px;
}

/* Hozzáférés infó és előnyök */
.access-info {
  font-size: 0.95rem;
  color: #718096;
  line-height: 1.5;
  
  /* ÚJ SOROK: */
  margin-top: 40px;    /* Távolság a felette lévő időpontos doboztól */
  margin-bottom: 40px; /* Távolság az alatta lévő pipás listától */
}

.access-info i {
  color: #4a5568;
  margin-right: 4px;
}

.benefits-list {
  list-style: none;
  padding: 0;
  margin: 10px 0 0 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.benefits-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #2d3748;
  font-weight: 500;
}

.benefits-list li i {
  color: #b7791f; /* Arany pipa ikonok */
}


.hero-cta {
  display: block;
  width: max-content; /* Csak akkora legyen, amilyen hosszú a szöveg */
  margin: 25px auto 0 auto; /* A jobb és bal 'auto' teszi középre */
  text-align: center;
}







/* --- Időpont választó kártyák stílusa --- */
.custom-date-selector .v-group {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 8px;
}

.custom-date-selector .date-card {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 14px 16px;
  background-color: #fcfcfc;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}

.custom-date-selector .date-card:hover {
  border-color: #d4a017;
  background-color: #fffdf5;
}

/* Rádiógomb kékre állítása */
.custom-date-selector input[type="radio"] {
  accent-color: #2c5282; /* Itt adhatod meg a kék árnyalatot (pl. sötétkék) */
  margin-top: 3px;
  cursor: pointer;
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}

/* Kiválasztott állapot finom kiemelése */
.custom-date-selector input[type="radio"]:checked + .date-text {
  color: #1a1a1a;
}

.custom-date-selector input[type="radio"]:checked {
  outline: none;
}

.custom-date-selector .date-card:has(input[type="radio"]:checked) {
  border-color: #d4a017;
  background-color: #fdf8eb;
  box-shadow: 0 2px 6px rgba(212, 160, 23, 0.15);
}

/* Szövegezés a kártyán belül */
.custom-date-selector .date-text {
  display: flex;
  flex-direction: column;
  gap: 4px;
  font-weight: normal;
  color: #333333;
  font-size: 14px;
  line-height: 1.4;
}

.custom-date-selector .date-text strong {
  font-size: 15px;
  color: #2c3e50;
}

.custom-date-selector .date-text small {
  color: #666666;
  font-size: 13px;
}

/* --- Lépésenkénti űrlap stílusok --- */
.multi-step-form-wrapper {
  background: #ffffff;
  padding: 24px;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
}

.step-title {
  font-size: 18px;
  color: #2c3e50;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 2px solid #f0f0f0;
}

.btn-next-step {
  width: 100%;
  background-color: #2c5282;
  color: white;
  border: none;
  padding: 14px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 8px;
  cursor: pointer;
  margin-top: 20px;
  transition: background-color 0.2s;
}

.btn-next-step:hover {
  background-color: #1a365d;
}

.step-buttons {
  display: flex;
  gap: 12px;
  margin-top: 20px;
}

.btn-prev-step {
  background-color: #e2e8f0;
  color: #4a5568;
  border: none;
  padding: 12px 20px;
  font-size: 15px;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.2s;
}

.btn-prev-step:hover {
  background-color: #cbd5e0;
}

/* Időpont választó kártyák finomhangolása a lépésen belül */
.custom-date-selector .v-group {
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-top: 8px;
}

.custom-date-selector .date-card {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  padding: 14px 16px;
  background-color: #fcfcfc;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  position: relative;
}

.custom-date-selector .date-card:hover {
  border-color: #d4a017;
  background-color: #fffdf5;
}

.custom-date-selector input[type="radio"] {
  appearance: none;
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  border: 2px solid #b0bec5;
  border-radius: 50%;
  outline: none;
  margin-top: 2px;
  cursor: pointer;
  display: grid;
  place-content: center;
  flex-shrink: 0;
  transition: all 0.2s ease;
}

.custom-date-selector input[type="radio"]::before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  transform: scale(0);
  transition: 120ms transform ease-in-out;
  background-color: #2c5282;
}

.custom-date-selector input[type="radio"]:checked {
  border-color: #2c5282;
}

.custom-date-selector input[type="radio"]:checked::before {
  transform: scale(1);
}

.custom-date-selector .date-card:has(input[type="radio"]:checked) {
  border-color: #d4a017;
  background-color: #fdf8eb;
  box-shadow: 0 2px 6px rgba(212, 160, 23, 0.15);
}

.custom-date-selector .date-text {
  display: flex;
  flex-direction: column;
  gap: 4px;
  font-weight: normal;
  color: #333333;
  font-size: 14px;
  line-height: 1.4;
}

.custom-date-selector .date-text strong {
  font-size: 15px;
  color: #2c3e50;
}

.custom-date-selector .date-text small {
  color: #666666;
  font-size: 13px;
}


.map-container {
  margin-top: 15px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.map-container iframe {
  border: 0;
}




.dates-highlight-box .location-photo {
  margin-bottom: 12px;
  border-radius: 6px;
  overflow: hidden;
}

.dates-highlight-box .location-photo img {
  width: 100%;
  height: auto;
  display: block;
}

.dates-highlight-box p {
  margin: 0 0 15px 0;
  color: #555;
  line-height: 1.6;
}

.map-container {
  margin-top: 15px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.map-container iframe {
  border: 0;
}

.location-photo img {
  width: 100%;
  height: auto;
  display: block;
}

.location-description {
  margin: 0;
  color: #555;
  line-height: 1.6;
}









/* ==========================================
   EGYSÉGESÍTETT MOBIL ÉS TABLET NÉZET (max 992px)
   ========================================== */

@media (max-width: 992px) {
  /* 1. Általános szekció távolságok és Hero */
  .tanfolyam-hero-container,
  .course-details,
  .instructor-profile,
  .pricing-section,
  .lp-video-highlights,
  .faq-section {
    padding: 40px 15px !important;
  }

  .tanfolyam-hero {
    padding-top: 20px !important;
    padding-bottom: 30px !important;
  }

  header,
  .navbar {
    margin-bottom: 0 !important;
  }

  .hero-subtitle {
    margin-top: 0 !important;
    padding-top: 5px !important;
  }

  .hero-main-split,
  .registration-wrapper {
    display: flex;
    flex-direction: column !important;
    text-align: center;
    gap: 30px;
  }

  .hero-left-content,
  .info-side {
    text-align: center;
  }

  .hero-bullets {
    display: inline-block;
    text-align: left;
    margin: 20px auto;
  }

  .hero-right-image {
    order: -1;
    margin: 0 auto 20px auto;
  }

  .hero-left-content h1,
  .main-title {
    font-size: 1.8rem !important;
    margin-bottom: 15px;
  }

  .hero-lead {
    font-size: 1.05rem !important;
    line-height: 1.4;
  }

  /* 2. Gombok teljes szélességre */
  .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;
    align-items: center !important;
    text-align: center !important;
    padding: 15px 20px !important;
    height: auto !important;
  }

  /* 3. Grid elemek átállítása 1 oszloposra */
  .details-grid,
  .pricing-grid,
  .profile-grid,
  .locations-grid,
  .faq-grid,
  .lp-benefit-list.multi-column {
    display: flex !important;
    flex-direction: column !important;
    grid-template-columns: 1fr !important;
    gap: 20px !important;
    padding: 0 10px !important;
  }

  .detail-image {
    order: -1 !important;
  }

  .detail-item,
  .pricing-card,
  .faq-item,
  .form-container-box,
  .lp-info-card {
    width: 100% !important;
    max-width: 100% !important;
    padding: 25px 20px !important;
    box-sizing: border-box;
    margin: 0 auto;
  }

  .benefit-list li,
  .instructor-brief,
  .location-group li,
  .lp-benefit-list li {
    justify-content: center;
    text-align: left;
  }

  .profile-image-wrapper {
    order: 2;
  }

  /* 4. Gyorsinfók és egyebek */
  .course-quick-info {
    display: flex !important;
    flex-direction: column !important;
    align-items: center !important;
    gap: 15px !important;
    margin: 30px auto !important;
    padding: 0 20px !important;
    max-width: 100% !important;
  }

  .course-quick-info .info-item {
    display: flex !important;
    align-items: flex-start !important;
    gap: 12px !important;
    width: 100% !important;
    max-width: 320px !important;
    text-align: left !important;
  }

  .amount {
    font-size: 2.5rem !important;
  }

  .faq-section h2 {
    font-size: 1.6rem !important;
    margin-bottom: 30px;
  }
}

/* ==========================================
   KISABB MOBIL NÉZETEK ÉS ESEMÉNY SOROK (max 768px)
   ========================================== */

@media (max-width: 768px) {
  .event-row {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 12px 15px !important;
    gap: 10px !important;
  }

  .event-loc,
  .event-date,
  .event-time {
    flex: 0 1 auto;
    margin: 0;
  }

  .event-loc .city {
    font-size: 1rem !important;
    font-weight: 700;
  }

  .event-loc .address {
    display: none; /* Helyhiány miatt mobilon rejtve */
  }

  .event-date span, 
  .event-time span,
  .event-date i,
  .event-time i {
    font-size: 0.82rem !important;
  }

  .event-action {
    flex: 1 0 100%;
    margin-top: 5px !important;
    text-align: center;
  }

  .event-action .btn-sm {
    display: inline-block !important;
    width: 100% !important;
    padding: 10px 15px !important;
    font-size: 0.85rem !important;
    text-align: center !important;
  }

  .location-request-box {
    margin: 30px 15px 0 15px !important;
    padding: 20px !important;
    border-radius: 12px;
    text-align: center;
  }

  .location-request-box p {
    font-size: 0.95rem !important;
    line-height: 1.5;
  }
}