:root {
    --primary: #4f46e5;
    --primary-glow: rgba(79, 70, 229, 0.02);
    --background-deep: #000000;
    --grid-color: rgba(255, 255, 255, 0.03);
    --grid-size: 60px;
}

body::before {
    content: '';
    position: fixed;
    inset: 0;
    pointer-events: none;
    z-index: -1;

    background-image:
            linear-gradient(to right, rgba(255,255,255,0.04) 1px, transparent 1px),
            linear-gradient(to bottom, rgba(255,255,255,0.04) 1px, transparent 1px);
    background-size: 80px 80px;
    opacity: 0.6;
}
body {
    font-family: 'Inter', sans-serif;
    background-color: var(--background-deep);
    color: #e5e7eb;
    background-image:
            radial-gradient(circle at 40% 30%, var(--primary-glow) 0%, transparent 70%),
            radial-gradient(circle at 70% 80%, var(--primary-glow) 0%, transparent 75%);
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: overlay;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    position: relative;
}

.glass-panel {
    background: rgba(15, 15, 15, 0.85);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.36);
}

.glow-text {
    text-shadow: 0 0 8px rgba(99, 102, 241, 0.3);
}

.glow-border {
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0 0 12px rgba(99, 102, 241, 0.1);
    transition: all 0.3s ease;
}

.glow-border:hover {
    border-color: rgba(99, 102, 241, 0.3);
    box-shadow: 0 0 16px rgba(99, 102, 241, 0.2);
}

.btn-primary {
    background: linear-gradient(135deg, rgba(99, 102, 241, 0.2) 0%, rgba(99, 102, 241, 0.1) 100%);
    border: 1px solid rgba(99, 102, 241, 0.3);
}

.btn-primary:hover {
    background: linear-gradient(135deg, rgba(99, 102, 241, 0.3) 0%, rgba(99, 102, 241, 0.2) 100%);
}

.feature-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.feature-card:hover {
    transform: translateY(-5px);
}

.nav-link {
    position: relative;
    padding: 0.5rem 0;
}

.nav-link:after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: var(--primary);
    transition: width 0.3s ease;
}

.nav-link:hover:after {
    width: 100%;
}

@media (max-width: 768px) {
    .header-content {
        flex-direction: column;
        gap: 1rem;
        padding: 1rem 0;
    }

    .nav-links {
        gap: 0.5rem;
        flex-wrap: wrap;
        justify-content: center;
    }

    .glass-panel {
        padding: 1.5rem;
    }
}

.counter {
    font-weight: bold;
}
.flag-icon {
    width: 20px;
    height: 15px;
    margin-right: 8px;
    display: inline-block;
    background-size: cover;
    background-position: center;
    border-radius: 2px;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
}

.flag-icon.us {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 60 30'%3E%3Crect width='60' height='30' fill='%23B22234'/%3E%3Cg fill='%23fff'%3E%3Crect y='2.3' width='60' height='2.3'/%3E%3Crect y='6.9' width='60' height='2.3'/%3E%3Crect y='11.5' width='60' height='2.3'/%3E%3Crect y='16.1' width='60' height='2.3'/%3E%3Crect y='20.7' width='60' height='2.3'/%3E%3Crect y='25.3' width='60' height='2.3'/%3E%3C/g%3E%3Crect width='24' height='14' fill='%23003F87'/%3E%3Cg fill='%23fff'%3E%3Ccircle cx='2.4' cy='2' r='0.6'/%3E%3Ccircle cx='4.8' cy='4' r='0.6'/%3E%3Ccircle cx='7.2' cy='2' r='0.6'/%3E%3Ccircle cx='9.6' cy='4' r='0.6'/%3E%3Ccircle cx='12' cy='2' r='0.6'/%3E%3Ccircle cx='14.4' cy='4' r='0.6'/%3E%3Ccircle cx='16.8' cy='2' r='0.6'/%3E%3Ccircle cx='19.2' cy='4' r='0.6'/%3E%3Ccircle cx='21.6' cy='2' r='0.6'/%3E%3Ccircle cx='2.4' cy='6' r='0.6'/%3E%3Ccircle cx='4.8' cy='8' r='0.6'/%3E%3Ccircle cx='7.2' cy='6' r='0.6'/%3E%3Ccircle cx='9.6' cy='8' r='0.6'/%3E%3Ccircle cx='12' cy='6' r='0.6'/%3E%3Ccircle cx='14.4' cy='8' r='0.6'/%3E%3Ccircle cx='16.8' cy='6' r='0.6'/%3E%3Ccircle cx='19.2' cy='8' r='0.6'/%3E%3Ccircle cx='21.6' cy='6' r='0.6'/%3E%3C/g%3E%3C/svg%3E");
}

.flag-icon.de {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='60' height='30'%3E%3Crect width='60' height='10' y='0' fill='%23000000'/%3E%3Crect width='60' height='10' y='10' fill='%23DD0000'/%3E%3Crect width='60' height='10' y='20' fill='%23FFCE00'/%3E%3C/svg%3E");
}


.language-dropdown {
    position: relative;
    display: inline-block;
}

.language-dropdown-btn {
    display: flex;
    align-items: center;
    padding: 0.5rem 1rem;
    color: #d1d5db;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 0.375rem;
    cursor: pointer;
    transition: all 0.2s;
}

.language-dropdown-btn:hover {
    background: rgba(79, 70, 229, 0.2);
    border-color: rgba(79, 70, 229, 0.5);
}

.language-dropdown-content {
    display: none;
    position: absolute;
    right: 0;
    min-width: 140px;
    background: rgba(17, 24, 39, 0.95);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 0.375rem;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
    z-index: 50;
    overflow: hidden;
}

.language-dropdown:hover .language-dropdown-content {
    display: block;
}

.language-option {
    display: flex;
    align-items: center;
    padding: 0.5rem 1rem;
    color: #d1d5db;
    cursor: pointer;
    transition: all 0.2s;
}

.language-option:hover {
    background: rgba(79, 70, 229, 0.3);
    color: white;
}

.faq-question {
    transition: all 0.3s ease;
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, padding 0.3s ease;
}

.faq-answer.active {
    max-height: 500px;
    padding-top: 0.75rem;
}

.privacy-content-wrapper {
    color: #d1d5db;
    line-height: 1.75;
}

.privacy-content-wrapper h2 {
    font-size: 1.5rem;
    font-weight: 700;
    color: #ffffff;
    margin-top: 3rem;
    margin-bottom: 1.5rem;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.privacy-content-wrapper h3 {
    font-size: 1.25rem;
    font-weight: 600;
    color: #e5e7eb;
    margin-top: 2rem;
    margin-bottom: 1rem;
}

.privacy-content-wrapper p {
    margin-bottom: 1rem;
}

.privacy-content-wrapper a {
    color: #818cf8;
    text-decoration: underline;
    transition: color 0.2s ease;
}

.privacy-content-wrapper a:hover {
    color: #a78bfa;
}

.privacy-content-wrapper strong {
    color: #f8fafc;
    font-weight: 600;
}

.privacy-content-wrapper ul {
    list-style-position: inside;
    list-style-type: disc;
    margin-bottom: 1rem;
    padding-left: 1rem;
}

.privacy-content-wrapper li {
    margin-bottom: 0.5rem;
}

.privacy-content-wrapper ul.index {
    list-style: none;
    padding-left: 0;
    columns: 2;
    gap: 1.5rem;
}
.privacy-content-wrapper ul.index a {
    display: block;
    padding: 0.5rem;
    border-radius: 0.375rem;
    text-decoration: none;
}
.privacy-content-wrapper ul.index a:hover {
    background-color: rgba(99, 102, 241, 0.1);
    color: #c7d2fe;
}

.privacy-content-wrapper ul.m-elements {
    list-style: none;
    padding: 0;
    margin-top: 1.5rem;
}

.privacy-content-wrapper ul.m-elements li {
    background: rgba(15, 15, 15, 0.7);
    border: 1px solid rgba(255, 255, 255, 0.08);
    padding: 1.25rem;
    border-radius: 0.75rem;
    margin-bottom: 1rem;
}

.privacy-content-wrapper span:empty {
    display: none;
}