.elementor-534 .elementor-element.elementor-element-491c0e2{--display:flex;}:root{--page-title-display:none;}@media(max-width:1024px){.elementor-534 .elementor-element.elementor-element-491c0e2{--padding-top:30px;--padding-bottom:30px;--padding-left:30px;--padding-right:30px;}}/* Start custom CSS for html, class: .elementor-element-3775fe8 *//* =========================================
   CYBERPUNK FAQ STYLING (FULL VERSION)
   ========================================= */

/* მთავარი ჩარჩო */
.cyberpunk-faq-wrapper {
    max-width: 900px;
    margin: 0 auto;
    font-family: 'Eurostile Mtavruli', sans-serif !important;
}

/* 1. კითხვის ბლოკი (Accordion Item) */
details.cp-faq-item {
    background-color: #171717; /* შავი ფონი */
    border: 1px solid rgba(59, 254, 184, 0.2); /* ნეონის ჩარჩო */
    border-radius: 8px;
    margin-bottom: 15px;
    overflow: hidden;
    transition: all 0.3s ease;
}

/* ჰოვერი (მაუსის მიტანა) */
details.cp-faq-item:hover {
    border-color: #3bfeb8;
    box-shadow: 0 0 15px rgba(59, 254, 184, 0.15);
    transform: translateY(-2px);
}

/* როცა გახსნილია */
details.cp-faq-item[open] {
    border-color: #3bfeb8;
    background-color: #000;
}

/* 2. სათაურის ზოლი (Summary - კითხვა) */
summary {
    list-style: none;
    padding: 20px 25px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #fbfff1;
    font-weight: bold;
    outline: none;
}

/* დეფოლტ ისრის დამალვა (ბრაუზერებისთვის) */
summary::-webkit-details-marker {
    display: none;
}

/* კითხვის ტექსტი */
.cp-question {
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-family: 'Eurostile Mtavruli', sans-serif !important;
}

/* აიკონი (+) */
.cp-icon {
    font-size: 24px;
    color: #3bfeb8;
    font-weight: normal;
    transition: transform 0.3s ease;
    line-height: 1;
}

/* აიკონის ტრიალი გახსნისას */
details[open] summary .cp-icon {
    transform: rotate(45deg); /* ხდება იქსი (X) */
}

/* 3. პასუხის კონტენტი (შიდა ტექსტი) */
.cp-answer {
    padding: 0 25px 25px 25px;
    color: #cccccc; /* ღია ნაცრისფერი */
    font-family: 'Eurostile Mtavruli', sans-serif !important; /* <--- გასწორებული ფონტი */
    letter-spacing: 0.5px; /* ოდნავ დაშორება უკეთესი კითხვისთვის */
    line-height: 1.7;
    border-top: 1px solid rgba(59, 254, 184, 0.1);
    margin-top: 5px;
    padding-top: 20px;
    font-size: 14px;
    animation: fadeIn 0.4s ease;
}

/* პარაგრაფების დაშორება */
.cp-answer p {
    margin-bottom: 15px;
    font-family: 'Eurostile Mtavruli', sans-serif !important;
}
.cp-answer p:last-child {
    margin-bottom: 0;
}

/* სიები (ol/ul) */
.cp-answer ol {
    margin-left: 20px;
    margin-bottom: 20px;
    color: #fbfff1;
    font-family: 'Eurostile Mtavruli', sans-serif !important;
}
.cp-answer li {
    margin-bottom: 5px;
}

/* 4. გამოყოფილი ბოქსი (Category Box) */
.cp-highlight-box {
    background-color: rgba(59, 254, 184, 0.05);
    border-left: 3px solid #3bfeb8;
    padding: 15px;
    border-radius: 0 6px 6px 0;
    margin-top: 15px;
}

.cp-highlight-box strong {
    color: #3bfeb8;
}

/* ანიმაცია გახსნისას */
@keyframes fadeIn {
    from { opacity: 0; transform: translateY(-10px); }
    to { opacity: 1; transform: translateY(0); }
}

/* მობილურისთვის */
@media (max-width: 600px) {
    .cp-question { font-size: 14px; }
    summary { padding: 15px 20px; }
}/* End custom CSS */