/* Βασικά styles */
.enhanced-zodiac-container {
    max-width: 700px;
    margin: 30px auto;
    padding: 0;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #000000;
}

/* Form Styles */
.zodiac-form-header {
    text-align: center;
    margin-bottom: 30px;
    padding: 20px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 15px;
    color: #000000;
}

.zodiac-form-header h2 {
    font-size: 28px;
    font-weight: bold;
    color: #ffffff; /* ΔΙΟΡΘΩΣΗ: Λευκό χρώμα για να φαίνεται */
    margin: 0 0 10px 0;
}

.zodiac-form-header h4 {
    margin: 0;
    opacity: 0.9;
    font-size: 16px;
    color: #ffffff; /* ΔΙΟΡΘΩΣΗ: Λευκό χρώμα για να φαίνεται */
    font-weight: normal;
}

.zodiac-form-section {
    background: white;
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    margin-bottom: 20px;
}

.zodiac-input-group {
    margin-bottom: 25px;
}

.zodiac-input-group label {
    display: block;
    margin-bottom: 10px;
    font-weight: 600;
    color: #000000;
    font-size: 18px;
}

.zodiac-input-group input {
    width: 100%;
    padding: 15px;
    border: 2px solid #e1e5e9;
    border-radius: 10px;
    font-size: 16px;
    transition: border-color 0.3s;
    color: #000000;
    background: white;
}

.zodiac-input-group input:focus {
    border-color: #667eea;
    outline: none;
}

.zodiac-analyze-btn {
    background: linear-gradient(135deg, #ff6b6b 0%, #ee5a24 100%);
    color: #ffffff;
    padding: 18px 30px;
    border: none;
    border-radius: 50px;
    cursor: pointer;
    width: 100%;
    font-size: 18px;
    font-weight: bold;
    transition: transform 0.3s, box-shadow 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
}

.zodiac-analyze-btn h3 {
    color: #ffffff;
    margin: 0;
    font-size: 20px;
    font-weight: bold;
}

.zodiac-analyze-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 7px 20px rgba(255, 107, 107, 0.4);
}

.zodiac-btn-icon {
    font-size: 20px;
    color: #ffffff;
}

.zodiac-results-container {
    background: white;
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 5px 25px rgba(0,0,0,0.1);
    border: 1px solid #e1e5e9;
    text-align: center;
    color: #000000;
    display: none;
}

.zodiac-found-title {
    font-size: 26px;
    font-weight: bold;
    color: #000000;
    margin: 0 0 20px 0;
    text-align: center;
    line-height: 1.2;
}

.zodiac-popup-btn {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: #ffffff;
    padding: 15px 30px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    transition: transform 0.2s;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    text-decoration: none;
}

.zodiac-popup-btn h3 {
    color: #ffffff;
    margin: 0;
    font-size: 18px;
    font-weight: bold;
}

.zodiac-popup-btn:hover {
    transform: translateY(-2px);
}

.zodiac-preview {
    background: #f8f9fa;
    padding: 20px;
    border-radius: 10px;
    margin: 20px 0;
    text-align: center;
    color: #000000;
}

.zodiac-preview-emoji {
    font-size: 50px;
    margin-bottom: 10px;
}

.zodiac-preview-name {
    font-size: 24px;
    font-weight: bold;
    color: #000000;
    margin-bottom: 5px;
}

.zodiac-preview-details {
    color: #000000;
    font-size: 16px;
}

/* Article Result Styles */
.zodiac-article-result {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
    font-family: Arial, sans-serif;
    background: #f0f2f5; /* Ανοιχτό γκρι φόντο για όλη τη σελίδα */
}

.zodiac-article-result .zodiac-header {
    text-align: center;
    margin-bottom: 30px;
}

.zodiac-main-title {
    font-size: 32px;
    font-weight: bold;
    color: #1d2d3f;
    margin-bottom: 10px;
}

.zodiac-subtitle-text {
    color: #5a6b7d;
    font-size: 18px;
    font-weight: normal;
    margin: 0;
}

.zodiac-result-box {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: #ffffff;
    padding: 30px;
    border-radius: 15px;
    text-align: center;
    margin-bottom: 30px;
    border: none;
}

.zodiac-emoji-large {
    font-size: 80px;
    margin-bottom: 15px;
}

.zodiac-name-large {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 10px;
    color: #ffffff;
}

.zodiac-details {
    font-size: 20px;
    margin-bottom: 5px;
    color: #ffffff;
    opacity: 0.9;
}

/* Dark Box Styles (Base) */
.dark-box {
    background: #2c3e50;
    color: #ffffff;
    padding: 25px;
    border-radius: 10px;
    margin-bottom: 30px;
    border-left: 5px solid #4a6572;
}

.dark-box .section-title-large {
    color: #ffffff;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #4a6572;
}

.dark-box p {
    color: #ecf0f1;
    line-height: 1.7;
    font-size: 16px;
}

/* Energy Section Specifics */
.energy-section .characteristics-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 15px;
    margin: 20px 0;
}

.energy-section .characteristic-item {
    background: #34495e;
    padding: 15px;
    border-radius: 8px;
    text-align: center;
    color: #ffffff;
    font-weight: 500;
    border: 1px solid #4a6572;
    transition: background 0.2s;
}

.energy-section .characteristic-item:hover {
    background: #4a6572;
}

.energy-section .strengths-box {
    background: linear-gradient(135deg, #16a085 0%, #1abc9c 100%);
    color: #ffffff;
    padding: 12px 20px;
    border-radius: 50px;
    display: inline-block;
    font-weight: bold;
    margin-top: 15px;
}

/* Share Section Specifics */
.share-buttons {
    display: flex;
    gap: 15px;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 20px;
}

.share-btn {
    padding: 12px 25px;
    text-decoration: none;
    border-radius: 8px;
    font-weight: bold;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: transform 0.2s, box-shadow 0.2s;
    color: #ffffff;
    box-shadow: 0 4px 10px rgba(0,0,0,0.2);
}

.share-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 15px rgba(0,0,0,0.3);
}

.facebook-btn {
    background: #1877f2;
}

.twitter-btn {
    background: #000000;
}

/* =========================================================
=== ΤΕΛΙΚΗ ΔΙΟΡΘΩΣΗ: ΕΝΙΑΙΟ BOX ΓΙΑ "Η ΕΝΕΡΓΕΙΑ ΜΟΥ" ===
=========================================================
*/
.energy-section .characteristics-grid {
    display: block; /* Αλλάζει το grid σε απλά blocks */
}

.energy-section .characteristic-item {
    background: transparent; /* Αφαιρεί το εσωτερικό κουτί */
    border: none;
    padding: 5px 0;
    text-align: left; /* Στοίχιση αριστερά */
    font-weight: normal;
}

.energy-section .characteristic-item:hover {
    background: transparent; /* Αφαιρεί το hover effect */
}

/* Προσθέτει ένα 'tick' για να μοιάζει με λίστα */
.energy-section .characteristic-item::before {
    content: '✓ ';
    color: #1abc9c; /* Πράσινο χρώμα */
    font-weight: bold;
    margin-right: 10px;
}

.energy-section .strengths-box {
    background: none; /* Αφαιρεί το πράσινο κουτί */
    display: block;
    text-align: left;
    padding: 0;
    margin-top: 20px;
    border-radius: 0;
    color: #ffffff;
    box-shadow: none;
}