/* === Öffentliche Seiten (Landing, Preise, CMS) === */

/* Theme Switcher */
.theme-switcher { position: fixed; bottom: 1.5rem; right: 1.5rem; z-index: 9999; }
.theme-toggle-btn { width: 44px; height: 44px; border-radius: 50%; background: var(--color-surface); border: 1px solid var(--color-border); cursor: pointer; display: flex; align-items: center; justify-content: center; box-shadow: 0 4px 12px rgba(0,0,0,0.3); font-size: 1.2rem; color: var(--color-text); }
.theme-toggle-btn:hover { border-color: var(--color-primary); }
.theme-panel { display: none; position: absolute; bottom: 52px; right: 0; background: var(--color-surface); border: 1px solid var(--color-border); border-radius: 12px; box-shadow: 0 8px 32px rgba(0,0,0,0.4); padding: 0.75rem; min-width: 180px; }
.theme-panel-label { font-size: 0.7rem; color: var(--color-text-muted); font-weight: 600; text-transform: uppercase; letter-spacing: 0.05em; margin-bottom: 0.5rem; padding: 0 0.25rem; }
.theme-option { display: flex; align-items: center; gap: 0.5rem; width: 100%; padding: 0.4rem 0.5rem; border: none; background: none; cursor: pointer; border-radius: 6px; color: var(--color-text); font-size: 0.8rem; text-align: left; }
.theme-option:hover { background: var(--color-surface-hover); }
.theme-color { width: 18px; height: 18px; border-radius: 50%; flex-shrink: 0; border: 2px solid rgba(255,255,255,0.1); }
.theme-sep { height: 1px; background: var(--color-border); margin: 0.4rem 0; }

/* Preisbox */
.price-box { background: var(--color-surface); border: 2px solid var(--color-primary); border-radius: 16px; padding: 2.5rem; text-align: center; max-width: 500px; margin: 0 auto; }
.price-badge { font-size: 0.75rem; text-transform: uppercase; letter-spacing: 0.08em; color: var(--color-primary); font-weight: 600; margin-bottom: 0.5rem; }
.price-amount { display: flex; align-items: baseline; justify-content: center; gap: 0.25rem; margin-bottom: 0.5rem; }
.price-amount-prefix { font-size: 0.95rem; color: var(--color-text-muted); }
.price-amount-value { font-size: 3rem; font-weight: 700; letter-spacing: -0.03em; }
.price-amount-suffix { font-size: 0.95rem; color: var(--color-text-muted); }
.price-subtitle { font-size: 0.85rem; color: var(--color-text-muted); margin-bottom: 2rem; }
.price-cta { display: flex; gap: 0.75rem; justify-content: center; margin-bottom: 2rem; }
.price-feature { display: flex; align-items: flex-start; gap: 0.6rem; padding: 0.45rem 0; font-size: 0.85rem; text-align: left; }
.price-feature-check { color: var(--color-success); font-size: 1rem; line-height: 1; flex-shrink: 0; }

/* Funktionen-Grid */
.funktionen-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; }
.funktionen-header { display: flex; align-items: center; gap: 0.5rem; margin-bottom: 1rem; }
.funktionen-header h3 { font-size: 1rem; font-weight: 600; margin: 0; }
.funktionen-item { display: flex; align-items: flex-start; gap: 0.5rem; padding: 0.3rem 0; font-size: 0.8rem; color: var(--color-text-muted); }
.funktionen-check { color: var(--color-success); flex-shrink: 0; }

/* FAQ */
.faq-toggle { width: 100%; text-align: left; padding: 1.25rem 0; background: none; border: none; cursor: pointer; color: var(--color-text); font-size: 0.95rem; font-weight: 500; display: flex; justify-content: space-between; align-items: center; }
.faq-toggle:hover { color: var(--color-primary); }
.faq-icon { font-size: 1.2rem; color: var(--color-text-muted); transition: transform 0.2s; }
.faq-answer { padding: 0 0 1.25rem; font-size: 0.85rem; color: var(--color-text-muted); line-height: 1.6; }
.faq-item { border-bottom: 1px solid var(--color-border); }

/* CTA Banner */
.cta-banner { background: linear-gradient(135deg, rgba(139,92,246,0.15) 0%, rgba(124,58,237,0.08) 100%); padding: 4rem 2rem; text-align: center; }
.cta-banner h2 { font-size: 2rem; font-weight: 700; letter-spacing: -0.03em; margin-bottom: 0.75rem; }
.cta-banner p { font-size: 1rem; color: var(--color-text-muted); margin-bottom: 2rem; max-width: 500px; margin-left: auto; margin-right: auto; }
.cta-banner-btns { display: flex; gap: 1rem; justify-content: center; }

/* Kontaktformular */
.contact-grid { display: grid; grid-template-columns: 1fr 1.2fr; gap: 4rem; align-items: flex-start; max-width: var(--lp-max); margin: 0 auto; }
.contact-title { font-size: 2.5rem; font-weight: 700; letter-spacing: -0.03em; line-height: 1.15; margin-bottom: 1rem; }
.contact-form { display: flex; flex-direction: column; gap: 0.75rem; }
.contact-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 0.75rem; }
.contact-form-field { display: flex; flex-direction: column; }
.contact-form-field label { font-size: 0.85rem; font-weight: 400; margin-bottom: 0.3rem; }
.contact-form input,
.contact-form select,
.contact-form textarea { width: 100%; padding: 0.65rem 0.85rem; font-size: 0.85rem; background: var(--color-surface); border: 1px solid var(--color-border); border-radius: 8px; color: var(--color-text); appearance: none; -webkit-appearance: none; height: auto; }
.contact-form input,
.contact-form select { height: 42px; }
.contact-form select { background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23a1a1aa' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 0.75rem center; padding-right: 2rem; cursor: pointer; }
.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus { border-color: var(--color-primary); outline: none; box-shadow: 0 0 0 3px rgba(139,92,246,0.15); }
.contact-consent { display: flex; align-items: flex-start; gap: 0.5rem; font-size: 0.8rem; color: var(--color-text-muted); cursor: pointer; }
.contact-consent input { width: 16px; height: 16px; flex-shrink: 0; margin-top: 2px; accent-color: var(--color-primary); }
.contact-note { font-size: 0.7rem; color: var(--color-text-muted); line-height: 1.5; }

/* Login Page */
.login-branding { text-align: center; margin-bottom: 1.5rem; }
.login-branding-logo { font-weight: 700; font-size: 1.5rem; letter-spacing: -0.03em; margin-bottom: 0.25rem; }
.login-branding-logo span { color: var(--color-primary); }
.login-branding-tagline { font-size: 0.85rem; color: var(--color-text-muted); }
.login-legal { text-align: center; margin-top: 1.25rem; font-size: 0.7rem; color: var(--color-text-muted); line-height: 1.5; max-width: 320px; margin-left: auto; margin-right: auto; }
.login-legal a { color: var(--color-primary); text-decoration: none; }
.login-legal a:hover { text-decoration: underline; }

/* Responsive */
@media (max-width: 768px) {
    .funktionen-grid { grid-template-columns: 1fr; }
    .contact-grid { grid-template-columns: 1fr; gap: 2rem; }
    .contact-form-row { grid-template-columns: 1fr; }
}

/* Cookie-Consent Banner (Inxmail-Style) */
.cookie-overlay { display: none; position: fixed; inset: 0; background: rgba(0,0,0,0.6); z-index: 10000; align-items: center; justify-content: center; }
.cookie-modal { background: var(--color-surface); border: 1px solid var(--color-border); border-radius: 14px; max-width: 580px; width: 92%; max-height: 90vh; overflow-y: auto; padding: 2rem; box-shadow: 0 16px 48px rgba(0,0,0,0.5); }
.cookie-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 1.25rem; }
.cookie-close { background: none; border: none; font-size: 1.5rem; color: var(--color-text-muted); cursor: pointer; padding: 0.25rem; line-height: 1; }
.cookie-close:hover { color: var(--color-text); }
.cookie-title { font-size: 1.1rem; font-weight: 600; margin-bottom: 0.75rem; }
.cookie-text { font-size: 0.82rem; color: var(--color-text-muted); line-height: 1.6; margin-bottom: 1rem; }
.cookie-links { display: flex; gap: 1rem; margin-bottom: 1.25rem; }
.cookie-links a { font-size: 0.75rem; color: var(--color-text-muted); text-decoration: none; }
.cookie-links a:hover { color: var(--color-primary); text-decoration: underline; }
.cookie-buttons { display: flex; gap: 0.5rem; flex-wrap: wrap; }
.cookie-btn { padding: 0.6rem 1.25rem; border-radius: 8px; font-size: 0.8rem; font-weight: 600; cursor: pointer; flex: 1; min-width: 120px; text-align: center; border: none; }
.cookie-btn--primary { background: var(--color-primary); color: #fff; }
.cookie-btn--primary:hover { background: var(--color-primary-dark); }
.cookie-btn--outline { background: var(--color-bg); color: var(--color-text); border: 1px solid var(--color-border); }
.cookie-btn--outline:hover { border-color: var(--color-text-muted); }
.cookie-categories { margin-bottom: 1.25rem; }
.cookie-category { border: 1px solid var(--color-border); border-radius: 8px; padding: 1rem; margin-bottom: 0.5rem; }
.cookie-category-header { display: flex; justify-content: space-between; align-items: flex-start; gap: 1rem; }
.cookie-category-name { font-size: 0.9rem; font-weight: 600; margin-bottom: 0.25rem; }
.cookie-category-desc { font-size: 0.75rem; color: var(--color-text-muted); line-height: 1.4; }
.cookie-toggle { flex-shrink: 0; }
.cookie-toggle-label { font-size: 0.7rem; color: var(--color-text-muted); white-space: nowrap; }
.cookie-toggle--on .cookie-toggle-label { color: var(--color-success); }

/* Screenshot-Mockups */
.lp-screenshot { background: var(--color-surface); border: 1px solid var(--color-border); border-radius: 12px; overflow: hidden; box-shadow: 0 16px 48px rgba(0,0,0,0.3); }
.lp-screenshot-bar { padding: 0.5rem 0.75rem; background: var(--color-bg); border-bottom: 1px solid var(--color-border); display: flex; gap: 0.35rem; }
.lp-screenshot-bar span { width: 10px; height: 10px; border-radius: 50%; }
.lp-screenshot-bar span:nth-child(1) { background: #ff5f57; }
.lp-screenshot-bar span:nth-child(2) { background: #febc2e; }
.lp-screenshot-bar span:nth-child(3) { background: #28c840; }
.lp-screenshot-body { padding: 0; font-size: 0.7rem; color: var(--color-text-muted); min-height: 200px; }

/* Showcase responsive */
@media (max-width: 768px) {
    .lp-showcase { grid-template-columns: 1fr !important; gap: 2rem !important; }
}
