html, body {
    height: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

body {
    min-height: 100vh;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    font-family: 'Roboto Mono', monospace; 
    font-weight: bold !important;
    background-color: black;
    background-image: url('man.png'), url('background.png');
    background-position: 470px 150px, center center;
    background-size: 600px auto, 100% 100%;
    background-repeat: no-repeat, no-repeat;
    background-attachment: scroll, fixed;
}

h1, h2, h3, p, a, li, label, input, textarea, button, span, strong {
    font-weight: bold !important;
}

/* ==========================================================================
   --- ΕΝΤΥΠΩΣΙΑΚΟ ΣΤΑΤΙΚΟ WELCOME (ΧΩΡΙΣ ΥΠΟΓΡΑΜΜΙΣΗ) ---
   ========================================================================== */
.static-welcome {
    font-family: 'Fredoka', sans-serif;
    font-size: 2.8rem;
    color: #ffffff;
    text-align: center;
    margin-top: 0;
    margin-bottom: 25px;
    letter-spacing: 5px;
    text-transform: uppercase;
    text-shadow: 0 0 10px rgba(229, 9, 20, 0.85);
}

/* ==========================================================================
   --- STATIC HEADER ---
   ========================================================================== */
.stranger-header {
    position: static; 
    width: 100%;
    background-color: #000000;
    padding: 20px 40px;
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    box-sizing: border-box;
    border-bottom: 2px solid #e50914; 
    box-shadow: 0 4px 20px rgba(229, 9, 20, 0.4);
    z-index: 10000; 
}

.header-name {
    text-align: center;
}

.header-name h1 {
    color: #ffffff;
    font-family: 'Segoe UI', sans-serif;
    text-transform: uppercase;
    letter-spacing: 4px;
    margin: 0;
    font-size: 32px; 
    text-shadow: none; 
}

.menu-icon {
    cursor: pointer;
    display: flex;
    flex-direction: column;
    gap: 6px;
    z-index: 10001;
}

.menu-icon .bar {
    width: 32px;
    height: 4px;
    background-color: #ffffff;
    box-shadow: 0 0 8px #e50914;
    transition: all 0.3s ease;
}

.header-socials {
    display: flex;
    gap: 20px;
}

.nav-icon {
    width: 28px;
    height: 28px;
    filter: drop-shadow(0 0 5px #e50914);
    transition: transform 0.3s ease;
}

.nav-icon:hover {
    transform: scale(1.15);
}

/* ==========================================================================
   --- SIDEBAR MENU (ΜΕ ΤΟ BURGER ΣΤΑ ΑΡΙΣΤΕΡΑ) ---
   ========================================================================== */
.sidebar-menu {
    position: fixed;
    top: 0;
    left: -270px; 
    width: 240px; 
    height: 100%;
    background-color: #000000;
    border-right: 3px solid #e50914;
    box-shadow: 10px 0 30px rgba(229, 9, 20, 0.5);
    display: flex;
    flex-direction: column;
    justify-content: flex-start; 
    padding-top: 90px; 
    align-items: center;
    transition: left 0.4s cubic-bezier(0.77,0.2,0.05,1);
    z-index: 10005; 
    box-sizing: border-box;
}

.sidebar-menu.open {
    left: 0; 
}

/* Ευθυγράμμιση του Burger αριστερά μέσα στο pop-up */
.close-menu-icon {
    position: absolute;
    top: 25px;
    left: 40px; 
    right: auto;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.close-menu-icon .bar {
    width: 32px;
    height: 4px;
    background-color: #ffffff;
    box-shadow: 0 0 8px #e50914;
    transition: all 0.3s ease;
}

.close-menu-icon:hover .bar {
    background-color: #e50914;
}

.sidebar-menu nav ul {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: center;
    width: 100%;
}

.sidebar-menu nav ul li {
    margin-bottom: 30px;
}

.sidebar-menu nav ul li a {
    font-family: 'Fredoka', sans-serif; 
    font-size: 26px; 
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #ffffff;
    text-decoration: none;
    transition: all 0.2s ease;
}

.sidebar-menu nav ul li a:hover {
    color: #ffcc00; 
    text-shadow: 0 0 15px #ffcc00;
    text-decoration: underline !important; 
}

.sidebar-menu .shop-item {
    display: block;
    width: 100%;
    text-align: center;
}

.sidebar-menu .shop-link.disabled {
    font-family: 'Fredoka', sans-serif;
    font-size: 26px;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #444444; 
    cursor: not-allowed;
    display: inline-block;
}

/* --- MAIN LAYOUTS --- */
.container {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

main {
    background-color: transparent; 
    text-align: center;
    color: #ffffff;
    flex: 1;
    margin-top: 60px;
}

.section-title {
    font-size: 3rem;
    margin-bottom: 30px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #ffffff;
    text-shadow: 0 0 10px #e50914, 0 0 20px #e50914;
}

.content-wrapper {
    width: 85%;
    max-width: 850px; 
    margin: 0 auto 50px auto;
    background-color: rgba(0, 0, 0, 0.85); 
    padding: 40px;
    border-radius: 15px;
    border: 2px solid #e50914; 
    box-shadow: 0 0 25px rgba(229, 9, 20, 0.4);
    color: #fff;
    box-sizing: border-box;
}

/* ==========================================================================
   --- ΔΙΑΤΑΞΗ ΚΑΙ ΕΥΘΥΓΡΑΜΜΙΣΗ ---
   ========================================================================== */
.profile-section {
    display: flex;
    gap: 35px;
    align-items: flex-start; 
    justify-content: center;
}

.profile-image {
    width: 240px;
    height: auto;
    border-radius: 10px;
    border: 2px solid #ffcc00; 
    box-shadow: 0 0 15px rgba(255, 204, 0, 0.5);
    object-fit: cover;
}

.profile-text {
    flex: 1;
    text-align: left;
}

.content-wrapper p {
    font-family: 'Segoe UI', Arial, sans-serif; 
    font-size: 1.15rem;
    line-height: 1.8;
    text-align: justify; 
    margin: 0;
    color: #ffffff;
    text-shadow: none; 
}

.info-list {
    list-style: none;
    padding: 0;
    margin-top: 35px;
    border-top: 1px solid #333;
    padding-top: 20px;
    text-align: left;
}

.info-list li {
    font-family: 'Segoe UI', Arial, sans-serif;
    margin-bottom: 10px;
    color: #ddd;
}

.info-list strong {
    color: #ffcc00;
}

/* --- CONTACT FORM --- */
.goggins-main {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-top: 60px;
}

.contact-wrapper {
    width: 90%;
    max-width: 500px;
    background-color: rgba(0, 0, 0, 0.85);
    padding: 30px;
    border-radius: 15px;
    border: 2px solid #e50914;
    box-shadow: 0 0 25px rgba(229, 9, 20, 0.4);
    margin-bottom: 50px;
    box-sizing: border-box;
}

label {
    display: block;
    color: #ffcc00;
    margin-bottom: 5px;
    font-size: 1rem;
}

input, textarea {
    width: 100%;
    padding: 12px;
    background: #0a0a0a;
    border: 1px solid #444;
    color: #fff;
    border-radius: 5px;
    box-sizing: border-box;
    font-family: 'Segoe UI', Arial, sans-serif;
    font-size: 1rem;
}

input:focus, textarea:focus {
    border-color: #e50914;
    outline: none;
    box-shadow: 0 0 15px #e50914;
}

.submit-btn {
    width: 100%;
    padding: 12px;
    background: transparent;
    border: 2px solid #e50914;
    color: #ffffff;
    cursor: pointer;
    font-size: 1.1rem;
    transition: 0.3s;
    text-transform: uppercase;
    font-family: 'Roboto Mono', monospace;
}

.submit-btn:hover {
    background: #e50914;
    box-shadow: 0 0 20px #e50914;
    color: #fff;
}

/* --- CLEAN FOOTER --- */
.goggins-footer {
    font-family: 'Roboto Mono', monospace;
    background-color: transparent;
    color: white;
    padding: 25px;
    display: flex;
    align-items: center; 
    justify-content: center;
    border-top: none; 
    box-shadow: none;  
}

.legal-text {
    width: 100%;
    text-align: center;
    font-size: 10px;
    color: #777;
}

/* ==========================================================================
   --- MOBILE RESPONSIVE ---
   ========================================================================== */
@media (max-width: 768px) {
    body {
        background-position: center 180px, center center;
        background-size: 320px auto, cover;
    }
    .stranger-header {
        padding: 15px 20px;
    }
    .header-name h1 {
        font-size: 18px;
        letter-spacing: 2px;
    }
    .static-welcome {
        font-size: 2.2rem; 
    }
    .section-title {
        font-size: 2rem;
    }
    .content-wrapper {
        width: calc(100% - 20px);
        margin: 0 auto 50px auto;
        padding: 20px;
        box-sizing: border-box;
    }
    .contact-wrapper {
        width: calc(100% - 20px);
        margin: 0 auto 50px auto;
        padding: 20px;
        box-sizing: border-box;
    }
    .profile-section {
        flex-direction: column;
        align-items: center; /* Κεντράρει απόλυτα τη φωτογραφία στο κινητό */
        gap: 20px;
    }
    .profile-image {
        width: 100%;
        max-width: 220px;
    }
    .close-menu-icon {
        left: 20px; /* Burger αριστερά στο κινητό */
    }
}