:root {
    --primary-blue: #00334e;
    --primary-gold: #d4af37;
    --bg-color: #f9f7f1;
    --stroke: rgba(0, 51, 78, 0.10);
    --shadow-md: 0 10px 25px rgba(0,0,0,0.1);
    
    --card-bg-light: linear-gradient(135deg, rgba(224, 234, 240, 0.92) 0%, rgba(251, 246, 232, 0.92) 100%);
    --card-bg-dark: linear-gradient(135deg, rgba(30, 40, 50, 0.85) 0%, rgba(20, 25, 30, 0.90) 100%);
}

body {
    margin: 0;
    padding: 0;
    /* Das Padding-Top wird jetzt fehlerfrei über JS gesetzt */
    font-family: 'Patrick Hand', cursive;
    background-color: var(--bg-color);
    background-image: radial-gradient(1200px 600px at 10% 0%, rgba(212, 175, 55, 0.05), rgba(0, 0, 0, 0) 60%);
    color: #333;
    line-height: 1.6;
    transition: background 0.5s, color 0.5s;
    overflow-x: hidden;
}

body.dark-mode:not(.design-thriller):not(.design-fantasy) {
    --primary-blue: #8ab4f8; 
    --bg-color: #12181b; 
    --stroke: rgba(255, 255, 255, 0.12);
    background-color: var(--bg-color);
    color: #e0e6ed;
    background-image: radial-gradient(1200px 600px at 10% 0%, rgba(212, 175, 55, 0.05), rgba(0, 0, 0, 0) 60%);
}

body.dark-mode:not(.design-thriller):not(.design-fantasy) .content-section p,
body.dark-mode:not(.design-thriller):not(.design-fantasy) .book-card p {
    color: #b0c4de !important;
}

body.dark-mode:not(.design-thriller):not(.design-fantasy) .book-card,
body.dark-mode:not(.design-thriller):not(.design-fantasy) .newsletter-box,
body.dark-mode:not(.design-thriller):not(.design-fantasy) .contact-box {
    background: var(--card-bg-dark) !important;
    border-color: var(--stroke);
}

body.dark-mode:not(.design-thriller):not(.design-fantasy) .form-input, 
body.dark-mode:not(.design-thriller):not(.design-fantasy) .form-textarea,
body.dark-mode:not(.design-thriller):not(.design-fantasy) .newsletter-box .input-field {
    background: rgba(0,0,0,0.3) !important;
    color: #fff;
    border-color: rgba(255,255,255,0.2);
}

body.dark-mode:not(.design-thriller):not(.design-fantasy) .btn-outline {
    color: var(--primary-blue);
    border-color: var(--primary-blue);
}

body.dark-mode:not(.design-thriller):not(.design-fantasy) footer {
    background: linear-gradient(180deg, rgba(30, 40, 50, 0.85), rgba(20, 25, 30, 0.90));
    color: #b0c4de;
}

body.dark-mode:not(.design-thriller):not(.design-fantasy) .footer-btn {
    background: rgba(255,255,255,0.05);
    color: #e0e6ed;
    border-color: rgba(255,255,255,0.2);
}

body.dark-mode:not(.design-thriller):not(.design-fantasy) .info-card {
    background: var(--card-bg-dark);
    border-color: var(--primary-gold);
    color: #e0e6ed;
}

.container { max-width: 1000px; margin: 0 auto; padding: 20px; }

/* ==========================================
   GETRENNTE ELEMENTE (Statt gemeinsamem Wrapper)
   ========================================== */
.demo-top-bar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1006; /* Ganz oben */
    box-sizing: border-box;
    background-color: #c4a024; 
    color: var(--primary-blue);
    text-align: center;
    padding: 12px 15px;
    font-weight: bold;
    font-family: Arial, sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
}

.demo-select {
    padding: 6px 10px; border-radius: 5px; border: 1px solid var(--primary-blue); 
    background: #fff; color: var(--primary-blue); font-weight: bold; font-family: inherit; cursor: pointer;
}
.demo-btn-white {
    padding: 6px 15px; background: #fff; border: 1px solid #fff; border-radius: 5px; 
    font-weight: bold; color: var(--primary-blue); cursor: pointer; transition: 0.2s;
}
.demo-btn-white:hover { background: #f0f0f0; }
.demo-btn-outline {
    padding: 6px 15px; background: transparent; border: 1px solid var(--primary-blue); 
    border-radius: 5px; color: var(--primary-blue); font-weight: bold; cursor: pointer; transition: 0.2s;
}
.demo-btn-outline:hover { background: rgba(0,51,78,0.1); }

/* ==========================================
   HEADER & NAVIGATION 
   ========================================== */
.site-header {
    position: fixed;
    /* top: wird per JS dynamisch gesetzt, immer passend zur Demobar */
    left: 0;
    width: 100%;
    z-index: 1005;
    box-sizing: border-box;
    background: linear-gradient(135deg, rgba(249, 247, 241, 0.95) 0%, rgba(224, 234, 240, 0.95) 100%);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px); 
    border-bottom: 2px solid var(--primary-gold);
    padding: 15px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-shadow: 0 4px 10px rgba(0,0,0,0.05);
}

body.dark-mode:not(.design-thriller):not(.design-fantasy) .site-header {
    background: linear-gradient(135deg, rgba(18, 24, 27, 0.98) 0%, rgba(0, 51, 78, 0.95) 100%);
}

.header-logo-container {
    width: 100%;
    max-width: 800px; 
    height: 250px; 
    margin-bottom: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden; 
    /* Perfekte Sanftheit beim Scrollen */
    transition: height 0.4s ease, opacity 0.3s ease, margin-bottom 0.4s ease;
    opacity: 1;
}

/* Einklapp-Effekt: */
.site-header.scrolled .header-logo-container {
    height: 0px !important;
    margin-bottom: 0px !important;
    opacity: 0 !important;
    pointer-events: none;
}

.header-logo-img {
    width: 200%;
    height: 160%;
    object-fit: contain; 
    object-position: center;
}

.nav-links { display: flex; gap: 25px; flex-wrap: wrap; justify-content: center; align-items: center; }
.nav-links a { text-decoration: none; color: var(--primary-blue); font-weight: bold; font-size: 1.15rem; transition: 0.2s; }
.nav-links a:hover { color: var(--primary-gold); }


/* ==========================================
   NEWS TICKER (TruePower Feature)
   ========================================== */
.news-ticker-container {
    width: 100%;
    overflow: hidden;
    background: var(--primary-blue);
    color: #fff;
    padding: 10px 0;
    position: relative;
    white-space: nowrap;
}

body.dark-mode:not(.design-thriller):not(.design-fantasy) .news-ticker-container { background: #081217; }
body.design-thriller .news-ticker-container { background: #d90429; color: #fff; }
body.design-thriller.dark-mode .news-ticker-container { background: #1a0205; border-bottom: 1px solid #d90429; }
body.design-fantasy .news-ticker-container { background: linear-gradient(90deg, #7b2cbf, #9d4edd); }

.news-ticker-content {
    display: inline-block;
    min-width: max-content;
    padding-left: 100%;
    animation: ticker-scroll 25s linear infinite;
    font-size: 1.15rem;
    letter-spacing: 1px;
    white-space: nowrap;
    will-change: transform;
    -webkit-transform: translateZ(0); 
    transform: translateZ(0);
}
.news-ticker-content span {
    color: var(--primary-gold);
    font-weight: bold;
}
body.design-thriller .news-ticker-content span { color: #111; }
body.design-thriller.dark-mode .news-ticker-content span { color: #d90429; }
body.design-fantasy .news-ticker-content span { color: #e0a96d; }

@keyframes ticker-scroll {
    from { transform: translateX(0); }
    to { transform: translateX(-100%); }
}
.news-ticker-container:hover .news-ticker-content {
    animation-play-state: paused;
}

/* ==========================================
   ALLGEMEINE SEKTIONEN
   ========================================== */
.content-section { padding: 100px 0; border-bottom: 1px dashed var(--stroke); }
.section-title {
    color: var(--primary-blue); font-size: 2.5rem; margin-top: 0; margin-bottom: 40px;
    display: inline-block; border-bottom: 3px solid var(--primary-gold); padding-bottom: 5px;
}

.demo-badge {
    display: inline-block;
    background: rgba(212, 175, 55, 0.15);
    color: var(--primary-gold);
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: bold;
    border: 1px solid rgba(212, 175, 55, 0.4);
    margin-bottom: 30px;
}

/* HERO / AUTOR BEREICH */
.author-box { display: flex; flex-wrap: wrap-reverse; gap: 60px; align-items: center; }
.author-img-container { position: relative; display: inline-block; cursor: pointer; }
.author-img {
    width: 100%; max-width: 350px; border-radius: 15px; object-fit: cover;
    border: 5px solid var(--primary-gold); box-shadow: var(--shadow-md);
    transform: rotate(2deg); transition: 0.3s;
}
.author-img:hover { transform: rotate(0deg) scale(1.02); }

.social-icon-svg {
    display: inline-flex; justify-content: center; align-items: center;
    width: 45px; height: 45px; background: var(--primary-blue); border-radius: 50%;
    transition: 0.3s; box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}
.social-icon-svg svg { width: 22px; height: 22px; fill: white; }
.social-icon-svg:hover { background: var(--primary-gold); transform: translateY(-3px); }

/* BÜCHER BEREICH */
.books-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 50px; margin-top: 20px; }
.book-card {
    background: linear-gradient(135deg, rgba(224, 234, 240, 0.4) 0%, rgba(251, 246, 232, 0.4) 100%);
    border: 1px solid var(--stroke); border-radius: 15px; padding: 40px 30px;
    text-align: center; box-shadow: var(--shadow-md); transition: 0.3s;
    cursor: pointer; 
}
.book-card:hover { transform: translateY(-5px); box-shadow: 0 15px 35px rgba(0,0,0,0.15); }
.book-cover { width: 100%; max-width: 240px; border-radius: 8px; box-shadow: 0 15px 25px rgba(0,0,0,0.2); margin-bottom: 25px; transition: transform 0.3s; }
.book-card:hover .book-cover { transform: scale(1.03); }

/* BUTTONS & FORMULARE */
.btn {
    display: inline-block; background: var(--primary-blue); color: white; padding: 12px 25px;
    border-radius: 30px; text-decoration: none; font-size: 1.1rem; font-weight: bold; margin: 5px;
    transition: 0.3s; border: 2px solid transparent; box-shadow: 0 4px 10px rgba(0,0,0,0.1); cursor: pointer;
}
.btn:hover { background: var(--primary-gold); color: var(--primary-blue); transform: translateY(-2px); }
.btn-outline { background: transparent; color: var(--primary-blue); border-color: var(--primary-blue); }
.btn-outline:hover { background: rgba(0,51,78,0.1); color: var(--primary-blue); }

/* NEWSLETTER BEREICH */
.newsletter-box {
    text-align: center; padding: 50px 30px; background: rgba(0,51,78,0.05);
    border-radius: 20px; border: 1px dashed var(--primary-gold); transition: all 0.4s ease;
    box-shadow: var(--shadow-md);
}
.newsletter-box form {
    display: flex; justify-content: center; align-items: center; flex-wrap: wrap; 
    gap: 15px; max-width: 600px; margin: 0 auto;
}
.newsletter-box .input-field {
    padding: 12px 20px; width: 100%; max-width: 350px; border: 1px solid var(--primary-gold); 
    border-radius: 30px; font-size: 1.1rem; font-family: inherit; outline: none;
    background: rgba(255,255,255,0.8); transition: border-color 0.3s, box-shadow 0.3s;
    margin: 0; box-sizing: border-box;
}
.newsletter-box .input-field:focus { border-color: var(--primary-blue); background: #fff; box-shadow: 0 0 5px rgba(212, 175, 55, 0.3); }
.newsletter-box .btn { margin: 0; }

.contact-box {
    background: rgba(0,51,78,0.03); border: 1px solid var(--stroke); border-radius: 15px;
    padding: 50px; max-width: 700px; margin: 0 auto; box-shadow: var(--shadow-md);
}
.form-group { margin-bottom: 25px; text-align: left; }
.form-group label { display: block; font-weight: bold; color: var(--primary-blue); margin-bottom: 8px; font-size: 1.1rem; }
.form-input, .form-textarea {
    width: 100%; box-sizing: border-box; padding: 15px; border: 1px solid #ccc;
    border-radius: 10px; font-size: 1.1rem; font-family: inherit; background: #fff; transition: border-color 0.3s;
}
.form-input:focus, .form-textarea:focus { border-color: var(--primary-gold); outline: none; }
.form-textarea { height: 180px; resize: vertical; }

/* FOOTER */
footer {
    margin-top: 80px; text-align: center; padding: 50px 20px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.78), rgba(245, 248, 250, 0.70));
    border-top: 1px solid var(--stroke); box-shadow: 0 -10px 20px rgba(0,0,0,0.05);
}
.footer-links { display: flex; justify-content: center; gap: 15px; flex-wrap: wrap; margin-top: 20px; }
.footer-btn {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.9), rgba(245, 248, 250, 0.8));
    border: 1px solid rgba(0, 51, 78, 0.2); color: var(--primary-blue);
    padding: 10px 20px; border-radius: 25px; text-decoration: none; font-weight: bold; font-size: 1rem;
    transition: all 0.2s; box-shadow: 0 4px 6px rgba(0,0,0,0.05); cursor: pointer;
}
.footer-btn:hover { background: var(--primary-gold); color: #fff; border-color: var(--primary-gold); transform: translateY(-2px); }

.fade-in { opacity: 0; transform: translateY(40px); transition: opacity 0.8s ease, transform 0.8s ease; }
.fade-in.visible { opacity: 1; transform: translateY(0); }

/* TOAST NOTIFICATION */
#toast {
    position: fixed; top: 20px; left: 50%; transform: translateX(-50%) translateY(-50px);
    background: var(--primary-blue); color: white; padding: 12px 24px; border-radius: 30px;
    font-family: Arial, sans-serif; font-weight: bold; font-size: 1rem; z-index: 10000;
    box-shadow: 0 10px 30px rgba(0,0,0,0.3); opacity: 0; transition: all 0.4s ease; pointer-events: none;
}
#toast.show { transform: translateX(-50%) translateY(0); opacity: 1; }

/* PREMIUM MOBILE BARS */
.premium-mobile-bar {
    display: none; position: fixed; bottom: 0; left: 0; width: 100%;
    background: #fff; border-top: 2px solid #ccc; padding: 15px 0; z-index: 1000;
    justify-content: space-around; font-size: 1.8rem; filter: grayscale(100%) opacity(0.4);
    pointer-events: none; box-shadow: 0 -5px 15px rgba(0,0,0,0.1);
}

.premium-sidebar { 
    position: fixed; 
    top: 0; 
    left: -350px;
    width: 280px; 
    height: 100vh; 
    background: #fff; 
    z-index: 1005; 
    border-right: 2px solid #ccc; 
    padding: 20px; 
    transition: left 0.4s ease; 
    box-shadow: 5px 0 15px rgba(0,0,0,0.2); 
    pointer-events: auto; 
}
.premium-sidebar.open { left: 0; }

#sidebarOverlay {
    display: none; position: fixed; inset: 0; background: rgba(0,0,0,0.6); 
    z-index: 1004; backdrop-filter: blur(3px);
}

.premium-badge {
    position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%);
    background: var(--primary-gold); color: #fff; padding: 8px 20px; border-radius: 20px;
    font-size: 1rem; font-weight: bold; white-space: nowrap; z-index: 10;
    box-shadow: 0 4px 10px rgba(0,0,0,0.3); font-family: Arial, sans-serif;
}

/* MODAL STYLES */
.modal-overlay {
    position: fixed; inset: 0; background: rgba(10, 40, 60, 0.62);
    backdrop-filter: blur(6px); display: none; justify-content: center;
    align-items: center; z-index: 10000; padding: 20px;
}
.info-card {
    background: linear-gradient(135deg, rgba(235, 244, 250, 0.98) 0%, rgba(253, 245, 225, 0.96) 100%);
    border: 1px solid rgba(212, 175, 55, 0.55); border-radius: 15px; padding: 30px;
    width: min(900px, 100%); max-height: 85vh; overflow-y: auto; position: relative;
    box-shadow: 0 22px 60px rgba(0, 0, 0, 0.25); animation: popUp 0.3s ease-out;
}
.close-modal {
    position: absolute; top: 15px; right: 15px; font-size: 2rem; cursor: pointer;
    background: none; border: none; font-family: 'Patrick Hand', cursive; color: var(--primary-blue);
}
@keyframes popUp { from { transform: scale(0.95); opacity: 0; } to { transform: scale(1); opacity: 1; } }

/* MOBILE PREVIEW MODAL */
#mobilePreviewOverlay {
    position: fixed; inset: 0; background: rgba(0,0,0,0.8); z-index: 10000;
    display: none; justify-content: center; align-items: center; backdrop-filter: blur(5px);
}
.phone-frame {
    width: 375px; height: 812px; background: #000; border-radius: 40px; border: 12px solid #333;
    overflow: hidden; position: relative; box-shadow: 0 20px 50px rgba(0,0,0,0.5);
}
.phone-notch {
    position: absolute; top: 0; left: 50%; transform: translateX(-50%);
    width: 150px; height: 25px; background: #333; border-bottom-left-radius: 15px; border-bottom-right-radius: 15px; z-index: 10;
}

/* RESPONSIVE (MOBILE) */
@media (max-width: 768px) {
    body { padding-bottom: 100px; } 

    .header-logo-container { height: 150px; } 
    .site-header.scrolled .header-logo-container { height: 0px !important; margin-bottom: 0px !important; }

    .nav-links { 
        display: flex !important; 
        visibility: visible !important;
        opacity: 1 !important;
        height: auto !important;
        gap: 15px; 
        flex-wrap: nowrap; 
        justify-content: flex-start; 
        overflow-x: auto; 
        width: 100%; 
        padding-bottom: 5px; 
        margin-top: 25px !important; 
        padding-left: 20px !important; 
        -webkit-overflow-scrolling: touch; 
        scrollbar-width: none; 
    }

    .nav-links::-webkit-scrollbar { display: none; }
    .nav-links a, .nav-links .dark-mode-btn { flex-shrink: 0; font-size: 1rem; }

    #btnMobileSim { display: none !important; }

    .premium-mobile-bar { display: flex; padding-bottom: max(15px, env(safe-area-inset-bottom)); }
    .content-section { padding: 60px 0; }
    .author-box { flex-direction: column-reverse; gap: 30px; text-align: center; }
    .author-img { width: 100%; max-width: 280px; height: auto; aspect-ratio: 1/1; margin: 0 auto; display: block; transform: none; }
    .newsletter-box form { flex-direction: column; }
    .newsletter-box .input-field, .newsletter-box .btn { max-width: 100%; }
}

/* THEME SWITCHER STYLES */
body.design-thriller { --primary-blue: #0a0a0a; --primary-gold: #d90429; --stroke: #ddd; background: #f4f4f4; font-family: 'Helvetica Neue', Arial, sans-serif; color: #111; }
body.design-thriller .site-header { background: linear-gradient(135deg, rgba(255,255,255,0.98) 0%, rgba(220,220,220,0.95) 100%); border-bottom: 3px solid #0a0a0a; border-radius: 0; }
body.design-thriller.dark-mode .site-header { background: linear-gradient(135deg, rgba(17,17,17,0.98) 0%, rgba(40,10,15,0.95) 100%); border-bottom-color: #d90429; }
body.design-thriller .author-img { border-radius: 0; border: 4px solid #0a0a0a; box-shadow: 10px 10px 0 #d90429; transform: none; }
body.design-thriller .social-icon-svg { border-radius: 0; background: #0a0a0a; }
body.design-thriller .social-icon-svg:hover { background: #d90429; }
body.design-thriller .book-card { border-radius: 0; border: 2px solid #0a0a0a; background: #fff; box-shadow: 8px 8px 0 rgba(217,4,41,0.2); }
body.design-thriller .book-cover { border-radius: 0; box-shadow: 5px 5px 0 #0a0a0a; }
body.design-thriller .btn { border-radius: 0; text-transform: uppercase; background: #d90429; border: none; }
body.design-thriller .btn-outline { background: transparent; border: 2px solid #0a0a0a; color: #0a0a0a; }
body.design-thriller .btn:hover { background: #0a0a0a; color: white; transform: translate(2px,2px); box-shadow: none; }
body.design-thriller .newsletter-box { border-radius: 0; border: 3px solid #0a0a0a; background: #fff; box-shadow: 10px 10px 0 rgba(10,10,10,0.1); }
body.design-thriller .newsletter-box .input-field { border-radius: 0; border: 2px solid #0a0a0a; }
body.design-thriller .contact-box { border-radius: 0; border: 3px solid #0a0a0a; background: #fff; box-shadow: 10px 10px 0 rgba(10,10,10,0.1); }
body.design-thriller .form-input, body.design-thriller .form-textarea { border-radius: 0; border: 2px solid #0a0a0a; }
body.design-thriller footer { border-radius: 0; border-top: 3px solid #0a0a0a; background: #fff; }
body.design-thriller .footer-btn { border-radius: 0; border: 2px solid #0a0a0a; color: #0a0a0a; background: transparent; }
body.design-thriller .footer-btn:hover { background: #d90429; color: white; border-color: #d90429; transform: translate(2px,2px); box-shadow: none; }
body.design-thriller .info-card { border-radius: 0; border: 4px solid #0a0a0a; background: #fff; box-shadow: 15px 15px 0px rgba(217, 4, 41, 0.2); }
body.design-thriller.dark-mode { background: #111 !important; color: #eee !important; --primary-blue: #fff !important; --stroke: #333 !important; }
body.design-thriller.dark-mode .book-card, body.design-thriller.dark-mode .newsletter-box, body.design-thriller.dark-mode .contact-box, body.design-thriller.dark-mode .info-card { background: #1a1a1a !important; border-color: #fff !important; }
body.design-thriller.dark-mode .btn-outline { color: #fff !important; border-color: #fff !important; }
body.design-thriller.dark-mode .form-input, body.design-thriller.dark-mode .form-textarea, body.design-thriller.dark-mode .newsletter-box .input-field { background: #222 !important; color: #fff !important; border-color: #fff !important; }
body.design-thriller.dark-mode footer { background: #1a1a1a !important; color: #fff !important; border-color: #fff !important; }
body.design-thriller.dark-mode .footer-btn { border-color: #fff !important; color: #fff !important; }

body.design-fantasy { --primary-blue: #e0a96d; --primary-gold: #c77dff; --stroke: rgba(157,78,221,0.3); font-family: 'Georgia', serif; background: #1a0f1c; color: #d8c2e0; }
body.design-fantasy .site-header { background: linear-gradient(135deg, rgba(26,15,28,0.98) 0%, rgba(60,30,70,0.9) 100%); border-bottom: 1px solid rgba(157,78,221,0.5); }
body.design-fantasy .author-img { border-color: #c77dff; box-shadow: 0 0 30px rgba(199,125,255,0.3); border-radius: 30px 5px 30px 5px; }
body.design-fantasy .social-icon-svg { background: rgba(157,78,221,0.2); border: 1px solid #c77dff; }
body.design-fantasy .social-icon-svg:hover { background: linear-gradient(45deg, #7b2cbf, #9d4edd); }
body.design-fantasy .book-card { background: rgba(40,25,45,0.6); border: 1px solid rgba(157,78,221,0.3); border-radius: 30px 5px 30px 5px; box-shadow: 0 0 30px rgba(0,0,0,0.5); backdrop-filter: blur(10px); }
body.design-fantasy .book-cover { box-shadow: 0 0 20px rgba(157,78,221,0.4); border-radius: 15px; }
body.design-fantasy .btn { background: linear-gradient(45deg, #7b2cbf, #9d4edd); border: none; box-shadow: 0 0 15px rgba(157,78,221,0.4); }
body.design-fantasy .btn-outline { background: transparent; border: 1px solid #e0a96d; color: #e0a96d; }
body.design-fantasy .section-title, body.design-fantasy .nav-links a { color: #e0a96d; font-weight: normal; }
body.design-fantasy .newsletter-box { background: rgba(40,25,45,0.6); border-radius: 30px 5px 30px 5px; border-color: #c77dff; }
body.design-fantasy .newsletter-box .input-field { background: rgba(0,0,0,0.3); color: white; border: 1px solid #e0a96d; }
body.design-fantasy .contact-box { background: rgba(40,25,45,0.6); border-radius: 30px 5px 30px 5px; border-color: #c77dff; }
body.design-fantasy .form-input, body.design-fantasy .form-textarea { background: rgba(0,0,0,0.3); color: white; border: 1px solid #e0a96d; }
body.design-fantasy footer { background: rgba(30,20,35,0.8); border-color: rgba(157,78,221,0.3); border-radius: 30px 5px 0 0; }
body.design-fantasy .footer-btn { background: rgba(255,255,255,0.05); border: 1px solid rgba(224, 169, 109, 0.5); color: #f1e6f5; border-radius: 30px; }
body.design-fantasy .footer-btn:hover { background: linear-gradient(45deg, #7b2cbf, #9d4edd); border-color: transparent; }
body.design-fantasy .info-card { background: #2c1e31; border-radius: 30px 5px 30px 5px; border: 1px solid #e0a96d; color: #e0b1cb; }

body.design-thriller.dark-mode .demo-select,
body.dark-mode:not(.design-thriller):not(.design-fantasy) .demo-select { background: #1a1a1a !important; color: #fff !important; border-color: #555 !important; }