@keyframes animatedBackground {
    0%   { background-position:   0% 60%; }
    50%  { background-position: 100% 60%; }
    100% { background-position:   0% 60%; }
}

body {
    background: linear-gradient(150deg,
        rgba(16, 24, 32, 1),
        rgb(28, 56, 48),
        rgb(36, 80, 100),
        rgb(20, 30, 40));
    background-size: 200% 200%;
    animation: animatedBackground 12s ease-in-out infinite;
    color: #f1f5f3;
    font-family: 'JetBrains Mono', ui-monospace, SFMono-Regular, Menlo, monospace;
    overflow-y: auto;
    background-attachment: fixed;
    margin: 0;
    line-height: 1.5;
}

.container {
    max-width: 800px;
    margin: 0 auto;
    margin-bottom: 24px;
    padding: 12px;
    text-align: center;
}

.container22 {
    max-width: 800px;
    margin: 0 auto;
    padding: 12px;
    text-align: center;
}

h1 {
    font-family: 'JetBrains Mono', monospace;
    font-weight: 700;
    font-size: 40px;
    letter-spacing: -0.5px;
    text-align: center;
    padding: 20px 0 8px;
    margin: 0;
}

h2 {
    font-family: 'JetBrains Mono', monospace;
    font-weight: 600;
    font-size: 22px;
    letter-spacing: -0.3px;
}

#description {
    font-family: 'JetBrains Mono', monospace;
    font-size: 16px;
    margin-bottom: 20px;
    color: #d4dcd8;
}

.tagline {
    font-size: 13px;
    opacity: 0.7;
    margin: 0 0 24px;
    letter-spacing: 0.5px;
}

.button-row {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 16px;
}

.button-row button {
    font-family: 'JetBrains Mono', monospace;
    font-size: 14px;
    padding: 10px 22px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    background: rgba(255, 255, 255, 0.08);
    color: #f1f5f3;
    border-radius: 6px;
    cursor: pointer;
    transition: background 0.2s ease;
}

.button-row button:hover {
    background: rgba(255, 255, 255, 0.18);
}

.button-row a {
    text-decoration: none;
}

.container img.mockup {
    max-width: 70%;
    height: auto;
    border-radius: 12px;
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.35);
}

.hero-banner {
    display: block;
    width: 100%;
    max-width: 250px;
    height: auto;
    margin: 0 auto 20px;
    border-radius: 10px;
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.35);
}

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

details {
    margin: 12px auto;
    text-align: left;
    max-width: 720px;
    padding: 12px 16px;
    background: rgba(255, 255, 255, 0.05);
    border: 0.5px solid rgba(255, 255, 255, 0.18);
    border-radius: 8px;
}

details summary {
    font-family: 'JetBrains Mono', monospace;
    font-weight: 600;
    cursor: pointer;
    font-size: 16px;
    padding: 2px 0;
}

details p,
details ul {
    font-size: 14px;
    color: #d4dcd8;
}

.section-block {
    margin: 32px auto;
    text-align: left;
    max-width: 720px;
    padding: 0 16px;
}

.section-block ul {
    line-height: 1.8;
    padding-left: 20px;
}

a {
    color: #9fd6a8;
}

a:hover {
    color: #c8efce;
}

nav.footer {
    margin: 40px 16px 24px;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.18);
    text-align: center;
    font-size: 14px;
}

nav.footer p {
    margin: 6px 0;
}

nav.footer a {
    color: #f1f5f3;
    margin-right: 12px;
    text-decoration: none;
}

nav.footer a:hover {
    text-decoration: underline;
}

/* Imprint + Privacy-Policy-Inhaltsbereich */
.legal {
    max-width: 720px;
    margin: 0 auto;
    padding: 24px 20px;
    background: rgba(255, 255, 255, 0.04);
    border: 0.5px solid rgba(255, 255, 255, 0.15);
    border-radius: 10px;
    margin-top: 32px;
    margin-bottom: 32px;
    text-align: left;
}

.legal h1 {
    text-align: left;
    font-size: 28px;
    padding-top: 0;
}

.legal h2 {
    margin-top: 28px;
    font-size: 18px;
}

.legal p,
.legal li {
    font-size: 14px;
    color: #e3e8e5;
}

.legal strong {
    color: #ffffff;
}
