.guest-strip{display:flex;flex-direction:column;gap:0.6rem;margin-bottom:3rem}.hero-panorama~.main .guest-strip{margin-top:1rem}.guest-strip-label{font-size:0.8rem;font-weight:600;letter-spacing:0.04em;text-transform:uppercase;color:var(--text-muted)}.guest-strip-chips{display:flex;flex-wrap:wrap;gap:0.6rem}.guest-chip{display:inline-flex;align-items:center;gap:0.55rem;padding:0.6rem 0.8rem 0.6rem 0.95rem;border:1px solid var(--border);border-radius:9999px;background:var(--card);color:var(--text);text-decoration:none;font-size:0.95rem;font-weight:500;line-height:1.2;max-width:100%;box-shadow:var(--shadow-sm);transition:border-color 0.15s,box-shadow 0.15s,transform 0.15s}.guest-chip-dot{flex-shrink:0;width:10px;height:10px;border-radius:50%;background:var(--chip-accent,var(--primary))}.guest-chip-name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.guest-chip svg{flex-shrink:0;width:16px;height:16px;opacity:0.5}.guest-chip.is-inactive{color:var(--text-muted)}.guest-chip.is-inactive .guest-chip-dot{opacity:0.4}@media (hover:hover){.guest-chip:hover{border-color:var(--chip-accent,var(--primary));box-shadow:var(--shadow-md);transform:translateY(-1px)}}
html{overflow-x:clip}body{padding:0;overflow-x:clip}.hero{background:var(--bg);color:var(--text);padding:3.5rem 1.5rem 2rem;text-align:center;position:relative;overflow:hidden}.hero.hero-compact{padding:3rem 1.5rem 1.5rem}.hero-inner{max-width:540px;margin:0 auto}.hero-title{font-size:2.25rem;font-weight:700;line-height:1.2;margin-bottom:1rem}.hero-sub{font-size:1.05rem;line-height:1.65;color:var(--text-secondary);margin-bottom:0}.main{width:100%;max-width:880px;margin:0 auto;padding:2rem 1.5rem 1rem;min-width:0}.section{margin-bottom:3rem}.section:last-child{margin-bottom:1rem}.section-center{text-align:center}.section-title{text-align:center;font-size:1.15rem;font-weight:600;color:var(--text);margin-bottom:1.5rem}.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem}.step{text-align:center;padding:1.75rem 1.25rem;background:var(--card);border:1px solid var(--border);border-radius:12px;transition:box-shadow 0.15s,border-color 0.2s;text-decoration:none;color:inherit;cursor:pointer;display:block}@media (hover:hover){.step:hover{box-shadow:0 4px 14px rgba(0,0,0,0.06)}}.step-num{width:36px;height:36px;border-radius:50%;background:var(--primary-light);color:var(--primary);display:inline-flex;align-items:center;justify-content:center;font-weight:700;font-size:0.95rem;margin-bottom:0.85rem;transition:background 0.2s,color 0.2s}.step h3{font-size:0.95rem;font-weight:600;margin-bottom:0.4rem;color:var(--text)}.step p{font-size:0.85rem;line-height:1.55;color:var(--text-secondary);margin:0}.step.current{border-color:var(--primary)}.step.current .step-num{background:var(--primary);color:white}.step.completed .step-num{background:var(--success);color:white;font-size:1.1rem}.step.completed h3,.step.completed p{color:var(--text-muted)}.step.completed,.step.disabled{cursor:default;pointer-events:none}.step.disabled{opacity:1}@media (hover:hover){.step.disabled:hover{box-shadow:none}}.role-tag{font-size:0.68rem;font-weight:600;padding:0.15rem 0.5rem;border-radius:6px;white-space:nowrap;flex-shrink:0}.role-host{background:var(--primary-light);color:var(--primary)}.role-guest{background:var(--success-light);color:var(--success)}.event-status-tags{display:flex;gap:0.4rem;flex-wrap:wrap;margin-top:0.85rem}.empty-state{background:var(--bg);border-radius:12px;padding:2rem 1.5rem;text-align:center}.empty-state p{color:var(--text-muted);margin-bottom:0.75rem;font-size:0.95rem}.hero-cta{display:flex;gap:0.75rem;justify-content:center;margin-top:1.75rem;flex-wrap:wrap}.btn-hero-primary{display:inline-flex;align-items:center;justify-content:center;padding:0.85rem 2rem;background:var(--primary);color:#fff;font-size:1.05rem;font-weight:700;border-radius:10px;text-decoration:none;border:none;cursor:pointer;transition:transform 0.15s,box-shadow 0.15s;box-shadow:0 4px 16px rgba(91,106,191,0.3)}@media (hover:hover){.btn-hero-primary:hover{background:var(--primary-dark);color:#fff;transform:translateY(-2px);box-shadow:0 6px 24px rgba(91,106,191,0.35)}}.cta-banner .btn-hero-primary{background:#fff;color:var(--primary-dark);box-shadow:0 4px 16px rgba(0,0,0,0.15)}@media (hover:hover){.cta-banner .btn-hero-primary:hover{background:#fff;color:var(--primary-dark);box-shadow:0 6px 24px rgba(0,0,0,0.2)}}.hero-trust{margin-top:1.25rem;font-size:0.82rem;color:var(--text-muted);font-weight:400;letter-spacing:0.01em}.hero-trust a{color:var(--primary);text-decoration:underline;text-underline-offset:2px}@media (hover:hover){.hero-trust a:hover{color:var(--primary-dark)}}.usp-bar{margin-bottom:2rem}.usp-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}.usp-item{display:flex;align-items:center;gap:0.75rem;padding:1rem;background:var(--card);border:1px solid var(--border);border-radius:12px}.usp-icon{width:40px;height:40px;background:var(--primary-light);color:var(--primary);border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.usp-text{display:flex;flex-direction:column;gap:0.1rem}.usp-text strong{font-size:0.85rem;font-weight:600;color:var(--text)}.usp-text span{font-size:0.75rem;color:var(--text-muted)}.use-cases-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.25rem}.use-case-card{background:var(--card);border:1px solid var(--border);border-radius:12px;padding:0;overflow:hidden;min-width:0}.use-case-icon{width:48px;height:48px;background:var(--primary-light);color:var(--primary);border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:0.85rem}.use-case-card h3{font-size:1rem;font-weight:600;color:var(--text);margin-bottom:0.4rem}.use-case-card p{font-size:0.875rem;line-height:1.6;color:var(--text-secondary);margin:0}.showcase-flow{display:flex;align-items:flex-start;justify-content:center;gap:0.5rem;padding:0.5rem 0}.showcase-step{text-align:center;flex:1;max-width:200px}.showcase-icon{width:72px;height:72px;background:linear-gradient(135deg,var(--primary) 0%,var(--primary-dark) 100%);border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1rem;box-shadow:0 4px 16px rgba(91,106,191,0.3)}.showcase-step h3{font-size:0.95rem;font-weight:600;color:var(--text);margin-bottom:0.3rem}.showcase-step p{font-size:0.82rem;line-height:1.55;color:var(--text-secondary);margin:0}.showcase-connector{display:flex;align-items:center;color:var(--text-muted);margin-top:26px;flex-shrink:0}.features-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem}.feature-item{background:var(--card);border:1px solid var(--border);border-radius:12px;padding:1.5rem;min-width:0}.feature-icon{width:48px;height:48px;background:var(--primary-light);color:var(--primary);border-radius:12px;display:flex;align-items:center;justify-content:center;margin-bottom:0.85rem}.feature-item h3{font-size:0.925rem;font-weight:600;color:var(--text);margin-bottom:0.35rem}.feature-item p{font-size:0.825rem;line-height:1.55;color:var(--text-secondary);margin:0}.faq-list{display:flex;flex-direction:column;gap:0.5rem;max-width:700px;margin:0 auto}.faq-item{background:var(--card);border:1px solid var(--border);border-radius:10px;overflow:hidden}.faq-item summary{padding:1rem 1.25rem;font-weight:600;font-size:0.925rem;color:var(--text);cursor:pointer;list-style:none;display:flex;align-items:center;justify-content:space-between;transition:color 0.15s}.faq-item summary::-webkit-details-marker{display:none}.faq-item summary::after{content:'+';font-size:1.25rem;font-weight:300;color:var(--text-muted);transition:transform 0.2s;flex-shrink:0;margin-left:1rem}.faq-item[open] summary::after{content:'−'}@media (hover:hover){.faq-item summary:hover{color:var(--primary)}}.faq-item p{padding:0 1.25rem 1rem;font-size:0.875rem;line-height:1.65;color:var(--text-secondary);margin:0}.cta-banner{text-align:center;background:linear-gradient(135deg,var(--primary) 0%,var(--primary-dark) 100%);border-radius:16px;padding:3rem 2rem}.cta-banner h2{font-size:1.4rem;font-weight:700;color:#fff;margin-bottom:0.5rem}.cta-banner p{font-size:1rem;color:rgba(255,255,255,0.8);margin-bottom:1.5rem}.placeholder-image{border:2px dashed var(--border);border-radius:12px;background:var(--gray-light);display:flex;align-items:center;justify-content:center;overflow:hidden;position:relative}.placeholder-label{padding:1.5rem;text-align:center;display:flex;flex-direction:column;gap:0.5rem;max-width:500px}.placeholder-label strong{font-size:0.8rem;font-weight:700;color:var(--primary);text-transform:uppercase;letter-spacing:0.08em}.placeholder-label span{font-size:0.82rem;line-height:1.55;color:var(--text-muted)}.placeholder-hero{width:100%;aspect-ratio:16/9;max-width:800px;margin:0 auto}.placeholder-phone{width:280px;aspect-ratio:9/16;margin:0 auto;border-radius:24px}.placeholder-desktop{width:100%;aspect-ratio:16/10;max-width:720px;margin:0 auto}.placeholder-usecase{width:100%;aspect-ratio:16/10;border-radius:12px 12px 0 0;border-bottom:none}.usecase-img{width:100%;aspect-ratio:16/10;object-fit:cover;display:block;border-radius:12px 12px 0 0}.placeholder-wide{width:100%;aspect-ratio:16/9}.placeholder-emotional{width:100%;aspect-ratio:21/9;max-width:880px;margin:0 auto;border-radius:16px}.emotional-close-img{width:100%;height:auto;display:block;border-radius:16px 16px 0 0;max-width:880px;margin:0 auto;aspect-ratio:21/9;object-fit:cover}#emotionalClose{margin-bottom:0}#emotionalClose+.cta-banner{border-radius:0 0 16px 16px}.hero-panorama{max-width:880px;margin:0 auto;padding:0 1.5rem;overflow:hidden}.hero-panorama-img{display:block;height:280px;width:100%;object-fit:cover;object-position:center;border-radius:12px}.product-visual{margin-top:2rem}.product-visual-img{width:100%;max-width:320px;height:auto;display:block;margin:0 auto;border-radius:10px;box-shadow:0 4px 24px rgba(0,0,0,0.08)}.dual-phones{display:flex;justify-content:center;gap:8%;align-items:center;padding:1rem 0;position:relative}.phone-column{display:flex;flex-direction:column;align-items:center;flex:0 0 32%;position:relative;z-index:1;min-width:0}.phone-guest{transform:translateY(-2rem);align-self:flex-start}.phone-guest::after{content:'';position:absolute;bottom:-2rem;left:0;right:0;height:1px;background:linear-gradient(to right,transparent,rgba(0,0,0,0.1) 15%,rgba(0,0,0,0.1) 85%,transparent)}.phone-host{transform:translateY(2rem);align-self:flex-end}.phone-host::before{content:'';position:absolute;top:-2rem;left:0;right:0;height:1px;background:linear-gradient(to right,transparent,rgba(0,0,0,0.1) 15%,rgba(0,0,0,0.1) 85%,transparent)}.phone-img{width:100%;height:auto;display:block;border-radius:18px;box-shadow:0 4px 24px rgba(0,0,0,0.08)}.feature-highlight{display:grid;grid-template-columns:1fr 1.2fr;gap:2.5rem;align-items:center}.feature-highlight-text h2{font-size:1.25rem;font-weight:700;color:var(--text);margin-bottom:0.75rem}.feature-highlight-text p{font-size:0.92rem;line-height:1.65;color:var(--text-secondary);margin-bottom:1.25rem}.feature-highlight-text p a{color:var(--primary);text-decoration:none}.btn-feature-highlight{display:inline-flex;align-items:center;padding:0.65rem 1.5rem;background:var(--primary);color:white;border-radius:10px;font-size:0.9rem;font-weight:600;text-decoration:none;transition:background 0.15s,transform 0.15s}.feature-highlight-img{width:100%;height:auto;display:block;border-radius:12px;box-shadow:0 4px 24px rgba(0,0,0,0.08)}@media (hover:hover){.btn-feature-highlight:hover{background:var(--primary-dark);transform:translateY(-1px)}}.use-case-card p{font-size:0.875rem;line-height:1.6;color:var(--text-secondary);margin:0}.use-case-content{padding:1.25rem 1.5rem}.landing-footer{border-top:1px solid var(--border);padding:1.5rem;margin-top:auto}.footer-row{max-width:880px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:0.75rem}.footer-brand{font-weight:400;font-size:0.85rem;color:var(--text-secondary);display:flex;align-items:center;gap:0.35rem}.footer-nav{display:flex;gap:1.25rem}.footer-nav a{font-size:0.8rem;color:var(--text-muted);text-decoration:none}@media (hover:hover){.footer-nav a:hover{color:var(--text)}}.footer-copy{font-size:0.75rem;color:var(--gray)}@media (min-width:1134px){.hero-panorama{overflow:hidden}.hero-panorama-img{width:100%;left:auto;transform:none;object-fit:cover;border-radius:12px}}@media (max-width:768px){.hero{padding:3.25rem 1.25rem 1.75rem}.hero-title{font-size:1.75rem}.hero-sub{font-size:0.95rem}.main{padding:1.5rem 1.25rem 1rem}.hero-panorama{padding:0 1.25rem}.landing-footer{padding-left:1.25rem;padding-right:1.25rem}.steps{grid-template-columns:1fr;gap:0.75rem}.step{padding:1.25rem 1rem}.footer-row{flex-direction:column;text-align:center}.usp-grid{grid-template-columns:repeat(2,1fr)}.use-cases-grid{grid-template-columns:1fr}.features-grid{grid-template-columns:repeat(2,1fr)}.showcase-flow{flex-direction:column;align-items:center}.showcase-connector{margin-top:0;transform:rotate(90deg)}.showcase-step{max-width:280px}.hero-cta{flex-direction:column;align-items:center}.btn-hero-primary{width:100%;max-width:320px}.cta-banner{padding:2rem 1.25rem}.feature-highlight{grid-template-columns:1fr;gap:1.5rem}.feature-highlight-text{text-align:center}.feature-highlight-text h2::after{content:"";display:block;width:36px;height:2px;background:var(--accent-warm);margin:0.6rem auto 0;border-radius:2px;opacity:0.85}.placeholder-phone{width:220px}}@media (max-width:480px){.hero{padding:3rem 1rem 1.5rem}.hero-title{font-size:1.5rem}.main{padding:1.5rem 1rem 0.5rem}.hero-panorama{padding:0 1rem}.landing-footer{padding-left:1rem;padding-right:1rem}.usp-grid{grid-template-columns:1fr}.features-grid{grid-template-columns:1fr}.cta-banner h2{font-size:1.2rem}.dual-phones{gap:5%}.phone-column{flex:0 0 44%}}
/* KI-Kennzeichnung auf Stimmungsbildern (Transparenzhinweis, AI Act Art. 50).
   Das Elternelement braucht position:relative — deshalb sind die Container unten
   mit aufgeführt. Kein pointer-events, damit der Hinweis Klicks nicht abfängt. */
.ai-marked{position:relative;display:block}


/* Bildecken, die abgerundet sind, sollen den Hinweis nicht überstehen lassen */
.use-case-card .ai-badge{left:0.6rem;bottom:0.6rem}
.hero-panorama{position:relative}
.phone-column{--ai-badge-offset:0}
@media (max-width:480px){.ai-badge{font-size:0.55rem;padding:0.2rem 0.35rem}}

/* ===== Feature-Highlight: Foto-Aufgaben (Mock der Gast-Aufgabenliste) ===== */
/* Desktop: Visual links, Text rechts — Rhythmuswechsel zur Diashow-Sektion. */
.feature-highlight.reverse .feature-highlight-text{order:2}
.feature-highlight.reverse .feature-highlight-image{order:1}
.feature-highlight-text em{font-style:italic;color:var(--text)}
/* Feature-Bloecke Foto-Aufgaben + Tischkarten bewusst in Gold (--accent-warm, dasselbe Gold wie die Trennstriche), damit die Seite nicht durchgehend blau wirkt. */
.tasks-mock{--primary:var(--accent-warm);--primary-light:var(--accent-warm-light);max-width:400px;margin:0 auto;padding:1.1rem 1.15rem 1rem;background:var(--card);border:1px solid var(--border);border-radius:16px;box-shadow:var(--shadow-lg);display:flex;flex-direction:column;gap:0.5rem;transform:rotate(-1.2deg);transition:transform 0.3s ease}
@media (hover:hover){.feature-highlight:hover .tasks-mock{transform:rotate(0deg)}}
.tasks-mock-head{display:flex;align-items:center;gap:0.5rem;font-size:0.95rem;font-weight:600;color:var(--text);margin-bottom:0.25rem}
.tasks-mock-head svg{color:var(--primary);flex-shrink:0}
.tasks-mock-badge{margin-left:auto;display:inline-flex;align-items:center;padding:0 8px;height:20px;border-radius:10px;background:var(--primary);color:#fff;font-size:0.7rem;font-weight:600}
.tasks-mock-item{display:flex;align-items:center;justify-content:space-between;gap:0.75rem;padding:0.6rem 0.8rem;border:1px solid var(--border);border-radius:10px;background:var(--bg)}
.tasks-mock-item.done{border-color:var(--success-border);background:var(--success-light)}
.tasks-mock-info{display:flex;flex-direction:column;gap:0.1rem;min-width:0}
.tasks-mock-title{font-size:0.88rem;font-weight:500;color:var(--text)}
.tasks-mock-item.done .tasks-mock-title{text-decoration:line-through;text-decoration-color:var(--success);text-decoration-thickness:1.5px;color:var(--text-secondary)}
.tasks-mock-desc{font-size:0.76rem;color:var(--text-muted)}
.tasks-mock-check,.tasks-mock-cam{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;width:26px;height:26px;border-radius:50%}
.tasks-mock-check{color:var(--success-dark)}
.tasks-mock-cam{background:var(--primary-light);color:var(--primary)}
@media (max-width:768px){.feature-highlight.reverse .feature-highlight-text,.feature-highlight.reverse .feature-highlight-image{order:initial}.tasks-mock{transform:none;max-width:360px}}
.cardmock-stack{display:flex;justify-content:center;align-items:center;gap:0;padding:1rem 0 0.25rem}.cardmock{width:150px;height:auto;background:#fff;border:1px solid var(--border);border-radius:8px;box-shadow:var(--shadow-md);flex-shrink:0;transition:transform 0.35s ease}.cardmock:nth-child(1){transform:rotate(-7deg) translateX(14px);z-index:1}.cardmock:nth-child(2){transform:translateY(-10px) scale(1.06);z-index:3;box-shadow:var(--shadow-lg)}.cardmock:nth-child(3){transform:rotate(7deg) translateX(-14px);z-index:2}@media (hover:hover){.cardmock-stack:hover .cardmock:nth-child(1){transform:rotate(-11deg) translateX(4px)}.cardmock-stack:hover .cardmock:nth-child(3){transform:rotate(11deg) translateX(-4px)}}@media (max-width:480px){.cardmock{width:112px}}.cardmock-caption{text-align:center;font-size:0.8rem;color:var(--text-muted);margin:0.75rem 0 0}@media (max-width:480px){.cardmock{width:112px}}
/* Hero groesser (2026-09-07): Headline 3.25rem statt 2.25rem, breiterer Textblock, groesserer Button.
   Nur ab 769px, die Mobil-Groessen bleiben. (Bildertausch Hero/Seitenende wieder zurueckgenommen.) */
@media (min-width:769px){.hero-title{font-size:3.25rem;letter-spacing:-0.025em;line-height:1.12}.hero-inner{max-width:680px}.hero-sub{font-size:1.15rem}.btn-hero-primary{padding:1rem 2.5rem;font-size:1.12rem}}
/* Gold-Kicker ueber der Headline (2026-09-07): der einzige Gold-Akzent im Hero, Gegenspieler zum sanften Blau. */
.hero-eyebrow{font-size:0.78rem;font-weight:600;letter-spacing:0.14em;text-transform:uppercase;color:var(--accent-warm-dark);margin:0 0 0.9rem}


/* Demo-Link: Bildunterschrift unter dem Gast-Bild (→ /demoevent) — der einzige auf der Landing */.phone-caption{display:inline-flex;align-items:center;gap:0.3rem;margin-top:0.9rem;font-size:0.85rem;font-weight:600;color:var(--primary);text-decoration:none;white-space:nowrap}@media (hover:hover){.phone-caption:hover{text-decoration:underline}}
