/* 90s Retro Minimalist Web Style - Clean & Content Focused */

body {
    background-color: #000000;
    color: #ffcc00;
    font-family: "Courier New", Courier, Monaco, monospace;
    font-size: 14px;
    line-height: 1.6;
    margin: 0;
    padding: 40px 20px;
}

.container {
    max-width: 760px;
    margin: 0 auto;
    padding: 25px;
    border: 2px solid #ffcc00;
    background-color: #050505;
}

header {
    text-align: center;
    margin-bottom: 30px;
}

h1 {
    font-size: 24px;
    margin: 10px 0 5px 0;
    letter-spacing: 2px;
}

.subtitle {
    font-size: 12px;
    color: #aaaaaa;
    margin: 0 0 15px 0;
    text-transform: uppercase;
}

.lang-nav {
    text-align: right;
    font-size: 12px;
    margin-bottom: 10px;
}

.lang-link {
    color: #00ffff !important;
    text-decoration: none;
    font-weight: bold;
}

.lang-link:hover {
    color: #000000 !important;
    background-color: #00ffff;
}

h2 {
    font-size: 16px;
    border-bottom: 1px dashed #ffcc00;
    padding-bottom: 5px;
    margin-top: 35px;
    margin-bottom: 15px;
    letter-spacing: 1px;
}

p {
    margin-bottom: 15px;
    text-align: justify;
}

.services-list {
    list-style-type: square;
    padding-left: 20px;
}

.services-list li {
    margin-bottom: 12px;
    text-align: justify;
}

.services-list strong {
    color: #ffffff;
    font-weight: bold;
}

.contact-box {
    border: 1px dashed #ffcc00;
    padding: 15px;
    background-color: #0a0a0a;
    margin-top: 15px;
}

.email-line {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 5px;
}

a {
    color: #00ff66;
    text-decoration: underline;
}

a:hover {
    color: #000000;
    background-color: #00ff66;
    text-decoration: none;
}

.retro-line {
    border: none;
    border-top: 2px solid #ffcc00;
    margin: 20px 0;
}

footer {
    text-align: center;
    margin-top: 40px;
}

.copyright {
    font-size: 11px;
    color: #888888;
    text-align: center;
}
