/* ----- ALAP KONTÉNER ----- */
#la-survey-container {
    background-color: transparent;
    border: none;
    color: #ffffff;
    padding: 0px;
    width: 100%;
    max-width: 480px;
    margin: 20px auto;
    font-family: sans-serif;
    position: relative;
    overflow-x: hidden;
}

/* Alapértelmezetten rejtett köszönő blokk */
.koszonom-tartalom { display: none; }

/* ----- LÉPÉS CÍM + LEÍRÁS ----- */
.la-survey-step-title {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #D6DFE2;
    margin: 0 !important;
}
.la-survey-step-description {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #D6DFE2;
    margin: 0 0 24px 0;
}

/* Step számlálók */
#la-survey-container h3 {
    color: #ffffff;
    margin-top: 0;
    margin-bottom: 0px;
    font-weight: 500;
}
#la-survey-container #step1-counter-text,
#la-survey-container #step2-counter-text {
    color: #EF9D34;
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    margin-bottom: 12px;
}
#la-survey-container #step2-counter-text { margin-bottom: 5px; }

/* ----- LÉPÉSEK ANIMÁCIÓ ----- */
.la-survey-step {
    transition: opacity 0.6s ease-in-out, transform 0.6s ease-in-out;
}

/* ----- OPCIÓ DOBOZOK (1. és 2. lépés) ----- */
#la-survey-container .la-survey-option,
#la-survey-container .la-survey-option-step2 {
    display: flex;
    align-items: center;
    padding: 8px;
    border: 1px solid #395560;
    border-radius: 8px;
    margin-bottom: 10px;
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0.03);
    transition: all 0.2s ease-in-out;
    box-shadow: 0 1px 2px rgba(16, 24, 40, 0.05);
    outline: none !important;
    position: relative;
}
#la-survey-container .la-survey-option:not(.selected):hover,
#la-survey-container .la-survey-option-step2:not(.selected):hover {
    background-color: rgba(255, 255, 255, 0.05);
    border-color: #395560;
}
#la-survey-container .la-survey-option.selected,
#la-survey-container .la-survey-option-step2.selected {
    border-color: #5AAB30;
    border-width: 1px;
    background-color: rgba(90, 171, 48, 0.1);
    outline: none !important;
    box-shadow: none !important;
}
#la-survey-container .la-survey-option.selected:hover,
#la-survey-container .la-survey-option-step2.selected:hover {
    background-color: rgba(90, 171, 48, 0.2);
    border-color: #5AAB30;
}
#la-survey-container .la-survey-option.disabled,
#la-survey-container .la-survey-option-step2.disabled,
#la-survey-container .la-survey-option.disabled:hover,
#la-survey-container .la-survey-option-step2.disabled:hover {
    opacity: 0.4;
    cursor: not-allowed;
    border-color: #395560;
    background-color: rgba(255, 255, 255, 0.03);
}

/* ----- EGYEDI RADIO / CHECKBOX (16px) ----- */
#la-survey-container .la-radio-custom,
#la-survey-container .la-checkbox-custom {
    width: 16px;
    height: 16px;
    border: 1px solid #98A2B3;
    border-radius: 50%;
    margin-right: 8px;
    position: relative;
    flex-shrink: 0;
    background-color: transparent;
    transition: all 0.2s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
}
#la-survey-container .la-survey-option.selected .la-radio-custom,
#la-survey-container .la-survey-option-step2.selected .la-checkbox-custom {
    background-color: #5AAB30;
    border-color: #5AAB30;
}
#la-survey-container .la-survey-option.selected .la-radio-custom::after,
#la-survey-container .la-survey-option-step2.selected .la-checkbox-custom::after {
    content: '';
    display: block;
    width: 4px;
    height: 8px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg) translate(-1px, -1px);
}

/* ----- CÍMKEK ----- */
#la-survey-container .la-survey-option .la-option-label strong {
    display: block;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
}
#la-survey-container .la-survey-option .la-option-label p {
    margin: 2px 0 0 0;
    color: #90A7B1;
    font-family: 'Roboto', sans-serif;
    font-size: 12px !important;
    font-weight: 400;
    line-height: 18px !important;
}
#la-survey-container .la-option-label-step2 {
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
}

/* ----- ACCORDION (2. lépés) ----- */
#la-survey-container .accordion-item {
    border: none;
    border-bottom: 1px solid rgba(57, 85, 96, 1);
    border-radius: 0;
    margin-bottom: 0;
    overflow: visible;
    background-color: transparent;
}
#la-survey-container .accordion-wrapper .accordion-item:first-child {
    border-top: 1px solid rgba(57, 85, 96, 1);
}

/* Fejléc: cím + számláló bal oldalt, a nyíl jobb oldalt */
#la-survey-container .accordion-header {
    padding: 8px 0;
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    color: #D6DFE2;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    transition: background-color 0.2s ease-in-out;
}
#la-survey-container .accordion-header:hover {
    background-color: rgba(255, 255, 255, 0.03);
}

/* Számláló – a cím UTÁN kis pillet */
#la-survey-container .la-accordion-counter {
    background-color: rgba(90, 171, 48, 0.1);
    color: #5AAB30;
    border: 1px solid rgba(90, 171, 48, 0.4);
    height: 18px;
    min-width: 18px;
    padding: 0 8px;
    border-radius: 999px;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    display: none;                 /* alapból rejtve */
    align-items: center;
    justify-content: center;
    margin-left: 8px;              /* közvetlenül a cím után */
}

/* Jobb oldali nyíl – EREDETI SVG-vel <img> elemen */
#la-survey-container .accordion-arrow {
    margin-left: auto;
    width: 24px;
    height: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
#la-survey-container .accordion-arrow img {
    display: block;
    width: 20px;
    height: 20px;
    transition: transform .2s ease-in-out, opacity .2s ease-in-out;
    opacity: .9;
    pointer-events: none;
}
#la-survey-container .accordion-header:hover .accordion-arrow img { opacity: 1; }
#la-survey-container .accordion-header.active .accordion-arrow img { transform: rotate(90deg); }
/* biztos ami biztos: régi pseudo-nyíl kikapcsolása */
#la-survey-container .accordion-arrow::before { content: none !important; }

#la-survey-container .accordion-content {
    padding: 0;
    background-color: transparent;
    display: none;
}

/* ----- LÁBLÉC + GOMBOK ----- */
#la-survey-container .la-survey-footer { margin-top: 20px; text-align: right; }
#la-survey-container .la-survey-footer.space-between {
    display: flex; justify-content: space-between; align-items: center;
}
#la-survey-container .la-survey-button,
#la-survey-container .wpcf7-submit {
    background-color: #5AAB30;
    color: white;
    padding: 12px 20px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    font-size: 1em;
    font-weight: bold;
    transition: background-color 0.2s, color 0.2s;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}
#la-survey-container .la-survey-button img { width: 16px; height: 16px; vertical-align: middle; }
#la-survey-container .la-survey-button:hover,
#la-survey-container .wpcf7-submit:hover { background-color: #4D9A2A; }
#la-survey-container .la-survey-button:disabled,
#la-survey-container .wpcf7-submit:disabled {
    background-color: #5AAB30; cursor: not-allowed; opacity: 0.4;
}
#la-survey-container .la-survey-button.secondary {
    background-color: transparent; color: #5AAB30; padding-left: 0; padding-right: 0;
}
#la-survey-container .la-survey-button.secondary:hover { background-color: transparent; color: #6BCF3C; }
#la-survey-container .la-survey-button.secondary:disabled { background-color: transparent; }

#la-survey-container .la-survey-cf7-wrapper .wpcf7-form p { margin: 0; }
#la-survey-container .la-survey-cf7-wrapper .wpcf7-spinner { display: none; }

/* ----- Hibák ----- */
.la-survey-error { padding-top: 20px; color: #D6DFE2; }

/* ----- TOOLTIP (csak ha NEM üres) ----- */
.la-survey-option-step2[data-tooltip]::after {
    content: attr(data-tooltip);
    position: absolute;
    bottom: 115%;
    left: 50%;
    transform: translateX(-50%);
    white-space: normal;
    max-width: 300px;
    text-align: left;
    background-color: #05151D;
    color: #ffffff;
    padding: 8px 12px;
    border-radius: 6px;
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    font-weight: 600;
    line-height: 18px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
    z-index: 10;
    border: 1px solid #395560;
    box-shadow: 0 4px 8px 0 rgba(16, 24, 40, 0.05), 0 1px 2px 0 rgba(16, 24, 40, 0.1);
}
.la-survey-option-step2[data-tooltip]:hover::after {
    opacity: 1; visibility: visible;
}
/* ÜRES tooltip SOHA ne jelenjen meg */
.la-survey-option-step2:not([data-tooltip])::after,
.la-survey-option-step2[data-tooltip=""]::after,
.la-survey-option-step2[data-tooltip=" "]::after { display: none !important; opacity: 0 !important; visibility: hidden !important; }

/* ----- Extra: a kategória számláló megjelenítése JS-ből ----- */
/* (a JS állítja display: inline-flex-re, itt csak a stílus van meghatározva) */
