﻿:root{
  --olive:#556B2F;
  --beige:#CBBF9D;
  --cream:#F8F3DF;
  --white:rgba(255,255,255,.9);
  --heim-olive: #5f5919;
  --heim-beige: #f3edd9;
}
*{box-sizing:border-box}
html,body{height:100%}
body{
  margin:0;
  font-family:'Segoe UI',system-ui,-apple-system,BlinkMacSystemFont,'Roboto','Arial',sans-serif;
  color:#2b2518;
  background:#f1ecde;
}
.bg-video{
  position:fixed;
  inset:0;
  width:100vw;
  height:100vh;
  min-width:100%;
  min-height:100%;
  object-fit:cover;
  object-position:center;
  z-index:-2;
}
.bg-overlay{
  position:fixed;
  inset:0;
  background:linear-gradient(135deg,rgba(47,54,44,.85),rgba(47,54,44,.35));
  backdrop-filter:blur(2px);
  z-index:-1;
}
.wrap{
  position:relative;
  min-height:100vh;
  padding:48px clamp(16px,5vw,72px) 40px;
  display:flex;
  align-items:flex-start;
  justify-content:center;
}
.hero{
  display:grid;
  grid-template-columns:repeat(auto-fit,minmax(280px,500px));
  gap:48px;
  width:100%;
  max-width:1180px;
  align-items:flex-start;
}
.hero-text{
  color:var(--white);
  text-shadow:0 12px 45px rgba(0,0,0,.35);
  align-self:flex-start;
}
.title-pill{
  display:inline-flex;
  align-items:center;
  border-radius:999px;
  color: #faf4e3e7;
  font-weight:700;
  font-size:3.5rem;
}
.hero-desc{
  padding:20px 24px;
  border-radius:22px;
  background:#534c045f;
  line-height:1.6;
  font-size:1.05rem;
}
.hero-benefits{
  list-style:none;
  margin:18px 0 0;
  padding:0;
  color:rgba(255,255,255,.92);
}
.hero-benefits li{
  position:relative;
  padding-left:20px;
  margin:0 0 6px;
  font-size:.95rem;
}
.hero-benefits li::before{
  content:'âœ“';
  position:absolute;
  left:0;
  color:#C6F2A3;
}
.price-tag{
  margin-top:28px;
  font-size:1.7rem;
  font-weight:700;
  color:#FFEAA7;
}
.hero-phone{
  justify-self:end;
  width:80%;
  display:flex;
  justify-content:flex-end;
}
.phone-shell{
  width:100%;
  margin-left:auto;
  background: #ebe1c7b3;
  border-radius:40px;
  padding:24px 22px 30px;
  box-shadow:0 25px 55px rgba(20,20,20,.45);
}
.phone-screen{
  border-radius:28px;
  overflow:hidden;
  background:linear-gradient(135deg,var(--cream),#5b6951);
  padding:10px;
  margin-bottom:20px;
  aspect-ratio:4/3;
}
.phone-screen img{
  width:100%;
  display:block;
  border-radius:24px;
  height:100%;
  object-fit:cover;
}
.missing{
  text-align:center;
  font-style:italic;
  color:#6b5d3f;
}
form{margin:0}
.attr-grid{display:flex;flex-direction:column;gap:18px}
.attr-block{padding-bottom:14px;border-bottom:1px solid rgba(75,60,36,.12)}
.attr-block:last-of-type{border-bottom:none;padding-bottom:0}
.attr-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}
.attr-label{font-weight:700;color:#3c301f}
.attr-hint{font-size:.85rem;color:rgba(60,48,31,.7)}
.chips-row{display:flex;flex-wrap:wrap;gap:10px}
.chip{
  border:0;
  border-radius:999px;
  padding:6px 12px;
  font-size:clamp(.7rem,2vw,.85rem);
  font-weight:500;
  cursor:pointer;
  transition:transform .18s ease, box-shadow .18s ease;
  background:#f7d873;
  color:#3a2b12;
  box-shadow:0 4px 12px rgba(50,40,15,.12);
}
.attr-block:nth-of-type(even) .chip{
  background:#c6f2a3;
  color:#26421c;
}
.chips-row .chip:hover{
  transform:scale(1.5);
  box-shadow:0 6px 18px rgba(0,0,0,.25);
}
.chip--active{
  box-shadow:0 0 0 4px rgba(255, 255, 255, 0.9),0 10px 20px rgba(0,0,0,.15);
  transform:translateY(-1px);
}
.attr-block--error .chip{box-shadow:0 0 0 2px #c0392b}
.cta-stack{display:flex;flex-wrap:wrap;gap:14px;margin-top:26px}
.cta{
  flex:1 1 200px;
  border:0;
  border-radius:20px;
  background:var(--olive);
  color:#fef9ec;
  font-size:1.1rem;
  font-weight:700;
  padding:14px 22px;
  cursor:pointer;
  transition:.2s;
}
.cta:hover{background:#485628}
.badge{
  flex:0 0 auto;
  border-radius:20px;
  border:2px solid var(--olive);
  padding:12px 20px;
  background:rgba(255,255,255,.85);
  color:var(--olive);
  font-weight:600;
  text-decoration:none;
}
@media (max-width:900px){
  .hero{gap:36px}
  .hero-phone{justify-self:center}
  .phone-shell{margin:0 auto}
}
@media (max-width:640px){
  .wrap{padding:32px 18px 48px}
  .hero-text{text-align:center}
  .hero-desc{font-size:1rem}
  .cta-stack{flex-direction:column}
  .badge{text-align:center}
}

#fu-widget {
    position: fixed;
    bottom: 300px;
    right: 200px;
    z-index: 99999;
    font-family: "Segoe UI", system-ui, -apple-system, BlinkMacSystemFont, "Roboto", "Arial", sans-serif;
}

#fu-toggle {
    position: relative;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background: transparent;
    border: 2px solid rgba(255,255,255,0.7);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    box-shadow: 0 4px 12px rgba(0,0,0,0.18);
    cursor: pointer;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
    animation: fu-breath 3.8s ease-in-out infinite;
}
#fu-toggle::before {
    content: '';
    position: absolute;
    inset: -8px;
    border-radius: 50%;
    box-shadow: 0 0 0 0 rgba(255,255,255,0.45);
    animation: fu-pulse 2.6s ease-in-out infinite;
    pointer-events: none;
}
#fu-toggle:hover {
    transform: scale(1.06);
    box-shadow: 0 6px 18px rgba(0,0,0,0.24);
}
.fu-btn-icon {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    object-fit: cover;
}

#fu-widget.fu-unread #fu-toggle::after {
    content: '';
    position: absolute;
    top: 6px;
    right: 6px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #e74c3c;
    box-shadow: 0 0 0 2px #fff;
}

@keyframes fu-breath {
    0%   { transform: scale(1); }
    55%  { transform: scale(1.03); }
    100% { transform: scale(1); }
}

#fu-panel {
    position: absolute;
    bottom: 70px;
    right: 0;
    width: 360px;
    max-height: 480px;
    background: var(--heim-beige);
    border: 2px solid var(--heim-olive);
    border-radius: 14px;
    box-shadow: 0 10px 28px rgba(0,0,0,0.32);
    display: flex;
    flex-direction: column;
    opacity: 0;
    pointer-events: none;
    transform: translate(14px, 10px) scale(0.98);
    transform-origin: bottom right;
    transition: opacity 0.22s ease-out, transform 0.22s ease-out;
}
#fu-widget.fu-open #fu-panel {
    opacity: 1;
    pointer-events: auto;
    transform: translate(0, 0) scale(1);
}

#fu-header {
    display: flex;
    align-items: center;
    padding: 10px 14px;
    background: var(--heim-olive);
    color: #fff;
    border-radius: 12px 12px 0 0;
}
#fu-header .fu-title { display: flex; flex-direction: column; }
#fu-header .fu-name { font-size: 16px; font-weight: 600; }
#fu-header .fu-role { font-size: 13px; opacity: 0.9; }

#fu-quick {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    padding: 10px 12px 4px;
}
#fu-quick button {
    border: 1px solid var(--heim-olive);
    background: #fff;
    color: #333;
    border-radius: 999px;
    padding: 5px 11px;
    font-size: 12px;
    cursor: pointer;
    transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease;
}
#fu-quick button:hover {
    background: var(--heim-olive);
    border-color: var(--heim-olive);
    color: #fff;
}

#fu-tools {
    display: flex;
    justify-content: flex-end;
    padding: 0 12px 6px;
}
#fu-clear {
    border: 1px solid var(--heim-olive);
    background: #fff;
    color: #333;
    border-radius: 8px;
    padding: 5px 10px;
    font-size: 12px;
    cursor: pointer;
}
#fu-clear:hover {
    background: var(--heim-olive);
    color: #fff;
}

#fu-messages {
    padding: 12px;
    overflow-y: auto;
    max-height: 280px;
}

.fu-msg-user {
    text-align: right;
    margin: 7px 0;
}
.fu-msg-user div {
    display: inline-block;
    background: var(--heim-olive);
    color: #fff;
    padding: 7px 11px;
    border-radius: 10px 10px 0 10px;
    font-size: 14px;
}

.fu-msg-fuhrmann {
    text-align: left;
    margin: 7px 0;
}
.fu-msg-fuhrmann div {
    display: inline-block;
    background: #fff;
    border: 1px solid var(--heim-olive);
    padding: 7px 11px;
    border-radius: 10px 10px 10px 0;
    font-size: 14px;
}

.fu-msg-fuhrmann.fu-typing div {
    display: inline-flex;
    align-items: center;
    gap: 4px;
}
.fu-typing-dot {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: var(--heim-olive);
    opacity: 0.3;
    animation: fu-typing 1s infinite ease-in-out;
}
.fu-typing-dot:nth-child(2) { animation-delay: 0.16s; }
.fu-typing-dot:nth-child(3) { animation-delay: 0.32s; }

@keyframes fu-typing {
    0%, 80%, 100% { transform: translateY(0); opacity: 0.3; }
    40%           { transform: translateY(-3px); opacity: 1; }
}

#fu-input-area {
    display: flex;
    border-top: 1px solid rgba(0,0,0,0.10);
    background: var(--heim-beige);
    padding: 6px;
    border-radius: 0 0 20px 20px;
}
#fu-input {
    flex: 1;
    border: 1px solid var(--heim-olive);
    padding: 8px 12px;
    font-size: 14px;
    background: #fff;
    border-radius: 20px 0 0 20px;
}
#fu-input:focus { outline: none; }

#fu-send {
    width: 52px;
    border:none;
    background: var(--heim-olive);
    color: #fff;
    cursor: pointer;
    font-size: 18px;
    border-radius: 0 20px 20px 0;
}



@keyframes fu-pulse {
    0%   { transform: scale(0.92); opacity: 0.45; box-shadow: 0 0 0 0 rgba(255,255,255,0.5); }
    50%  { transform: scale(1.04); opacity: 0.18; box-shadow: 0 0 0 14px rgba(255,255,255,0.25); }
    100% { transform: scale(1.12); opacity: 0; box-shadow: 0 0 0 18px rgba(255,255,255,0); }
}
 