@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700;800&display=swap');

:root {

    --land-bg-odd: #f7f4ef;
    --land-bg-even: #ffffff;
    --land-bg-dark: #f1e6d4;
    --land-bg-green: #2f6f4e;

    --land-color-55: #555555;
    --land-color-09: #090a0e;
    --land-color-2b: #2b2b2b;
    --land-color-25: #252525;
    --land-color-77: #777777;
    --land-color-00: #000000;
    --land-color-ff: #ffffff;
    --land-color-6a: #6a6a6a;
    --land-color-link: #0d6efd ;
    --land-color-divider-line: #000000;

    --land-font-playfair: 'Playfair Display', serif;
    --land-font-montserrat: 'Montserrat', sans-serif;
    --land-font-opensans: 'Open Sans', sans-serif;

}

h1{
    font-size: 60px !important;
    text-align: left !important;
    font-family: var(--land-font-montserrat) !important;
    font-weight: 700 !important;
    line-height: 3.6rem !important;
    color: var(--land-color-00) !important;
}
h2{
    font-size: 28px !important;
    text-align: left !important;
    font-family: var(--land-font-montserrat) !important;
    font-weight: 700 !important;
    line-height: 35px !important;
    color: var(--land-color-00) !important;
}


.land-bg-odd{
    background-color: var(--land-bg-odd);
}
.land-bg-even{
    background-color: var(--land-bg-even);
}
.land-bg-dark {
    background-color: var(--land-bg-dark);
}


@media (min-width: 992px) { /* lg breakpoint */
    .land-bg-odd, .land-bg-even, .land-bg-dark {
        padding-left: 10%;
        padding-right: 10%;
        margin-left: -10%;
        margin-right: -10%;
    }
}


.land-text-1{
    font-size: 26px;
    color: var(--land-color-55);
}
.land-text-2{
    font-size: 26px;
    color: var(--land-color-09);
}
.land-text-3{
    font-size: 26px;
    color: var(--land-color-2b);
}
.land-text-4{
    font-size: 26px;
    color: var(--land-color-25);
}

.land-content-1{
    text-align: center;
    padding-bottom: 12px;
}
.land-content-1-title{
    display: block;
    font-size: 18px;
    font-weight: 400;
    color: var(--land-color-2b);
}
.land-content-1-text{
    display: block;
    font-size: 15px;
    font-weight: 400;
    line-height: 10px;
    color: var(--land-color-55);
}

.land-placement-preview-pre-text{
    color: var(--land-color-00) !important;
    font-size: 13px !important;
    font-family: var(--land-font-opensans), sans-serif !important;
    font-weight: 400 !important;
}
.land-placement-preview-post-text{
    color: var(--land-color-00) !important;
    font-size: 14px !important;
    font-family: var(--land-font-opensans), sans-serif !important;
    font-weight: 400 !important;
}

.land-placement-preview-image {
    width: 100%;
    aspect-ratio: 4 / 3;
    overflow: hidden;
    border-radius: 12px;
    border: 3px solid #000000;
    position: relative;
    margin-bottom: 6px;
}

.land-placement-preview-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.land-image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
   /* background: rgba(0, 0, 0, 0.5); /* sötétítés, opcionális */
}

.land-image-overlay span {
    color: #fff;
    font-family: var(--land-font-montserrat), sans-serif;
    font-size: 1.4rem;
    font-weight: 600;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.5);
}

.land-placement-preview{
    padding-bottom: 12px;
    padding-left: 12px;
    text-align: left;
}

.land-placement-preview-title{
    display: block;
    font-size: 18px;
    font-weight: 800;
    color: var(--land-color-2b);
}
.land-placement-preview-text{
    display: block;
    font-size: 13px !important;
    font-weight: 400 !important;
    color: var(--land-color-77) !important;
    font-family: var(--land-font-opensans) !important;
}
.land-placement-preview-text-2{
    display: block;
    font-size: 13px !important;
    font-weight: 400 !important;
    color: var(--land-color-55) !important;
    font-family: var(--land-font-opensans) !important;
}

.land-video-border{
    overflow: hidden;
    border-radius: 12px;
    border: 3px solid #000000;
}

.land-link-pointer {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    text-decoration: none;
    color: var(--land-color-link);
    font-family: var(--land-font-montserrat);
    font-size: 14px;
}

.land-link-pointer img {
    height: 0.7em;  /* a betűmérethez igazodik */
    width: auto;
    animation: point-poke 1s ease-in-out infinite;
}
.land-link-pointer::before {
    content: '';
    display: inline-block;
    width: 1.5em;
    height: 0.7em;
    background-image: var(--ns-pointer-image);
    background-size: contain;
    background-repeat: no-repeat;
    animation: point-poke 1s ease-in-out infinite;
}

.land-link-pointer:hover img {
    transform: scale(1.25);
    animation: none; /* hover-re leállítja a mozgást, opcionális */
}
@keyframes point-nudge {
    0%, 100% { transform: translateX(0); }
    50% { transform: translateX(4px); }
}
/* "Bökdösős" effekt */
@keyframes point-poke {
    0%, 100% { transform: translateX(0); }
    30% { transform: translateX(6px); }
    50% { transform: translateX(3px); }
    70% { transform: translateX(6px); }
}

.land-text {
    font-family: var(--land-font-montserrat);
    font-size: 13px;
    line-height: 1.45;
}

.land-text-large {
    font-size: 1.6rem;
    line-height: 1.4;
}




.land-list-circle-styled li {
    padding-left: 0.1rem;
    position: relative;
    list-style: circle;
}



.land_text .description-line {
    position: relative;
    padding-left: 1rem;
}

.land_text .description-line::before {
    content: "•";
    position: absolute;
    left: 0;
    color: var(--land-font-yellow);
}



.youtube-video-wrapper {
    width: 100%;
    height: auto;
}

.youtube-play-icon {
    color: lightgrey;
    filter: drop-shadow(0px 0px 5px rgba(0, 0, 0, 0.5));
    transition: transform 0.2s;
}

.youtube-video-overlay {
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.2);
    transition: background-color 0.2s;
}

.youtube-video-overlay:hover {
    background-color: rgba(0, 0, 0, 0.4);
}

.youtube-video-overlay:hover .youtube-play-icon {
    transform: scale(1.1);
}


/* ==========================================================================
   Film Badge - Videó szám és státusz megjelenítése
   ========================================================================== */

/*
 * Filmkocka badge konténer
 * A kép bal alsó sarkában helyezkedik el
 */
.land-film-badge {
    position: absolute;
    bottom: 10px;
    left: 10px;
    display: flex;
    gap: 0;
    filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.5));
}

/*
 * Egyedi filmkocka - a "perforáció" hatás CSS-sel
 */
.land-film-frame {
    position: relative;
    background: rgba(30, 30, 30, 0.9);
    padding: 6px 12px;
    min-width: 36px;
    text-align: center;
    border: 2px solid #444;
}

/* Bal oldali kocka - lekerekítés bal oldalon */
.land-film-frame:first-child {
    border-radius: 6px 0 0 6px;
    border-right: 1px solid #555;
}

/* Jobb oldali kocka - lekerekítés jobb oldalon */
.land-film-frame:last-child {
    border-radius: 0 6px 6px 0;
    border-left: 1px solid #333;
}

/* Perforáció hatás - felső és alsó lyukak */
.land-film-frame::before,
.land-film-frame::after {
    content: '';
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 60%;
    height: 3px;
    background: repeating-linear-gradient(
        90deg,
        #222 0px,
        #222 4px,
        transparent 4px,
        transparent 8px
    );
}

.land-film-frame::before {
    top: 2px;
}

.land-film-frame::after {
    bottom: 2px;
}

/* Szöveg stílus */
.land-film-frame span {
    font-family: var(--land-font-montserrat), sans-serif;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Videó szám - fehér szöveg */
.land-film-count span {
    color: #ffffff;
}

/* Lezárt sorozat - zöld */
.land-film-end {
    background: rgba(25, 135, 84, 0.95);
    border-color: #157347;
}

.land-film-end span {
    color: #ffffff;
}

/* Folyamatban lévő - narancssárga/arany */
.land-film-ongoing {
    background: rgba(255, 193, 7, 0.95);
    border-color: #cc9a06;
}

.land-film-ongoing span {
    color: #1a1a1a;
}

/* Hover effekt a kártyán */
.land-placement-preview-image:hover .land-film-badge {
    filter: drop-shadow(3px 3px 6px rgba(0, 0, 0, 0.7));
}

.land-placement-preview-image:hover .land-film-frame {
    transform: scale(1.05);
    transition: transform 0.2s ease;
}
/* ==========================================================================
/* ==========================================================================
   Jelentkezési oldal - Canva design alapján
   Hozzáfűzendő: public/css/kihelyezunk-20-tyukot.css végére
   ========================================================================== */

/*
 * Szekció alap - egységes land-bg-dark háttér
 */
.land-section-dark {
    background-color: var(--land-bg-dark);
    padding: 20px 40px;
    width: 100%;
}

@media (max-width: 768px) {
    .land-section-dark {
        padding: 15px 20px;
    }
}

/*
 * Hero szekció tipográfia
 * H1: Montserrat, 32px, #2b2b2b, Bold
 */
.land-hero-title {
    font-family: var(--land-font-montserrat), sans-serif !important;
    font-size: 32px !important;
    font-weight: 700 !important;
    color: #2b2b2b !important;
    line-height: 1.3 !important;
    text-align: left !important;
}

/*
 * Hero bevezető szöveg
 * Montserrat, 16px, #000000
 */
.land-hero-text {
    font-family: var(--land-font-montserrat), sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #000000;
    line-height: 1.5;
    margin-bottom: 0px;
}

/*
 * Hero alcím/megjegyzés
 * Montserrat, 15px, #7a7a7a
 */
.land-hero-subtext {
    font-family: var(--land-font-montserrat), sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #7a7a7a;
    line-height: 1.5;
    margin-bottom: 0;
}

/*
 * Szekció cím (H2)
 * Montserrat, 20px, #1f1f1f, Bold
 */
.land-section-title {
    font-family: var(--land-font-montserrat), sans-serif !important;
    font-size: 20px !important;
    font-weight: 700 !important;
    color: #1f1f1f !important;
    line-height: 1.4 !important;
    text-align: left !important;
    padding-bottom: 0;
    margin-top: 12px;
    margin-bottom: 0;
}

/*
 * Szekció bekezdés szöveg
 * Montserrat, 15px, #4a4a4a
 */
.land-section-text {
    font-family: var(--land-font-montserrat), sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #4a4a4a;
    line-height: 1.2;
    margin-bottom: 6px;
}

.land-section-text-bold {
    font-weight: 600;
    font-style: italic;
}

.land-section-text-gray {
    color: #7a7a7a;
}

/*
 * Program lista (bullet points)
 */
.land-program-list {
    list-style: disc;
    padding-left: 20px;
    margin: 0;
}

.land-program-list li {
    font-family: var(--land-font-montserrat), sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: var(--land-color-2b);
    line-height: 1.6;
    margin-bottom: 4px;
}

/*
 * Lábjegyzet szöveg
 * Kisebb, szürke
 */
.land-footer-text {
    font-family: var(--land-font-montserrat), sans-serif;
    font-size: 9.3px;
    font-weight: 400;
    color: #8a8a8a;
    line-height: 1.4;
    margin-bottom: 4px;
}
@media (max-width: 992px) { /* lg breakpoint */
    .land-footer-text {
        padding-top: 16px;
        text-align: center;
    }
}

/*
 * Form stílusok
 */
.land-form-label {
    font-family: var(--land-font-montserrat), sans-serif;
    font-size: 14px;
    font-weight: 600;
    color: #1f1f1f;
    margin-bottom: 6px;
    display: block;
}

.land-form-control {
    font-family: var(--land-font-montserrat), sans-serif;
    font-size: 14px;
    font-weight: 400;
    padding: 10px 14px;
    border: 1px solid #ccc;
    border-radius: 6px;
    background: #ffffff;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.land-form-control:focus {
    border-color: #2b2b2b;
    box-shadow: 0 0 0 2px rgba(43, 43, 43, 0.1);
    outline: none;
}

.land-form-control::placeholder {
    color: #999;
}

/* Validációs stílusok */
.was-validated .land-form-control:invalid {
    border-color: #dc3545;
}

.was-validated .land-form-control:valid {
    border-color: #198754;
}

/*
 * Checkbox
 */
.land-form-checkbox-label {
    font-family: var(--land-font-montserrat), sans-serif;
    font-size: 13px;
    font-weight: 400;
    color: #4a4a4a;
}

.land-form-checkbox-label a {
    color: #2b2b2b;
    text-decoration: underline;
}


/*
 * Form figyelmeztetés
 */
.land-form-warning {
    font-family: var(--land-font-montserrat), sans-serif;
    font-size: 9.3px;
    font-weight: 400;
    color: var(--land-color-6a);
    text-align: center;
    margin-bottom: 0;
}

/*
 * Küldés gomb
 */
.land-send-button {
    font-family: var(--land-font-montserrat), sans-serif;
    font-size: 11.6px;
    font-weight: 400;
    color: #ffffff;
    background-color: var(--land-bg-green);
    border: 2px solid var(--land-bg-green);
    border-radius: 6px;
    padding: 6px 12px;
    cursor: pointer;
    transition: all 0.2s ease;
    display: inline-block;
}

.land-send-button:hover {
    background-color: #000000;
    border-color: #000000;
    transform: translateY(-1px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.land-send-button:active {
    transform: translateY(0);
    box-shadow: none;
}

.land-send-button:disabled {
    background-color: #999;
    border-color: #999;
    cursor: not-allowed;
}
/* ==========================================================================
   Köszönő oldal - kiegészítő stílusok
   Hozzáfűzendő: public/css/kihelyezunk-20-tyukot.css végére
   ========================================================================== */

/*
 * Köszönő oldal - zöld kiemelő szöveg
 * A "A következő lépés már nem automatizmus..." rész
 */
.land-thanks-highlight {
    font-family: var(--land-font-montserrat), sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: var(--land-bg-green);
    line-height: 1.5;
    margin-bottom: 12px;
    padding: 1px;
}

/*
 * Megadott adatok visszajelzése doboz
 */
.land-data-confirmation {
    background: rgba(255, 255, 255, 0.5);
    border-radius: 8px;
    padding: 16px 20px;
    margin: 20px 0;
    border-left: 4px solid var(--land-bg-green);
}

.land-data-confirmation p {
    margin-bottom: 8px;
}

.land-data-confirmation p:last-child {
    margin-bottom: 0;
}
/*
elválasztó vonalak
 */
.land-divided-row {
    position: relative;
}
.land-divided-col {
    position: relative;
}
.land-divider-line {
    border: none;
    height: 3px;
    background-color: var(--land-color-divider-line);
    width: 80%;
    margin-left: 10%;
    margin-right: auto;
    margin-top: 1.5rem;
    margin-bottom: 1rem;
}
@media (min-width: 992px) {
    .land-divided-row::after {
        content: '';
        position: absolute;
        top: 10%;
        bottom: 10%;
        left: 65%;
        width: 2px;
        background-color: var(--land-color-divider-line);
    }
    .land-divided-col::after {
        content: '';
        position: absolute;
        top: 2%;
        bottom: 2%;
        left: 96%;
        width: 2px;
        background-color: var(--land-color-divider-line);
    }
    .land-divider-line {
        width: 12rem;
        margin-left: 3rem;
        margin-right: auto;
        margin-top: 1.5rem;
        margin-bottom: 1rem;
    }
}

/*
 * Feature lista (kétsorosli elemek)
 */
.land-feature-list {
    list-style: circle;
    padding-left: 48px;
    margin: 0;
}

.land-feature-list li {
    margin-bottom: 14px;
}

.land-feature-title {
    display: block;
    font-family: var(--land-font-montserrat), sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #000000;
}

.land-feature-title strong {
    font-weight: 700;
}

.land-feature-desc {
    display: block;
    font-family: var(--land-font-montserrat), sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #6a6a6a;
}


.land-section-with-fade {
    position: relative;
}

.land-section-with-fade::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 15%;
    background: linear-gradient(
        to bottom,
        transparent,
        rgba(0, 0, 0, 0.05)
    );
    pointer-events: none;
}
/*
 * Rejtett videó szekciók (3 után)
 */
.land-video-hidden {
    display: none;
}

.land-video-section.land-video-visible {
    display: block;
}
.land-toc-link { color: #4a4a4a; }
.land-toc-link:hover { color: var(--land-bg-green); }

.land-video-hidden { display: none; }


@media (min-width: 992px) {
    .land-card-highlighted {
        transform: scale(1.1);
        z-index: 1;
    }

    .land-cards-row {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}
