/* Csikung cikk váltakozó háttérszínű szekciókkal, a Xu Mingtang oldal stílusában */
.csikung-article {
    font-family: inherit; /* Átveszi az oldalad alapértelmezett betűtípusát */
    line-height: 1.8;
    color: #333333;
    width: 100%;
    margin: 0 auto;
    padding: 0;
}

/* Alapértelmezett fehér szekciók belső elrendezése */
.csikung-article section {
    padding: 4rem 20px; /* Megfelelő belső margó a sávoknak */
    border-bottom: 1px solid #eaeaea;
}

/* A belső tartalom szélességének korlátozása (hogy ne nyúljon ki a képernyő szélére) */
.csikung-article .section-content {
    max-width: 800px;
    margin: 0 auto;
}

/* MINDEN MÁSODIK SZEKCIÓ: nagyon halvány, elegáns szürke háttér */
.csikung-article section:nth-of-type(even) {
    background-color: #f8f9fa; /* Pontosan az a diszkrét szürke, mint az oldalon */
}

/* Az utolsó szekciónál levesszük az alsó vonalat */
.csikung-article section:last-of-type {
    border-bottom: none;
}

/* Középre zárt arany színű kísérőcímek a főcím és alcímek felett */
.csikung-article .arany-alcim {
    color: #cca43b; /* Elegáns, matt arany szín */
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    display: block;
    margin-bottom: 0.5rem;
    font-weight: 600;
    text-align: center;
}

.csikung-article h1 {
    font-size: 2.4rem;
    color: #111111;
    margin-bottom: 2rem;
    font-weight: normal;
    margin-top: 0;
    text-align: center;
}

.csikung-article h2 {
    font-size: 1.8rem;
    color: #222222;
    margin-top: 0;
    margin-bottom: 1.5rem;
    font-weight: normal;
    text-align: center;
}

.csikung-article p {
    margin-bottom: 1.5rem;
    text-align: left;
}

.csikung-article ul, .csikung-article ol {
    margin-bottom: 1.5rem;
    padding-left: 30px;
}

.csikung-article li {
    margin-bottom: 0.6rem;
}

/* Klasszikus idézet blokk */
.mester-blokk {
    border-left: 3px solid #333333;
    padding-left: 20px;
    margin: 2rem 0;
    font-style: italic;
    color: #555555;
}

.mester-blokk .alcim {
    font-weight: bold;
    font-style: normal;
    text-transform: uppercase;
    font-size: 0.85rem;
    letter-spacing: 1px;
    display: block;
    margin-bottom: 8px;
    color: #111111;
}

.hieroglifa-inline {
    font-size: 1.1rem;
    font-weight: bold;
    color: #111111;
}

.fizika-keplet {
    font-size: 1.25rem;
    font-family: Georgia, serif;
    text-align: center;
    margin: 2rem 0;
    color: #111111;
    letter-spacing: 1px;
}

/* Gomb stílus a cikk alján */
.cikk-cta-wrapper {
    text-align: center;
    padding: 4rem 20px;
    background-color: #ffffff; /* Vagy ha ez a sor is a sorrendbe esik, maradhat tiszta fehéren */
}

.cikk-cta-button {
    display: inline-block;
    background-color: #222222;
    color: #ffffff;
    padding: 12px 35px;
    text-decoration: none;
    font-size: 0.95rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    transition: background-color 0.2s;
    margin-top: 1rem;
}

.cikk-cta-button:hover {
    background-color: #444444;
    color: #ffffff;
}

/* Nyitókép formázása a cikkben */
.csikung-article .cikk-nyito-kep {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    margin: 2.5rem auto 0 auto; /* Fent tágasabb térköz a szövegtől, lent nullázva a section padding miatt */
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05); /* Nagyon finom, alig látható árnyék a prémium hatásért */
}

/* Kártya stílusú CTA blokk a Xu Mingtang oldal mintájára */
.cikk-cta-wrapper {
    max-width: 900px;
    margin: 4rem auto;
    padding: 0 20px; /* Biztosítja, hogy mobilon ne ragadjon a képernyő széléhez */
}

.cikk-cta-box {
    background-color: #f7fafd; /* Nagyon finom, tiszta, enyhén hűvös/világos háttértónus */
    padding: 3.5rem 2.5rem;
    border-radius: 8px; /* Finoman lekerekített sarkok */
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.03); /* Alig észrevehető, prémium lebegő árnyék */
    text-align: center;
}

/* Kis arany felirat a dobozon belül */
.cikk-cta-box .arany-alcim {
    color: #cca43b;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 600;
    display: block;
    margin-bottom: 1rem;
}

/* Dobozon belüli főcím */
.cikk-cta-box h3 {
    font-size: 2rem;
    color: #0b1c2c; /* Mély, elegáns sötét tónus */
    margin-top: 0;
    margin-bottom: 1.5rem;
    font-weight: 500;
}

/* Dobozon belüli leírás */
.cikk-cta-box p {
    font-size: 1rem;
    color: #4a5568;
    line-height: 1.7;
    max-width: 650px;
    margin: 0 auto 2.5rem auto;
    text-align: center; /* Teljesen középre zárt folyószöveg a dobozban */
}

/* Az ikonikus arany gomb */
.cikk-cta-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #cca43b; /* A te egyedi arany színed */
    color: #ffffff !important;
    padding: 14px 35px;
    text-decoration: none;
    font-size: 0.95rem;
    font-weight: 500;
    border-radius: 25px; /* Íves gombforma */
    transition: background-color 0.2s ease, transform 0.2s ease;
}

/* Gomb melletti kis nyíl (HTML entitással) */
.cikk-cta-button::after {
    content: "→";
    margin-left: 10px;
    font-size: 1.1rem;
    transition: transform 0.2s ease;
}

/* Hover hatások */
.cikk-cta-button:hover {
    background-color: #b58f32;
}

.cikk-cta-button:hover::after {
    transform: translateX(4px); /* Az egér rávitelekor a nyíl picit megmozdul jobbra */
}

/* A cikkben lévő összes link színe kék lesz */
.csikung-article a {
    color: #467d9c !important;
    font-weight: 600;
    text-decoration: none;
  
}
.csikung-article .cta-button {
    color: #ffffff !important;
    text-decoration: none !important; /* A gombra véletlenül se tegyen aláhúzást */
}