/*
Theme Name: HUSE - Agencja do Zadań Specjalnych
Theme URI: https://huse.net.pl
Author: Zbigniew Olszówka
Description: Elegancki, minimalistyczny motyw typu "Strona w budowie" o wysokim kontraście dla HUSE - grupy szybkiego reagowania.
Version: 1.1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: huse-special-agency
*/

body {
    margin: 0;
    padding: 0;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    background-color: #0d0d0d; /* Głęboka, smolista czerń */
    color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    text-align: center;
}

.container {
    border: 1px solid #d4af37; /* Matowe złoto */
    padding: 60px 40px;
    background-color: #141414; /* Bardzo ciemny fiolet/antracyt */
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.9);
    max-width: 600px;
    width: 90%;
    box-sizing: border-box;
    border-radius: 4px;
}

h1 {
    font-size: 3.2em;
    margin: 0 0 5px 0;
    letter-spacing: 4px;
    font-weight: 400;
    color: #ffffff;
    text-transform: uppercase;
}

h1 span.tm {
    font-size: 0.35em;
    vertical-align: super;
    color: #d4af37; /* Złoty znak TM */
    letter-spacing: normal;
}

.slogan {
    font-size: 1.1em;
    color: #d4af37; /* Matowe złoto dla wyróżnienia rangi agencji */
    margin: 0 0 25px 0;
    font-style: italic;
    letter-spacing: 1px;
    font-weight: 300;
}

.status {
    font-size: 1.1em;
    color: #cccccc; /* Szczotkowane srebro */
    margin-bottom: 40px;
    text-transform: uppercase;
    letter-spacing: 2px;
    border-top: 1px solid #2d2d2d;
    border-bottom: 1px solid #2d2d2d;
    padding: 15px 0;
}

.contact {
    font-size: 1.1em;
    line-height: 1.8;
}

.contact p {
    margin: 10px 0;
    color: #999999;
}

.contact a {
    color: #ffffff;
    text-decoration: none;
    transition: color 0.3s ease, border-bottom 0.3s ease;
    font-weight: 500;
    border-bottom: 1px solid #d4af37;
    padding-bottom: 2px;
}

.contact a:hover {
    color: #d4af37;
    border-bottom: 1px solid #ffffff;
}
