/* --- PODSTAWY --- */
body { margin: 0; padding: 0; background-color: #0f0f0f; font-family: 'Montserrat', sans-serif; }

/* Menu */
.main-navigation { background-color: #000; padding: 20px 0; border-bottom: 1px solid #333; position: sticky; top: 0; z-index: 1000; }
.nav-container { max-width: 1200px; margin: 0 auto; display: flex; justify-content: space-between; align-items: center; padding: 0 20px; }
.logo { color: #fff; font-family: 'Playfair Display', serif; font-size: 1.5rem; font-weight: 700; letter-spacing: 2px; }
.nav-links { list-style: none; display: flex; gap: 30px; margin: 0; padding: 0; }
.nav-links li a { color: #fff; text-decoration: none; font-size: 0.9rem; font-weight: 600; text-transform: uppercase; transition: 0.3s; }
.nav-links li a:hover { color: #e5c357; }
.active-link { color: #e5c357 !important; border-bottom: 2px solid #e5c357; padding-bottom: 5px; }

/* Główne */
.custom-song-section { background-color: #0f0f0f; color: #fff; padding: 60px 20px; }
.song-hero { text-align: center; max-width: 800px; margin: 0 auto 60px auto; }
.gold-subtitle { color: #e5c357; font-size: 0.9rem; font-weight: 700; text-transform: uppercase; display: block; margin-bottom: 10px; letter-spacing: 2px; }
.section-title { font-family: 'Playfair Display', serif; font-size: 3rem; margin-bottom: 20px; color: #fff; }
.section-desc { color: #bbb; line-height: 1.6; margin-bottom: 30px; }

/* Ikony */
.how-it-works { text-align: center; background-color: #0a0a0a; padding: 50px 0; margin-bottom: 60px; border-top: 1px solid #222; border-bottom: 1px solid #222; }
.classic-title { font-family: 'Playfair Display', serif; font-size: 2rem; margin-bottom: 20px; color: #fff; }
.steps-container { display: flex; flex-wrap: wrap; justify-content: center; gap: 30px; max-width: 1200px; margin: 0 auto; }
.step-item { flex: 1; min-width: 180px; max-width: 200px; }
.step-icon { background-color: #1a1a1a; width: 70px; height: 70px; border-radius: 50%; margin: 0 auto 15px auto; display: flex; align-items: center; justify-content: center; font-size: 1.5rem; color: #e5c357; border: 1px solid #333; }
.step-item h4 { color: #fff; margin-bottom: 5px; font-size: 1rem; }
.step-item p { color: #888; font-size: 0.85rem; line-height: 1.4; }

/* --- ODTWARZACZ (POPRAWIONY WYGLĄD) --- */
.demo-player-section { text-align: center; max-width: 800px; margin: 0 auto 80px auto; }
.custom-player-wrapper { background-color: #0a0a0a; border: 1px solid #333; padding: 30px; border-radius: 8px; box-shadow: 0 0 20px rgba(0,0,0,0.5); }
.player-controls { margin-bottom: 25px; }
.song-info { font-size: 1.2rem; color: #e5c357; font-weight: 700; margin-bottom: 20px; font-family: 'Playfair Display', serif; min-height: 1.5em; }

/* Pasek postępu */
.progress-container { width: 100%; height: 6px; background-color: #222; border-radius: 5px; overflow: hidden; margin-bottom: 25px; cursor: pointer; }
.progress-bar { width: 0%; height: 100%; background-color: #e5c357; transition: width 0.1s linear; box-shadow: 0 0 10px #e5c357; }

/* Przyciski sterowania - TERAZ ZŁOTE */
.control-buttons { display: flex; justify-content: center; align-items: center; gap: 25px; }
.ctrl-btn { 
    background: none; 
    border: 2px solid #e5c357; /* Złota ramka */
    color: #e5c357; /* Złota ikona */
    width: 45px; 
    height: 45px; 
    border-radius: 50%; 
    cursor: pointer; 
    transition: 0.3s; 
    display: flex; 
    align-items: center; 
    justify-content: center; 
    font-size: 1rem;
}
.ctrl-btn:hover { 
    background-color: #e5c357; /* Wypełnienie po najechaniu */
    color: #000; /* Czarna ikona */
    transform: scale(1.1); /* Lekkie powiększenie */
    box-shadow: 0 0 15px rgba(229, 195, 87, 0.4);
}
.main-play { 
    width: 60px; 
    height: 60px; 
    font-size: 1.5rem; 
    background-color: rgba(229, 195, 87, 0.1); /* Lekkie tło */
}
.main-play:hover {
    background-color: #e5c357;
    color: #000;
}

/* Lista utworów */
.track-list { text-align: left; border-top: 1px solid #333; padding-top: 20px; max-height: 300px; overflow-y: auto; }
.track-item { padding: 15px; border-bottom: 1px solid #222; cursor: pointer; transition: 0.3s; display: flex; align-items: center; gap: 15px; color: #bbb; border-left: 3px solid transparent; }
.track-item:hover { background-color: #1a1a1a; color: #fff; }
.track-item i.icon-state { color: #555; font-size: 0.9rem; width: 20px; text-align: center; }

/* Aktywny utwór */
.track-item.active-track { background-color: #151515; color: #e5c357; border-left-color: #e5c357; font-weight: 700; }
.track-item.active-track i.icon-state { color: #e5c357; }

/* Formularz */
.order-container { max-width: 1100px; margin: 0 auto; }
.order-header { text-align: center; margin-bottom: 40px; }
.form-layout { display: flex; flex-wrap: wrap; gap: 30px; }
.contact-side { flex: 1; min-width: 280px; display: flex; flex-direction: column; gap: 20px; }
.contact-box { border: 1px solid #333; padding: 30px; text-align: center; background-color: #0a0a0a; transition: 0.3s; }
.contact-box:hover { border-color: #e5c357; }
.gold-icon { font-size: 2rem; color: #e5c357; margin-bottom: 15px; }
.contact-link { display: block; color: #fff; font-weight: 700; margin-top: 10px; text-decoration: none; font-size: 1.1rem; }
.form-side { flex: 2; min-width: 300px; border: 1px solid #333; padding: 30px; background-color: #0a0a0a; }
.form-row { display: flex; gap: 20px; margin-bottom: 20px; }
.input-group { flex: 1; display: flex; flex-direction: column; }
.input-group label { font-size: 0.75rem; color: #888; margin-bottom: 8px; text-transform: uppercase; }
.input-group input, .input-group select, .input-group textarea { background-color: #111; border: 1px solid #444; padding: 15px; color: #fff; font-size: 1rem; outline: none; font-family: 'Montserrat', sans-serif; transition: 0.3s; }
.input-group input:focus, .input-group select:focus, .input-group textarea:focus { border-color: #e5c357; }
.full-width { width: 100%; margin-bottom: 20px; }
.checkbox-group { display: flex; align-items: center; gap: 10px; margin-bottom: 30px; color: #888; font-size: 0.85rem; }
.full-width-btn { width: 100%; font-size: 1.1rem; padding: 18px; border: none; cursor: pointer; background-color: #e5c357; font-weight: 700; }
.full-width-btn:hover { background-color: #d4af37; }
@media (max-width: 768px) { .form-row, .form-layout { flex-direction: column; } .nav-container { flex-direction: column; gap: 15px; } }