/* Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Source+Sans+3:ital,wght@0,400;0,600;0,700;0,900;1,400&family=Lora:ital,wght@0,400;0,500;1,400&display=swap');

* { margin: 0; padding: 0; box-sizing: border-box; }

body {
    font-family: 'Lora', Georgia, serif;
    line-height: 1.9;
    color: #2a2a2a;
    background: #fff;
    font-size: 17px;
}

.container { max-width: 1100px; margin: 0 auto; padding: 0 30px; }

/* === HEADER === */
header {
    background: #fff;
    border-bottom: 1px solid #eee;
    position: sticky;
    top: 0;
    z-index: 1000;
    box-shadow: 0 2px 8px rgba(0,0,0,0.06);
}

.nav-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 30px;
}

.logo img { height: 58px; width: auto; }

.nav-links { display: flex; list-style: none; gap: 35px; align-items: center; }

.nav-links a {
    text-decoration: none;
    color: #333;
    font-family: 'Source Sans 3', sans-serif;
    font-weight: 600;
    font-size: 0.95rem;
    letter-spacing: 0.02em;
    transition: color 0.2s;
}

.nav-links a:hover { color: #9945FF; }

.lang-switch {
    background: #9945FF;
    color: #fff;
    border: none;
    padding: 8px 22px;
    border-radius: 4px;
    cursor: pointer;
    font-family: 'Source Sans 3', sans-serif;
    font-weight: 700;
    font-size: 0.9rem;
    transition: background 0.2s;
}

.lang-switch:hover { background: #7930d4; }

/* === HERO === */
.hero { padding: 40px 0 30px 0; overflow: hidden; }

.hero-inner { max-width: 1100px; margin: 0 auto; padding: 0 30px; }

.hero-keyart {
    float: right;
    width: 42%;
    margin: 0 0 20px 50px;
}

.hero-keyart img { width: 100%; height: auto; display: block; }

.hero-title {
    font-family: 'Source Sans 3', sans-serif;
    font-size: 2.4rem;
    color: #9945FF;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 12px;
    margin-top: 0;
}

.hero-subtitle {
    font-family: 'Source Sans 3', sans-serif;
    font-size: 1.4rem;
    color: #9945FF;
    font-weight: 400;
    font-style: italic;
    margin-bottom: 20px;
}

/* === LETTER CONTENT === */
main { padding: 20px 0 80px 0; }

.letter-content { max-width: 960px; margin: 0 auto; }

.letter-content p { margin-bottom: 28px; }

/* Alternierender Textsatz */
.p-left {
    max-width: 72%;
    margin-left: 0;
    margin-right: auto;
}

.p-right {
    max-width: 72%;
    margin-left: auto;
    margin-right: 0;
    text-align: right;
}

.p-highlight {
    font-family: 'Source Sans 3', sans-serif;
    font-size: 1.4rem;
    font-weight: 700;
    color: #9945FF;
    max-width: 60%;
    line-height: 1.4;
}

.letter-content a {
    color: #9945FF;
    text-decoration: underline;
    text-underline-offset: 3px;
}
.letter-content a:hover { color: #7930d4; }

.logo-break {
    text-align: center;
    padding: 40px 0;
    margin: 30px 0;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.logo-break img {
    width: 160px;
    max-width: 35%;
    opacity: 0.75;
}

/* Alternierender Textsatz - enger, mehr Luft */
.p-left {
    max-width: 58%;
    margin-left: 0;
    margin-right: auto;
    text-align: left;
}

.p-right {
    max-width: 58%;
    margin-left: auto;
    margin-right: 0;
    text-align: right;
}

.p-highlight {
    font-family: 'Source Sans 3', sans-serif;
    font-size: 1.35rem;
    font-weight: 700;
    color: #9945FF;
    max-width: 50%;
    margin-left: auto;
    margin-right: 0;
    text-align: right;
    line-height: 1.4;
}

.letter-content p.lead {
    font-size: 1.15rem;
    font-weight: 700;
    margin-bottom: 35px;
}

.letter-content h3 {
    font-family: 'Source Sans 3', sans-serif;
    color: #9945FF;
    font-size: 1.85rem;
    font-weight: 700;
    margin: 65px 0 24px 0;
    line-height: 1.2;
    padding-top: 20px;
    border-top: 2px solid #f0e6ff;
}

.letter-content strong { font-weight: 700; }

/* === INITIATORS - mit lila Balken === */
.initiators {
    list-style: none;
    margin: 20px 0 40px 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px 30px;
}

.initiators li {
    font-family: 'Source Sans 3', sans-serif;
    font-size: 0.95rem;
    padding: 12px 0 12px 16px;
    border-left: 4px solid #9945FF;
    border-bottom: 1px solid #f0e6ff;
    color: #333;
    line-height: 1.4;
}

/* === ERSTUNTERZEICHNER - einfache Liste === */
.simple-signers-list {
    columns: 2;
    column-gap: 40px;
    margin: 20px 0 40px 0;
}

.simple-signer {
    font-family: 'Source Sans 3', sans-serif;
    font-size: 0.93rem;
    color: #444;
    padding: 7px 0;
    border-bottom: 1px solid #f0f0f0;
    break-inside: avoid;
    line-height: 1.4;
    margin-bottom: 4px;
}

.simple-signer strong {
    display: block;
    color: #222;
    font-weight: 700;
    margin-bottom: 1px;
}

.signer-org-text {
    display: block;
    color: #666;
    font-size: 0.85rem;
    font-family: 'Source Sans 3', sans-serif;
}

@media (max-width: 700px) {
    .simple-signers-list { columns: 1; }
    .initiators { grid-template-columns: 1fr; }
    .p-left, .p-right { max-width: 100%; text-align: left; margin-left: 0; }
    .p-highlight { max-width: 100%; }
}
    border-bottom: 1px solid #eee;
    color: #444;
    line-height: 1.4;
}

/* === FIRST SIGNERS === */
.signers-list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 14px;
    margin: 30px 0;
}

.signer-item {
    background: #fafafa;
    padding: 14px 18px;
    border-radius: 6px;
    border-left: 4px solid #9945FF;
}

.signer-name {
    font-family: 'Source Sans 3', sans-serif;
    font-weight: 700;
    color: #222;
    margin-bottom: 3px;
    font-size: 0.93rem;
}

.signer-org {
    color: #666;
    font-size: 0.83rem;
    line-height: 1.4;
    font-family: 'Source Sans 3', sans-serif;
}

/* === PRESS START BOX im Hero - float rechts === */
.press-start-box {
    float: right;
    width: 44%;
    margin: 0 0 30px 40px;
    border: 3px solid #9945FF;
    border-radius: 8px;
    overflow: hidden;
    background: #faf8ff;
}

.press-start-keyart {
    display: block;
    width: 100%;
    height: auto;
}

.press-start-box-text {
    padding: 25px 30px 30px 30px;
}

.press-start-title {
    font-family: 'Source Sans 3', sans-serif;
    font-size: 2.8rem;
    color: #9945FF;
    font-weight: 900;
    line-height: 1.1;
    margin-bottom: 20px;
}

.key-art-description {
    font-size: 1.05rem;
    line-height: 1.8;
    color: #444;
    margin-bottom: 28px;
    font-family: 'Lora', serif;
}

.key-art-cta {
    display: inline-block;
    border: 2px solid #9945FF;
    color: #9945FF;
    padding: 12px 32px;
    text-decoration: none;
    font-weight: 700;
    font-family: 'Source Sans 3', sans-serif;
    font-size: 0.95rem;
    letter-spacing: 0.03em;
    transition: all 0.2s;
    border-radius: 3px;
}

.key-art-cta:hover { background: #9945FF; color: #fff; }

/* === GAMER-BILD als Float === */
.gamer-float-right {
    float: right;
    width: 200px;
    margin: 10px 0 30px 40px;
}

.gamer-float-right img {
    width: 100%;
    height: auto;
    opacity: 0.82;
}

/* === COUNTER === */
.counter-section {
    background: #9945FF;
    color: #fff;
    padding: 70px 20px;
    text-align: center;
}

.counter-label-top {
    font-family: 'Source Sans 3', sans-serif;
    font-size: 1.3rem;
    font-weight: 600;
    opacity: 0.9;
    margin-bottom: 5px;
}

.count-number {
    display: block;
    font-family: 'Source Sans 3', sans-serif;
    font-size: 8rem;
    color: #FFD700;
    font-weight: 900;
    line-height: 1;
    margin: 5px 0 10px 0;
    letter-spacing: -0.04em;
}

.counter-label-bottom {
    font-family: 'Source Sans 3', sans-serif;
    font-size: 1.5rem;
    font-weight: 600;
    opacity: 0.9;
}

/* === SIGNATURES LIST === */
.signatures-section {
    padding: 70px 30px;
    max-width: 1100px;
    margin: 0 auto;
}

.signatures-section h3 {
    font-family: 'Source Sans 3', sans-serif;
    font-size: 2rem;
    color: #9945FF;
    margin-bottom: 40px;
    font-weight: 700;
}

.signatures-list {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 14px;
}

.signature-item {
    background: #fafafa;
    padding: 16px 20px;
    border-radius: 6px;
    border-left: 5px solid #9945FF;
}

.signature-name {
    font-family: 'Source Sans 3', sans-serif;
    font-weight: 700;
    font-size: 1rem;
    color: #222;
    margin-bottom: 4px;
}

.signature-org {
    color: #666;
    font-size: 0.88rem;
    font-family: 'Source Sans 3', sans-serif;
}

.signature-date {
    color: #bbb;
    font-size: 0.78rem;
    margin-top: 6px;
    font-family: 'Source Sans 3', sans-serif;
}

/* === FORM SECTION - KeyArt Background === */
.form-section {
    position: relative;
    background-image: url('KeyArt_002_Merged.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 90px 0;
}

.form-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(60, 55, 70, 0.7);
    z-index: 1;
}

.form-inner {
    position: relative;
    z-index: 2;
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 30px;
    display: grid;
    grid-template-columns: 1.1fr 1fr;
    gap: 80px;
    align-items: center;
}

.form-fields {}

.form-title-col { color: #fff; }

.form-title-col h2 {
    font-family: 'Source Sans 3', sans-serif;
    font-size: 3.8rem;
    font-weight: 900;
    color: #fff;
    line-height: 1.1;
    margin-bottom: 25px;
}

.form-title-col p {
    font-size: 1.05rem;
    opacity: 0.8;
    line-height: 1.7;
    font-family: 'Lora', serif;
}

.form-title-col .discord-hint {
    margin-top: 25px;
    padding: 18px 20px;
    background: rgba(88, 101, 242, 0.4);
    border-radius: 6px;
    font-family: 'Source Sans 3', sans-serif;
    font-size: 0.95rem;
}

.form-title-col .discord-hint a {
    color: #fff;
    font-weight: 700;
    text-decoration: underline;
}

.form-group { margin-bottom: 18px; }

.form-group label {
    display: block;
    font-family: 'Source Sans 3', sans-serif;
    font-weight: 600;
    font-size: 0.88rem;
    margin-bottom: 6px;
    color: rgba(255,255,255,0.9);
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.form-group input[type="text"],
.form-group input[type="email"],
.form-group textarea {
    width: 100%;
    padding: 12px 14px;
    border: 2px solid rgba(255,255,255,0.35);
    border-radius: 4px;
    font-size: 1rem;
    background: rgba(255,255,255,0.12);
    color: #fff;
    font-family: 'Source Sans 3', sans-serif;
    transition: border-color 0.2s, background 0.2s;
}

.form-group input::placeholder,
.form-group textarea::placeholder { color: rgba(255,255,255,0.4); }

.form-group input:focus,
.form-group textarea:focus {
    outline: none;
    border-color: rgba(255,255,255,0.8);
    background: rgba(255,255,255,0.2);
}

.form-group textarea { height: 90px; resize: vertical; }

.checkbox-group label {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    color: rgba(255,255,255,0.8);
    font-size: 0.85rem;
    font-family: 'Source Sans 3', sans-serif;
    font-weight: 400;
    text-transform: none;
    cursor: pointer;
}

.checkbox-group input[type="checkbox"] {
    width: 18px;
    height: 18px;
    margin-top: 2px;
    flex-shrink: 0;
    cursor: pointer;
    accent-color: #9945FF;
}

.form-note {
    color: rgba(255,255,255,0.5);
    font-size: 0.8rem;
    margin: 10px 0 18px 0;
    font-family: 'Source Sans 3', sans-serif;
}

.submit-btn {
    background: #FF4500;
    color: #fff;
    border: none;
    padding: 16px 0;
    width: 100%;
    font-size: 1.1rem;
    font-weight: 700;
    font-family: 'Source Sans 3', sans-serif;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    border-radius: 4px;
    cursor: pointer;
    transition: background 0.2s;
}

.submit-btn:hover { background: #d93900; }
.submit-btn:disabled { background: #999; cursor: not-allowed; }

/* === FOOTER === */
footer {
    background: #1a1a1a;
    color: rgba(255,255,255,0.6);
    text-align: center;
    padding: 28px 0;
}

footer a {
    color: rgba(255,255,255,0.6);
    text-decoration: none;
    margin: 0 10px;
    font-family: 'Source Sans 3', sans-serif;
    font-size: 0.85rem;
    transition: color 0.2s;
}

footer a:hover { color: #fff; }

footer p {
    font-family: 'Source Sans 3', sans-serif;
    font-size: 0.88rem;
}

/* === LANGUAGE SWITCH === */
.lang-de { display: block; }
.lang-en { display: none; }
body.lang-en .lang-de { display: none; }
body.lang-en .lang-en { display: block; }

/* === RESPONSIVE === */
@media (max-width: 900px) {
    .hero-keyart { float: none; width: 100%; margin: 0 0 30px 0; }
    .hero-title { font-size: 2.2rem; }
    .hero-subtitle { font-size: 1.3rem; }
    .initiators { grid-template-columns: 1fr; }
    .press-start-title { font-size: 2rem; }
    .gamer-float-right { float: none; width: 140px; margin: 0 auto 20px auto; display: block; }
    .form-inner { grid-template-columns: 1fr; gap: 40px; }
    .form-title-col h2 { font-size: 2.5rem; }
    .count-number { font-size: 5rem; }
}
