@font-face{
  font-family:"Jost";
  font-style:normal;
  font-weight:400;
  font-display:swap;
  src:url(/assets/fonts/jost-400.woff2) format("woff2");
}
@font-face{
  font-family:"Jost";
  font-style:normal;
  font-weight:600;
  font-display:swap;
  src:url(/assets/fonts/jost-600.woff2) format("woff2");
}

:root{
  --bg:#07050a;
  --text:#f4ece6;
  --mute:#9a8b86;
  --ember:#e8a090;
  --wine:#7a2434;
  --hot:#ff4d6d;
  --line:rgba(255,214,204,.12);
  --glass:rgba(10,7,12,.55);
  --font:"Jost",ui-sans-serif,system-ui,sans-serif;
}
*{box-sizing:border-box}
html,body{margin:0;min-height:100%;background:var(--bg);color:var(--text);font-family:var(--font)}
a{color:inherit;text-decoration:none}
a:hover{color:var(--ember)}
a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,summary:focus-visible{
  outline:2px solid var(--ember);outline-offset:3px
}
[hidden]{display:none !important}

body.mira-ai{
  background:#07050a;
}
body.mira-ai::after{
  content:"";
  pointer-events:none;
  position:fixed;
  inset:0;
  z-index:12;
  opacity:.07;
  mix-blend-mode:overlay;
  background-image:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='160' height='160'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='4' stitchTiles='stitch'/><feColorMatrix values='0 0 0 0 0  0 0 0 0 0  0 0 0 0 0  0 0 0 .55 0'/></filter><rect width='100%' height='100%' filter='url(%23n)'/></svg>");
}

.stage{
  position:relative;
  min-height:100vh;
  isolation:isolate;
  overflow-x:hidden;
}
.stage::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:0;
  background:
    linear-gradient(180deg,rgba(7,5,10,.12) 0%,rgba(7,5,10,.42) 52%,#07050a 86%),
    url(/assets/mira-ai-wide.jpg) center 38%/cover no-repeat;
}
.stage > *{position:relative;z-index:1}
.wrap{
  max-width:760px;
  margin:0 auto;
  padding:0 22px 96px;
}

header.ai-bar{
  display:grid;
  grid-template-columns:1fr auto 1fr;
  align-items:center;
  gap:12px;
  padding:22px 0 18px;
  border-bottom:1px solid var(--line);
}
header.ai-bar .eighteen{justify-self:end;text-align:right}
.word{
  display:flex;
  align-items:center;
  gap:10px;
  font-weight:600;
  letter-spacing:.42em;
  text-transform:uppercase;
  font-size:.78rem;
  padding-left:.42em;
}
.word .dot{
  width:7px;height:7px;border-radius:50%;
  background:#ff6b7a;
  box-shadow:0 0 14px #ff6b7a;
  animation:dot 2.4s ease-in-out infinite;
  flex:none;
}
@keyframes dot{0%,100%{opacity:1}50%{opacity:.35}}
nav.top{
  display:flex;
  gap:20px;
  font-size:.72rem;
  letter-spacing:.16em;
  text-transform:uppercase;
  color:var(--mute);
}
nav.top a.on{color:var(--text)}
.eighteen{font-size:.62rem;letter-spacing:.22em;text-transform:uppercase;color:var(--mute)}

main{padding:36px 0 20px}
.hero{text-align:center;padding:12px 0 8px}
.eyebrow{
  font-size:.68rem;
  letter-spacing:.32em;
  text-transform:uppercase;
  color:var(--ember);
  margin:0 0 16px;
}
h1, .as-h1{
  font-weight:400;
  font-size:clamp(2.8rem,11vw,4.8rem);
  letter-spacing:-.05em;
  line-height:.94;
  margin:0 0 18px;
}
h1 em, .as-h1 em{font-style:normal;color:var(--ember);font-weight:600}
.lede{
  max-width:26em;
  margin:0 auto 8px;
  color:var(--mute);
  font-size:1.12rem;
  line-height:1.55;
  font-weight:400;
}

.call-orb,.hero-orb{
  width:220px;height:220px;
  margin:8px auto 28px;
  border-radius:50%;
  background:radial-gradient(circle at 38% 32%,#ffe4d6 0%,#e28aa0 26%,#5c1226 58%,#12060c 78%);
  box-shadow:0 0 140px rgba(226,138,160,.38),0 0 40px rgba(92,18,38,.55);
  animation:orb-idle 3.2s ease-in-out infinite;
  position:relative;
}
.hero-orb{width:168px;height:168px;margin:22px auto 8px}
button.hero-orb{
  border:0;padding:0;display:block;cursor:pointer;
  touch-action:none;user-select:none;-webkit-user-select:none;
  transform-style:preserve-3d;
}
button.hero-orb:focus-visible{outline-offset:10px}
.probe-hint{
  min-height:1.5em;
  margin:10px 0 0;
  font-size:.78rem;
  letter-spacing:.18em;
  text-transform:uppercase;
  color:var(--ember);
}
body.holding .hero-orb{animation:orb-speak .8s ease-in-out infinite}
body.holding .stage::before{filter:brightness(1.18) saturate(1.1)}
body.holding .probe-hint{color:var(--text)}
.call-orb::after,.hero-orb::after{
  content:"";
  position:absolute;
  inset:-14px;
  border-radius:50%;
  border:1px solid rgba(255,214,204,.14);
}
body.speaking .call-orb{animation:orb-speak .8s ease-in-out infinite}
body.listening .call-orb{animation:orb-listen 1.4s ease-in-out infinite}
@keyframes orb-idle{0%,100%{transform:scale(1)}50%{transform:scale(1.045)}}
@keyframes orb-speak{0%,100%{transform:scale(1);filter:brightness(1)}50%{transform:scale(1.12);filter:brightness(1.22)}}
@keyframes orb-listen{0%,100%{transform:scale(1)}50%{transform:scale(1.07)}}

.rooms{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:12px;
  margin:36px 0 8px;
}
.room{
  display:flex;
  flex-direction:column;
  gap:10px;
  min-height:248px;
  padding:26px 22px 22px;
  border-radius:28px;
  border:1px solid var(--line);
  background:var(--glass);
  backdrop-filter:blur(18px);
  -webkit-backdrop-filter:blur(18px);
  text-align:left;
  transition:transform .22s ease,border-color .22s ease,box-shadow .22s ease;
}
.room:hover{
  transform:translateY(-5px);
  color:var(--text);
  border-color:rgba(226,138,160,.45);
  box-shadow:0 24px 50px rgba(0,0,0,.4),0 0 36px rgba(226,138,160,.12);
}
.room b{
  font-size:.68rem;
  letter-spacing:.22em;
  text-transform:uppercase;
  color:var(--ember);
  font-weight:600;
}
.room h2{
  margin:0;
  font-size:1.85rem;
  letter-spacing:-.04em;
  font-weight:400;
  line-height:1.05;
}
.room p{
  margin:0;
  color:var(--mute);
  font-size:.95rem;
  line-height:1.5;
  flex:1;
}
.room .go{
  display:inline-flex;
  align-items:center;
  gap:8px;
  margin-top:8px;
  font-size:.72rem;
  letter-spacing:.16em;
  text-transform:uppercase;
  font-weight:600;
  color:var(--text);
}
.room .go::after{content:"→"}

.buy{margin:28px auto 0;text-align:center}
.buy .btn{min-width:240px}
.byline{margin:14px 0 0;color:var(--mute);font-size:.9rem;line-height:1.5}
.tonight{
  display:flex;flex-wrap:wrap;justify-content:center;gap:8px;
  margin:20px 0 0;
}
.tonight button{
  min-height:36px;padding:0 14px;border-radius:999px;
  border:1px solid var(--line);background:transparent;
  color:var(--mute);font:600 .68rem/1 var(--font);
  letter-spacing:.14em;text-transform:uppercase;cursor:pointer;
}
.tonight button.on{color:var(--text);border-color:rgba(226,138,160,.55);background:rgba(226,138,160,.08)}
.whisper{
  max-width:18em;margin:56px auto 8px;text-align:center;
}
.whisper p{
  margin:0 0 28px;font-size:clamp(1.2rem,3.4vw,1.55rem);
  line-height:1.35;color:var(--text);font-weight:400;
  opacity:0;transform:translateY(12px);
  transition:opacity .7s ease,transform .7s ease;
}
.whisper p.in{opacity:1;transform:none}
.stick{
  position:fixed;left:0;right:0;bottom:0;z-index:20;
  display:flex;align-items:center;justify-content:center;gap:16px;
  padding:12px 16px calc(12px + env(safe-area-inset-bottom));
  background:rgba(7,5,10,.88);backdrop-filter:blur(16px);
  border-top:1px solid var(--line);
}
.stick[hidden]{display:none !important}
.stick span{font-size:.78rem;letter-spacing:.08em;color:var(--mute)}
.stick .btn{margin:0;min-height:44px;min-width:0;padding:0 18px}
body.call .stick,body.agent .stick{display:none !important}
.seq{
  list-style:none;
  padding:0;
  margin:40px auto 0;
  max-width:34em;
  counter-reset:schritt;
}
.seq li{
  position:relative;
  padding:16px 0 16px 2.8rem;
  border-top:1px solid var(--line);
  color:var(--mute);
  line-height:1.5;
  font-size:.98rem;
}
.seq li::before{
  counter-increment:schritt;
  content:counter(schritt);
  position:absolute;
  left:0;top:18px;
  color:var(--ember);
  font-size:.68rem;
  letter-spacing:.18em;
  font-weight:600;
}
.seq li strong{display:block;color:var(--text);font-weight:600;margin-bottom:3px}
.aside{
  margin:44px auto 0;
  max-width:34em;
  text-align:center;
  padding-top:28px;
  border-top:1px solid var(--line);
  color:var(--mute);
  font-size:.95rem;
  line-height:1.55;
}
.aside b{
  display:block;
  font-size:.68rem;
  letter-spacing:.2em;
  text-transform:uppercase;
  color:var(--ember);
  margin-bottom:8px;
  font-weight:600;
}
.aside a{color:var(--text);border-bottom:1px solid rgba(226,138,160,.45)}

.langs{
  display:flex;
  justify-content:center;
  gap:6px;
  margin:0 0 12px;
}
.langs a{
  min-height:32px;
  padding:0 12px;
  display:inline-flex;
  align-items:center;
  border-radius:999px;
  font-size:.68rem;
  letter-spacing:.14em;
  text-transform:uppercase;
  color:var(--mute);
  border:1px solid transparent;
}
.langs a.on{
  color:var(--text);
  border-color:var(--line);
  background:rgba(255,255,255,.04);
}

.note{
  max-width:32em;
  margin:28px auto 0;
  color:var(--mute);
  font-size:.88rem;
  line-height:1.6;
  text-align:center;
}
.note a{border-bottom:1px solid rgba(226,138,160,.4)}

.grid3{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:10px;
  margin:28px 0 8px;
}
.chip{
  border:1px solid var(--line);
  background:var(--glass);
  backdrop-filter:blur(12px);
  border-radius:18px;
  padding:16px 14px;
  text-align:left;
}
.chip b{
  display:block;
  font-size:.68rem;
  letter-spacing:.16em;
  text-transform:uppercase;
  margin-bottom:6px;
  font-weight:600;
}
.chip span{display:block;font-size:.84rem;color:var(--mute);line-height:1.45}

.offer{
  border:1px solid var(--line);
  background:var(--glass);
  backdrop-filter:blur(16px);
  border-radius:28px;
  padding:28px 22px;
  margin:22px 0 8px;
  text-align:center;
}
.offer .preis{
  font-size:3rem;
  letter-spacing:-.05em;
  margin:4px 0 6px;
  font-weight:400;
}
.offer .preis span{font-size:.9rem;color:var(--mute);letter-spacing:0}

.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:50px;
  padding:0 24px;
  margin-top:12px;
  border:0;
  border-radius:999px;
  background:var(--text);
  color:#07050a;
  font:600 .78rem/1 var(--font);
  letter-spacing:.1em;
  text-transform:uppercase;
  cursor:pointer;
}
.btn.ghost{
  background:transparent;
  color:var(--text);
  border:1px solid var(--line);
}
.btn.stop{
  background:var(--hot);
  color:#fff;
  width:100%;
  margin-top:22px;
  min-height:54px;
}
.ctas{display:flex;flex-wrap:wrap;justify-content:center;gap:10px;margin-top:12px}
.ctas .btn{margin-top:0}

.prose{max-width:34em;margin:28px auto 0}
.prose p,.prose h2{margin:0 0 12px;font-size:.98rem;line-height:1.6;color:var(--mute);font-weight:400}
.prose h2{
  color:var(--text);
  font-size:.68rem;
  letter-spacing:.22em;
  text-transform:uppercase;
  margin-top:28px;
  font-weight:600;
}

label.chk,label.feld{display:block;margin:0 0 12px;font-size:.92rem;line-height:1.5;color:var(--text)}
label.chk{
  display:flex;gap:10px;align-items:flex-start;
  border:1px solid var(--line);
  background:var(--glass);
  border-radius:14px;
  padding:12px 14px;
}
label.chk input{margin-top:.35rem}
label.feld span{
  display:block;
  font-size:.68rem;
  letter-spacing:.16em;
  text-transform:uppercase;
  color:var(--mute);
  margin:0 0 6px;
}
input[type=text],select,textarea{
  width:100%;
  min-height:46px;
  padding:10px 12px;
  border:1px solid var(--line);
  border-radius:12px;
  background:#0c0a10;
  color:var(--text);
  font:inherit;
}
textarea{min-height:7rem;resize:vertical;line-height:1.5}
pre.skript{
  white-space:pre-wrap;
  font:inherit;
  line-height:1.65;
  color:var(--text);
  background:var(--glass);
  border:1px solid var(--line);
  border-radius:14px;
  padding:18px 16px;
  margin:18px 0 0;
}

.warn{color:var(--hot);font-size:.88rem;margin:8px 0 0}
.panel{margin-top:8px}
.live-box{text-align:center;padding:12px 0}
.live-status{font-size:1.35rem;min-height:2em;margin:0;font-weight:400}
.live-meta{font-size:.72rem;letter-spacing:.16em;text-transform:uppercase;color:var(--mute);margin-top:10px}
.hold{margin-top:22px;text-align:left}

body.agent header,body.agent footer{opacity:.4}
body.call header,body.call footer{display:none}
body.call .stage::before{
  background:
    radial-gradient(700px 420px at 50% 8%,rgba(226,138,160,.28),transparent 58%),
    #07050a;
}
body.call .wrap{max-width:520px}

details.faq{border-top:1px solid var(--line);padding:12px 0;color:var(--mute)}
details.faq summary{color:var(--text);cursor:pointer;font-size:1rem}

footer{
  padding:28px 0 8px;
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:14px;
  border-top:1px solid var(--line);
  color:var(--mute);
}
footer nav{
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:16px;
  font-size:.7rem;
  letter-spacing:.14em;
  text-transform:uppercase;
}
.legal{max-width:40em;margin:0;font-size:.75rem;line-height:1.7;text-align:center}

.en{display:none}
body.show-en .de{display:none}
body.show-en .hero.en,
body.show-en .note.en,
body.show-en .aside.en,
body.show-en .whisper.en,
body.show-en .seq.en,
body.show-en .legal.en{display:block}
body.show-en nav.en{display:flex}
body.show-en .rooms.en{display:grid}
header.ai-bar nav.en{display:none}
body.show-en header.ai-bar nav.de{display:none}
body.show-en header.ai-bar nav.en{display:flex}

@media (max-width:760px){
  .rooms,.grid3{grid-template-columns:1fr}
  .wrap{padding:0 16px 72px}
  header.ai-bar{display:flex;flex-wrap:wrap;justify-content:space-between;gap:8px}
  header.ai-bar .eighteen{display:none}
  .word{letter-spacing:.28em;font-size:.7rem}
  nav.top{width:100%;justify-content:center;gap:18px;letter-spacing:.12em;font-size:.68rem;padding:6px 0 2px}
  .hero-orb,.call-orb{width:140px;height:140px}
  h1{font-size:clamp(2.2rem,12vw,3.2rem)}
  .stage::before{
    background:
      linear-gradient(180deg,rgba(7,5,10,.2) 0%,rgba(7,5,10,.55) 50%,#07050a 84%),
      url(/assets/mira-ai-lamp.jpg) center 22%/cover no-repeat;
  }
}
@media (prefers-reduced-motion:reduce){
  .word .dot,.call-orb,.hero-orb{animation:none}
  .whisper p{opacity:1;transform:none;transition:none}
}
