* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: Georgia, "Times New Roman", serif;
    min-height: 100vh;
    background: linear-gradient(180deg, #fff5eb 0%, #ffe4cc 50%, #ffd9b3 100%);
    color: #2c2c2c;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.5rem;
}

.container {
    max-width: 560px;
    width: 100%;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 8px 32px rgba(230, 126, 34, 0.15);
    overflow: hidden;
    border: 1px solid rgba(230, 126, 34, 0.2);
}

header {
    background: linear-gradient(135deg, #e67e22 0%, #d35400 100%);
    color: #fff;
    text-align: center;
    padding: 2.5rem 1.5rem;
}

header h1 {
    font-size: 2.2rem;
    font-weight: 700;
    letter-spacing: 0.02em;
    margin-bottom: 0.35rem;
}

.tagline {
    font-size: 1rem;
    opacity: 0.95;
    font-weight: 400;
}

main {
    padding: 2rem 1.5rem;
}

.memorial {
    text-align: center;
}

.memorial h2 {
    color: #d35400;
    font-size: 1.4rem;
    font-weight: 600;
    margin-bottom: 1.25rem;
}

.closure-info {
    font-size: 1.15rem;
    color: #333;
    margin-bottom: 1rem;
    font-weight: 500;
}

.thanks {
    font-size: 1rem;
    color: #555;
    line-height: 1.6;
    margin-bottom: 1.5rem;
}

.continuation {
    margin-top: 1.5rem;
    padding-top: 1.5rem;
    border-top: 1px solid rgba(230, 126, 34, 0.25);
}

.continuation p {
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 0;
}

.continuation a.continuation-link {
    display: block;
    padding: 1rem 1.1rem;
    color: #d35400;
    font-weight: 600;
    text-decoration: none;
    border: 2px solid rgba(211, 84, 0, 0.4);
    border-radius: 8px;
    background: rgba(254, 245, 238, 0.8);
    transition: background 0.2s, border-color 0.2s;
}

.continuation a.continuation-link:hover {
    background: rgba(230, 126, 34, 0.12);
    border-color: #d35400;
    text-decoration: none;
}

.continuation .link-hint {
    display: inline-block;
    margin-top: 0.25rem;
    text-decoration: underline;
    text-underline-offset: 3px;
}

footer {
    background: #fef5ee;
    border-top: 1px solid rgba(230, 126, 34, 0.2);
    text-align: center;
    padding: 1rem 1.5rem;
    color: #b85c00;
    font-size: 0.9rem;
}

footer p {
    margin-bottom: 0.5rem;
}

footer p:last-child {
    margin-bottom: 0;
}

footer a {
    color: #d35400;
    text-decoration: none;
}

footer a:hover {
    text-decoration: underline;
}

footer .copyright {
    font-size: 0.8rem;
    color: #888;
    margin-top: 0.75rem;
}

footer .copyright a {
    color: #a65c00;
}

/* Legal pages (Impressum, Datenschutz) */
.legal {
    text-align: left;
}

.legal h2 {
    color: #d35400;
    font-size: 1.4rem;
    margin-bottom: 1rem;
}

.legal h3 {
    color: #333;
    font-size: 1.1rem;
    margin-top: 1.25rem;
    margin-bottom: 0.5rem;
}

.legal p {
    font-size: 0.95rem;
    color: #555;
    line-height: 1.6;
    margin-bottom: 0.75rem;
}

.legal .address {
    margin: 1rem 0;
}

.legal a {
    color: #d35400;
    text-decoration: none;
}

.legal a:hover {
    text-decoration: underline;
}

.header-link {
    color: rgba(255, 255, 255, 0.95);
    text-decoration: none;
    font-size: 0.95rem;
}

.header-link:hover {
    text-decoration: underline;
}
