﻿/* LUFS Converter Pro – unified site styles (shop + home) */
:root {
    --bg-color: #ffffff;
    --card-bg: #fafafa;
    --card-border: #e5e5e5;
    --text-main: #1a1a1a;
    --text-secondary: #666666;
    --accent-color: #000000;
    --accent-hover: #333333;
    --price-color: #27ae60;
    --warning-bg: #fff8e6;
    --warning-border: #f0d58a;
    --success-bg: #f3fbf5;
    --success-border: #b8dfc4;
    --code-bg: #f0f0f0;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Inter', sans-serif;
    background-color: var(--bg-color);
    color: var(--text-main);
    line-height: 1.6;
    padding: 60px 20px 20px;
}

.container {
    max-width: 900px;
    width: 100%;
    margin: 0 auto;
}

.page-header {
    text-align: center;
    margin-bottom: 40px;
}

.page-header h1 {
    font-size: clamp(2rem, 5vw, 2.8rem);
    font-weight: 700;
    letter-spacing: -0.03em;
    line-height: 1.15;
    margin-bottom: 16px;
}

.page-header .hero-text {
    font-size: 1.1rem;
    font-weight: 300;
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
}

.back-link {
    display: inline-block;
    margin-bottom: 16px;
    color: var(--text-secondary);
    text-decoration: none;
    font-size: 0.9rem;
}

.back-link:hover {
    color: var(--text-main);
}

.brand-label {
    font-size: 0.75rem;
    font-weight: 600;
    letter-spacing: 0.25em;
    text-transform: uppercase;
    color: var(--text-secondary);
    margin-bottom: 12px;
    display: block;
}

h1 {
    font-size: clamp(2rem, 5vw, 2.8rem);
    margin-bottom: 12px;
}

.hero-text {
    color: var(--text-secondary);
}

.panel {
    background: var(--card-bg);
    border: 1px solid var(--card-border);
    border-radius: 12px;
    padding: 28px;
    margin-bottom: 24px;
}

.panel h2, .panel h3 {
    margin-bottom: 12px;
}

.form-intro, .notice, .steps-box p, .legal-mini p, .form-hint {
    color: var(--text-secondary);
}

.form-hint {
    font-size: 0.88rem;
    line-height: 1.5;
    margin: 4px 0 16px 0;
}

.order-form label {
    display: block;
    margin-bottom: 16px;
    font-size: 0.92rem;
    font-weight: 500;
}

.order-form input[type="text"],
.order-form input[type="email"],
.order-form select,
.order-form textarea {
    width: 100%;
    margin-top: 6px;
    padding: 12px 14px;
    border: 1px solid var(--card-border);
    border-radius: 8px;
    font: inherit;
    background: #fff;
}

.order-form textarea {
    resize: vertical;
}

.form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.hp-field {
    position: absolute;
    left: -9999px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.hint {
    display: block;
    margin-top: 6px;
    font-size: 0.82rem;
    font-weight: 400;
    color: var(--text-secondary);
}

.device-id-field {
    margin-bottom: 16px;
}

.device-id-help {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 14px 18px;
    margin-top: 10px;
    padding: 12px 14px;
    background: #f8fafc;
    border: 1px solid var(--card-border);
    border-radius: 8px;
}

.device-id-help-screenshot {
    flex: 0 0 180px;
    width: 180px;
    max-width: 100%;
    height: auto;
    border-radius: 6px;
    border: 1px solid var(--card-border);
    box-shadow: 0 4px 16px rgba(15, 23, 42, 0.08);
}

.device-id-help-text {
    flex: 1 1 220px;
    min-width: 0;
}

.device-id-help-text .hint {
    margin-top: 0;
}

.device-id-help-download {
    margin: 8px 0 0;
    font-size: 0.88rem;
}

.device-id-help-download a {
    font-weight: 600;
    color: var(--accent);
    text-decoration: none;
}

.device-id-help-download a:hover {
    text-decoration: underline;
}

.payment-fieldset {
    border: 1px solid var(--card-border);
    border-radius: 8px;
    padding: 16px;
    margin-bottom: 16px;
}

.payment-fieldset legend {
    padding: 0 6px;
    font-weight: 600;
}

.payment-methods {
    margin: 4px 0 18px;
    padding: 14px 16px;
    background: #fff;
    border: 1px solid var(--card-border);
    border-radius: 8px;
}

.payment-methods-label {
    margin-bottom: 10px;
    font-size: 0.82rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: var(--text-secondary);
}

.payment-methods-icons {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 10px 12px;
}

.payment-method-badge {
    display: flex;
    align-items: center;
    min-height: 32px;
}

.payment-method-icon {
    display: block;
    width: auto;
    height: 28px;
    max-width: 100%;
}

.payment-method-icon--stripe {
    height: 24px;
}

.payment-methods-hint {
    margin-top: 10px;
    font-size: 0.8rem;
    color: var(--text-secondary);
}

.radio-line, .checkbox-line {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-weight: 400;
    margin-bottom: 10px;
}

.radio-line input, .checkbox-line input {
    margin-top: 4px;
}

.inline-number {
    width: 4.5rem;
    margin: 0 0.25rem;
    padding: 0.2rem 0.4rem;
}

.summary-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    background: #fff;
    border: 1px solid var(--card-border);
    border-radius: 8px;
    padding: 16px;
    margin: 20px 0;
}

.summary-box span {
    color: var(--text-secondary);
    font-size: 0.9rem;
}

.summary-price {
    font-size: 1.4rem;
    font-weight: 700;
    color: var(--price-color);
}

.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 14px 28px;
    border-radius: 8px;
    font-size: 0.95rem;
    font-weight: 500;
    font-family: inherit;
    line-height: 1.2;
    text-decoration: none;
    letter-spacing: -0.01em;
    transition: all 0.2s ease;
    border: none;
    cursor: pointer;
    appearance: none;
    -webkit-appearance: none;
}

.btn-primary {
    background: var(--accent-color);
    color: #fff;
}

.btn-primary:hover {
    background: var(--accent-hover);
    transform: translateY(-1px);
}

.btn-secondary {
    background: transparent;
    border: 1px solid var(--card-border);
    color: var(--text-main);
}

.btn-secondary:hover {
    background: var(--card-bg);
    border-color: var(--text-secondary);
}

.btn-full {
    width: 100%;
}

[hidden] {
    display: none !important;
}

.btn-stripe {
    background: #635bff;
    color: #fff;
    border: 1px solid #4f46e5;
    font-weight: 700;
}

.btn-stripe:hover {
    background: #4f46e5;
    color: #fff;
}

.btn-stripe:disabled {
    opacity: 0.7;
    cursor: wait;
}

.actions-wrapper {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 20px;
}

.notice {
    background: var(--success-bg);
    border: 1px solid var(--success-border);
    border-radius: 8px;
    padding: 16px;
    margin-bottom: 20px;
}

.notice.warning {
    background: var(--warning-bg);
    border-color: var(--warning-border);
}

.notice ul {
    margin: 10px 0 0 18px;
}

.success-panel .order-id {
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    margin: 8px 0 16px 0;
}

.payment-box, .steps-box {
    background: #fff;
    border: 1px solid var(--card-border);
    border-radius: 8px;
    padding: 18px;
    margin-top: 16px;
}

.steps-box ol {
    margin-left: 18px;
    color: var(--text-secondary);
}

.legal-mini a, .checkbox-line a, .form-hint a {
    color: var(--text-main);
}

footer:not(.site-footer) {
    text-align: center;
    margin-top: 40px;
    padding-top: 30px;
    border-top: 1px solid var(--card-border);
    font-size: 0.8rem;
    color: var(--text-secondary);
}

.subscriber-list {
    margin-top: 12px;
    padding-left: 20px;
    color: var(--text-secondary);
    font-size: 0.9rem;
}

.subscriber-list li {
    margin-bottom: 6px;
}

.admin-nav {
    display: flex;
    gap: 10px;
    justify-content: center;
    margin-bottom: 24px;
    flex-wrap: wrap;
}

.admin-nav-link {
    display: inline-block;
    padding: 8px 16px;
    border: 1px solid var(--card-border);
    border-radius: 999px;
    text-decoration: none;
    color: var(--text-secondary);
    font-size: 0.9rem;
}

.admin-nav-link:hover,
.admin-nav-link.active {
    color: var(--text-main);
    border-color: var(--text-main);
}

.invoice-table-wrap {
    margin-top: 16px;
}

.invoice-table-wrap--scroll {
    overflow-x: auto;
}

.invoice-table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
    font-size: 0.9rem;
}

.invoice-table--rechnungen th:nth-child(1) { width: 15%; }
.invoice-table--rechnungen th:nth-child(2) { width: 24%; }
.invoice-table--rechnungen th:nth-child(3) { width: 18%; }
.invoice-table--rechnungen th:nth-child(4) { width: 29%; }
.invoice-table--rechnungen th:nth-child(5) { width: 14%; }

.checkout-table {
    font-size: 0.82rem;
}

.checkout-table th:nth-child(1) { width: 24%; }
.checkout-table th:nth-child(2) { width: 10%; }
.checkout-table th:nth-child(3) { width: 34%; }
.checkout-table th:nth-child(4) { width: 12%; }
.checkout-table th:nth-child(5) { width: 8%; }
.checkout-table th:nth-child(6) { width: 12%; }

.checkout-table th,
.checkout-table td {
    padding: 8px 8px;
    overflow-wrap: anywhere;
}

.checkout-order-id {
    display: block;
    font-family: Consolas, Monaco, monospace;
    font-size: 0.74rem;
    line-height: 1.35;
    word-break: break-all;
}

.checkout-date,
.checkout-amount {
    white-space: nowrap;
}

.checkout-customer {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.checkout-email {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.checkout-action {
    text-align: right;
}

.checkout-action .btn-small {
    min-width: 36px;
    padding: 6px 10px;
}

.country-table th:nth-child(1) { width: 40%; }
.country-table th:nth-child(2) { width: 18%; }
.country-table th:nth-child(3) { width: 18%; }
.country-table th:nth-child(4) { width: 24%; }

.abandoned-checkouts-panel .invoice-table-wrap {
    overflow-x: visible;
}

.invoice-table th,
.invoice-table td {
    padding: 10px 12px;
    border-bottom: 1px solid var(--card-border);
    text-align: left;
    vertical-align: top;
    overflow-wrap: anywhere;
}

.invoice-table--rechnungen td,
.invoice-table--rechnungen th {
    min-width: 0;
}

.invoice-table th {
    color: var(--text-secondary);
    font-weight: 600;
}

.invoice-cell-stack {
    display: flex;
    flex-direction: column;
    gap: 4px;
    min-width: 0;
}

.invoice-sub {
    font-size: 0.78rem;
    color: var(--text-secondary);
    line-height: 1.35;
    word-break: break-word;
}

.invoice-device-id {
    font-family: Consolas, Monaco, monospace;
    font-size: 0.72rem;
    letter-spacing: 0.02em;
    word-break: break-all;
}

.invoice-order-id {
    font-family: Consolas, Monaco, monospace;
    font-size: 0.74rem;
}

.invoice-cell-badges {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px;
}

.invoice-cell-badges .mark-paid-form {
    flex: 1 1 100%;
    margin-top: 2px;
}

.invoice-badge {
    display: inline-block;
    padding: 3px 8px;
    border-radius: 999px;
    font-size: 0.75rem;
    font-weight: 600;
    line-height: 1.3;
    white-space: nowrap;
}

.invoice-badge--ok {
    background: #e8f5ec;
    color: #2d6a3e;
}

.invoice-badge--warn {
    background: #fff4e5;
    color: #9a5b00;
}

.invoice-badge--muted {
    background: #f2f2f2;
    color: #666;
}

.abandoned-checkouts-panel {
    margin: 1.25rem 0 0;
    padding: 1.25rem 0 0;
    border-top: 1px solid var(--card-border);
}

.abandoned-checkouts-panel--top {
    margin-top: 0;
    padding-top: 0;
    border-top: none;
}

.abandoned-checkouts-panel--top h2 {
    margin-top: 0;
}

.abandoned-checkouts-panel h3 {
    margin: 0 0 0.35rem;
    font-size: 1rem;
}

.abandoned-checkouts-panel .form-intro {
    margin-bottom: 0.75rem;
}

body.page-site .abandoned-checkouts-panel {
    border-top-color: var(--hero-border);
    background: transparent;
}

body.page-site .abandoned-checkouts-panel h3 {
    color: var(--hero-text);
}

.btn-small {
    padding: 8px 12px;
    font-size: 0.85rem;
    white-space: nowrap;
}

.btn-danger {
    background: #b42318;
    color: #fff;
    border: 1px solid #b42318;
}

.btn-danger:hover {
    background: #912018;
    border-color: #912018;
    color: #fff;
}

.invoice-actions {
    display: grid;
    gap: 8px;
    width: max-content;
}

.invoice-actions .inline-form {
    display: contents;
    margin: 0;
}

.invoice-year-tools {
    margin-bottom: 1rem;
}

.invoice-year-tools select {
    display: block;
    width: 100%;
    max-width: 280px;
    margin-top: 6px;
    padding: 8px 10px;
    border: 1px solid var(--card-border);
    border-radius: 6px;
    background: var(--card-bg, #fff);
    color: var(--text-main);
}

.invoice-year-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
}

.invoice-year-actions .inline-form {
    display: inline-flex;
    margin: 0;
}

.invoice-actions .btn {
    width: 100%;
    min-width: 6.75rem;
    min-height: 2.125rem;
    padding: 8px 12px;
    font-size: 0.85rem;
    justify-content: center;
}

.inline-form {
    display: inline;
    margin: 0;
}

.serial-send-form {
    display: flex;
    flex-wrap: nowrap;
    gap: 8px;
    align-items: center;
}

.mark-paid-form {
    margin: 0;
}

.serial-input {
    flex: 1 1 auto;
    min-width: 0;
    max-width: 220px;
    padding: 8px 10px;
    font-family: Consolas, Monaco, monospace;
    font-size: 0.85rem;
    letter-spacing: 0.04em;
    border: 1px solid var(--card-border);
    border-radius: 6px;
    background: var(--card-bg, #fff);
    color: var(--text-main);
}

.serial-meta {
    margin-top: 6px;
    font-size: 0.78rem;
    color: var(--text-secondary);
    line-height: 1.4;
    word-break: break-all;
}

.serial-meta.serial-sent {
    color: #2d6a3e;
}

.inline-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    align-items: center;
}

.form-row {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.form-row > label {
    flex: 1 1 200px;
}

.order-form .field {
    margin-bottom: 16px;
}

.order-form .field > label {
    display: block;
    margin-bottom: 6px;
    font-size: 0.92rem;
    font-weight: 600;
}

.rte {
    border: 1px solid rgba(0, 0, 0, 0.18);
    border-radius: 10px;
    overflow: hidden;
    background: #fff;
}

.rte-toolbar {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 4px;
    padding: 8px;
    background: #f4f5f7;
    border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

.rte-btn {
    min-width: 34px;
    padding: 6px 10px;
    font-size: 0.85rem;
    line-height: 1;
    color: #1f2430;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.18);
    border-radius: 6px;
    cursor: pointer;
}

.rte-btn:hover {
    background: #eef0f4;
}

.rte-btn code {
    background: none;
    padding: 0;
}

.rte-sep {
    width: 1px;
    align-self: stretch;
    margin: 2px 4px;
    background: rgba(0, 0, 0, 0.15);
}

.rte-editor {
    min-height: 320px;
    max-height: 70vh;
    overflow-y: auto;
    padding: 14px 16px;
    font-size: 0.97rem;
    line-height: 1.6;
    color: #1a1a1a;
    background: #fff;
    caret-color: #1a1a1a;
}

.rte-editor:focus {
    outline: none;
}

.rte-editor h2,
.rte-editor h3,
.rte-editor p,
.rte-editor li,
.rte-editor blockquote {
    color: #1a1a1a;
}

.rte-editor a {
    color: #0b5cab;
}

.rte-editor h2,
.rte-editor h3 {
    margin: 0.8em 0 0.4em;
}

.rte-editor p {
    margin: 0 0 0.8em;
}

.rte-editor ul,
.rte-editor ol {
    margin: 0 0 0.8em;
    padding-left: 1.4em;
}

.rte-editor blockquote {
    margin: 0 0 0.8em;
    padding-left: 1em;
    border-left: 3px solid rgba(0, 0, 0, 0.2);
    color: #444;
}

/* Editor bleibt hell – auch auf dunklen Admin-Seiten (page-site) */
body.page-site .rte-editor {
    color: #1a1a1a;
    background-color: #fff;
    caret-color: #1a1a1a;
}

body.page-site .rte-editor h2,
body.page-site .rte-editor h3,
body.page-site .rte-editor p,
body.page-site .rte-editor li {
    color: #1a1a1a;
}

body.page-site .rte-editor a {
    color: #0b5cab;
}

.backup-list li {
    border-bottom-color: var(--card-border);
}

.backup-list li strong {
    color: var(--price-color, #27ae60);
    font-weight: 700;
}

.rte-source {
    display: block;
    width: 100%;
    border: 0;
    border-radius: 0;
}

.stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 16px;
    margin: 16px 0 8px;
}

.stats-card {
    background: var(--card-bg);
    border: 1px solid var(--card-border);
    border-radius: 10px;
    padding: 20px;
}

.stats-label {
    display: block;
    font-size: 0.85rem;
    color: var(--text-secondary);
    margin-bottom: 8px;
}

.stats-ranking {
    list-style: none;
    margin: 0;
    padding: 0;
}

.stats-ranking li {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    padding: 6px 0;
    border-bottom: 1px solid var(--card-border);
    font-size: 0.92rem;
}

.stats-chart-card {
    background: var(--card-bg);
    border: 1px solid var(--card-border);
    border-radius: 12px;
    padding: 18px 18px 14px;
    height: 100%;
}

.stats-chart-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    margin-bottom: 14px;
}

.stats-chart-heading {
    margin: 0;
    font-size: 1rem;
    font-weight: 600;
    color: var(--text-main);
}

.stats-chart-total {
    margin: 0;
    font-size: 0.92rem;
    color: var(--text-secondary);
    white-space: nowrap;
}

.stats-chart-total strong {
    font-size: 1.35rem;
    font-weight: 700;
    color: var(--text-main);
    margin-right: 0.2rem;
}

.stats-chart-total span {
    font-size: 0.78rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

.stats-chart-empty-state {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 120px;
    padding: 20px 16px;
    border: 1px dashed var(--card-border);
    border-radius: 10px;
    text-align: center;
}

.stats-chart-empty-state p {
    margin: 0;
    font-size: 0.92rem;
    color: var(--text-secondary);
}

.stats-chart-period {
    font-size: 0.78rem;
    color: var(--text-secondary);
    opacity: 0.85;
}

.stats-chart-plot {
    display: grid;
    grid-template-columns: 2.4rem 1fr;
    gap: 10px;
    align-items: stretch;
}

.stats-chart-y-axis {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 180px;
    padding: 2px 0 28px;
    font-size: 0.68rem;
    color: var(--text-secondary);
    text-align: right;
}

.stats-chart-canvas {
    position: relative;
    min-height: 180px;
}

.stats-chart-grid {
    position: absolute;
    inset: 0 0 28px;
    pointer-events: none;
}

.stats-chart-grid-line {
    position: absolute;
    left: 0;
    right: 0;
    height: 1px;
    background: color-mix(in srgb, var(--card-border) 80%, transparent);
}

.stats-chart-bars {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: flex-end;
    gap: 3px;
    height: 152px;
    padding: 0 2px 28px;
}

.stats-chart-bar-wrap {
    flex: 1 1 0;
    min-width: 0;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    height: 100%;
}

.stats-chart-bar {
    position: relative;
    width: 100%;
    max-width: 20px;
    min-width: 5px;
    border-radius: 6px 6px 2px 2px;
    background: linear-gradient(180deg, #5b9bff 0%, #2f6fe8 100%);
    box-shadow: 0 8px 18px rgba(47, 111, 232, 0.22);
    transition: transform 0.15s ease, filter 0.15s ease;
}

.stats-chart-card--visits .stats-chart-bar {
    background: linear-gradient(180deg, #45c9a0 0%, #1f9b74 100%);
    box-shadow: 0 8px 18px rgba(31, 155, 116, 0.2);
}

.stats-chart-bar-wrap:hover .stats-chart-bar {
    transform: translateY(-2px);
    filter: brightness(1.05);
}

.stats-chart-bar-value {
    position: absolute;
    top: -18px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 0.62rem;
    font-weight: 600;
    color: var(--text-secondary);
    opacity: 0;
    transition: opacity 0.15s ease;
    pointer-events: none;
    white-space: nowrap;
}

.stats-chart-bar-wrap:hover .stats-chart-bar-value {
    opacity: 1;
}

.stats-chart-empty {
    margin: 0;
    padding: 28px 16px;
    text-align: center;
    color: var(--text-secondary);
}

.stats-chart-x-axis {
    position: relative;
    height: 1.25rem;
    margin-top: -24px;
    margin-left: calc(2.4rem + 10px);
    margin-right: 2px;
}

.stats-chart-x-label {
    position: absolute;
    top: 0;
    transform: translateX(-50%);
    font-size: 0.68rem;
    line-height: 1.2;
    color: var(--text-secondary);
    white-space: nowrap;
}

.stats-charts-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 20px;
}

.stats-actions-bar {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
    margin: 8px 0 24px;
    padding-top: 4px;
    border-top: 1px solid var(--card-border);
}

.stats-inline-form {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 12px;
    margin: 0;
}

.stats-actions-meta {
    font-size: 0.85rem;
    color: var(--text-secondary);
}

.stats-settings-form {
    margin-top: 4px;
}

.stats-settings-title {
    margin: 0 0 16px;
    font-size: 1.05rem;
    font-weight: 600;
    color: var(--text-main);
}

.stats-settings-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    align-items: stretch;
    gap: 16px;
}

.stats-settings-form .stats-setting-field {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin: 0;
    height: 100%;
    padding: 16px 18px;
    border: 1px solid var(--card-border);
    border-radius: 12px;
    background: rgba(0, 0, 0, 0.02);
    font-weight: inherit;
}

.stats-settings-form .stats-setting-field .hint {
    margin-top: auto;
    margin-bottom: 0;
}

.stats-settings-form .stats-setting-field > input[type="number"],
.stats-settings-form .stats-setting-field > input[type="text"] {
    width: 5.5rem;
    margin-top: 0;
}

.stats-setting-field--wide {
    grid-column: 1 / -1;
}

.stats-setting-label {
    font-size: 0.92rem;
    font-weight: 600;
    color: var(--text-main);
}

.stats-settings-form .stats-setting-toggle {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0;
    font-size: 0.92rem;
    font-weight: inherit;
    color: var(--text-main);
}

.stats-setting-toggle input {
    margin: 0;
}

.stats-setting-inline {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    gap: 10px 14px;
}

.stats-setting-inline label {
    display: flex;
    flex-direction: column;
    gap: 6px;
    margin: 0;
    font-size: 0.82rem;
    color: var(--text-secondary);
}

.stats-setting-inline input[type="number"] {
    width: 5.5rem;
}

.stats-setting-suffix {
    font-size: 0.85rem;
    color: var(--text-secondary);
    padding-bottom: 10px;
}

.stats-settings-actions {
    display: flex;
    justify-content: flex-start;
    margin-top: 18px;
}

@media (max-width: 760px) {
    .stats-settings-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 640px) {
    .stats-chart-bars {
        gap: 2px;
    }

    .stats-chart-bar {
        max-width: 12px;
        min-width: 4px;
    }

    .stats-chart-x-label {
        font-size: 0.6rem;
    }
}

.stats-ranking li:last-child {
    border-bottom: 0;
}

.demo-file-table-wrap {
    overflow-x: auto;
    margin: 16px 0;
}

.demo-file-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.9rem;
}

.demo-file-table th,
.demo-file-table td {
    padding: 10px 12px;
    border-bottom: 1px solid var(--card-border);
    text-align: left;
    vertical-align: middle;
}

.demo-file-table th {
    font-size: 0.82rem;
    color: var(--text-secondary);
    font-weight: 600;
}

.demo-file-table tr.is-active {
    background: var(--success-bg);
}

.demo-file-table tr.is-active td {
    color: var(--text-main);
}

.demo-file-table code {
    font-size: 0.82rem;
    word-break: break-all;
}

.panel-subtitle {
    margin: 24px 0 8px;
    font-size: 1rem;
    font-weight: 600;
}

.stats-value {
    font-size: 2rem;
    line-height: 1.1;
    color: var(--text-main);
}

@media (max-width: 640px) {
    body {
        padding: 40px 16px 20px;
    }

    .form-grid {
        grid-template-columns: 1fr;
    }

    .actions-wrapper {
        flex-direction: column;
    }

    .btn {
        width: 100%;
    }
}

.lang-switch {
    position: fixed;
    top: 16px;
    right: 16px;
    z-index: 100;
    display: flex;
    border: 1px solid var(--card-border);
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
    font-size: 0.8rem;
    font-weight: 500;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
}

.lang-switch a {
    padding: 6px 12px;
    text-decoration: none;
    color: var(--text-secondary);
    transition: background 0.2s ease, color 0.2s ease;
}

.lang-switch a:hover {
    color: var(--text-main);
    background: var(--card-bg);
}

.lang-switch a.is-active {
    background: var(--accent-color);
    color: #fff;
}

.lang-switch a.is-active:hover {
    background: var(--accent-hover);
    color: #fff;
}

@media (max-width: 600px) {
    .lang-switch {
        top: 12px;
        right: 12px;
    }
}


.payment-submit-area {
    margin-top: 8px;
}

.order-form:has(input[name="payment_method"][value="stripe"]:checked) #bank-submit-button {
    display: none !important;
}

.order-form:has(input[name="payment_method"][value="stripe"]:checked) #stripe-pay-button {
    display: block !important;
}

.footer-links {
    margin-bottom: 10px;
}

.footer-links a {
    color: var(--text-secondary);
    text-decoration: none;
    margin: 0 12px;
    transition: color 0.2s ease;
}

.footer-links a:hover {
    color: var(--text-main);
}

body.page-site .footer-links {
    display: none;
}

.form-stack label {
    display: block;
    margin-bottom: 16px;
}

.form-stack label span {
    display: block;
    margin-bottom: 6px;
    font-weight: 600;
    font-size: 0.92rem;
}

.form-stack input[type="text"],
.form-stack input[type="email"],
.form-stack textarea {
    width: 100%;
    padding: 10px 12px;
    border: 1px solid var(--card-border);
    border-radius: 8px;
    font: inherit;
    background: #fff;
}

.form-stack textarea {
    resize: vertical;
    min-height: 100px;
}

.form-note {
    display: block;
    margin-top: 6px;
    font-size: 0.85rem;
    color: var(--text-secondary);
}

.warning-note {
    color: #9a6700;
}

.form-actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    margin-top: 8px;
}

.btn-secondary {
    background: #fff;
    color: var(--text-main);
    border: 1px solid var(--card-border);
}

.btn-secondary:hover {
    background: var(--card-bg);
}

.btn-withdrawal {
    background: #c0392b;
    color: #fff;
    border: 1px solid #a93226;
}

.btn-withdrawal:hover {
    background: #a93226;
}

.review-list {
    margin: 20px 0;
    padding: 16px 20px;
    background: #fff;
    border: 1px solid var(--card-border);
    border-radius: 8px;
}

.review-list dt {
    font-size: 0.85rem;
    color: var(--text-secondary);
    margin-top: 12px;
}

.review-list dt:first-child {
    margin-top: 0;
}

.review-list dd {
    margin: 4px 0 0;
    font-weight: 600;
    color: var(--text-main);
}

.hp-field {
    position: absolute;
    left: -9999px;
    height: 0;
    overflow: hidden;
}

.success-panel {
    background: var(--success-bg);
    border-color: var(--success-border);
}

.alert-error {
    background: #fff5f5;
    border: 1px solid #f0c0c0;
    border-radius: 8px;
    padding: 14px 16px;
    margin-bottom: 20px;
    color: #922;
}

.order-form:has(input[name="payment_method"][value="bank"]:checked) #stripe-pay-button,
.order-form:not(:has(input[name="payment_method"][value="stripe"]:checked)) #stripe-pay-button {
    display: none !important;
}

#stripe-pay-button {
    margin-top: 0;
}

#stripe-checkout-error {
    margin-top: 12px;
}

/* FAQ */
.faq-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.faq-item {
    border: 1px solid var(--card-border);
    border-radius: 10px;
    background: #fff;
    overflow: hidden;
}

.faq-item summary {
    cursor: pointer;
    font-weight: 600;
    padding: 16px 44px 16px 18px;
    list-style: none;
    position: relative;
    line-height: 1.45;
}

.faq-item summary::-webkit-details-marker {
    display: none;
}

.faq-item summary::after {
    content: "+";
    position: absolute;
    right: 18px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.2rem;
    color: var(--text-secondary);
    font-weight: 400;
}

.faq-item[open] summary::after {
    content: "\2212";
}

.faq-item summary:hover {
    background: var(--card-bg);
}

.faq-answer {
    padding: 0 18px 16px;
    color: var(--text-secondary);
}

.faq-answer p {
    margin: 0 0 12px;
}

.faq-answer p:last-child {
    margin-bottom: 0;
}

.faq-answer table {
    width: 100%;
    margin: 0 0 16px;
}

.faq-answer ul {
    margin: 0 0 12px 1.2em;
    padding: 0;
}

.faq-answer a {
    color: var(--text-main);
}

.faq-cta .actions-wrapper {
    margin-top: 16px;
    justify-content: center;
}

/* Blog */
.blog-list {
    display: grid;
    gap: 20px;
}

.blog-card {
    background: #fff;
    border: 1px solid var(--card-border);
    border-radius: 12px;
    padding: 24px;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.blog-card:hover {
    border-color: #bbb;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.04);
}

.blog-date {
    display: block;
    font-size: 0.82rem;
    color: var(--text-secondary);
    margin-bottom: 8px;
}

.blog-date-header {
    margin-bottom: 12px;
}

.blog-card h2 {
    font-size: 1.3rem;
    font-weight: 600;
    letter-spacing: -0.02em;
    margin-bottom: 10px;
    line-height: 1.35;
}

.blog-card h2 a {
    color: var(--text-main);
    text-decoration: none;
}

.blog-card h2 a:hover {
    text-decoration: underline;
}

.blog-excerpt {
    color: var(--text-secondary);
    margin-bottom: 12px;
}

.blog-read-more {
    display: inline-block;
    font-size: 0.92rem;
    font-weight: 500;
    color: var(--text-main);
    text-decoration: none;
    margin-top: 4px;
}

.blog-read-more:hover {
    text-decoration: underline;
}

.blog-article {
    line-height: 1.7;
}

.blog-article > p:first-child {
    font-size: 1.05rem;
    color: var(--text-main);
}

.blog-article h2 {
    font-size: 1.35rem;
    font-weight: 600;
    letter-spacing: -0.02em;
    color: var(--text-main);
    margin: 32px 0 12px;
    padding-top: 8px;
    border-top: 1px solid var(--card-border);
}

.blog-article h2:first-child {
    margin-top: 0;
    padding-top: 0;
    border-top: none;
}

.blog-article h3 {
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--text-main);
    margin: 22px 0 8px;
}

.blog-article p,
.blog-article ul,
.blog-article ol {
    margin-bottom: 14px;
    color: var(--text-secondary);
}

.blog-article ul,
.blog-article ol {
    padding-left: 1.4rem;
}

.blog-article li {
    margin-bottom: 6px;
}

.blog-article a {
    color: var(--text-main);
    text-decoration: underline;
    text-underline-offset: 2px;
}

.blog-article a:hover {
    color: var(--accent-hover);
}

.blog-article code {
    background: var(--code-bg);
    padding: 2px 6px;
    border-radius: 4px;
    font-size: 0.9em;
}

.blog-article strong {
    color: var(--text-main);
    font-weight: 600;
}

.blog-article em {
    font-style: italic;
}

/* Startseite – durchgaengiges dunkles Design (alle Seiten) */

body.page-site {
    --hero-bg: #070b12;
    --hero-bg-accent: #111827;
    --hero-text: #f3f6fb;
    --hero-pearl: #f5f1ea;
    --hero-muted: #9aa8bc;
    --hero-border: rgba(255, 255, 255, 0.08);
    --hero-accent: #38bdf8;
    --hero-accent-soft: rgba(56, 189, 248, 0.14);
    --hero-success: #4ade80;
    --hero-surface: rgba(255, 255, 255, 0.03);
    --hero-surface-hover: rgba(255, 255, 255, 0.06);

    display: flex;
    flex-direction: column;
    align-items: stretch;
    min-height: 100vh;
    padding: 0;
    color: var(--hero-text);
    background:
        radial-gradient(circle at 80% 10%, rgba(56, 189, 248, 0.06), transparent 40%),
        radial-gradient(circle at 10% 90%, rgba(74, 222, 128, 0.04), transparent 38%),
        linear-gradient(180deg, var(--hero-bg-accent) 0%, var(--hero-bg) 100%);
}

/* Header */

.site-header {
    position: sticky;
    top: 0;
    z-index: 200;
    background: rgba(7, 11, 18, 0.96);
    border-bottom: 1px solid var(--hero-border);
    transition: background 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.site-header.is-scrolled {
    background: rgba(7, 11, 18, 0.72);
    -webkit-backdrop-filter: saturate(160%) blur(14px);
    backdrop-filter: saturate(160%) blur(14px);
    border-bottom-color: rgba(255, 255, 255, 0.12);
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.4);
}

.site-header-inner {
    max-width: 1180px;
    margin: 0 auto;
    padding: 14px 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.site-brand {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    color: var(--hero-text);
    min-width: 0;
}

.site-logo-wrap {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 44px;
    height: 44px;
    border-radius: 11px;
    background: #ffffff;
    box-shadow:
        0 0 0 1px rgba(255, 255, 255, 0.14),
        0 4px 14px rgba(0, 0, 0, 0.28);
}

.site-logo {
    width: 34px;
    height: 34px;
    object-fit: contain;
    flex-shrink: 0;
}

.site-brand-text {
    font-size: 0.95rem;
    font-weight: 600;
    letter-spacing: -0.02em;
    white-space: nowrap;
}

.site-nav {
    display: flex;
    align-items: center;
    gap: 6px;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.site-nav-links {
    display: flex;
    align-items: center;
    gap: 6px;
    flex-wrap: wrap;
}

.site-nav-panel {
    display: contents;
}

.site-nav-footer-label {
    display: none;
}

.site-nav-footer {
    display: flex;
    align-items: center;
}

.site-nav a {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: var(--hero-muted);
    text-decoration: none;
    font-size: 0.88rem;
    font-weight: 500;
    padding: 8px 14px;
    border-radius: 9px;
    transition: color 0.2s ease, background 0.2s ease;
}

.site-nav a:hover {
    color: var(--hero-text);
    background: rgba(255, 255, 255, 0.05);
}

.site-nav-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 16px;
    height: 16px;
    flex-shrink: 0;
    color: inherit;
}

.site-nav-icon svg {
    width: 100%;
    height: 100%;
    display: block;
}

.site-nav-links a .site-nav-icon {
    color: var(--hero-accent);
    opacity: 0.8;
    transition: opacity 0.2s ease;
}

.site-nav-links a:hover .site-nav-icon,
.site-nav-links a:focus-visible .site-nav-icon,
.site-nav-links a.is-active .site-nav-icon {
    opacity: 1;
}

.site-nav-links a {
    transition: color 0.2s ease, background 0.25s ease, box-shadow 0.25s ease, text-shadow 0.25s ease;
}

.site-nav-links a:hover,
.site-nav-links a:focus-visible,
.site-nav-links a.is-active {
    color: var(--hero-text);
    background: rgba(56, 189, 248, 0.08);
    box-shadow:
        0 0 14px rgba(56, 189, 248, 0.28),
        0 0 28px rgba(56, 189, 248, 0.12),
        inset 0 0 10px rgba(56, 189, 248, 0.06);
    text-shadow: 0 0 10px rgba(56, 189, 248, 0.45);
}

.site-nav a.nav-cta {
    background: linear-gradient(135deg, #ffffff 0%, #d7e6f7 100%);
    color: #0a0e14;
    font-weight: 600;
    margin-left: 6px;
    box-shadow: 0 4px 14px rgba(56, 189, 248, 0.18);
    transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.site-nav a.nav-cta:hover {
    background: linear-gradient(135deg, #ffffff 0%, #c4dbf3 100%);
    color: #0a0e14;
    transform: translateY(-1px);
    box-shadow: 0 8px 24px rgba(56, 189, 248, 0.32);
}

body.page-site .site-nav .lang-switch {
    position: static;
    margin-left: 8px;
    border-color: var(--hero-border);
    background: rgba(255, 255, 255, 0.04);
    box-shadow: none;
}

body.page-site .site-nav .lang-switch a {
    padding: 6px 12px;
    border-radius: 0;
}

body.page-site .site-nav .lang-switch a.is-active {
    background: var(--hero-accent);
    color: #041018;
}

@media (min-width: 761px) {
    .site-nav-panel {
        display: contents;
    }

    .site-nav-footer-label {
        display: none;
    }

    .site-nav-links {
        gap: 2px;
        padding: 5px;
        border-radius: 14px;
        background: rgba(255, 255, 255, 0.035);
        border: 1px solid var(--hero-border);
        box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
    }

    .site-nav-links a.nav-mobile-only {
        display: none;
    }
}

.site-nav-toggle {
    display: none;
    position: relative;
    z-index: 220;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    width: 42px;
    height: 42px;
    padding: 0;
    border: 1px solid var(--hero-border);
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.04);
    cursor: pointer;
    transition: background 0.2s ease, border-color 0.2s ease;
}

.site-nav-toggle:hover {
    background: rgba(255, 255, 255, 0.08);
}

.site-nav-toggle.is-active {
    background: rgba(255, 255, 255, 0.1);
    border-color: rgba(255, 255, 255, 0.16);
}

.site-nav-toggle span {
    display: block;
    width: 18px;
    height: 2px;
    margin: 0 auto;
    background: var(--hero-text);
    border-radius: 2px;
    transition: transform 0.25s ease, opacity 0.2s ease;
}

.site-nav-toggle.is-active span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
}

.site-nav-toggle.is-active span:nth-child(2) {
    opacity: 0;
    transform: scaleX(0);
}

.site-nav-toggle.is-active span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
}

.site-nav-backdrop {
    display: none;
}

.hero {
    background:
        radial-gradient(circle at 80% 20%, rgba(56, 189, 248, 0.12), transparent 42%),
        radial-gradient(circle at 10% 80%, rgba(74, 222, 128, 0.08), transparent 38%),
        linear-gradient(180deg, var(--hero-bg) 0%, var(--hero-bg-accent) 100%);
    color: var(--hero-text);
    padding: 56px 24px 72px;
}

.hero-inner {
    max-width: 1180px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
    gap: 48px;
    align-items: center;
}

.hero-content {
    animation: homeFadeIn 0.9s cubic-bezier(0.16, 1, 0.3, 1);
}

.hero-eyebrow {
    display: inline-block;
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--hero-accent);
    margin-bottom: 18px;
}

body.page-home .hero h1 {
    font-size: clamp(1.45rem, 3.5vw, 2rem);
    font-weight: 700;
    letter-spacing: -0.03em;
    line-height: 1.12;
    margin-bottom: 18px;
    color: var(--hero-pearl);
    text-shadow: 0 1px 2px rgba(255, 250, 242, 0.12);
}

.hero-lead {
    font-size: clamp(1.05rem, 2vw, 1.2rem);
    font-weight: 400;
    line-height: 1.65;
    color: var(--hero-muted);
    max-width: 560px;
    margin-bottom: 24px;
}

.hero-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 28px;
}

.hero-tag {
    font-size: 0.78rem;
    font-weight: 500;
    padding: 6px 12px;
    border-radius: 999px;
    border: 1px solid var(--hero-border);
    background: rgba(255, 255, 255, 0.03);
    color: var(--hero-muted);
}

.hero-price-block {
    margin-bottom: 28px;
}

.hero-price-block .price-badge {
    color: var(--hero-muted);
    margin-bottom: 6px;
}

.hero-price-block .price-tag {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    gap: 0.5em 0.75em;
    font-size: clamp(1.8rem, 4vw, 2.4rem);
    font-weight: 700;
    line-height: 1.2;
    color: var(--hero-success);
}

.hero-price-block .price-old {
    font-size: 0.58em;
    font-weight: 500;
    color: rgba(154, 168, 188, 0.7);
    text-decoration: line-through;
    text-decoration-thickness: 1.5px;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.hero-actions .btn-primary {
    background: #fff;
    color: #0a0e14;
}

.hero-actions .btn-primary:hover {
    background: #e8edf5;
    color: #0a0e14;
}

.hero-actions .btn-secondary {
    background: transparent;
    border: 1px solid var(--hero-border);
    color: var(--hero-text);
}

.hero-actions .btn-secondary:hover {
    background: rgba(255, 255, 255, 0.06);
    border-color: rgba(255, 255, 255, 0.18);
}


.hero-visual {
    animation: homeFadeIn 1.1s cubic-bezier(0.16, 1, 0.3, 1) 0.1s both;
}

/* App preview */

.app-preview {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    box-shadow:
        0 0 0 1px rgba(255, 255, 255, 0.08),
        0 24px 60px rgba(0, 0, 0, 0.45),
        0 0 80px rgba(56, 189, 248, 0.08);
}

.app-screenshot {
    display: block;
    width: 100%;
    height: auto;
}

.app-mockup {
    display: flex;
    flex-direction: column;
    background: #151b26;
    min-height: 340px;
}

.app-mockup-titlebar {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 12px 16px;
    background: #0f141d;
    border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}

.app-mockup-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
}

.app-mockup-dot--close { background: #ff5f57; }
.app-mockup-dot--min { background: #febc2e; }
.app-mockup-dot--max { background: #28c840; }

.app-mockup-title {
    margin-left: 8px;
    font-size: 0.78rem;
    color: #8b98ab;
}

.app-mockup-body {
    display: grid;
    grid-template-columns: 120px 1fr;
    flex: 1;
    min-height: 280px;
}

.app-mockup-sidebar {
    padding: 18px 14px;
    border-right: 1px solid rgba(255, 255, 255, 0.06);
    display: grid;
    gap: 4px;
    align-content: start;
}

.app-mockup-label {
    font-size: 0.65rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #6b7a90;
    margin-top: 10px;
}

.app-mockup-label:first-child {
    margin-top: 0;
}

.app-mockup-value {
    font-size: 0.82rem;
    font-weight: 600;
    color: #dbe7f5;
}

.app-mockup-main {
    padding: 18px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.app-mockup-meter {
    position: relative;
    height: 8px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    overflow: hidden;
}

.app-mockup-meter-fill {
    position: absolute;
    inset: 0 auto 0 0;
    width: 72%;
    background: linear-gradient(90deg, #22c55e, #38bdf8);
    border-radius: inherit;
}

.app-mockup-meter-marker {
    position: absolute;
    top: -4px;
    left: 72%;
    width: 2px;
    height: 16px;
    background: #fff;
    border-radius: 1px;
}

.app-mockup-files {
    list-style: none;
    display: grid;
    gap: 8px;
}

.app-mockup-files li {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    font-size: 0.78rem;
    padding: 10px 12px;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.03);
    color: #c5d0df;
}

.app-mockup-status {
    color: #7d8da3;
    font-variant-numeric: tabular-nums;
}

.app-mockup-status--done {
    color: #4ade80;
}

.app-mockup-status--active {
    color: #38bdf8;
}

.app-mockup-progress {
    margin-top: auto;
    height: 4px;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    overflow: hidden;
}

.app-mockup-progress span {
    display: block;
    height: 100%;
    background: linear-gradient(90deg, #38bdf8, #4ade80);
    border-radius: inherit;
}

/* Trust strip */

.hero-trust {
    max-width: 1180px;
    margin: -32px auto 0;
    padding: 0 24px;
    position: relative;
    z-index: 2;
}

.hero-trust-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 12px 28px;
    padding: 18px 28px;
    background: var(--hero-surface);
    border: 1px solid var(--hero-border);
    border-radius: 14px;
    box-shadow:
        0 0 0 1px rgba(255, 255, 255, 0.04),
        0 16px 48px rgba(0, 0, 0, 0.35);
    backdrop-filter: blur(12px);
}

.hero-trust-item {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 0.84rem;
    font-weight: 500;
    color: var(--hero-muted);
}

.hero-trust-item svg {
    flex-shrink: 0;
    color: var(--hero-accent);
}

.hero-trust-downloads strong {
    color: var(--hero-accent);
    font-weight: 700;
}

/* Main content */

.home-main {
    flex: 1;
    width: 100%;
}

body.page-site .container {
    max-width: 1080px;
    padding: 72px 24px 0;
    animation: homeFadeIn 1s cubic-bezier(0.16, 1, 0.3, 1);
}

.section-title {
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--hero-accent);
    margin-bottom: 24px;
    text-align: center;
    display: block;
}

.grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 20px;
    margin-bottom: 60px;
}

.card {
    background: var(--hero-surface);
    border: 1px solid var(--hero-border);
    border-radius: 14px;
    padding: 24px;
    transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease, background 0.25s ease;
}

.card:hover {
    border-color: rgba(255, 255, 255, 0.16);
    background: var(--hero-surface-hover);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.28);
    transform: translateY(-2px);
}

.card-icon {
    width: 40px;
    height: 40px;
    background: var(--hero-accent-soft);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
    color: var(--hero-accent);
}

.card h3 {
    font-size: 1.05rem;
    font-weight: 600;
    margin-bottom: 8px;
    letter-spacing: -0.02em;
    color: var(--hero-text);
}

.card p {
    font-size: 0.92rem;
    color: var(--hero-muted);
    line-height: 1.55;
}

.intro-section {
    background: var(--hero-surface);
    border: 1px solid var(--hero-border);
    border-radius: 16px;
    padding: 36px;
    margin-bottom: 72px;
    box-shadow: 0 16px 48px rgba(0, 0, 0, 0.25);
}

.use-cases-section {
    margin-top: 8px;
    margin-bottom: 72px;
}

.use-cases-section .section-title {
    margin-bottom: 12px;
}

.use-cases-header {
    text-align: center;
    max-width: 560px;
    margin: 0 auto 36px;
}

.use-cases-header h2 {
    font-size: 1.45rem;
    font-weight: 600;
    letter-spacing: -0.02em;
    color: var(--hero-text);
    margin: 0;
    line-height: 1.25;
}

.use-cases-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
    gap: 20px;
}

.use-case-card {
    display: flex;
    flex-direction: column;
    background: var(--hero-surface);
    border: 1px solid var(--hero-border);
    border-radius: 14px;
    padding: 24px;
    transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease, background 0.25s ease;
}

.use-case-card:hover {
    border-color: rgba(255, 255, 255, 0.14);
    background: var(--hero-surface-hover);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
    transform: translateY(-2px);
}

.use-case-icon {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    background: var(--hero-accent-soft);
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 16px;
    color: var(--hero-accent);
}

.use-case-card h3 {
    font-size: 1rem;
    font-weight: 600;
    color: var(--hero-text);
    margin: 0 0 6px;
    letter-spacing: -0.02em;
    line-height: 1.3;
}

.use-case-lufs {
    display: block;
    font-size: 0.75rem;
    font-weight: 500;
    font-variant-numeric: tabular-nums;
    letter-spacing: 0.04em;
    color: var(--hero-accent);
    margin-bottom: 10px;
}

.use-case-card p {
    font-size: 0.9rem;
    color: var(--hero-muted);
    line-height: 1.55;
    margin: 0;
    flex: 1;
}

.use-case-link {
    display: inline-block;
    margin-top: 14px;
    font-size: 0.82rem;
    font-weight: 500;
    color: var(--hero-accent);
    text-decoration: none;
    opacity: 0.85;
}

.use-case-link:hover {
    opacity: 1;
    text-decoration: underline;
}

.use-cases-more {
    margin: 28px 0 0;
    text-align: center;
}

.use-cases-more a {
    font-size: 0.9rem;
    font-weight: 500;
    color: var(--hero-accent);
    text-decoration: none;
}

.use-cases-more a:hover {
    text-decoration: underline;
}

.intro-features-grid {
    margin-top: 32px;
    margin-bottom: 20px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.intro-features-grid .card {
    display: flex;
    flex-direction: column;
    height: 100%;
    padding: 20px 18px;
}

.intro-features-grid .card-icon {
    margin-bottom: 14px;
}

.intro-features-grid .card h3 {
    font-size: 0.95rem;
    line-height: 1.35;
    margin-bottom: 10px;
}

.intro-features-grid .card p {
    flex: 1;
    font-size: 0.86rem;
    line-height: 1.5;
    margin: 0;
}

@media (max-width: 1080px) {
    .intro-features-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 560px) {
    .intro-features-grid {
        grid-template-columns: 1fr;
    }

    .intro-features-grid .card h3 {
        font-size: 1rem;
    }

    .intro-features-grid .card p {
        font-size: 0.92rem;
    }
}

.intro-section .section-title {
    margin-top: 28px;
    margin-bottom: 20px;
}

.use-cases-callout {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 18px 22px;
    align-items: start;
    margin-top: 40px;
    padding: 22px 24px;
    border-radius: 12px;
    border: 1px solid rgba(56, 189, 248, 0.2);
    border-left: 3px solid var(--hero-accent);
    background: linear-gradient(90deg, rgba(56, 189, 248, 0.06), transparent 42%);
}

.use-cases-callout-icon {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: var(--hero-accent-soft);
    color: var(--hero-accent);
}

.use-cases-callout-body h3 {
    font-size: 0.95rem;
    font-weight: 600;
    color: var(--hero-text);
    margin: 0 0 8px;
    letter-spacing: -0.02em;
}

.use-cases-callout-body p {
    font-size: 0.88rem;
    color: var(--hero-muted);
    line-height: 1.6;
    margin: 0 0 6px;
}

.use-cases-callout-body p:last-child {
    margin-bottom: 0;
}

.screenshots-section {
    margin-bottom: 72px;
}

.screenshots-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
}

.screenshots-grid .screenshot-featured {
    grid-column: 1 / -1;
}

.screenshots-grid figure {
    margin: 0;
    background: var(--hero-surface);
    border: 1px solid var(--hero-border);
    border-radius: 14px;
    overflow: hidden;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.28);
    transition: border-color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

.screenshots-grid figure:hover {
    border-color: rgba(255, 255, 255, 0.16);
    box-shadow: 0 16px 48px rgba(0, 0, 0, 0.35);
    transform: translateY(-2px);
}

.screenshots-grid img {
    display: block;
    width: 100%;
    height: auto;
    background: #151b26;
}

.screenshots-grid figcaption {
    padding: 14px 16px;
    font-size: 0.88rem;
    color: var(--hero-muted);
    line-height: 1.45;
    border-top: 1px solid var(--hero-border);
}

.intro-section h2 {
    font-size: 1.55rem;
    font-weight: 600;
    letter-spacing: -0.02em;
    margin-bottom: 16px;
    color: var(--hero-text);
}

.intro-section p {
    color: var(--hero-muted);
    margin-bottom: 14px;
    font-size: 0.98rem;
}

.intro-section a,
.intro-section a:visited {
    color: inherit;
}

body.page-home .intro-guide-callout,
body.page-home .intro-guide-callout:visited {
    display: grid;
    grid-template-columns: auto 1fr auto;
    gap: 18px 20px;
    align-items: center;
    margin: 22px 0 6px;
    padding: 18px 20px;
    border-radius: 12px;
    border: 1px solid rgba(56, 189, 248, 0.18);
    border-left: 3px solid var(--hero-accent);
    background: linear-gradient(90deg, rgba(56, 189, 248, 0.05), transparent 55%);
    text-decoration: none;
    color: inherit;
    transition: border-color 0.25s ease, background 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
}

body.page-home .intro-guide-callout:hover {
    border-color: rgba(56, 189, 248, 0.32);
    background: linear-gradient(90deg, rgba(56, 189, 248, 0.09), transparent 55%);
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.18);
    transform: translateY(-1px);
}

body.page-home .intro-guide-callout:focus-visible {
    outline: none;
    box-shadow:
        0 0 0 2px rgba(7, 11, 18, 0.85),
        0 0 0 4px rgba(56, 189, 248, 0.45);
}

body.page-home .intro-guide-callout-icon {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    background: var(--hero-accent-soft);
    color: var(--hero-accent);
}

body.page-home .intro-guide-callout-body {
    display: flex;
    flex-direction: column;
    gap: 3px;
    min-width: 0;
}

body.page-home .intro-guide-callout-label {
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--hero-accent);
}

body.page-home .intro-guide-callout-title {
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: -0.02em;
    color: var(--hero-text);
    line-height: 1.3;
}

body.page-home .intro-guide-callout-desc {
    font-size: 0.88rem;
    color: var(--hero-muted);
    line-height: 1.5;
}

body.page-home .intro-guide-callout-arrow {
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 999px;
    border: 1px solid var(--hero-border);
    color: var(--hero-muted);
    background: rgba(255, 255, 255, 0.03);
    transition: color 0.2s ease, border-color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

body.page-home .intro-guide-callout:hover .intro-guide-callout-arrow {
    color: var(--hero-accent);
    border-color: rgba(56, 189, 248, 0.35);
    background: var(--hero-accent-soft);
    transform: translateX(2px);
}

body.page-home .intro-section p > a,
body.page-home .intro-section p > a:visited,
body.page-home .intro-section p > a:hover,
body.page-home .intro-section p > a:active {
    color: var(--hero-muted) !important;
}

.intro-list {
    list-style: none;
    margin-top: 20px;
    display: grid;
    gap: 8px;
}

.intro-list li {
    position: relative;
    padding-left: 24px;
    color: var(--hero-muted);
    font-size: 0.95rem;
}

.intro-list li::before {
    content: "\2713";
    position: absolute;
    left: 0;
    color: var(--hero-success);
    font-weight: 700;
}

.purchase-section {
    background:
        radial-gradient(circle at 90% 10%, rgba(56, 189, 248, 0.08), transparent 45%),
        var(--hero-surface);
    border: 1px solid var(--hero-border);
    border-radius: 16px;
    padding: 36px;
    margin-bottom: 72px;
    box-shadow: 0 16px 48px rgba(0, 0, 0, 0.25);
}

.purchase-section h2 {
    font-size: 1.45rem;
    font-weight: 600;
    margin-bottom: 12px;
    text-align: center;
    color: var(--hero-text);
}

.purchase-section > p {
    text-align: center;
    color: var(--hero-muted);
    max-width: 680px;
    margin: 0 auto 24px;
}

.purchase-license-note {
    max-width: 760px;
    margin: 0 auto 24px;
    padding: 16px 18px;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.03);
    color: var(--hero-muted);
}

.purchase-license-note p {
    margin: 0 0 12px;
    text-align: left;
}

.purchase-license-note--cards > p {
    margin-bottom: 14px;
}

.purchase-license-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 10px;
}

.purchase-license-card {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    padding: 12px 14px;
}

.purchase-license-card h3 {
    margin: 0 0 6px;
    font-size: 0.95rem;
    font-weight: 600;
    color: var(--hero-text);
}

.purchase-license-card p {
    margin: 0;
    color: var(--hero-muted);
    line-height: 1.45;
}

.purchase-license-list {
    margin: 0;
    padding-left: 18px;
    display: grid;
    gap: 8px;
}

.purchase-license-list li {
    color: var(--hero-muted);
    line-height: 1.5;
}

.purchase-license-list li span {
    display: inline-block;
    min-width: 210px;
    color: var(--hero-text);
    font-weight: 600;
}

.purchase-steps {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 16px;
    margin-bottom: 24px;
}

.purchase-step {
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid var(--hero-border);
    border-radius: 12px;
    padding: 20px;
}

.purchase-step strong {
    display: block;
    margin-bottom: 8px;
    font-size: 0.95rem;
    color: var(--hero-text);
}

.purchase-step span {
    color: var(--hero-muted);
    font-size: 0.88rem;
    line-height: 1.5;
}

.purchase-step--visual {
    display: flex;
    flex-direction: column;
}

.purchase-step-screenshot {
    display: block;
    width: 100%;
    height: auto;
    margin: 10px 0 12px;
    border-radius: 8px;
    border: 1px solid var(--hero-border);
    background: #151b26;
}

.purchase-actions {
    display: flex;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
}

.format-note {
    text-align: center;
    font-size: 0.85rem;
    color: var(--hero-muted);
    margin-top: 16px;
}

.meta-section {
    background: var(--hero-surface);
    border: 1px solid var(--hero-border);
    border-radius: 16px;
    padding: 32px;
    text-align: left;
    margin-bottom: 60px;
    box-shadow: 0 16px 48px rgba(0, 0, 0, 0.25);
}

.meta-section--compact {
    margin-bottom: 64px;
}

.meta-section-more {
    margin: 16px 0 0;
    padding-top: 12px;
    border-top: 1px solid var(--hero-border);
}

.meta-section-more a {
    font-size: 0.88rem;
    font-weight: 500;
    color: var(--hero-accent);
    text-decoration: none;
}

.meta-section-more a:hover {
    text-decoration: underline;
}

.changelog-page .meta-section,
.roadmap-page .roadmap-grid {
    margin-bottom: 0;
    box-shadow: none;
}

.changelog-page .meta-section {
    background: transparent;
    border: 0;
    padding: 0;
}

.meta-section h3 {
    color: var(--hero-text);
}

.meta-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid var(--hero-border);
    padding-bottom: 16px;
    margin-bottom: 20px;
}

.version-tag {
    font-size: 0.75rem;
    background: var(--hero-accent-soft);
    padding: 4px 10px;
    border-radius: 20px;
    font-weight: 500;
    color: var(--hero-accent);
}

.release-list {
    list-style: none;
}

.release-list li {
    font-size: 0.9rem;
    color: var(--hero-muted);
    margin-bottom: 12px;
    position: relative;
    padding-left: 24px;
}

.release-list li::before {
    content: "\2192";
    position: absolute;
    left: 0;
    color: var(--hero-accent);
}

.highlight {
    color: var(--hero-text);
    font-weight: 500;
}

body.page-site code {
    font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
    background: rgba(255, 255, 255, 0.06);
    padding: 2px 6px;
    border-radius: 4px;
    font-size: 0.85em;
    color: #7dd3fc;
}

/* Footer */

body.page-site .site-footer {
    width: 100%;
    margin-top: auto;
    border-top: 1px solid var(--hero-border);
    background:
        radial-gradient(circle at 15% 100%, rgba(56, 189, 248, 0.05), transparent 42%),
        rgba(7, 11, 18, 0.72);
    color: var(--hero-muted);
}

body.page-site .site-footer-inner {
    max-width: 1180px;
    margin: 0 auto;
    padding: 48px 24px 36px;
    display: grid;
    grid-template-columns: minmax(220px, 1.35fr) repeat(3, minmax(0, 1fr));
    gap: 32px 40px;
    align-items: start;
}

body.page-site .site-footer-brand-link {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    text-decoration: none;
    color: var(--hero-text);
    margin-bottom: 14px;
}

body.page-site .site-footer-logo-wrap {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    border-radius: 10px;
    background: #ffffff;
    box-shadow:
        0 0 0 1px rgba(255, 255, 255, 0.12),
        0 4px 12px rgba(0, 0, 0, 0.24);
}

body.page-site .site-footer-logo {
    width: 30px;
    height: 30px;
    object-fit: contain;
}

body.page-site .site-footer-brand-text {
    font-size: 0.95rem;
    font-weight: 600;
    letter-spacing: -0.02em;
}

body.page-site .site-footer-tagline {
    margin: 0;
    max-width: 28ch;
    font-size: 0.84rem;
    line-height: 1.55;
    color: var(--hero-muted);
}

body.page-site .site-footer-col-title {
    margin: 0 0 14px;
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--hero-accent);
    list-style: none;
    cursor: default;
}

body.page-site .site-footer-col-title::-webkit-details-marker {
    display: none;
}

@media (min-width: 761px) {
    body.page-site .site-footer-col {
        display: block;
    }

    body.page-site .site-footer-col > .site-footer-nav {
        display: flex;
    }

    body.page-site .site-footer-col-title {
        pointer-events: none;
    }
}

body.page-site .site-footer-nav {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}

body.page-site .site-footer-nav a {
    color: var(--hero-muted);
    text-decoration: none;
    font-size: 0.88rem;
    line-height: 1.35;
    transition: color 0.2s ease;
}

body.page-site .site-footer-nav a:hover {
    color: var(--hero-text);
}

body.page-site .site-footer-bar {
    max-width: 1180px;
    margin: 0 auto;
    padding: 16px 24px 24px;
    border-top: 1px solid var(--hero-border);
}

body.page-site .site-footer-bar p {
    margin: 0;
    text-align: center;
    font-size: 0.78rem;
    color: rgba(154, 168, 188, 0.82);
}

body.page-site .site-footer-legal {
    max-width: 1180px;
    margin: 0 auto;
    padding: 0 24px 40px;
}

body.page-site .home-main .btn-primary {
    background: #fff;
    color: #0a0e14;
}

body.page-site .home-main .btn-primary:hover {
    background: #e8edf5;
    color: #0a0e14;
}

body.page-site .home-main .btn-secondary {
    background: transparent;
    border: 1px solid var(--hero-border);
    color: var(--hero-text);
}

body.page-site .home-main .btn-secondary:hover {
    background: var(--hero-surface-hover);
    border-color: rgba(255, 255, 255, 0.18);
    color: var(--hero-text);
}

.legal-box {
    display: none;
    text-align: left;
    background: var(--hero-surface);
    border: 1px solid var(--hero-border);
    border-radius: 8px;
    padding: 24px;
    margin-top: 20px;
    color: var(--hero-muted);
    line-height: 1.6;
}

.legal-box h4 {
    color: var(--hero-text);
    margin-bottom: 15px;
    font-size: 1.2rem;
    border-bottom: 1px solid var(--hero-border);
    padding-bottom: 5px;
}

.legal-box h5 {
    color: var(--hero-text);
    margin: 15px 0 5px;
    font-size: 0.95rem;
}

.legal-box a {
    color: var(--hero-accent);
}

.legal-box p {
    margin-bottom: 12px;
}

body.page-site .legal-page .legal-box {
    display: block;
    margin-top: 0;
}

body.page-site .legal-page .legal-box + .legal-box {
    margin-top: 24px;
}

body.page-site .legal-page .legal-box h1 {
    color: var(--hero-text);
    margin-bottom: 15px;
    font-size: clamp(1.5rem, 4vw, 2rem);
    border-bottom: 1px solid var(--hero-border);
    padding-bottom: 8px;
}

.legal-form-template {
    background: rgba(255, 255, 255, 0.02);
    border: 1px dashed var(--hero-border);
    border-radius: 6px;
    padding: 16px 18px;
    margin-top: 10px;
}

.newsletter-section {
    background:
        radial-gradient(circle at 10% 90%, rgba(74, 222, 128, 0.06), transparent 42%),
        var(--hero-surface);
    border: 1px solid var(--hero-border);
    border-radius: 16px;
    padding: 32px;
    margin-top: 40px;
    text-align: center;
    box-shadow: 0 16px 48px rgba(0, 0, 0, 0.25);
}

.newsletter-section h2 {
    font-size: 1.4rem;
    margin-bottom: 10px;
    color: var(--hero-text);
}

.newsletter-section p {
    color: var(--hero-muted);
    max-width: 560px;
    margin: 0 auto 20px;
}

.newsletter-form {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
    align-items: center;
    max-width: 560px;
    margin: 0 auto 16px;
}

.newsletter-section--prominent {
    border-color: rgba(74, 222, 128, 0.35);
    box-shadow: 0 20px 56px rgba(74, 222, 128, 0.08), 0 16px 48px rgba(0, 0, 0, 0.25);
}

.newsletter-badge {
    display: inline-block;
    margin-bottom: 10px;
    padding: 4px 10px;
    border-radius: 999px;
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.02em;
    color: #4ade80;
    background: rgba(74, 222, 128, 0.12);
    border: 1px solid rgba(74, 222, 128, 0.25);
}

.reviews-section--order {
    margin: 0 0 2rem;
    padding: 1.25rem;
    border-radius: 14px;
    border: 1px solid var(--hero-border, rgba(255, 255, 255, 0.08));
    background: rgba(255, 255, 255, 0.02);
}

.reviews-section--order .reviews-grid {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}

.blog-article-cta {
    margin-top: 0;
}

.newsletter-form input[type="email"] {
    flex: 1 1 240px;
    min-width: 220px;
    padding: 12px 14px;
    border: 1px solid var(--hero-border);
    border-radius: 8px;
    font: inherit;
    background: rgba(255, 255, 255, 0.04);
    color: var(--hero-text);
}

.newsletter-form input[type="email"]::placeholder {
    color: rgba(154, 168, 188, 0.7);
}

.newsletter-consent {
    display: flex;
    gap: 10px;
    align-items: flex-start;
    text-align: left;
    max-width: 560px;
    margin: 0 auto;
    font-size: 0.85rem;
    color: var(--hero-muted);
}

.newsletter-consent a {
    color: var(--hero-accent);
}

.newsletter-consent input {
    margin-top: 4px;
}

.newsletter-notice {
    max-width: 560px;
    margin: 0 auto 16px;
    padding: 12px 16px;
    border-radius: 8px;
    font-size: 0.9rem;
}

.newsletter-notice.success {
    background: rgba(74, 222, 128, 0.12);
    border: 1px solid rgba(74, 222, 128, 0.28);
    color: #86efac;
}

.newsletter-notice.info {
    background: var(--hero-accent-soft);
    border: 1px solid rgba(56, 189, 248, 0.28);
    color: #bae6fd;
}

body.page-home .screenshots-section .section-title,
body.page-home .screenshots-section h2 {
    color: var(--hero-accent);
}

body.page-home .screenshots-section h2 {
    font-size: 1.55rem;
    font-weight: 600;
    letter-spacing: -0.02em;
    margin-bottom: 20px;
    color: var(--hero-text);
}

body.page-home .intro-section strong,
body.page-home .purchase-section strong {
    color: var(--hero-text);
}

.meta-section .release-version-label {
    font-size: 0.85rem;
    color: var(--hero-muted);
    margin: 16px 0 6px;
    font-weight: 600;
}

body.page-site .legal-box .legal-muted-list {
    padding-left: 15px;
    font-size: 0.85rem;
    color: var(--hero-muted);
}

body.page-site .legal-footer-note {
    font-size: 0.75rem;
    margin-top: 15px;
    line-height: 1.5;
    color: rgba(154, 168, 188, 0.75);
}

.newsletter-notice.warning {
    background: rgba(250, 204, 21, 0.1);
    border: 1px solid rgba(250, 204, 21, 0.28);
    color: #fde68a;
}

@keyframes homeFadeIn {
    from {
        opacity: 0;
        transform: translateY(24px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes siteNavIn {
    from {
        opacity: 0;
        transform: translateY(-12px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes siteNavPanelIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes siteNavItemIn {
    from {
        opacity: 0;
        transform: translateY(6px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 960px) {
    .hero-inner {
        grid-template-columns: 1fr;
        gap: 36px;
    }

    .hero-visual {
        display: none;
    }

    body.page-site .site-footer-inner {
        grid-template-columns: 1fr 1fr;
        gap: 28px 32px;
    }

    body.page-site .site-footer-brand {
        grid-column: 1 / -1;
    }
}

@media (max-width: 760px) {
    body.site-nav-open {
        overflow: hidden;
    }

    .site-header {
        z-index: 220;
    }

    body.site-nav-open .site-header,
    body.site-nav-open .site-header.is-scrolled {
        -webkit-backdrop-filter: none;
        backdrop-filter: none;
        background: #070b12;
        box-shadow: none;
    }

    .site-nav-toggle {
        display: flex;
        width: 44px;
        height: 44px;
        border-radius: 12px;
    }

    .site-nav-backdrop {
        display: block;
        position: fixed;
        inset: 0;
        z-index: 205;
        background:
            radial-gradient(circle at 80% 0%, rgba(56, 189, 248, 0.08), transparent 42%),
            rgba(2, 6, 14, 0.78);
        opacity: 0;
        visibility: hidden;
        pointer-events: none;
        transition: opacity 0.32s ease, visibility 0.32s ease;
    }

    .site-nav-backdrop.is-visible {
        opacity: 1;
        visibility: visible;
        pointer-events: auto;
    }

    .site-nav {
        display: none;
    }

    .site-nav.is-open {
        display: flex;
        position: fixed;
        inset: 0;
        z-index: 210;
        padding: 0;
        background: transparent;
        overflow: hidden;
        pointer-events: none;
    }

    .site-nav-panel {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        flex: 1;
        width: 100%;
        min-height: 100%;
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
        pointer-events: auto;
        text-align: left;
        animation: siteNavPanelIn 0.3s ease;
        background: #070b12;
        padding:
            max(92px, calc(env(safe-area-inset-top, 0px) + 76px))
            24px
            max(28px, env(safe-area-inset-bottom, 0px))
            24px;
    }

    .site-header-inner {
        position: relative;
    }

    .site-nav-links {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        gap: 0;
        width: 100%;
    }

    .site-nav-links a {
        display: flex;
        align-items: center;
        gap: 13px;
        width: 100%;
        padding: 16px 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.08);
        font-size: 1.12rem;
        font-weight: 500;
        letter-spacing: -0.01em;
        text-align: left;
        color: var(--hero-text);
        text-decoration: none;
        transition: color 0.2s ease;
        animation: siteNavItemIn 0.32s ease backwards;
    }

    .site-nav-links a .site-nav-icon {
        width: 20px;
        height: 20px;
        color: var(--hero-accent);
    }

    .site-nav-cta .site-nav-icon {
        width: 18px;
        height: 18px;
    }

    .site-nav-links a:first-child {
        border-top: 1px solid rgba(255, 255, 255, 0.08);
    }

    .site-nav-links a:hover,
    .site-nav-links a:focus-visible,
    .site-nav-links a.is-active {
        color: var(--hero-accent);
        background: rgba(56, 189, 248, 0.1);
        box-shadow:
            0 0 16px rgba(56, 189, 248, 0.3),
            0 0 32px rgba(56, 189, 248, 0.14);
        text-shadow: 0 0 12px rgba(56, 189, 248, 0.5);
    }

    .site-nav-links a:nth-child(1) { animation-delay: 0.03s; }
    .site-nav-links a:nth-child(2) { animation-delay: 0.06s; }
    .site-nav-links a:nth-child(3) { animation-delay: 0.09s; }
    .site-nav-links a:nth-child(4) { animation-delay: 0.12s; }
    .site-nav-links a:nth-child(5) { animation-delay: 0.15s; }
    .site-nav-links a:nth-child(6) { animation-delay: 0.18s; }
    .site-nav-links a:nth-child(7) { animation-delay: 0.21s; }

    .site-nav-cta {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 9px;
        width: 100%;
        margin-top: 24px;
        padding: 14px 18px;
        border-radius: 10px;
        font-size: 0.95rem;
        font-weight: 600;
        text-align: center;
        text-decoration: none;
        color: #0a0e14;
        background: #fff;
        box-shadow: none;
        transition: background 0.2s ease;
    }

    .site-nav-cta:hover,
    .site-nav-cta:focus-visible {
        background: #e8edf5;
        color: #0a0e14;
    }

    .site-nav-footer {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        gap: 14px;
        margin-top: auto;
        padding-top: 28px;
    }

    .site-nav-footer-label {
        display: block;
        font-size: 0.78rem;
        font-weight: 500;
        color: var(--hero-muted);
        text-transform: none;
        letter-spacing: 0;
    }

    body.page-site .site-nav .lang-switch {
        margin-left: 0;
        border-radius: 999px;
        overflow: hidden;
        border-color: var(--hero-border);
        background: rgba(255, 255, 255, 0.04);
    }

    body.page-site .site-nav .lang-switch a {
        min-width: 46px;
        padding: 7px 12px;
        text-align: center;
        font-size: 0.78rem;
        font-weight: 600;
        border-radius: 0;
    }

    .hero {
        padding-top: 36px;
        padding-bottom: 56px;
    }

    .hero-trust-inner {
        padding: 16px 18px;
        gap: 10px 18px;
    }

    body.page-site .container {
        padding-top: 56px;
    }

    .intro-section,
    .purchase-section,
    .meta-section {
        padding: 24px;
    }

    .use-cases-grid {
        grid-template-columns: 1fr;
    }

    .use-case-card {
        padding: 20px;
    }

    .use-cases-callout {
        grid-template-columns: 1fr;
        padding: 20px;
    }
}

@media (max-width: 760px) and (prefers-reduced-motion: reduce) {
    .site-nav-panel,
    .site-nav-links a {
        animation: none;
    }
}

@media (max-width: 600px) {
    .site-header-inner {
        padding-left: 16px;
        padding-right: 16px;
    }

    .site-nav-panel {
        padding-left: 20px;
        padding-right: 20px;
    }

    .hero-actions {
        flex-direction: column;
    }

    .hero-actions .btn {
        width: 100%;
    }

    .screenshots-grid {
        grid-template-columns: 1fr;
    }

    body.page-site .meta-section {
        padding: 20px;
    }
}

/* Unterseiten: Header, Panels, Formulare, FAQ, Blog, Admin */

body.page-site .home-main {
    flex: 1;
    width: 100%;
}

body.page-site:not(.page-home) .home-main .container {
    padding-top: 48px;
    padding-bottom: 48px;
    animation: homeFadeIn 0.7s cubic-bezier(0.16, 1, 0.3, 1);
}

body.page-site .page-header {
    text-align: center;
    margin-bottom: 36px;
    padding: 32px 20px 36px;
    position: relative;
    border-radius: 20px;
    background:
        radial-gradient(circle at 50% 0%, rgba(56, 189, 248, 0.1), transparent 55%),
        var(--hero-surface);
    border: 1px solid var(--hero-border);
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.22);
}

body.page-site .page-header h1 {
    font-size: clamp(2rem, 5vw, 2.75rem);
    font-weight: 700;
    letter-spacing: -0.04em;
    line-height: 1.1;
    margin-bottom: 14px;
    color: var(--hero-text);
}

body.page-site .page-header .hero-text {
    font-size: 1.05rem;
    font-weight: 400;
    max-width: 620px;
    margin-left: auto;
    margin-right: auto;
    color: var(--hero-muted);
    line-height: 1.65;
}

body.page-site .page-header .hero-text strong {
    color: var(--hero-text);
}

body.page-site .back-link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 18px;
    color: var(--hero-muted);
    text-decoration: none;
    font-size: 0.88rem;
    font-weight: 500;
    padding: 6px 12px;
    border-radius: 999px;
    border: 1px solid transparent;
    transition: color 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

body.page-site .back-link:hover {
    color: var(--hero-accent);
    border-color: var(--hero-border);
    background: rgba(255, 255, 255, 0.03);
}

body.page-site .brand-label {
    font-size: 0.72rem;
    font-weight: 600;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--hero-accent);
    margin-bottom: 14px;
    display: block;
}

body.page-site .panel {
    background: var(--hero-surface);
    border: 1px solid var(--hero-border);
    border-radius: 16px;
    padding: 28px 32px;
    margin-bottom: 24px;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.18);
    transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

body.page-site .panel:hover {
    border-color: rgba(56, 189, 248, 0.18);
}

body.page-site .panel h2,
body.page-site .panel h3 {
    color: var(--hero-text);
    margin-bottom: 12px;
}

body.page-site .panel h2 {
    font-size: 1.35rem;
    font-weight: 600;
    letter-spacing: -0.02em;
}

body.page-site .form-intro,
body.page-site .notice,
body.page-site .steps-box p,
body.page-site .legal-mini p,
body.page-site .form-hint {
    color: var(--hero-muted);
}

body.page-site .form-intro a,
body.page-site .legal-mini a,
body.page-site .panel a:not(.btn) {
    color: var(--hero-accent);
    text-decoration: none;
}

body.page-site .form-intro a:hover,
body.page-site .legal-mini a:hover,
body.page-site .panel a:not(.btn):hover {
    text-decoration: underline;
}

body.page-site .order-form label,
body.page-site .form-stack label {
    color: var(--hero-text);
}

body.page-site .order-form input[type="text"],
body.page-site .order-form input[type="email"],
body.page-site .order-form input[type="password"],
body.page-site .order-form select,
body.page-site .order-form textarea,
body.page-site .form-stack input[type="text"],
body.page-site .form-stack input[type="email"],
body.page-site .form-stack select,
body.page-site .form-stack textarea {
    width: 100%;
    padding: 12px 14px;
    border: 1px solid var(--hero-border);
    border-radius: 10px;
    font: inherit;
    background: rgba(255, 255, 255, 0.04);
    color: var(--hero-text);
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

body.page-site .order-form select,
body.page-site .form-stack select {
    color-scheme: dark;
    cursor: pointer;
}

body.page-site .order-form input:focus,
body.page-site .order-form select:focus,
body.page-site .order-form textarea:focus,
body.page-site .form-stack input:focus,
body.page-site .form-stack textarea:focus {
    outline: none;
    border-color: rgba(56, 189, 248, 0.45);
    box-shadow: 0 0 0 3px rgba(56, 189, 248, 0.12);
}

body.page-site .order-form select option,
body.page-site .form-stack select option {
    background: #fff;
    color: #1e293b;
}

body.page-site .order-form input::placeholder,
body.page-site .order-form textarea::placeholder,
body.page-site .form-stack input::placeholder,
body.page-site .form-stack textarea::placeholder {
    color: rgba(154, 168, 188, 0.55);
}

body.page-site .order-form .hint,
body.page-site .form-note {
    color: var(--hero-muted);
    font-size: 0.85rem;
}

body.page-site .checkbox-line,
body.page-site .radio-line {
    color: var(--hero-muted);
}

body.page-site .checkbox-line a,
body.page-site .radio-line strong {
    color: var(--hero-text);
}

body.page-site .payment-fieldset {
    border: 1px solid var(--hero-border);
    border-radius: 12px;
    padding: 16px 18px;
    margin: 20px 0;
}

body.page-site .payment-fieldset legend {
    color: var(--hero-text);
    font-weight: 600;
    padding: 0 8px;
}

body.page-site .summary-box {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid var(--hero-border);
    border-radius: 12px;
    padding: 18px 20px;
    color: var(--hero-muted);
}

body.page-site .summary-box strong {
    color: var(--hero-text);
}

body.page-site .summary-price {
    color: var(--hero-success);
    font-size: 1.4rem;
    font-weight: 700;
}

body.page-site .payment-box,
body.page-site .steps-box {
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid var(--hero-border);
    border-radius: 12px;
    padding: 18px 20px;
    margin: 18px 0;
}

body.page-site .payment-box h3,
body.page-site .steps-box h3 {
    color: var(--hero-text);
    margin-bottom: 10px;
}

body.page-site .steps-box ol {
    padding-left: 1.3rem;
    color: var(--hero-muted);
}

body.page-site .steps-box li {
    margin-bottom: 8px;
}

body.page-site .notice {
    background: var(--hero-accent-soft);
    border: 1px solid rgba(56, 189, 248, 0.25);
    border-radius: 10px;
    padding: 14px 16px;
    margin-bottom: 20px;
    color: #bae6fd;
}

body.page-site .notice.warning {
    background: rgba(250, 204, 21, 0.08);
    border-color: rgba(250, 204, 21, 0.28);
    color: #fde68a;
}

body.page-site .success-panel {
    background: rgba(74, 222, 128, 0.08);
    border-color: rgba(74, 222, 128, 0.28);
}

body.page-site .success-panel h2 {
    color: #86efac;
}

body.page-site .order-id {
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    color: var(--hero-accent);
    font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
}

body.page-site .alert-error {
    background: rgba(239, 68, 68, 0.1);
    border: 1px solid rgba(239, 68, 68, 0.28);
    color: #fca5a5;
}

body.page-site .review-list {
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid var(--hero-border);
    border-radius: 12px;
}

body.page-site .review-list dt {
    color: var(--hero-muted);
}

body.page-site .review-list dd {
    color: var(--hero-text);
}

body.page-site .faq-list {
    gap: 14px;
}

body.page-site .faq-item {
    border: 1px solid var(--hero-border);
    border-radius: 14px;
    background: rgba(255, 255, 255, 0.02);
    overflow: hidden;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

body.page-site .faq-item:hover {
    border-color: rgba(56, 189, 248, 0.22);
}

body.page-site .faq-item[open] {
    border-color: rgba(56, 189, 248, 0.35);
    box-shadow: 0 8px 32px rgba(56, 189, 248, 0.08);
}

body.page-site .faq-item summary {
    color: var(--hero-text);
    padding: 18px 48px 18px 20px;
}

body.page-site .faq-item summary::after {
    color: var(--hero-accent);
}

body.page-site .faq-item summary:hover {
    background: rgba(255, 255, 255, 0.03);
}

body.page-site .faq-answer {
    color: var(--hero-muted);
    padding: 0 20px 18px;
    border-top: 1px solid var(--hero-border);
}

body.page-site .faq-answer a {
    color: var(--hero-accent);
}

body.page-site .blog-list {
    gap: 22px;
}

body.page-site .blog-card {
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid var(--hero-border);
    border-radius: 16px;
    padding: 26px 28px;
    transition: border-color 0.25s ease, transform 0.25s ease, box-shadow 0.25s ease;
}

body.page-site .blog-card:hover {
    border-color: rgba(56, 189, 248, 0.3);
    transform: translateY(-2px);
    box-shadow: 0 16px 48px rgba(0, 0, 0, 0.28);
}

body.page-site .blog-date {
    color: var(--hero-accent);
    font-size: 0.8rem;
    font-weight: 600;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

body.page-site .blog-card h2 a {
    color: var(--hero-text);
}

body.page-site .blog-card h2 a:hover {
    color: var(--hero-accent);
    text-decoration: none;
}

body.page-site .blog-excerpt {
    color: var(--hero-muted);
}

body.page-site .blog-read-more {
    color: var(--hero-accent);
    font-weight: 600;
}

body.page-site .blog-article {
    line-height: 1.75;
}

body.page-site .blog-article > p:first-child {
    color: var(--hero-text);
    font-size: 1.06rem;
}

body.page-site .blog-article h2 {
    color: var(--hero-text);
    border-top-color: var(--hero-border);
}

body.page-site .blog-article h3 {
    color: var(--hero-text);
}

body.page-site .blog-article p,
body.page-site .blog-article ul,
body.page-site .blog-article ol {
    color: var(--hero-muted);
}

body.page-site .blog-article a {
    color: var(--hero-accent);
}

body.page-site .blog-article code {
    background: rgba(255, 255, 255, 0.06);
    color: #7dd3fc;
}

body.page-site .blog-article strong {
    color: var(--hero-text);
}

body.page-site .admin-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    justify-content: center;
    margin-bottom: 28px;
}

body.page-site .admin-nav-link {
    padding: 10px 18px;
    border-radius: 999px;
    border: 1px solid var(--hero-border);
    color: var(--hero-muted);
    text-decoration: none;
    font-size: 0.88rem;
    font-weight: 500;
    transition: all 0.2s ease;
}

body.page-site .admin-nav-link:hover,
body.page-site .admin-nav-link.active {
    color: var(--hero-text);
    border-color: rgba(56, 189, 248, 0.35);
    background: var(--hero-accent-soft);
}

body.page-site .stats-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 16px;
    margin: 20px 0;
}

body.page-site .stats-card {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid var(--hero-border);
    border-radius: 14px;
    padding: 20px;
    text-align: center;
}

body.page-site .stats-label {
    display: block;
    font-size: 0.82rem;
    color: var(--hero-muted);
    margin-bottom: 8px;
}

body.page-site .stats-value {
    font-size: 2rem;
    font-weight: 700;
    color: var(--hero-accent);
    letter-spacing: -0.03em;
}

body.page-site .stats-chart-card {
    background: transparent;
    border: 0;
    border-radius: 0;
    padding: 0;
    box-shadow: none;
}

body.page-site .stats-chart-heading {
    color: var(--hero-text);
}

body.page-site .stats-chart-total {
    color: var(--hero-muted);
}

body.page-site .stats-chart-total strong {
    color: var(--hero-accent);
}

body.page-site .stats-chart-total span {
    color: var(--hero-muted);
}

body.page-site .stats-chart-empty-state {
    border-color: var(--hero-border);
    background: rgba(255, 255, 255, 0.02);
}

body.page-site .stats-chart-empty-state p,
body.page-site .stats-chart-period,
body.page-site .stats-chart-empty {
    color: var(--hero-muted);
}

body.page-site .stats-chart-y-axis,
body.page-site .stats-chart-x-label {
    color: var(--hero-muted);
}

body.page-site .stats-chart-grid-line {
    background: var(--hero-border);
}

body.page-site .stats-chart-bar {
    background: linear-gradient(180deg, #67c3ff 0%, var(--hero-accent) 100%);
    box-shadow: 0 8px 20px rgba(56, 189, 248, 0.28);
}

body.page-site .stats-chart-card--visits .stats-chart-bar {
    background: linear-gradient(180deg, #6ee7a8 0%, var(--hero-success) 100%);
    box-shadow: 0 8px 20px rgba(74, 222, 128, 0.22);
}

body.page-site .stats-chart-bar-value {
    color: var(--hero-text);
}

body.page-site .stats-actions-bar {
    border-top-color: var(--hero-border);
}

body.page-site .stats-actions-meta {
    color: var(--hero-muted);
}

body.page-site .stats-settings-title,
body.page-site .stats-setting-label,
body.page-site .stats-setting-toggle {
    color: var(--hero-text);
}

body.page-site .stats-settings-form .stats-setting-field {
    border-color: var(--hero-border);
    background: rgba(255, 255, 255, 0.02);
}

body.page-site .stats-settings-form .stats-setting-field > input[type="number"],
body.page-site .stats-settings-form .stats-setting-field > input[type="text"] {
    padding: 12px 14px;
    border: 1px solid var(--hero-border);
    border-radius: 10px;
    font: inherit;
    background: rgba(255, 255, 255, 0.04);
    color: var(--hero-text);
}

body.page-site .stats-setting-inline label,
body.page-site .stats-setting-suffix {
    color: var(--hero-muted);
}

body.page-site .actions-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
    margin-top: 16px;
}

body.page-site .btn-withdrawal {
    background: #ef4444;
    color: #fff;
    border: 1px solid #dc2626;
}

body.page-site .btn-withdrawal:hover {
    background: #dc2626;
}

body.page-site .btn-stripe {
    background: #635bff;
    color: #fff;
    border: 1px solid #4f46e5;
}

body.page-site .btn-stripe:hover {
    background: #4f46e5;
}

body.page-site table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.9rem;
}

body.page-site table th,
body.page-site table td {
    padding: 10px 12px;
    border-bottom: 1px solid var(--hero-border);
    text-align: left;
    color: var(--hero-muted);
}

body.page-site table th {
    color: var(--hero-text);
    font-weight: 600;
    font-size: 0.82rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
}

body.page-site table tr:hover td {
    background: rgba(255, 255, 255, 0.02);
}

body.page-site .demo-file-table-wrap {
    overflow-x: auto;
    margin: 16px 0;
    padding: 8px 12px 4px;
    background: rgba(0, 0, 0, 0.32);
    border: 1px solid var(--hero-border);
    border-radius: 12px;
}

body.page-site .demo-file-table th,
body.page-site .demo-file-table td {
    color: var(--hero-text);
    border-bottom-color: var(--hero-border);
}

body.page-site .demo-file-table th {
    color: var(--hero-muted);
    background: rgba(0, 0, 0, 0.22);
    font-size: 0.82rem;
    font-weight: 600;
}

body.page-site .demo-file-table tr.is-active {
    background: transparent;
}

body.page-site .demo-file-table tr.is-active td {
    background: rgba(74, 222, 128, 0.14);
    color: var(--hero-text);
    border-bottom-color: rgba(74, 222, 128, 0.22);
}

body.page-site .demo-file-table tr.is-active td:first-child {
    box-shadow: inset 3px 0 0 var(--hero-success);
}

body.page-site .demo-file-table tr.is-active:hover td {
    background: rgba(74, 222, 128, 0.2);
}

body.page-site .demo-file-table tr.is-active td:nth-child(5) {
    color: var(--hero-success);
    font-weight: 600;
}

body.page-site .demo-file-table tr:not(.is-active):hover td {
    background: rgba(255, 255, 255, 0.04);
}

body.page-site .demo-file-table code {
    background: rgba(255, 255, 255, 0.08);
    color: #7dd3fc;
}

body.page-site .warning-note {
    color: #fde68a;
}

body.page-site .panel-subtitle {
    color: var(--hero-muted);
    font-size: 0.92rem;
    margin-bottom: 16px;
}

body.page-site .payment-methods {
    margin: 16px 0;
}

body.page-site .payment-methods img {
    filter: brightness(0.95);
}

body.page-site .btn-danger {
    background: #ef4444;
    color: #fff;
    border: 1px solid #dc2626;
}

body.page-site .btn-danger:hover {
    background: #dc2626;
}

body.page-site h1,
body.page-site h2,
body.page-site h3 {
    color: var(--hero-text);
}

@media (max-width: 760px) {
    body.page-site:not(.page-home) .home-main .container {
        padding-top: 32px;
        padding-bottom: 32px;
    }

    body.page-site .page-header {
        padding: 24px 16px 28px;
    }

    body.page-site .panel {
        padding: 22px 20px;
    }

    body.page-site .site-footer {
        background: #070b12;
    }

    body.page-site .site-footer-inner {
        grid-template-columns: 1fr;
        gap: 0;
        padding: 24px 20px 0;
    }

    body.page-site .site-footer-brand {
        grid-column: auto;
        text-align: center;
        padding-bottom: 20px;
        margin-bottom: 0;
        border-bottom: 1px solid var(--hero-border);
    }

    body.page-site .site-footer-brand-link {
        justify-content: center;
        margin-bottom: 8px;
    }

    body.page-site .site-footer-tagline {
        max-width: 34ch;
        margin: 0 auto;
        font-size: 0.8rem;
        line-height: 1.5;
    }

    body.page-site .site-footer-col {
        padding: 0;
        border-bottom: 1px solid var(--hero-border);
    }

    body.page-site .site-footer-col:last-of-type {
        border-bottom: none;
    }

    body.page-site .site-footer-col-title {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
        margin: 0;
        padding: 14px 0;
        font-size: 0.82rem;
        letter-spacing: 0.06em;
        text-transform: uppercase;
        color: var(--hero-text);
        cursor: pointer;
        -webkit-tap-highlight-color: transparent;
    }

    body.page-site .site-footer-col-title::after {
        content: "";
        flex-shrink: 0;
        width: 7px;
        height: 7px;
        border-right: 2px solid currentColor;
        border-bottom: 2px solid currentColor;
        transform: rotate(45deg);
        opacity: 0.45;
        transition: transform 0.2s ease, opacity 0.2s ease;
    }

    body.page-site .site-footer-col[open] .site-footer-col-title::after {
        transform: rotate(-135deg);
        opacity: 0.7;
    }

    body.page-site .site-footer-nav {
        gap: 4px;
        padding: 0 0 14px;
    }

    body.page-site .site-footer-nav a {
        display: block;
        padding: 7px 0 7px 10px;
        font-size: 0.88rem;
        color: var(--hero-muted);
        border-bottom: none;
    }

    body.page-site .site-footer-nav a:active {
        color: var(--hero-text);
    }

    body.page-site .site-footer-bar {
        padding: 16px 20px max(24px, env(safe-area-inset-bottom, 0px));
        margin-top: 4px;
        border-top: 1px solid var(--hero-border);
    }

    body.page-site .site-footer-bar p {
        text-align: center;
        font-size: 0.74rem;
        line-height: 1.55;
        color: var(--hero-muted);
    }

    body.page-site .site-footer-legal {
        padding: 0 20px max(28px, env(safe-area-inset-bottom, 0px));
    }

    body.page-site .legal-box {
        padding: 20px 18px;
        border-radius: 14px;
    }
}

/* Cookie-Hinweis (informativ) */

body.cookie-notice-visible {
    padding-bottom: calc(88px + env(safe-area-inset-bottom, 0px));
}

.cookie-notice {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 500;
    padding: 14px 16px max(14px, env(safe-area-inset-bottom, 0px));
    pointer-events: none;
    opacity: 0;
    transform: translateY(12px);
    transition: opacity 0.28s ease, transform 0.28s ease;
}

.cookie-notice.is-visible {
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}

.cookie-notice.is-hiding {
    opacity: 0;
    transform: translateY(12px);
    pointer-events: none;
}

.cookie-notice-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    max-width: 960px;
    margin: 0 auto;
    padding: 14px 18px;
    border-radius: 12px;
    border: 1px solid var(--hero-border, rgba(255, 255, 255, 0.1));
    background: rgba(10, 14, 22, 0.96);
    box-shadow:
        0 12px 40px rgba(0, 0, 0, 0.35),
        0 0 24px rgba(56, 189, 248, 0.08);
    backdrop-filter: blur(12px);
}

.cookie-notice-text {
    margin: 0;
    font-size: 0.84rem;
    line-height: 1.55;
    color: var(--hero-muted, #9aa8bc);
}

.cookie-notice-text a {
    color: var(--hero-accent, #38bdf8);
    text-decoration: none;
    font-weight: 500;
}

.cookie-notice-text a:hover {
    text-decoration: underline;
}

.cookie-notice-btn {
    flex-shrink: 0;
    border: none;
    border-radius: 9px;
    padding: 9px 16px;
    font-family: inherit;
    font-size: 0.84rem;
    font-weight: 600;
    color: #041018;
    background: linear-gradient(135deg, #ffffff 0%, #d7e6f7 100%);
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    box-shadow: 0 4px 14px rgba(56, 189, 248, 0.18);
}

.cookie-notice-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 8px 24px rgba(56, 189, 248, 0.28);
}

@media (max-width: 640px) {
    .cookie-notice-inner {
        flex-direction: column;
        align-items: stretch;
        gap: 12px;
    }

    .cookie-notice-btn {
        width: 100%;
    }
}

/* Reviews */
.review-rating-field {
    border: none;
    margin: 0 0 1.25rem;
    padding: 0;
}

.review-rating-field legend {
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.review-rating-input {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    gap: 0.15rem;
}

.review-rating-input input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.review-rating-input label {
    font-size: 1.75rem;
    line-height: 1;
    color: #4b5563;
    cursor: pointer;
    transition: color 0.15s ease, transform 0.15s ease;
}

.review-rating-input label:hover,
.review-rating-input label:hover ~ label,
.review-rating-input input:checked ~ label,
.review-rating-input input:focus-visible + label {
    color: #f5c542;
}

.review-stars {
    display: inline-flex;
    gap: 0.1rem;
    color: #f5c542;
    letter-spacing: 0.02em;
}

.review-star {
    color: #3d4654;
}

.review-star.is-filled {
    color: #f5c542;
}

.reviews-section {
    margin: 3rem 0;
    padding-top: 1rem;
}

.reviews-section-header h2 {
    margin-bottom: 0.5rem;
}

.reviews-summary {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.5rem 0.75rem;
    color: var(--text-muted, #9aa8bc);
    margin: 0 0 1.5rem;
}

.reviews-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 1rem;
}

.review-card {
    margin: 0;
    padding: 1.1rem 1.2rem;
    border-radius: 12px;
    border: 1px solid var(--hero-border, rgba(255, 255, 255, 0.08));
    background: rgba(255, 255, 255, 0.02);
}

.review-quote {
    margin: 0.75rem 0;
    line-height: 1.55;
}

.review-author {
    font-size: 0.9rem;
    color: var(--text-muted, #9aa8bc);
}

.reviews-cta {
    margin: 1.5rem 0 0;
}

.review-admin-list {
    display: grid;
    gap: 1rem;
}

.review-admin-card {
    padding: 1rem 1.1rem;
    border-radius: 10px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    background: rgba(255, 255, 255, 0.02);
}

.review-admin-card-header {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 0.5rem;
    font-size: 0.9rem;
}

.review-admin-comment {
    margin: 0.75rem 0;
    white-space: pre-wrap;
}

.review-admin-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-top: 0.75rem;
}

.label-hint {
    font-weight: 400;
    color: var(--text-muted, #9aa8bc);
    font-size: 0.9em;
}

