@font-face {
    font-display: swap;
    font-family: 'Space Mono';
    font-style: normal;
    font-weight: 400;
    src: url(https://sebastianfitzek.de/wp-content/themes/fitzek-theme/fonts/space-mono-v17-latin-regular.woff2) format('woff2');
}
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: Yoko;
  font-style: normal;
  font-weight: 500;
  src: url('https://sebastianfitzek.de/wp-content/themes/fitzek-theme/fonts/yoko.woff2') format('woff2'),
    /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
      url('https://sebastianfitzek.de/wp-content/themes/fitzek-theme/fonts/yoko.woff') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
:root {
    --bg: #020202;
    --bg-soft: #0b0b0b;
    --panel: rgba(17, 17, 17, 0.92);
    --panel-soft: rgba(28, 28, 28, 0.92);
    --text: #f6f1e8;
    --muted: #f6f1e8;
    --line: rgba(255, 34, 17, 0.38);
    --line-strong: rgba(255, 34, 17, 0.82);
    --red: #e8180a;
    --red-dark: #a91107;
    --white-soft: #e8e3dc;
    --gold: #c9a84c;
    --gold-dim: rgba(201, 168, 76, 0.35);
    --success: #5ea26c;
    --error: #c84e4e;
    --shadow: 0 24px 80px rgba(0, 0, 0, 0.45);
    --b-radius-lg: 8px;
    --fw-700: 700;
    --content-max: 1280px;
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    min-height: 100vh;
    color: var(--text);
    line-height: 1.25;
    background:
        radial-gradient(circle at top left, rgba(255, 255, 255, 0.06), transparent 28%),
        radial-gradient(circle at 85% 20%, rgba(255, 255, 255, 0.05), transparent 20%),
        linear-gradient(180deg, rgba(201, 168, 76, 0.06), transparent 10%),
        #080808;
    font-family: 'Space Mono';
    letter-spacing: 0.02em;
}

a {
    color: inherit;
}
.cWhite {
    color: var(--white-soft);
}
.form-control,
.form-check-input {
    box-shadow: none !important;
}

.site-header {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 16px;
    padding-top: 22px;
    padding-bottom: 18px;
    border-bottom: 1px solid rgba(201, 168, 76, 0.24);
}
.content {
    position: relative;
    z-index: 2;
    max-width: 100%;
}

.brand {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
}

.brand-logo {
    display: block;
    width: clamp(150px, 17vw, 150px);
    height: auto;
}

.site-nav {
    display: flex;
    align-items: center;
    gap: 22px;
}

.site-nav a,
.text-link {
    color: var(--white-soft);
    text-decoration: none;
    text-transform: uppercase;
    font-size: 0.95rem;
    letter-spacing: 0.14em;
}

.site-nav a:hover,
.text-link:hover {
    color: var(--red);
}
.hero-home {
    position: relative;
    overflow: hidden;
}
main {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
main .hero {
    padding-top: 1rem;
}

.hero-stage {
    position: relative;
    max-width: var(--content-max);
    margin: 0 auto;
}

.hero-stage::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 30% 22%, rgba(255, 255, 255, 0.12), transparent 14%),
        radial-gradient(circle at 78% 60%, rgba(255, 255, 255, 0.06), transparent 12%),
        linear-gradient(180deg, rgba(255, 255, 255, 0.06), transparent 30%),
        linear-gradient(135deg, rgba(255, 255, 255, 0.03), transparent 35%);
    mix-blend-mode: screen;
    opacity: 0.35;
    pointer-events: none;
}

.hero-row {
    position: relative;
    z-index: 1;
    min-height: min(76vh, 820px);
}

.hero-copy,
.signup-card,
.hero-author {
    position: relative;
    z-index: 1;
}

.hero-copy {
    position: relative;
    width: min(100%, 34rem);
    margin-top: -12.5rem;
    padding-left: 1.4rem;
    padding-bottom: 3rem;
}


h1,
h2,
h3 {
    margin: 0;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 0.88;
    font-family: Yoko, almaq-rough, sans-serif;
}

h1 {
    max-width: 17.5ch;
    margin-bottom: 1rem;
    color: var(--white-soft);
    font-size: clamp(2.8rem, 3.8vw, 4.8rem);
    letter-spacing: 0.01em;
    line-height: 0.98;
}
h2 {
    color: var(--red);
    font-size: clamp(2rem, 3vw, 3.5rem);
    letter-spacing: 0.02em;
}

.lead,
.signup-copy,
.card p,
.card li {
    font-family: "proxima-nova", Arial, sans-serif;
    font-size: 1rem;
    line-height: 1.68;
    letter-spacing: 0.01em;
}

.eyebrow {
    display: inline-block;
    min-width: 140px;
    padding: 0.22rem 0.9rem 0.4rem;
    background: url('secIndBg.png') center/100% 100% no-repeat;
    color: #000;
    font-size: 0.72rem;
    font-weight: var(--fw-700);
    letter-spacing: 0.14em;
    text-transform: uppercase;
    margin-bottom: 1.2rem;
    text-align: center;
}
.lead {
    margin-bottom: 1.2rem;
    color: var(--muted);
}

.card {
    border-radius: 0;
    background: var(--panel);
    border: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: var(--shadow);
}

.signup-card,
.card {
    padding: 1.8rem;
}

.signup-card {
    margin-top: 0;
    background: rgba(10, 10, 10, 0.97);
    border: 1px solid var(--gold-dim);
    border-radius: var(--b-radius-lg);
    color: var(--text);
    padding: 2rem;
}

.signup-card h2 {
    color: var(--gold) !important;
    font-size: clamp(2rem, 2.6vw, 3rem) !important;
    padding-bottom: 0.9rem;
    letter-spacing: 0.04em;
    line-height: 1;
}
.signup-card  svg {
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 1.2rem;
    margin-top: -0.5rem;
}
.card-topline {
    margin-bottom: 0.7rem;
    color: var(--red);
    font-size: 0.86rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}



.signup-copy {
    margin-bottom: 1.1rem;
    color: var(--muted);
}

.signup-form {
    display: grid;
    gap: 14px;
}

.signup-form label span {
    display: block;
    margin-bottom: 6px;
    color: var(--white-soft);
    font-size: 0.88rem;
    font-weight: 700;
    letter-spacing: 0.12em;
}

.signup-form label:not(.checkbox) span {
    display: none;
}

.signup-form .form-control {
    border: 1px solid rgba(255, 255, 255, 0.75);
    border-radius: 4px;
    padding: 0.88rem 1rem 0.8rem;
    background: rgba(255, 255, 255, 0.02);
    color: #fff;
    font-family: "proxima-nova", Arial, sans-serif;
    transition: border-color 0.2s;
}

.signup-form .form-control::placeholder {
    color: rgba(255, 255, 255, 0.45);
}

.signup-form .form-control:focus {
    border-color: var(--gold);
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
    outline: none;
}

.split {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}

.checkbox {
    display: flex;
    gap: 10px;
    align-items: flex-start;
}

.checkbox input {
    flex: 0 0 16px;
    width: 16px;
    height: 16px;
    margin-top: 3px;
    margin-right: 10px;
    border-radius: 3px !important;
    border-width: 1px !important;
    border-color: rgba(255,255,255,0.4) !important;
    background-color: transparent !important;
}

.checkbox input:checked {
    background-color: var(--gold) !important;
    border-color: var(--gold) !important;
}

.checkbox span {
    margin: 0;
    color: rgba(255,255,255,0.65);
    font-size: 0.72rem;
    line-height: 1.4;
}

.checkbox a {
    color: var(--white-soft);
    text-transform: capitalize;
    text-decoration: underline;
    text-decoration-color: rgba(255,255,255,0.3);
}

.btn-gold {
    border: 0;
    border-radius: 6px;
    padding: 0.95rem 1.15rem 0.85rem;
    background: #f0ebe2;
    color: #050505;
    font-size: 1rem;
    font-weight: 800;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    transition: background 0.25s, transform 0.2s;
    width: 100%;
    cursor: pointer;
}

.btn-gold:hover,
.btn-gold:focus,
.btn-gold:active {
    background: #fff;
    color: #050505 !important;
    transform: translateY(-1px);
}

.btn-gold:disabled {
    opacity: 0.72;
    transform: none;
}

.flash {
    margin-bottom: 1rem;
    border-radius: 0;
    padding: 0.9rem 1rem 0.8rem;
    line-height: 1.5;
}

.flash-success {
        position: fixed;
    left:0;
    right:0;
    bottom:0;
    top:0;
    width:100%;
    height:100%;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.92);

}

.flash-error {
    background: rgba(200, 78, 78, 0.12);
    border: 1px solid rgba(200, 78, 78, 0.44);
}

/* ── Prizes visual ─────────────────────────────── */
.visual-cluster {
    position: relative;
    width: min(100%, 629px);
    margin: 0 auto 0 0;
}

.visual-artwork {
    display: block;
    width: 100%;
    height: auto;
    max-width: 520px;
    filter: drop-shadow(0 28px 40px rgba(0, 0, 0, 0.42));
}

.hero-author {
    position: absolute;
    right: clamp(12px, 2vw, 28px);
    bottom: 0;
    z-index: -1;
    width: min(18vw, 180px);
    text-align: center;
    pointer-events: none;
}
@media (min-width: 1200px) {
    .hero-author {
        display: none;
    }
}
.author-artwork {
    display: block;
    width: 100%;
    height: auto;
    filter: drop-shadow(0 20px 26px rgba(0, 0, 0, 0.45));
}

/* ── Footer ────────────────────────────────────── */
.site-footer {
    border-top: 1px solid rgba(201, 168, 76, 0.16);
    padding: 1.25rem 0;
    margin-top: 1.5rem;
}

.site-footer .site-nav {
    justify-content: center;
    flex-wrap: wrap;
    gap: 8px 28px;
}

.site-footer .site-nav a {
    font-size: 0.78rem;
    letter-spacing: 0.16em;
    color: rgba(255,255,255,0.45);
}

.site-footer .site-nav a:hover {
    color: var(--gold);
}

.grid-info {
    margin-top: 2rem;
}

.card h3 {
    margin: 0.3rem 0 0.8rem;
    color: var(--white-soft);
    font-size: 2rem;
}

.card p,
.card li {
    color: var(--muted);
}

.gold-card {
    background:
        linear-gradient(180deg, rgba(255, 29, 13, 0.08), rgba(17, 17, 17, 0.96)),
        var(--panel);
}

.subpage {
    max-width: 980px;
    margin: 0 auto;
    padding: 5rem 0;
}

.narrow {
    max-width: 760px;
}

.prose ul {
    padding-left: 1.1rem;
}

@media (max-width: 991px) {
    .site-header {
        padding-top: 18px;
        padding-bottom: 14px;
    }

    .hero-row {
        min-height: auto;
    }

    .hero-copy {
        width: min(100%, 28rem);
        margin-top: -2rem;
        padding-left: 0.75rem;
        padding-bottom: 0;
    }

    .hero-author {
        width: min(24vw, 180px);
        right: 10px;
    }
}

@media (max-width: 767px) {
    .content {
        padding-bottom: 2rem;
    }

    h1 {
        max-width: none;
        font-size: clamp(2.45rem, 10vw, 3.6rem);
    }

    h2 {
        font-size: clamp(2rem, 9vw, 2.8rem);
    }

    .hero-stage {
        padding-top: 0.75rem;
    }

    .hero-row {
        min-height: auto;
    }

    .hero-copy {
        width: 100%;
        margin-top: -1rem;
        padding-left: 0;
    }

    .visual-cluster {
        max-width: 360px;
    }

    .lead {
        max-width: none;
        font-size: 0.95rem;
    }

    .signup-card {
        padding: 1.2rem;
    }

    .signup-card h2 {
        padding-bottom: 0.65rem;
    }

    .checkbox span {
        font-size: 0.65rem;
    }

    .hero-author {
        position: static;
        width: 150px;
        margin: 0 auto;
    }

    .split {
        grid-template-columns: 1fr;
    }

    .site-nav {
        flex-wrap: wrap;
        gap: 10px 18px;
    }

    .site-nav a,
    .text-link,
    .signup-form label span,
    .eyebrow,
    .btn-gold {
        letter-spacing: 0.08em;
    }
}
