/*
Theme Name: Wynajme Busa
Theme URI: https://wynajme-busa.pl
Author: reTEST / barmSTUDIO
Description: Autorski motyw dla WYNAJME-BUSA.PL
Version: 1.0.0
License: GNU General Public License v2
*/
body { font-family: 'Inter', sans-serif; overflow-x: hidden; }
.glass-nav { background: rgba(255,255,255,0.85); backdrop-filter: blur(16px); border-bottom: 1px solid rgba(0,0,0,0.05); }
.hero-bg { background: radial-gradient(circle at 80% -20%, #1f1a13 0%, #0a0a0b 50%, #050505 100%); }
::-webkit-scrollbar { width: 10px; }
::-webkit-scrollbar-track { background: #0a0a0b; }
::-webkit-scrollbar-thumb { background: #a87424; border-radius: 5px; }
::-webkit-scrollbar-thumb:hover { background: #8c5f1a; }

/* Style formularza (CF7 / WPForms) */
.form-wrapper input, .form-wrapper textarea, .form-wrapper select {
    width: 100%; padding: 1rem 1.5rem; border-radius: 1rem;
    border: 2px solid #f4f4f5; background: #fafafa;
    font-family: 'Inter', sans-serif; font-size: 1rem;
    font-weight: 500; color: #0a0a0b; transition: all 0.3s;
    margin-bottom: 1rem; outline: none;
}
.form-wrapper input:focus, .form-wrapper textarea:focus {
    border-color: #a87424; background: #fff;
    box-shadow: 0 0 0 4px rgba(168,116,36,0.1);
}
.form-wrapper input[type="submit"], .form-wrapper button[type="submit"] {
    background-color: #0a0a0b; color: white; font-weight: 800;
    font-size: 1.125rem; padding: 1.25rem 2.5rem; border-radius: 1rem;
    cursor: pointer; border: none; transition: all 0.3s; width: 100%;
}
.form-wrapper input[type="submit"]:hover, .form-wrapper button[type="submit"]:hover {
    background-color: #a87424; transform: translateY(-2px);
    box-shadow: 0 10px 25px -5px rgba(168,116,36,0.4);
}
