:root {
    --font: -apple-system, BlinkMacSystemFont, 'Segoe UI', system-ui, sans-serif;
    --radius-xl: 28px;
    --radius-lg: 20px;
    --radius-md: 14px;
    --shadow-lg: 0 30px 80px rgba(0, 0, 0, 0.28);
    --shadow-md: 0 16px 40px rgba(0, 0, 0, 0.18);
    --shadow-sm: 0 10px 24px rgba(0, 0, 0, 0.16);
    --transition: 180ms ease;
}

body[data-theme="dach"] {
    --bg: #07111f;
    --bg-soft: #0d1a2e;
    --panel: rgba(10, 18, 32, 0.88);
    --panel-soft: rgba(18, 28, 46, 0.82);
    --surface: rgba(255, 255, 255, 0.04);
    --border: rgba(255, 255, 255, 0.1);
    --text: #f5f7fb;
    --muted: #9dacbf;
    --accent: #d3a84d;
    --accent-2: #f0d58e;
    --success: #66d9a5;
    --error: #ff8f8f;
    --choice-glow: rgba(211, 168, 77, 0.18);
    --hero-grad-a: rgba(211, 168, 77, 0.22);
    --hero-grad-b: rgba(69, 112, 184, 0.16);
    --thank-you-selection-card-bg: linear-gradient(160deg, rgba(12, 20, 35, 0.96), rgba(29, 21, 10, 0.92));
    --thank-you-selection-card-border: rgba(211, 168, 77, 0.26);
    --thank-you-selection-button-bg: linear-gradient(135deg, #d3a84d, #f0d58e);
    --thank-you-selection-button-text: #20170b;
    --thank-you-selection-button-shadow: 0 18px 34px rgba(0, 0, 0, 0.3);
}

body[data-theme="mallorca"] {
    --bg: #f5efe5;
    --bg-soft: #fffaf3;
    --panel: rgba(255, 252, 247, 0.92);
    --panel-soft: rgba(255, 247, 236, 0.86);
    --surface: rgba(196, 154, 60, 0.06);
    --border: rgba(149, 106, 38, 0.16);
    --text: #2f2417;
    --muted: #776651;
    --accent: #d78b47;
    --accent-2: #f2c98d;
    --success: #2c9f6b;
    --error: #b95353;
    --choice-glow: rgba(215, 139, 71, 0.14);
    --hero-grad-a: rgba(255, 196, 132, 0.34);
    --hero-grad-b: rgba(255, 240, 218, 0.72);
    --thank-you-selection-card-bg: linear-gradient(160deg, rgba(72, 48, 24, 0.96), rgba(109, 71, 35, 0.92));
    --thank-you-selection-card-border: rgba(149, 106, 38, 0.24);
    --thank-you-selection-button-bg: linear-gradient(135deg, #d78b47, #f2c98d);
    --thank-you-selection-button-text: #2f2417;
    --thank-you-selection-button-shadow: 0 16px 28px rgba(90, 53, 18, 0.18);
}

* { box-sizing: border-box; }

html, body {
    margin: 0;
    min-height: 100%;
}

body {
    font-family: var(--font);
    background:
        radial-gradient(circle at top left, var(--hero-grad-a), transparent 36%),
        radial-gradient(circle at top right, var(--hero-grad-b), transparent 42%),
        linear-gradient(180deg, var(--bg-soft), var(--bg));
    color: var(--text);
    padding: 18px 14px 44px;
}

.page-shell {
    width: min(1160px, 100%);
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 20px;
    align-items: start;
}

.hero-panel,
.form-panel,
.selection-ui,
.result,
.loading {
    border: 1px solid var(--border);
    background: var(--panel);
    backdrop-filter: blur(18px);
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-lg);
}

.form-panel {
    padding: 22px;
}

.form-header {
    margin-bottom: 14px;
    padding-bottom: 14px;
    border-bottom: 1px solid var(--border);
}

.form-header-topline,
.hero-badge,
.hero-kicker,
.summary-title {
    letter-spacing: 0.02em;
}

.form-header-topline {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
    margin-bottom: 10px;
}

.hero-badge,
.hero-kicker {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 0 12px;
    border-radius: 999px;
    font-size: 0.76rem;
    font-weight: 650;
}

.hero-badge {
    background: var(--surface);
    color: var(--accent);
    border: 1px solid var(--border);
}

.hero-kicker {
    background: rgba(255, 255, 255, 0.04);
    color: var(--muted);
    border: 1px solid var(--border);
    opacity: 0.88;
}

.form-eyebrow {
    margin: 0 0 6px;
    color: var(--accent);
    font-size: 0.74rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.06em;
}

.form-title {
    margin: 0;
    font-size: clamp(1.65rem, 3.1vw, 2.35rem);
    line-height: 1.06;
    max-width: 15ch;
}

.form-lead {
    margin: 8px 0 0;
    color: var(--muted);
    font-size: 0.96rem;
    line-height: 1.45;
    max-width: 48ch;
}

.artist-lock-card {
    margin-top: 16px;
    padding: 16px 18px;
    border-radius: 20px;
    border: 1px solid rgba(196, 154, 60, 0.28);
    background: linear-gradient(135deg, rgba(196, 154, 60, 0.14), rgba(255, 255, 255, 0.04));
}

.artist-lock-card-kicker {
    color: var(--accent);
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.artist-lock-card h2 {
    margin: 8px 0 6px;
    font-size: 1.2rem;
    line-height: 1.2;
}

.artist-lock-card p {
    margin: 0;
    color: var(--muted);
    line-height: 1.45;
}

.artist-lock-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 12px;
}

.artist-lock-pill {
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    padding: 0 12px;
    border-radius: 999px;
    border: 1px solid var(--border);
    background: rgba(255, 255, 255, 0.05);
    color: var(--text);
    font-size: 0.78rem;
    font-weight: 650;
}

.trust-inline {
    display: none;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    margin-top: 16px;
}

.trust-chip {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    min-height: 40px;
    padding: 0 14px;
    border-radius: 16px;
    border: 1px solid var(--border);
    background: var(--surface);
    color: var(--text);
    font-size: 0.82rem;
    font-weight: 650;
}

.trust-chip::before,
.hero-point::before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: var(--accent);
    box-shadow: 0 0 0 5px var(--choice-glow);
}

.hero-process {
    display: none;
    margin-top: 16px;
    padding: 14px 16px;
    border-radius: 18px;
    border: 1px solid var(--border);
    background: rgba(255, 255, 255, 0.03);
}

.hero-process-label {
    margin-bottom: 10px;
    color: var(--accent);
    font-size: 0.78rem;
    font-weight: 750;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.hero-process-steps {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
}

.hero-process-step {
    display: grid;
    gap: 6px;
    padding: 12px;
    border-radius: 16px;
    border: 1px solid var(--border);
    background: var(--panel-soft);
    text-align: center;
}

.hero-process-step span {
    width: 28px;
    height: 28px;
    margin: 0 auto;
    border-radius: 999px;
    display: grid;
    place-items: center;
    background: var(--choice-glow);
    color: var(--accent);
    font-size: 0.78rem;
    font-weight: 800;
}

.hero-process-step strong {
    font-size: 0.83rem;
    line-height: 1.3;
}

.hero-panel { display: none; }

.hero-panel::after {
    content: "";
    position: absolute;
    inset: auto -60px -70px auto;
    width: 180px;
    height: 180px;
    border-radius: 999px;
    background: radial-gradient(circle, var(--hero-grad-a), transparent 72%);
    pointer-events: none;
}

.hero-panel-card {
    position: relative;
    z-index: 1;
    padding: 22px;
    border-radius: 20px;
    border: 1px solid var(--border);
    background: var(--panel-soft);
}

.hero-panel-card--primary {
    box-shadow: var(--shadow-sm);
}

.hero-panel-card--quiet {
    background: rgba(255, 255, 255, 0.025);
}

.hero-panel-kicker {
    margin-bottom: 10px;
    color: var(--accent);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.hero-panel h2 {
    margin: 0;
    font-size: 1.42rem;
    line-height: 1.15;
}

.hero-panel p {
    margin: 12px 0 0;
    color: var(--muted);
    line-height: 1.55;
}

.hero-points {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 12px;
    margin: 0;
}

.hero-point {
    position: relative;
    display: grid;
    gap: 4px;
    padding: 16px 16px 16px 18px;
    border-radius: 18px;
    background: var(--panel-soft);
    border: 1px solid var(--border);
    box-shadow: var(--shadow-sm);
}

.hero-point::before {
    position: absolute;
    top: 21px;
    left: 18px;
}

.hero-point strong,
.hero-point span {
    padding-left: 18px;
}

.hero-point strong {
    font-size: 0.96rem;
    line-height: 1.35;
}

.hero-point span {
    color: var(--muted);
    font-size: 0.87rem;
    line-height: 1.5;
}

.progress-bar {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 18px;
    padding: 14px 16px;
    border-radius: 18px;
    border: 1px solid var(--border);
    background: rgba(255, 255, 255, 0.025);
}

.progress-step {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
    color: var(--muted);
    min-width: 58px;
}

.step-label {
    line-height: 1.2;
    text-align: center;
}

.progress-step.active,
.progress-step.completed {
    color: var(--text);
}

.step-number {
    width: 34px;
    height: 34px;
    border-radius: 999px;
    display: grid;
    place-items: center;
    border: 1px solid var(--border);
    background: rgba(255, 255, 255, 0.03);
    font-weight: 700;
}

.progress-step.active .step-number,
.progress-step.completed .step-number {
    background: var(--accent);
    color: #17120b;
    border-color: transparent;
}

.progress-track {
    height: 4px;
    flex: 1;
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    overflow: hidden;
}

.progress-fill {
    width: 0%;
    height: 100%;
    background: linear-gradient(90deg, var(--accent), var(--accent-2));
    transition: width 220ms ease;
}

.section-intro h2 {
    margin: 0;
    font-size: 1.16rem;
}

.section-intro p {
    margin: 3px 0 0;
    color: var(--muted);
    line-height: 1.35;
}

.section-intro--compact p {
    font-size: 0.92rem;
}

.section-intro--compact {
    display: none;
}

.form-step {
    display: block;
}

.step-focus-card,
.form-section-card,
.step-actions-card {
    border-radius: 0;
    border: 0;
    background: transparent;
}

.step-focus-card {
    display: none;
    justify-content: space-between;
    align-items: flex-start;
    gap: 16px;
    margin-bottom: 16px;
    padding: 16px 18px;
}

.step-focus-card--secondary {
    margin-top: 2px;
}

.step-focus-kicker {
    margin-bottom: 6px;
    color: var(--accent);
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.step-focus-card h3 {
    margin: 0;
    font-size: 1.08rem;
    line-height: 1.25;
}

.step-focus-card p {
    margin: 6px 0 0;
    color: var(--muted);
    font-size: 0.9rem;
    line-height: 1.5;
}

.step-focus-badge {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 0 12px;
    border-radius: 999px;
    border: 1px solid var(--border);
    background: var(--surface);
    color: var(--text);
    font-size: 0.8rem;
    font-weight: 700;
    white-space: nowrap;
}

.form-section-card {
    margin-top: 12px;
    padding: 0;
}

.form-section-card--highlight {
    background: transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

.grid {
    display: grid;
    gap: 14px;
}

.grid-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid-2 > .form-group:only-child {
    grid-column: 1 / -1;
}

.form-group {
    margin-top: 14px;
}

.form-group--first {
    margin-top: 0;
}

.form-group > label {
    display: block;
    margin-bottom: 9px;
    font-weight: 700;
    font-size: 0.94rem;
}

.field-hint {
    margin: -2px 0 10px;
    color: var(--muted);
    font-size: 0.85rem;
    line-height: 1.5;
}

.form-group--optional > label {
    color: var(--muted);
    font-size: 0.88rem;
    font-weight: 600;
}

input,
select,
textarea,
button {
    font: inherit;
}

input,
select,
textarea {
    width: 100%;
    min-height: 50px;
    padding: 12px 14px;
    border-radius: 12px;
    border: 1px solid var(--border);
    background: rgba(255, 255, 255, 0.04);
    color: var(--text);
    transition: border-color var(--transition), box-shadow var(--transition), background var(--transition);
}

.form-group--optional input,
.form-group--optional textarea {
    background: rgba(255, 255, 255, 0.025);
}

body[data-theme="mallorca"] input,
body[data-theme="mallorca"] select,
body[data-theme="mallorca"] textarea {
    background: rgba(255, 255, 255, 0.75);
}

input::placeholder,
textarea::placeholder {
    color: var(--muted);
}

input:focus,
select:focus,
textarea:focus {
    outline: none;
    border-color: var(--accent);
    box-shadow: 0 0 0 4px var(--choice-glow);
}

textarea {
    min-height: 76px;
    resize: vertical;
}

.textarea--quiet {
    min-height: 84px;
}

.option-grid {
    display: grid;
    gap: 10px;
}

.option-grid--search {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

#artistLockOfferingOptions.option-grid--search {
    grid-template-columns: minmax(0, 1fr);
}

.option-grid--duration {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.choice-card {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    min-height: 58px;
    padding: 11px 12px;
    border-radius: 13px;
    border: 1px solid var(--border);
    background: var(--panel-soft);
    cursor: pointer;
    transition: transform var(--transition), border-color var(--transition), box-shadow var(--transition), background var(--transition);
}

.choice-card:hover,
.choice-card.active {
    transform: translateY(-1px);
    border-color: var(--accent);
    box-shadow: 0 10px 22px var(--choice-glow);
}

.choice-card--soft {
    background: linear-gradient(180deg, var(--panel-soft), rgba(255, 255, 255, 0.03));
}

.choice-card--compact {
    min-height: 58px;
}

.choice-card--featured,
.choice-card--default {
    border-color: rgba(196, 154, 60, 0.35);
    box-shadow: 0 10px 22px rgba(196, 154, 60, 0.10);
}

.choice-badge {
    display: none;
    align-self: flex-start;
    align-items: center;
    min-height: 22px;
    padding: 0 8px;
    border-radius: 999px;
    background: rgba(196, 154, 60, 0.14);
    color: var(--accent);
    font-size: 0.66rem;
    font-weight: 800;
    letter-spacing: 0.03em;
    text-transform: uppercase;
}

.choice-card input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.choice-title {
    font-weight: 650;
    font-size: 0.94rem;
    line-height: 1.3;
}

.choice-copy {
    display: none;
    color: var(--muted);
    font-size: 0.8rem;
    line-height: 1.4;
}

.artist-lock-offering-picker {
    display: grid;
    gap: 10px;
}

.artist-lock-offering-current {
    width: 100%;
    display: grid;
    gap: 5px;
    padding: 14px 15px;
    border-radius: 16px;
    border: 1px solid rgba(196, 154, 60, 0.34);
    background: linear-gradient(135deg, rgba(196, 154, 60, 0.16), rgba(255, 255, 255, 0.04));
    color: var(--text);
    text-align: left;
    font: inherit;
}

.artist-lock-offering-current.is-clickable {
    cursor: pointer;
}

.artist-lock-offering-current.is-clickable:hover,
.artist-lock-offering-current.is-clickable:focus-visible {
    border-color: var(--accent);
    box-shadow: 0 12px 26px var(--choice-glow);
    outline: none;
}

.artist-lock-offering-current-kicker,
.artist-lock-offering-current-action {
    color: var(--accent);
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.06em;
    text-transform: uppercase;
}

.artist-lock-offering-current-title {
    font-size: 1rem;
    font-weight: 750;
    line-height: 1.25;
}

.artist-lock-offering-current-meta {
    color: var(--muted);
    font-size: 0.84rem;
    line-height: 1.4;
}

.artist-lock-offering-current-action {
    margin-top: 2px;
}

.artist-lock-offering-menu {
    display: none;
    gap: 8px;
}

.artist-lock-offering-menu.is-open {
    display: grid;
}

.artist-lock-offering-option {
    min-height: 0;
}

.pill-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
}

.pill-option {
    position: relative;
}

.pill-option input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.pill-option span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 42px;
    padding: 8px 12px;
    border-radius: 13px;
    border: 1px solid var(--border);
    background: rgba(255, 255, 255, 0.04);
    color: var(--text);
    cursor: pointer;
    text-align: center;
    line-height: 1.35;
    transition: border-color var(--transition), color var(--transition), background var(--transition);
}

.pill-option.active span {
    border-color: var(--accent);
    background: var(--choice-glow);
    color: var(--text);
}

.summary-box,
.consent-box {
    margin-top: 18px;
    padding: 16px 18px;
    border-radius: 18px;
    border: 1px solid var(--border);
    background: var(--panel-soft);
}

.summary-box {
    display: none;
}

.summary-title {
    margin-bottom: 6px;
    color: var(--accent);
    font-weight: 700;
    font-size: 0.8rem;
    text-transform: uppercase;
}

.summary-box p,
.consent-box span {
    margin: 0;
    color: var(--muted);
    line-height: 1.55;
}

.summary-box p + p {
    margin-top: 4px;
}

.consent-box label {
    display: flex;
    gap: 12px;
    align-items: flex-start;
}

.consent-box input {
    width: 18px;
    height: 18px;
    min-height: 0;
    padding: 0;
    margin-top: 2px;
    border-radius: 4px;
    flex: 0 0 18px;
}

.step-actions {
    display: flex;
    gap: 12px;
    align-items: center;
    margin-top: 0;
}

.step-actions--end { justify-content: flex-end; }
.step-actions--between { justify-content: space-between; }

.step-actions-card {
    margin-top: 16px;
    padding: 0;
}

.step-actions-copy {
    display: none;
    margin-bottom: 14px;
    color: var(--muted);
    font-size: 0.92rem;
    line-height: 1.5;
}

.step-actions-copy strong {
    color: var(--text);
}

.btn {
    appearance: none;
    border: none;
    border-radius: 999px;
    min-height: 50px;
    padding: 0 20px;
    cursor: pointer;
    font-weight: 700;
    transition: transform var(--transition), opacity var(--transition), background var(--transition), color var(--transition), border-color var(--transition);
}

.btn:hover { transform: translateY(-1px); }

.btn-primary {
    background: linear-gradient(135deg, var(--accent), var(--accent-2));
    color: #20170b;
    font-weight: 700;
}

.btn-secondary {
    background: transparent;
    color: var(--text);
    border: 1px solid var(--border);
}

.btn:disabled {
    opacity: 0.6;
    cursor: not-allowed;
    transform: none;
}

.date-fields {
    display: grid;
    grid-template-columns: minmax(88px, 0.9fr) minmax(116px, 1.15fr) minmax(90px, 0.95fr);
    gap: 10px;
}

.date-fields select {
    min-width: 0;
    padding-right: 38px;
}

#locationFields {
    position: relative;
    row-gap: 6px;
}

.location-feedback {
    grid-column: 1 / -1;
    min-height: 18px;
    margin-top: 10px;
    font-size: 0.84rem;
    line-height: 1.45;
}

.location-feedback:empty {
    display: none;
    min-height: 0;
    margin-top: 0;
}

.location-feedback.valid { color: var(--success); }
.location-feedback.invalid { color: var(--error); }
.location-feedback.loading,
.location-feedback.hint { color: var(--muted); }

.location-suggestions {
    grid-column: 1 / -1;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 0;
    overscroll-behavior: contain;
}

.location-suggestions-label {
    width: 100%;
    color: var(--muted);
    font-size: 0.8rem;
}

.suggestion-btn {
    border: 1px solid var(--border);
    background: var(--panel-soft);
    color: var(--text);
    min-height: 40px;
    padding: 0 14px;
    border-radius: 999px;
    cursor: pointer;
}

.contact-trust-row {
    display: none;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 10px;
    margin: 14px 0 4px;
}

.contact-trust-chip {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    min-height: 42px;
    padding: 0 12px;
    border-radius: 14px;
    border: 1px solid var(--border);
    background: rgba(255, 255, 255, 0.03);
    color: var(--text);
    font-size: 0.82rem;
    font-weight: 650;
    text-align: center;
}

.loading,
.result,
.selection-ui {
    grid-column: 1 / -1;
    margin-top: 24px;
}

.loading {
    display: none;
    padding: 22px;
    text-align: center;
}

.loading.active {
    display: block;
}

.spinner {
    width: 34px;
    height: 34px;
    margin: 0 auto 12px;
    border-radius: 999px;
    border: 3px solid rgba(255, 255, 255, 0.12);
    border-top-color: var(--accent);
    animation: spin 1s linear infinite;
}

@keyframes spin {
    to { transform: rotate(360deg); }
}

.result {
    display: none;
    padding: 22px;
}

.result.success,
.result.error {
    display: block;
}

.result.success {
    border-color: rgba(102, 217, 165, 0.32);
    background: rgba(102, 217, 165, 0.08);
}

.result.thank-you {
    border-color: var(--border);
    background: var(--panel);
}

.result.error {
    border-color: rgba(255, 143, 143, 0.32);
    background: rgba(255, 143, 143, 0.08);
}

.result h3 {
    margin: 0 0 8px;
}

.result p {
    margin: 0 0 8px;
    color: var(--text);
    line-height: 1.6;
}

.artist-lock-unavailable-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 16px;
}

.artist-lock-unavailable-actions button {
    border: 0;
    cursor: pointer;
    font: inherit;
}

.result code,
.result a {
    color: inherit;
}

.thank-you-shell {
    display: grid;
    gap: 18px;
}

.thank-you-badge {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    min-height: 34px;
    padding: 0 14px;
    border-radius: 999px;
    background: var(--surface);
    border: 1px solid var(--border);
    color: var(--accent);
    font-size: 0.82rem;
    font-weight: 700;
}

.thank-you-title {
    margin: 0;
    font-size: clamp(1.8rem, 4vw, 2.5rem);
    line-height: 1.08;
}

.thank-you-lead {
    margin: 0;
    color: var(--text);
    font-size: 1rem;
    line-height: 1.65;
    max-width: 58ch;
}

.thank-you-note,
.thank-you-contact-card {
    border-radius: 22px;
    border: 1px solid var(--border);
    background: var(--panel-soft);
}

.thank-you-note {
    padding: 18px 20px;
    color: var(--muted);
    line-height: 1.6;
}

.thank-you-note strong {
    color: var(--text);
}

.thank-you-meta {
    color: var(--muted);
    font-size: 0.85rem;
}

.thank-you-contact-card {
    padding: 22px;
}

.thank-you-selection-card {
    position: relative;
    overflow: hidden;
    width: min(100%, 640px);
    margin: 4px auto 0;
    padding: 22px;
    border-radius: 22px;
    border: 1px solid var(--thank-you-selection-card-border);
    background: var(--thank-you-selection-card-bg);
    box-shadow: 0 30px 70px rgba(0, 0, 0, 0.3);
    text-align: center;
}

.thank-you-selection-card::before {
    content: "";
    position: absolute;
    inset: 0 auto auto 50%;
    width: 74%;
    height: 1px;
    transform: translateX(-50%);
    background: linear-gradient(90deg, transparent, rgba(240, 213, 142, 0.6), transparent);
    opacity: 0.9;
}

.thank-you-selection-card--hint {
    border-color: var(--border);
    background: var(--panel-soft);
}

.thank-you-selection-card h3 {
    margin: 0 0 8px;
    font-size: clamp(1.28rem, 3vw, 1.65rem);
    line-height: 1.15;
}

.thank-you-selection-card p {
    margin: 0;
    color: var(--muted);
    max-width: 48ch;
    margin-left: auto;
    margin-right: auto;
}

.thank-you-selection-kicker {
    margin-bottom: 8px;
    color: var(--accent);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.thank-you-selection-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 18px;
    justify-content: center;
}

.thank-you-link-selection {
    justify-content: center;
    min-width: min(100%, 320px);
    padding: 0 20px;
    border: 1px solid transparent;
    background: var(--thank-you-selection-button-bg);
    color: var(--thank-you-selection-button-text) !important;
    box-shadow: var(--thank-you-selection-button-shadow);
    letter-spacing: 0.01em;
}

.thank-you-alternatives-preview {
    display: grid;
    gap: 10px;
    margin-top: 18px;
    text-align: left;
}

.thank-you-alternative-card {
    display: grid;
    grid-template-columns: 74px 1fr;
    gap: 12px;
    align-items: center;
    min-width: 0;
    padding: 10px;
    border-radius: 14px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    background: rgba(0, 0, 0, 0.18);
}

.thank-you-alternative-image {
    width: 74px;
    height: 58px;
    overflow: hidden;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.08);
}

.thank-you-alternative-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.thank-you-alternative-image-fallback {
    display: grid;
    width: 100%;
    height: 100%;
    place-items: center;
    color: var(--accent);
    font-weight: 800;
}

.thank-you-alternative-copy {
    min-width: 0;
}

.thank-you-alternative-copy h4 {
    margin: 0 0 4px;
    font-size: 1rem;
    line-height: 1.2;
    color: #fff;
}

.thank-you-alternative-subtitle,
.thank-you-alternative-meta {
    color: rgba(255, 255, 255, 0.68);
    font-size: 0.88rem;
    line-height: 1.35;
}

.thank-you-alternative-price {
    margin-top: 5px;
    color: var(--accent);
    font-weight: 800;
}

.thank-you-link-selection:hover,
.thank-you-link-selection:focus-visible {
    transform: translateY(-1px);
    filter: brightness(1.04);
}

.thank-you-contact-kicker {
    margin-bottom: 8px;
    color: var(--accent);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.thank-you-contact-card h3 {
    margin: 0 0 8px;
    font-size: 1.18rem;
}

.thank-you-contact-card p {
    margin: 0;
    color: var(--muted);
}

.thank-you-contact-person {
    display: flex;
    align-items: center;
    gap: 16px;
    margin: 18px 0;
}

.thank-you-contact-person img {
    width: 76px;
    height: 76px;
    border-radius: 999px;
    object-fit: cover;
    border: 2px solid rgba(211, 168, 77, 0.28);
}

.thank-you-contact-name {
    font-weight: 700;
    color: var(--text);
}

.thank-you-contact-role {
    color: var(--muted);
}

.thank-you-contact-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.thank-you-link {
    display: inline-flex;
    align-items: center;
    min-height: 46px;
    padding: 0 16px;
    border-radius: 999px;
    text-decoration: none;
    font-weight: 700;
}

.thank-you-link-whatsapp {
    background: #25D366;
    color: #08140d !important;
}

.thank-you-link-phone {
    background: rgba(255, 255, 255, 0.04);
    border: 1px solid var(--border);
    color: var(--text);
}

.phone-followup,
.post-submit-followup {
    margin: 18px 0 4px;
    padding: 18px;
    border-radius: 18px;
    border: 1px solid var(--border);
    background: rgba(255, 255, 255, 0.04);
}

.phone-followup {
    border-color: rgba(211, 168, 77, 0.72);
    background:
        radial-gradient(circle at top left, rgba(211, 168, 77, 0.18), transparent 42%),
        rgba(10, 18, 32, 0.95);
}

.phone-followup-modal {
    position: fixed;
    inset: 0;
    z-index: 80;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 14px;
    overflow-x: hidden;
}

.phone-followup-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(2, 6, 14, 0.74);
    backdrop-filter: blur(8px);
}

.phone-followup-modal .phone-followup {
    position: relative;
    width: 100%;
    max-width: min(560px, calc(100vw - 28px));
    box-sizing: border-box;
    margin: 0;
    padding: 28px;
    border-radius: 18px;
    box-shadow: 0 30px 90px rgba(0, 0, 0, 0.58), 0 0 0 1px rgba(211, 168, 77, 0.2);
    overflow-wrap: anywhere;
}

.phone-followup-modal .phone-followup h3 {
    font-size: clamp(1.45rem, 4vw, 2rem);
    line-height: 1.12;
}

.phone-followup-modal .phone-followup-row {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
}

.phone-followup-modal .phone-followup-row input,
.phone-followup-modal .phone-followup-row button {
    width: 100%;
    min-width: 0;
    max-width: 100%;
}

.post-submit-followup--gate {
    position: relative;
    margin: 26px 0;
    padding: 28px;
    border-color: rgba(211, 168, 77, 0.72);
    background:
        radial-gradient(circle at top left, rgba(211, 168, 77, 0.2), transparent 42%),
        rgba(10, 18, 32, 0.96);
    box-shadow: 0 26px 70px rgba(0, 0, 0, 0.42), 0 0 0 1px rgba(211, 168, 77, 0.18);
}

.post-submit-followup-badge {
    display: inline-flex;
    align-items: center;
    margin-bottom: 12px;
    padding: 6px 10px;
    border-radius: 999px;
    background: rgba(211, 168, 77, 0.16);
    color: var(--accent);
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.post-submit-followup--compact {
    margin-top: 14px;
    padding: 0;
    border: 0;
    background: transparent;
}

.post-submit-followup-toggle {
    border: 0;
    background: transparent;
    color: var(--muted);
    font: inherit;
    font-size: 0.9rem;
    font-weight: 700;
    padding: 0;
    cursor: pointer;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.post-submit-followup-toggle:hover {
    color: var(--accent);
}

.post-submit-followup-body {
    margin-top: 12px;
    padding: 16px;
    border-radius: 14px;
    border: 1px solid var(--border);
    background: rgba(255, 255, 255, 0.04);
}

.phone-followup h3,
.post-submit-followup h3 {
    margin: 0 0 8px;
    font-size: 1.05rem;
}

.post-submit-followup--gate h3 {
    font-size: clamp(1.45rem, 3vw, 2rem);
    line-height: 1.14;
}

.phone-followup p,
.post-submit-followup p {
    margin: 0 0 14px;
    color: var(--muted);
}

.post-submit-followup-options {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 12px;
}

.source-chip {
    min-height: 38px;
    padding: 0 13px;
    border-radius: 999px;
    border: 1px solid var(--border);
    background: rgba(255, 255, 255, 0.04);
    color: var(--text);
    font: inherit;
    font-size: 0.88rem;
    font-weight: 700;
    cursor: pointer;
}

.post-submit-followup--gate .source-chip {
    flex: 1 1 calc(50% - 8px);
    min-height: 58px;
    padding: 0 18px;
    border-radius: 14px;
    font-size: 1rem;
    background: rgba(255, 255, 255, 0.07);
}

.source-chip:hover,
.source-chip.active {
    border-color: rgba(211, 168, 77, 0.48);
    background: rgba(211, 168, 77, 0.16);
}

.source-chip:disabled {
    cursor: wait;
    opacity: 0.7;
}

.source-chip.active:disabled {
    opacity: 1;
}

.phone-followup-row,
.post-submit-followup-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.phone-followup-row input,
.post-submit-followup-row input {
    flex: 1 1 220px;
    min-height: 50px;
}

.phone-followup-feedback,
.post-submit-followup-feedback {
    margin-top: 10px;
    font-size: 0.92rem;
    font-weight: 650;
}

.phone-followup-feedback.success { color: var(--success); }
.phone-followup-feedback.error { color: var(--error); }
.post-submit-followup-feedback.success { color: var(--success); }
.post-submit-followup-feedback.error { color: var(--error); }

#postDiscoveryContent[hidden] {
    display: none;
}

.selection-ui {
    padding: 24px;
}

.selection-header {
    margin-bottom: 18px;
}

.selection-header h2 {
    margin: 0 0 8px;
}

.event-info,
.selected-count {
    color: var(--muted);
}

.cards-container {
    display: grid;
    gap: 14px;
}

.artist-card {
    border: 1px solid var(--border);
    background: var(--panel-soft);
    border-radius: 22px;
    padding: 18px;
    cursor: pointer;
    transition: border-color var(--transition), transform var(--transition), box-shadow var(--transition);
}

.artist-card:hover,
.artist-card.selected,
.artist-card.super-liked {
    transform: translateY(-1px);
    border-color: var(--accent);
    box-shadow: 0 14px 30px var(--choice-glow);
}

.card-header {
    display: flex;
    justify-content: space-between;
    gap: 14px;
    align-items: flex-start;
    margin-bottom: 10px;
}

.artist-name {
    margin: 0;
    font-size: 1.05rem;
}

.artist-category,
.artist-description {
    color: var(--muted);
}

.artist-compatibility {
    margin-bottom: 8px;
    color: var(--accent);
    font-size: 0.78rem;
    font-weight: 650;
}

.artist-price {
    font-weight: 700;
    color: var(--accent);
    white-space: nowrap;
}

.card-actions {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    margin-top: 14px;
}

.action-btn,
.submit-selection {
    border-radius: 999px;
    min-height: 44px;
    padding: 0 14px;
    border: 1px solid var(--border);
    background: rgba(255, 255, 255, 0.04);
    color: var(--text);
    cursor: pointer;
}

.action-btn.active,
.submit-selection {
    border-color: transparent;
    background: linear-gradient(135deg, var(--accent), var(--accent-2));
    color: #20170b;
    font-weight: 700;
}

.action-btn.disabled {
    opacity: 0.45;
    pointer-events: none;
}

.selection-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
    margin-top: 18px;
}

.superlike-hint {
    margin-bottom: 12px;
    padding: 14px 16px;
    border-radius: 18px;
    border: 1px solid var(--border);
    background: var(--surface);
    color: var(--muted);
}

@media (min-width: 1025px) {
    .page-shell {
        grid-template-columns: minmax(0, 1.18fr) minmax(300px, 360px);
    }

    .hero-panel {
        display: grid;
        gap: 14px;
        position: sticky;
        top: 24px;
    }
}

@media (max-width: 1024px) {
    .page-shell {
        grid-template-columns: 1fr;
    }

    .form-panel {
        order: 1;
    }

    .hero-panel {
        order: 2;
        position: relative;
        top: 0;
    }
}

@media (max-width: 780px) {
    .grid-2,
    .card-actions {
        grid-template-columns: 1fr;
    }

    .pill-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .option-grid--search,
    .option-grid--duration {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .step-actions,
    .selection-footer,
    .thank-you-contact-person {
        flex-direction: column;
        align-items: stretch;
    }

    .step-focus-card {
        flex-direction: column;
    }

    .step-focus-badge {
        align-self: flex-start;
    }

    .contact-trust-row {
        grid-template-columns: 1fr;
    }

    .btn,
    .submit-selection,
    .action-btn,
    .thank-you-link {
        width: 100%;
    }
}

@media (max-width: 560px) {
    body {
        padding: 8px 8px 24px;
    }

    .hero-panel {
        display: none;
    }

    .form-panel,
    .selection-ui,
    .loading,
    .result {
        border-radius: 16px;
        padding: 15px 14px;
    }

    .form-header {
        margin-bottom: 12px;
        padding-bottom: 12px;
    }

    .form-header-topline,
    .form-eyebrow {
        display: none;
    }

    .form-title {
        max-width: none;
        font-size: 1.48rem;
        line-height: 1.1;
    }

    .form-lead {
        margin-top: 6px;
        font-size: 0.9rem;
        line-height: 1.4;
    }

    .progress-bar {
        gap: 8px;
        margin-bottom: 12px;
        padding: 9px 10px;
        border-radius: 14px;
    }

    .progress-step {
        min-width: 58px;
        gap: 6px;
    }

    .step-label {
        font-size: 0.76rem;
    }

    .section-intro p {
        font-size: 0.92rem;
    }

    .step-focus-card,
    .form-section-card,
    .step-actions-card,
    .summary-box,
    .consent-box {
        padding: 0;
        border-radius: 0;
    }

    .consent-box {
        padding: 12px;
        border-radius: 14px;
    }

    .option-grid--search {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
    }

    .option-grid--duration {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
    }

    .choice-card {
        min-height: 52px;
        padding: 10px;
    }

    .choice-card--compact {
        min-height: 52px;
    }

    .choice-title {
        font-size: 0.88rem;
    }

    .pill-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 8px;
    }

    .pill-option span {
        min-height: 40px;
        padding: 8px 10px;
        font-size: 0.84rem;
        justify-content: center;
        text-align: center;
    }

    .step-actions-copy {
        margin-bottom: 12px;
        font-size: 0.9rem;
    }
}

/* Minimal customer inquiry redesign, based on Anfrage.html.
   Keeps the existing form IDs, field names and submit flow intact. */
body[data-theme="dach"],
body[data-theme="mallorca"] {
    --bg: #ffffff;
    --bg-soft: #ffffff;
    --panel: #ffffff;
    --panel-soft: #ffffff;
    --surface: #fafaf9;
    --border: #ebebea;
    --border-strong: #d9d9d6;
    --text: #1a1a19;
    --muted: #666663;
    --accent: #1a1a19;
    --accent-2: #1a1a19;
    --success: #1f8a55;
    --error: #c8372d;
    --choice-glow: rgba(26, 26, 25, 0.08);
    --thank-you-selection-card-bg: linear-gradient(160deg, #161615, #2a261f);
    --thank-you-selection-card-border: rgba(26, 26, 25, 0.18);
    --thank-you-selection-button-bg: #ffffff;
    --thank-you-selection-button-text: #1a1a19;
    --thank-you-selection-button-shadow: none;
}

body {
    min-height: 100vh;
    padding: 72px 24px 120px;
    background: var(--bg);
    color: var(--text);
    font-size: 15px;
    line-height: 1.5;
    letter-spacing: 0;
}

.site-topbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 30;
    height: 56px;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 0 28px;
    border-bottom: 1px solid var(--border);
    background: rgba(255, 255, 255, 0.86);
    backdrop-filter: saturate(180%) blur(14px);
    -webkit-backdrop-filter: saturate(180%) blur(14px);
    color: var(--text);
    font-size: 14px;
    font-weight: 650;
}

.site-brand-dot {
    flex: 0 0 auto;
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: var(--text);
}

.site-brand-name {
    display: inline-flex;
    align-items: center;
}

.page-shell {
    width: min(640px, 100%);
    display: block;
}

.hero-panel {
    display: none !important;
}

.form-panel,
.loading,
.result {
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
    backdrop-filter: none;
}

.form-panel {
    padding: 0;
}

.form-header {
    margin: 0 0 34px;
    padding: 0;
    border: 0;
}

.form-header-topline,
.form-eyebrow,
.trust-inline,
.hero-process {
    display: none !important;
}

.form-title {
    max-width: none;
    margin: 0 0 8px;
    color: var(--text);
    font-size: 32px;
    font-weight: 650;
    line-height: 1.15;
    letter-spacing: 0;
}

.form-lead {
    max-width: none;
    margin: 0;
    color: var(--muted);
    font-size: 15px;
    line-height: 1.5;
}

.progress-bar {
    gap: 8px;
    margin: 0 0 34px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
}

.progress-step {
    min-width: auto;
    flex: 0 0 auto;
    gap: 5px;
    color: #9b9b98;
}

.step-number {
    width: 26px;
    height: 26px;
    border-radius: 999px;
    border-color: var(--border-strong);
    background: #fff;
    color: #8a8a87;
    font-size: 12px;
    font-weight: 650;
}

.step-label {
    font-size: 12px;
    font-weight: 550;
}

.progress-step.active,
.progress-step.completed {
    color: var(--text);
}

.progress-step.active .step-number,
.progress-step.completed .step-number {
    border-color: var(--text);
    background: var(--text);
    color: #fff;
}

.progress-track {
    height: 3px;
    min-width: 28px;
    background: var(--border);
}

.progress-fill {
    background: var(--text);
}

.step-focus-card {
    display: block;
    margin: 0 0 36px;
    padding: 0;
}

.step-focus-kicker {
    margin: 0 0 10px;
    color: #8a8a87;
    font-size: 13px;
    font-weight: 550;
    letter-spacing: 0;
    text-transform: none;
    font-variant-numeric: tabular-nums;
}

.step-focus-card h3 {
    margin: 0 0 8px;
    color: var(--text);
    font-size: 32px;
    font-weight: 650;
    line-height: 1.15;
    letter-spacing: 0;
}

.step-focus-card p {
    margin: 0;
    color: var(--muted);
    font-size: 15px;
}

.step-focus-badge,
.section-intro,
.choice-badge,
.choice-copy,
.step-actions-copy,
.summary-box,
.contact-trust-row {
    display: none !important;
}

.form-section-card {
    margin: 0;
    padding: 0;
}

.grid {
    gap: 12px;
}

.form-group {
    margin-top: 20px;
}

.form-group--first {
    margin-top: 0;
}

.form-group > label,
.form-group--optional > label {
    margin-bottom: 7px;
    color: var(--muted);
    font-size: 13px;
    font-weight: 550;
    letter-spacing: 0;
}

.field-hint {
    color: var(--muted);
}

input,
select,
textarea {
    min-height: 48px;
    padding: 12px 13px;
    border: 1px solid var(--border);
    border-radius: 8px;
    background: #fff !important;
    color: var(--text);
    box-shadow: none;
}

textarea,
.textarea--quiet {
    min-height: 86px;
}

input:hover,
select:hover,
textarea:hover {
    border-color: var(--border-strong);
}

input:focus,
select:focus,
textarea:focus {
    border-color: var(--text);
    box-shadow: 0 0 0 1px var(--text);
}

input::placeholder,
textarea::placeholder {
    color: #aaa9a6;
}

.option-grid--search {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}

.choice-card {
    min-height: 82px;
    gap: 4px;
    justify-content: flex-start;
    padding: 18px 46px 16px 18px;
    border: 1px solid var(--border);
    border-radius: 10px;
    background: #fff;
    box-shadow: none;
    transition: background 180ms ease, border-color 180ms ease, box-shadow 180ms ease, transform 180ms ease;
}

.choice-card::after {
    content: "";
    position: absolute;
    top: 14px;
    right: 14px;
    width: 18px;
    height: 18px;
    border: 1.5px solid var(--border-strong);
    border-radius: 999px;
    background: #fff;
    transition: background 180ms ease, border-color 180ms ease, box-shadow 180ms ease;
}

.choice-card:hover {
    transform: none;
    border-color: var(--border-strong);
    background: var(--surface);
    box-shadow: none;
}

.choice-card.active,
.choice-card--featured.active,
.choice-card--default.active {
    transform: none;
    border-color: var(--text);
    background: #fff;
    box-shadow: 0 0 0 1px var(--text) inset;
}

.choice-card.active::after {
    border-color: var(--text);
    background: var(--text);
    box-shadow: inset 0 0 0 4px #fff;
}

.choice-card--featured,
.choice-card--default,
.choice-card--soft {
    border-color: var(--border);
    background: #fff;
    box-shadow: none;
}

.choice-title {
    color: var(--text);
    font-size: 15px;
    font-weight: 650;
    line-height: 1.3;
}

.pill-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
}

.pill-option span {
    min-height: 42px;
    border-radius: 8px;
    border-color: var(--border);
    background: #fff;
    color: var(--text);
    font-size: 13.5px;
}

.pill-option span:hover {
    border-color: var(--border-strong);
    background: var(--surface);
}

.pill-option.active span {
    border-color: var(--text);
    background: var(--text);
    color: #fff;
}

.consent-box {
    margin-top: 22px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
}

.consent-box span {
    color: var(--muted);
    font-size: 13px;
    line-height: 1.45;
}

.consent-box input {
    accent-color: var(--text);
}

.step-actions-card {
    margin-top: 28px;
}

.step-actions {
    gap: 10px;
}

.btn {
    min-height: 50px;
    padding: 0 18px;
    border-radius: 8px;
    font-weight: 650;
}

.btn:hover {
    transform: none;
}

.btn-primary {
    background: var(--text);
    color: #fff;
}

.btn-secondary {
    border: 1px solid var(--border);
    background: #fff;
    color: var(--text);
}

.btn-secondary:hover {
    border-color: var(--border-strong);
    background: var(--surface);
}

.location-feedback {
    min-height: 18px;
    margin-top: 8px;
    font-size: 13px;
}

.suggestion-btn {
    min-height: 38px;
    border-radius: 8px;
    background: #fff;
}

.loading,
.result {
    width: min(640px, 100%);
    margin: 28px auto 0;
    padding: 0;
}

.spinner {
    border-color: var(--border);
    border-top-color: var(--text);
}

.result.success,
.result.error,
.result.thank-you {
    padding: 24px;
    border: 1px solid var(--border);
    border-radius: 10px;
    background: #fff;
}

.result.error {
    border-color: rgba(200, 55, 45, 0.35);
}

.thank-you-badge {
    border-radius: 999px;
    background: var(--surface);
    color: var(--text);
}

.thank-you-title {
    font-size: 32px;
    letter-spacing: 0;
}

.thank-you-note,
.thank-you-contact-card,
.phone-followup,
.post-submit-followup {
    border-radius: 10px;
    background: var(--surface);
}

.thank-you-selection-card {
    border-radius: 10px;
    color: #fff;
}

.thank-you-selection-card p {
    color: rgba(255, 255, 255, 0.72);
}

.thank-you-link,
.source-chip {
    border-radius: 8px;
}

.thank-you-link-phone,
.source-chip,
.phone-followup,
.post-submit-followup {
    background: #fff;
}

@media (min-width: 1025px) {
    .page-shell {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 780px) {
    body {
        padding: 70px 18px 80px;
    }

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

    .option-grid--search,
    .option-grid--duration {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .step-actions {
        flex-direction: column-reverse;
        align-items: stretch;
    }
}

@media (max-width: 560px) {
    body {
        padding: 70px 16px 72px;
    }

    .site-topbar {
        padding: 0 24px;
    }

    .form-panel,
    .loading,
    .result {
        padding: 0;
        border-radius: 0;
    }

    .form-header {
        margin-bottom: 28px;
    }

    .form-title,
    .step-focus-card h3,
    .thank-you-title {
        font-size: 26px;
    }

    .progress-bar {
        margin-bottom: 30px;
    }

    .step-label {
        display: none;
    }

    .choice-card {
        min-height: 82px;
        padding: 16px 42px 15px 16px;
    }

    .pill-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

/* Brand restore: keep the reduced flow, but match the current my-coverband.de palette. */
body[data-theme="dach"],
body[data-theme="mallorca"] {
    --bg: #07111f;
    --bg-soft: #0d1a2e;
    --panel: rgba(10, 18, 32, 0.86);
    --panel-soft: rgba(18, 28, 46, 0.78);
    --surface: rgba(146, 170, 210, 0.08);
    --border: rgba(178, 199, 232, 0.14);
    --border-strong: rgba(226, 185, 94, 0.45);
    --text: #F5F5F7;
    --muted: #B7C2D2;
    --accent: #E2B95E;
    --accent-2: #caa34c;
    --success: #66d9a5;
    --error: #ff8f8f;
    --choice-glow: rgba(226, 185, 94, 0.24);
    --thank-you-selection-card-bg: linear-gradient(160deg, rgba(10, 18, 32, 0.98), rgba(27, 38, 59, 0.94));
    --thank-you-selection-card-border: rgba(226, 185, 94, 0.38);
    --thank-you-selection-button-bg: linear-gradient(180deg, #F1D27A 0%, #E2B95E 100%);
    --thank-you-selection-button-text: #111111;
    --thank-you-selection-button-shadow: 0 18px 34px rgba(0, 0, 0, 0.35);
}

body[data-theme="mallorca"] {
    --bg: #f7ead7;
    --bg-soft: #fffaf3;
    --panel: rgba(255, 252, 247, 0.9);
    --panel-soft: rgba(255, 255, 255, 0.68);
    --surface: rgba(245, 199, 94, 0.16);
    --border: rgba(78, 58, 32, 0.13);
    --border-strong: rgba(143, 113, 55, 0.34);
    --text: #211d17;
    --muted: #5d554c;
    --accent: #f5c75e;
    --accent-2: #8f7137;
    --success: #2c9f6b;
    --error: #b95353;
    --choice-glow: rgba(201, 147, 42, 0.18);
    --thank-you-selection-card-bg: linear-gradient(160deg, rgba(255, 255, 255, 0.94), rgba(255, 242, 212, 0.9));
    --thank-you-selection-card-border: rgba(143, 113, 55, 0.24);
    --thank-you-selection-button-bg: linear-gradient(135deg, #ffe8aa, #f5c75e);
    --thank-you-selection-button-text: #241907;
    --thank-you-selection-button-shadow: 0 14px 30px rgba(201, 147, 42, 0.2);
}

body {
    min-height: 100vh;
    padding: 76px 22px 84px;
    background:
        linear-gradient(90deg, rgba(7, 17, 31, 0.97), rgba(7, 17, 31, 0.76) 48%, rgba(7, 17, 31, 0.97)),
        linear-gradient(180deg, rgba(13, 26, 46, 0.2), rgba(7, 17, 31, 0.97)),
        url("https://my-coverband.de/wp-content/uploads/2024/09/Unkel-66-scaled.jpg") center 24% / cover fixed no-repeat;
    color: var(--text);
}

body[data-theme="mallorca"] {
    background:
        linear-gradient(180deg, rgba(255, 250, 243, 0.2), rgba(255, 250, 243, 0.88) 62%, rgba(247, 234, 215, 0.98)),
        linear-gradient(90deg, rgba(10, 7, 4, 0.34), rgba(255, 250, 243, 0.22) 48%, rgba(255, 250, 243, 0.72)),
        url("https://my-coverband.de/wp-content/uploads/2026/03/Live-Duo-mit-Sonnenuntergang-Lounge-.jpg") center 24% / cover fixed no-repeat;
}

body[data-theme="mallorca"] .site-topbar {
    border-bottom-color: rgba(255, 255, 255, 0.72);
    background: rgba(255, 255, 255, 0.58);
    color: var(--text);
    box-shadow: 0 12px 34px rgba(92, 66, 31, 0.12);
}

body[data-theme="mallorca"] .site-brand-name {
    color: #55493c;
}

.site-topbar {
    height: 60px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.10);
    background: rgba(7, 17, 31, 0.82);
    color: var(--text);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.28);
}

.site-brand-dot {
    width: 92px;
    height: 24px;
    border-radius: 0;
    background: url("https://my-coverband.de/wp-content/uploads/2024/05/Design-ohne-Titel-2-e1759169531269.png") left center / contain no-repeat;
}

.site-brand-name {
    color: var(--muted);
    font-size: 13px;
    letter-spacing: 0;
}

.page-shell {
    width: min(680px, 100%);
    display: block;
    align-items: start;
}

.form-panel,
.loading,
.result,
.hero-panel {
    border: 1px solid var(--border);
    border-radius: 22px;
    background: var(--panel);
    box-shadow: 0 28px 72px rgba(0, 0, 0, 0.46);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
}

body[data-theme="mallorca"] .form-panel,
body[data-theme="mallorca"] .loading,
body[data-theme="mallorca"] .result,
body[data-theme="mallorca"] .hero-panel {
    border-color: rgba(255, 255, 255, 0.78);
    background: var(--panel);
    box-shadow: 0 24px 72px rgba(92, 66, 31, 0.13);
}

.form-panel {
    padding: 28px;
}

.form-header {
    display: none;
}

.form-header-topline,
.form-eyebrow,
.trust-inline,
.hero-process {
    display: none !important;
}

.form-header-topline {
    margin-bottom: 12px;
}

.hero-badge,
.hero-kicker,
.trust-chip,
.hero-process,
.artist-lock-pill {
    border-color: var(--border);
    background: var(--surface);
    color: var(--muted);
}

.hero-badge,
.form-eyebrow,
.hero-process-label,
.hero-panel-kicker,
.step-focus-kicker {
    color: var(--accent);
}

.form-eyebrow {
    margin-bottom: 8px;
}

.form-title {
    max-width: 13ch;
    color: var(--text);
    font-size: clamp(2rem, 4vw, 3.35rem);
    font-weight: 760;
    line-height: 1.02;
}

.form-lead {
    max-width: 46ch;
    color: var(--muted);
    font-size: 1rem;
}

.trust-inline {
    display: grid !important;
}

.hero-process {
    display: block !important;
}

.progress-bar {
    margin-bottom: 24px;
    padding: 14px 16px;
    border: 1px solid var(--border);
    border-radius: 16px;
    background: rgba(10, 18, 32, 0.66);
}

.progress-step {
    color: rgba(183, 194, 210, 0.62);
}

.step-number {
    width: 32px;
    height: 32px;
    border-color: var(--border);
    background: rgba(255, 255, 255, 0.05);
    color: var(--muted);
}

.progress-step.active,
.progress-step.completed {
    color: var(--text);
}

.progress-step.active .step-number,
.progress-step.completed .step-number,
.pill-option.active span {
    border-color: transparent;
    background: linear-gradient(180deg, #F1D27A 0%, var(--accent) 100%);
    color: #111111;
}

.progress-track {
    background: rgba(255, 255, 255, 0.11);
}

.progress-fill {
    background: linear-gradient(90deg, var(--accent-2), var(--accent));
}

.step-focus-card {
    margin-bottom: 22px;
}

.step-focus-card h3 {
    color: var(--text);
    font-size: clamp(1.45rem, 3vw, 2rem);
}

.step-focus-card p,
.form-group > label,
.form-group--optional > label,
.consent-box span {
    color: var(--muted);
}

input,
select,
textarea {
    border-color: var(--border);
    background: rgba(7, 17, 31, 0.74) !important;
    color: var(--text);
}

body[data-theme="mallorca"] input,
body[data-theme="mallorca"] select,
body[data-theme="mallorca"] textarea {
    background: rgba(255, 255, 255, 0.76) !important;
    color: var(--text);
}

input:hover,
select:hover,
textarea:hover,
input:focus,
select:focus,
textarea:focus {
    border-color: var(--accent);
    box-shadow: 0 0 0 4px var(--choice-glow);
}

input::placeholder,
textarea::placeholder {
    color: rgba(183, 194, 210, 0.64);
}

body[data-theme="mallorca"] input::placeholder,
body[data-theme="mallorca"] textarea::placeholder {
    color: rgba(93, 85, 76, 0.62);
}

.choice-card,
.choice-card--featured,
.choice-card--default,
.choice-card--soft,
.pill-option span,
.btn-secondary,
.suggestion-btn,
.result.success,
.result.error,
.result.thank-you,
.thank-you-note,
.thank-you-contact-card,
.phone-followup,
.post-submit-followup,
.source-chip,
.thank-you-link-phone {
    border-color: var(--border);
    background: var(--panel-soft);
    color: var(--text);
}

.choice-card::after {
    border-color: var(--border-strong);
    background: rgba(7, 17, 31, 0.74);
}

.thank-you-link-whatsapp {
    border-color: rgba(37, 211, 102, 0.35);
    background: #25D366;
    color: #08140d !important;
}

.choice-card:hover,
.choice-card.active,
.choice-card--featured.active,
.choice-card--default.active,
.pill-option span:hover {
    border-color: var(--accent);
    background: rgba(226, 185, 94, 0.12);
    box-shadow: 0 14px 32px var(--choice-glow);
}

.choice-card.active::after {
    border-color: var(--accent);
    background: var(--accent);
    box-shadow: inset 0 0 0 4px #0d1a2e;
}

body[data-theme="mallorca"] .progress-bar,
body[data-theme="mallorca"] .consent-box {
    background: rgba(255, 255, 255, 0.48);
}

body[data-theme="mallorca"] .progress-step {
    color: rgba(33, 29, 23, 0.48);
}

body[data-theme="mallorca"] .step-number,
body[data-theme="mallorca"] .choice-card::after {
    background: rgba(255, 255, 255, 0.64);
}

body[data-theme="mallorca"] .choice-card:hover,
body[data-theme="mallorca"] .choice-card.active,
body[data-theme="mallorca"] .choice-card--featured.active,
body[data-theme="mallorca"] .choice-card--default.active,
body[data-theme="mallorca"] .pill-option span:hover,
body[data-theme="mallorca"] .btn-secondary:hover {
    background: rgba(245, 199, 94, 0.16);
}

body[data-theme="mallorca"] .choice-card.active::after {
    box-shadow: inset 0 0 0 4px #fffaf3;
}

.pill-option.active span,
.pill-option.active span:hover,
.pill-option.active span:active,
.pill-option.active:focus-within span {
    border-color: transparent;
    background: linear-gradient(180deg, #F1D27A 0%, var(--accent) 100%);
    color: #111111;
    box-shadow: 0 14px 32px var(--choice-glow);
}

.choice-title {
    color: var(--text);
}

.btn-primary {
    border: 0;
    background: linear-gradient(180deg, #F1D27A 0%, var(--accent) 100%);
    color: #111111;
    box-shadow: 0 10px 24px rgba(226, 185, 94, 0.3);
}

body[data-theme="mallorca"] .btn-primary {
    background: linear-gradient(135deg, #ffe8aa, #f5c75e);
    color: #241907;
    box-shadow: 0 14px 30px rgba(201, 147, 42, 0.2);
}

.btn-primary:hover {
    box-shadow: 0 22px 42px rgba(0, 0, 0, 0.44);
}

.btn-secondary:hover {
    border-color: var(--accent);
    background: rgba(226, 185, 94, 0.12);
}

.consent-box {
    padding: 14px 16px;
    border: 1px solid var(--border);
    border-radius: 14px;
    background: rgba(10, 18, 32, 0.66);
}

.consent-box input {
    accent-color: var(--accent);
}

select {
    appearance: none;
    -webkit-appearance: none;
    padding-right: 46px;
    background-image:
        linear-gradient(45deg, transparent 50%, currentColor 50%),
        linear-gradient(135deg, currentColor 50%, transparent 50%) !important;
    background-position:
        calc(100% - 24px) calc(50% - 2px),
        calc(100% - 18px) calc(50% - 2px) !important;
    background-size: 6px 6px, 6px 6px !important;
    background-repeat: no-repeat !important;
}

.consent-box input[type="checkbox"] {
    min-height: 0;
    padding: 0;
    border-radius: 4px;
    box-shadow: none;
}

.consent-box input[type="checkbox"]:hover,
.consent-box input[type="checkbox"]:focus {
    border-color: var(--border);
    box-shadow: none;
}

.consent-box input[type="checkbox"]:focus-visible {
    outline: 2px solid var(--accent);
    outline-offset: 3px;
}

.hero-panel {
    display: none !important;
}

.hero-panel-card,
.hero-point {
    border-color: var(--border);
    background: var(--panel-soft);
}

.hero-panel h2,
.hero-point strong {
    color: var(--text);
}

.hero-panel p,
.hero-point span {
    color: var(--muted);
}

.thank-you-badge {
    background: var(--surface);
    color: var(--accent);
}

.thank-you-title {
    color: var(--text);
}

.spinner {
    border-color: rgba(255, 255, 255, 0.18);
    border-top-color: var(--accent);
}

@media (min-width: 1025px) {
    .page-shell {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 1024px) {
    .page-shell {
        grid-template-columns: 1fr;
    }

    .hero-panel {
        display: none !important;
    }
}

@media (max-width: 780px) {
    body {
        padding: 72px 14px 56px;
        background-attachment: scroll;
    }

    .form-panel {
        padding: 20px 18px;
    }

    .trust-inline,
    .hero-process,
    .hero-kicker {
        display: none !important;
    }

    .location-suggestions {
        position: fixed;
        top: var(--location-suggestions-top, 120px);
        left: var(--location-suggestions-left, 14px);
        right: auto;
        width: var(--location-suggestions-width, calc(100vw - 28px));
        z-index: 30;
        flex-direction: column;
        flex-wrap: nowrap;
        align-items: stretch;
        max-height: var(--location-suggestions-max-height, min(200px, calc(100dvh - 220px)));
        padding: 10px;
        border: 1px solid var(--border);
        border-radius: 12px;
        background: rgba(10, 18, 32, 0.98);
        box-shadow: 0 18px 42px rgba(0, 0, 0, 0.34);
        overflow-y: auto;
        -webkit-overflow-scrolling: touch;
    }

    body[data-theme="mallorca"] .location-suggestions {
        background: rgba(255, 252, 247, 0.98);
    }

    .location-suggestions-label {
        width: auto;
        padding: 0 2px 2px;
    }

    .suggestion-btn {
        width: 100%;
        min-height: 44px;
        justify-content: flex-start;
        padding: 9px 12px;
        text-align: left;
        white-space: normal;
    }

    body.location-input-active {
        padding-bottom: max(56px, env(safe-area-inset-bottom));
        scroll-padding-bottom: 220px;
    }
}

@media (max-width: 560px) {
    body {
        padding: 68px 10px 38px;
    }

    .site-topbar {
        padding: 0 16px;
    }

    .site-brand-dot {
        width: 78px;
        height: 21px;
    }

    .site-brand-name {
        font-size: 12px;
    }

    .form-panel,
    .loading,
    .result {
        border-radius: 18px;
        padding: 18px 14px;
    }

    .form-title,
    .step-focus-card h3,
    .thank-you-title {
        font-size: 28px;
    }

    .progress-bar {
        margin-bottom: 22px;
        padding: 10px;
    }

    .option-grid--search,
    .option-grid--duration {
        gap: 8px;
    }

    .choice-card {
        min-height: 78px;
        padding: 15px 40px 14px 14px;
    }
}

@media (max-width: 560px) {
    body {
        padding-bottom: 28px;
    }

    .form-panel,
    .loading,
    .result {
        padding: 16px 13px;
    }

    .progress-bar {
        margin-bottom: 16px;
        padding: 8px;
    }

    .step-number {
        width: 28px;
        height: 28px;
    }

    .step-focus-card {
        margin-bottom: 16px;
    }

    .step-focus-card h3,
    .thank-you-title {
        font-size: 24px;
        line-height: 1.08;
    }

    .step-focus-card p,
    .thank-you-lead {
        font-size: 0.95rem;
    }

    input,
    select,
    textarea {
        min-height: 52px;
        font-size: 16px;
    }

    .choice-card {
        min-height: 72px;
    }

    .post-submit-followup-toggle {
        min-height: 44px;
        padding: 10px 12px;
        text-align: left;
    }

    .consent-box input {
        width: 22px;
        height: 22px;
        flex: 0 0 22px;
    }
}
