/* ===== FONTS ===== */
@font-face {
    font-family: 'Orbitron';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('fonts/orbitron.woff2') format('woff2');
}
@font-face {
    font-family: 'Orbitron';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url('fonts/orbitron.woff2') format('woff2');
}
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url('fonts/inter-300-ext.woff2') format('woff2');
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url('fonts/inter-300.woff2') format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('fonts/inter-400-ext.woff2') format('woff2');
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('fonts/inter-400.woff2') format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* ===== BASE ===== */
*, *::before, *::after {
    box-sizing: border-box;
}

body {
    margin: 0;
    background: radial-gradient(circle at center, #0a0a0a 0%, #000 100%);
    color: #fff;
    font-family: 'Inter', sans-serif;
    display: flex;
    justify-content: center;
    min-height: 100vh;
}

.container {
    max-width: 700px;
    width: 100%;
    padding: 40px;
    backdrop-filter: blur(12px);
    background: rgba(255,255,255,0.03);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 20px;
    box-shadow: 0 0 40px rgba(255,255,255,0.05);
}

.divider {
    width: 60%;
    height: 1px;
    background: linear-gradient(to right, transparent, #555, transparent);
    margin: 25px auto;
}

h1 {
    font-family: 'Orbitron', sans-serif;
    letter-spacing: 3px;
}

.company {
    font-family: 'Orbitron', sans-serif;
}

a {
    color: #ccc;
    text-decoration: none;
}

a:hover {
    color: #fff;
}

.footer {
    font-size: 12px;
}

/* ===== HOME ===== */
body.home {
    align-items: center;
}

body.home .container {
    text-align: center;
}

body.home h1 {
    font-size: 30px;
}

body.home .company {
    margin: 15px 0;
    color: #ddd;
}

body.home .footer {
    margin-top: 30px;
    color: #666;
}

.logo {
    width: 260px;
    max-width: 100%;
    margin-bottom: 20px;
    filter: drop-shadow(0 0 15px rgba(255,255,255,0.2));
}

.subtitle {
    font-size: 14px;
    color: #aaa;
    margin-bottom: 20px;
}

.info {
    font-size: 14px;
    color: #bbb;
    line-height: 1.7;
}

.services {
    margin-top: 25px;
    font-size: 15px;
    line-height: 1.9;
}

.button {
    display: inline-block;
    margin-top: 25px;
    padding: 12px 24px;
    border-radius: 30px;
    background: linear-gradient(135deg, #1f1f1f, #333);
    border: 1px solid rgba(255,255,255,0.15);
    color: #fff;
    font-size: 14px;
    letter-spacing: 1px;
    cursor: pointer;
    transition: 0.3s;
}

.button:hover {
    background: linear-gradient(135deg, #333, #555);
    box-shadow: 0 0 15px rgba(255,255,255,0.2);
}

/* ===== DATENSCHUTZ ===== */
body.datenschutz {
    font-weight: 300;
    padding: 60px 20px;
    align-items: flex-start;
}

body.datenschutz h1 {
    font-size: 22px;
    margin-top: 0;
    margin-bottom: 8px;
}

body.datenschutz .company {
    font-size: 11px;
    color: #666;
    letter-spacing: 2px;
    margin-bottom: 30px;
}

body.datenschutz h2 {
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 2px;
    color: #ccc;
    text-transform: uppercase;
    margin-top: 30px;
    margin-bottom: 10px;
}

body.datenschutz h3 {
    font-size: 13px;
    font-weight: 400;
    color: #bbb;
    margin-top: 20px;
    margin-bottom: 8px;
}

body.datenschutz h4 {
    font-size: 13px;
    font-weight: 400;
    color: #999;
    margin-top: 16px;
    margin-bottom: 6px;
}

body.datenschutz p {
    font-size: 14px;
    color: #aaa;
    line-height: 1.8;
    margin: 0 0 12px;
}

body.datenschutz ul {
    font-size: 14px;
    color: #aaa;
    line-height: 1.8;
    margin: 0 0 12px;
    padding-left: 24px;
}

body.datenschutz li {
    margin-bottom: 6px;
}

body.datenschutz .footer {
    margin-top: 40px;
    color: #555;
    text-align: center;
}

.back-link {
    display: inline-block;
    margin-bottom: 30px;
    color: #888;
    text-decoration: none;
    font-size: 13px;
    letter-spacing: 1px;
    transition: color 0.2s;
}

.back-link:hover {
    color: #fff;
}
