
h1 {
    font-size: clamp(1.4rem, 4vw, 2.75rem) !important;
    line-height: 1.3 !important;
    letter-spacing: clamp(0.02em, 0.3vw, 0.15em) !important;
}
h2 {
    font-size: clamp(1.2rem, 3vw, 2rem) !important;
    line-height: 1.35 !important;
    letter-spacing: clamp(0.01em, 0.2vw, 0.1em) !important;
}
h3 {
    font-size: clamp(1.05rem, 2.2vw, 1.4rem) !important;
    line-height: 1.4 !important;
}
h1, h2, h3, h4, p, .subheadline, .intro {
    overflow-wrap: break-word;
    word-break: break-word;
    hyphens: auto;
}


.cookie-banner {
    position: fixed;
    bottom: 0; left: 0; right: 0;
    background: #111111;
    color: #eeeeee;
    padding: 16px;
    z-index: 99999;
    font-family: sans-serif;
    font-size: 14px;
    box-shadow: 0 -2px 10px rgba(0,0,0,0.2);
}
.cookie-banner-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 12px;
    max-width: 1100px;
    margin: 0 auto;
}
.cookie-banner-inner p { margin: 0; max-width: 640px; }
.cookie-banner-inner a { color: #8ab4ff; }
#cookie-accept-btn {
    background: #2563eb;
    color: #ffffff;
    border: none;
    padding: 10px 24px;
    border-radius: 6px;
    cursor: pointer;
    font-size: 14px;
    white-space: nowrap;
}
#cookie-accept-btn:hover { opacity: 0.9; }
