:root {
  --ink: #1d1d1f;
  --muted: #6e6e73;
  --soft: #f5f5f7;
  --soft-2: #fafafa;
  --surface: #ffffff;
  --line: rgba(0,0,0,.08);
  --gold: #caa84f;
  --gold-dark: #927322;
  --gold-soft: #f5edda;
  --blue: #0071e3;
  --radius: 28px;
  --shadow: 0 24px 70px rgba(0,0,0,.09);
  --shadow-soft: 0 12px 40px rgba(0,0,0,.06);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Display", "SF Pro Text", "Helvetica Neue", Arial, sans-serif;
  color: var(--ink);
  background: var(--surface);
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
a { color: inherit; text-decoration: none; }
button, input, textarea { font: inherit; }
.container { width: min(1180px, calc(100% - 44px)); margin: 0 auto; }
.gold { color: var(--gold-dark); }

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  background: rgba(255,255,255,.78);
  backdrop-filter: saturate(180%) blur(22px);
  -webkit-backdrop-filter: saturate(180%) blur(22px);
  border-bottom: 1px solid rgba(0,0,0,.06);
}
.nav-wrap { min-height: 72px; display: flex; align-items: center; justify-content: space-between; }
.logo { display: inline-flex; align-items: center; gap: 10px; color: var(--ink); font-weight: 700; font-size: 1.16rem; letter-spacing: -.035em; }
.brand-logo { width: 38px; height: 38px; object-fit: contain; flex: 0 0 auto; }
.main-nav { display: flex; align-items: center; gap: 28px; color: #424245; font-size: .92rem; }
.main-nav a { transition: color .2s ease; }
.main-nav a:hover { color: var(--ink); }
.nav-cta { padding: 10px 17px; background: var(--ink); color: white !important; border-radius: 999px; font-weight: 600; }
.menu-toggle { display: none; background: none; color: var(--ink); border: 0; font-size: 1.5rem; }

.hero {
  min-height: 860px;
  display: flex;
  align-items: center;
  padding: 154px 0 96px;
  position: relative;
  overflow: hidden;
  color: var(--ink);
  background:
    radial-gradient(circle at 74% 28%, rgba(202,168,79,.16), transparent 24%),
    radial-gradient(circle at 18% 12%, rgba(190,218,255,.35), transparent 28%),
    linear-gradient(180deg, #fff 0%, #fbfbfd 76%, #f5f5f7 100%);
}
.hero::before {
  content: "";
  position: absolute;
  width: 820px;
  height: 820px;
  border: 1px solid rgba(202,168,79,.13);
  border-radius: 50%;
  right: -390px;
  top: -320px;
}
.hero-glow { position: absolute; border-radius: 50%; filter: blur(100px); opacity: .18; pointer-events: none; }
.hero-glow-one { width: 360px; height: 360px; right: 8%; top: 22%; background: #ecd896; }
.hero-glow-two { width: 320px; height: 320px; left: -120px; bottom: -130px; background: #bcd8ff; }
.hero-grid { position: relative; display: grid; grid-template-columns: 1.06fr .94fr; align-items: center; gap: 84px; }
.eyebrow { display: inline-flex; align-items: center; gap: 8px; font-size: .77rem; font-weight: 700; text-transform: uppercase; letter-spacing: .12em; color: var(--gold-dark); }
.eyebrow.dark { color: var(--gold-dark); }
.hero h1 { font-size: clamp(3.6rem, 6.5vw, 6.25rem); line-height: .98; letter-spacing: -.065em; margin: 22px 0 28px; max-width: 800px; font-weight: 700; }
.hero-text { font-size: clamp(1.12rem, 1.6vw, 1.35rem); color: var(--muted); max-width: 700px; letter-spacing: -.015em; }
.hero-actions { display: flex; gap: 12px; margin: 36px 0 28px; flex-wrap: wrap; }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 24px; border: 0; border-radius: 999px; font-weight: 600; cursor: pointer; transition: transform .22s ease, box-shadow .22s ease, background .22s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--ink); color: white; box-shadow: 0 10px 28px rgba(0,0,0,.16); }
.btn-primary:hover { background: #000; }
.btn-secondary { border: 1px solid rgba(0,0,0,.13); color: var(--ink); background: rgba(255,255,255,.7); }
.btn-secondary:hover { background: white; box-shadow: var(--shadow-soft); }
.trust-row { display: flex; flex-wrap: wrap; gap: 20px; color: #515154; font-size: .9rem; }

.hero-card {
  padding: 30px;
  border: 1px solid rgba(0,0,0,.08);
  background: rgba(255,255,255,.78);
  border-radius: 34px;
  backdrop-filter: blur(24px);
  -webkit-backdrop-filter: blur(24px);
  box-shadow: 0 36px 90px rgba(0,0,0,.12);
}
.dashboard-head, .rating-block, .dashboard-stats { display: flex; justify-content: space-between; align-items: center; }
.dashboard-head h2 { margin: 6px 0 0; font-size: 1.22rem; letter-spacing: -.02em; }
.small-label { font-size: .75rem; color: #8b8b90; text-transform: uppercase; letter-spacing: .1em; }
.status-dot { padding: 7px 12px; border-radius: 999px; background: #edf8f1; color: #248a3d; font-size: .76rem; }
.rating-block { justify-content: flex-start; gap: 18px; margin: 34px 0 24px; }
.rating-number { font-size: 4.6rem; line-height: 1; font-weight: 700; letter-spacing: -.07em; }
.stars { color: var(--gold); letter-spacing: 3px; }
.rating-block p { margin: 5px 0 0; color: var(--muted); }
.mini-chart { height: 180px; display: flex; align-items: flex-end; gap: 12px; padding: 20px 0; border-bottom: 1px solid var(--line); }
.mini-chart span { flex: 1; border-radius: 9px 9px 3px 3px; background: linear-gradient(180deg, #ead89f, var(--gold)); opacity: .95; }
.dashboard-stats { margin-top: 22px; gap: 20px; }
.dashboard-stats div { flex: 1; display: flex; flex-direction: column; }
.dashboard-stats strong { font-size: 1.45rem; }
.dashboard-stats span { color: var(--muted); font-size: .82rem; }

.trust-strip { background: var(--soft); color: #76767a; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.trust-strip-inner { min-height: 86px; display: flex; justify-content: space-between; align-items: center; gap: 25px; font-size: .82rem; text-transform: uppercase; letter-spacing: .09em; }
.section { padding: 120px 0; }
.section-heading { max-width: 790px; margin-bottom: 54px; }
.section-heading h2, .about-copy h2, .contact-copy h2 { font-size: clamp(2.45rem, 4.5vw, 4.25rem); line-height: 1.04; letter-spacing: -.055em; margin: 17px 0; }
.section-heading p, .about-copy p { color: var(--muted); font-size: 1.08rem; }
.cards-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.service-card { min-height: 325px; padding: 30px; background: var(--soft-2); border: 1px solid var(--line); border-radius: var(--radius); transition: transform .25s ease, box-shadow .25s ease, background .25s ease; }
.service-card:hover { transform: translateY(-7px); box-shadow: var(--shadow); background: white; }
.icon { width: 50px; height: 50px; display: grid; place-items: center; border-radius: 15px; background: var(--gold-soft); color: var(--gold-dark); font-weight: 700; }
.service-card h3 { margin: 44px 0 14px; font-size: 1.25rem; line-height: 1.25; letter-spacing: -.02em; }
.service-card p { color: var(--muted); margin: 0; }

.section-dark { background: var(--soft); color: var(--ink); position: relative; overflow: hidden; }
.section-dark::after { content:""; position:absolute; width:520px; height:520px; right:-180px; bottom:-330px; border-radius:50%; background:#e5d5a7; filter:blur(120px); opacity:.25; }
.section-heading.light p { color: var(--muted); }
.process-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 20px; position: relative; z-index: 1; }
.process-step { padding: 30px; border: 1px solid var(--line); border-radius: 26px; background: rgba(255,255,255,.78); box-shadow: 0 8px 30px rgba(0,0,0,.03); }
.process-step span { width: 42px; height: 42px; display:grid; place-items:center; border-radius:50%; background:var(--ink); color:white; font-weight:700; }
.process-step h3 { margin: 32px 0 10px; letter-spacing: -.02em; }
.process-step p { color: var(--muted); margin: 0; }

.about-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 94px; align-items: center; }
.about-visual { min-height: 530px; padding: 28px; border-radius: 36px; background: linear-gradient(145deg, #f5f5f7, #fff); border: 1px solid var(--line); position: relative; overflow: hidden; }
.about-visual::before { content:""; position:absolute; width:330px; height:330px; border-radius:50%; right:-100px; top:-80px; background:rgba(202,168,79,.18); filter:blur(20px); }
.quote-card { position: relative; width: 80%; padding: 34px; background: white; border: 1px solid var(--line); border-radius: 26px; color: var(--ink); box-shadow: var(--shadow-soft); }
.quote-card p { font-size: 1.35rem; line-height: 1.48; margin: 4px 0; letter-spacing: -.02em; }
.quote-mark { font-size: 4rem; color: var(--gold); line-height: .8; }
.experience-card { position: absolute; right: 24px; bottom: 24px; width: 225px; padding: 27px; background: var(--ink); color: white; border-radius: 24px; box-shadow: var(--shadow); }
.experience-card strong { display:block; font-size: 3.8rem; color: white; line-height: 1; letter-spacing: -.06em; }
.experience-card span { color: #d2d2d7; font-size: .9rem; }
.check-list { list-style:none; padding:0; margin:30px 0 0; }
.check-list li { margin: 13px 0; padding-left: 28px; position:relative; }
.check-list li::before { content:"✓"; position:absolute; left:0; color:var(--gold-dark); font-weight:700; }

.testimonials-section { background: var(--soft); }
.testimonial-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:22px; }
.testimonial-card { padding:32px; border-radius:26px; background:white; border:1px solid var(--line); box-shadow: 0 8px 28px rgba(0,0,0,.035); }
.testimonial-card p { color: var(--muted); min-height: 120px; }
.testimonial-card strong, .testimonial-card span { display:block; }
.testimonial-card span { color: #8b8b90; font-size:.86rem; }

.faq-grid { display:grid; grid-template-columns:.85fr 1.15fr; gap:84px; align-items:start; }
.faq-list details { border-bottom:1px solid var(--line); padding:24px 0; }
.faq-list summary { cursor:pointer; font-weight:650; font-size:1.06rem; list-style:none; letter-spacing: -.01em; }
.faq-list summary::-webkit-details-marker { display:none; }
.faq-list summary::after { content:"+"; float:right; color:var(--gold-dark); font-size:1.4rem; font-weight: 400; }
.faq-list details[open] summary::after { content:"−"; }
.faq-list p { color:var(--muted); margin:14px 0 0; }

.contact-section { background: linear-gradient(180deg, #fbfbfd 0%, #f5f5f7 100%); color: var(--ink); }
.contact-grid { display:grid; grid-template-columns:.9fr 1.1fr; gap:80px; align-items:center; }
.contact-copy p { color:var(--muted); font-size:1.08rem; }
.contact-points { display:grid; gap:12px; margin-top:28px; color:#515154; }
.contact-form { background:white; color:var(--ink); padding:34px; border-radius:30px; border: 1px solid var(--line); box-shadow:var(--shadow); }
.form-row { display:grid; grid-template-columns:1fr 1fr; gap:16px; }
.contact-form label { display:grid; gap:7px; font-size:.86rem; font-weight:600; margin-bottom:16px; }
.contact-form input, .contact-form textarea { width:100%; border:1px solid #d2d2d7; border-radius:14px; padding:14px 15px; outline:none; background:#fbfbfd; transition: border .2s, box-shadow .2s, background .2s; }
.contact-form input:focus, .contact-form textarea:focus { border-color:#8e8e93; box-shadow:0 0 0 4px rgba(0,113,227,.1); background:white; }
.consent { grid-template-columns:auto 1fr !important; align-items:start; font-weight:400 !important; color:var(--muted); }
.consent input { width:auto; margin-top:4px; }
.consent a { color: var(--blue); text-decoration: none; }
.full { width:100%; }
.form-note { text-align:center; font-size:.78rem; color:#8b8b90; margin:12px 0 0; }

.site-footer { background:#f5f5f7; color:#6e6e73; padding:68px 0 26px; border-top: 1px solid var(--line); }
.footer-contact-bar { display:grid; grid-template-columns:repeat(3,1fr); gap:14px; margin-bottom:58px; }
.footer-contact-item { min-height:116px; display:flex; align-items:center; gap:17px; padding:25px 26px; background:white; border:1px solid var(--line); border-radius:22px; transition:transform .2s ease, box-shadow .2s ease; }
a.footer-contact-item:hover { transform:translateY(-3px); box-shadow:var(--shadow-soft); }
.footer-contact-icon { width:46px; height:46px; flex:0 0 auto; display:grid; place-items:center; border-radius:14px; background:var(--gold-soft); color:var(--gold-dark); font-size:1.05rem; }
.footer-contact-item span:last-child { min-width:0; display:flex; flex-direction:column; gap:5px; }
.footer-contact-item small { color:#8b8b90; font-size:.7rem; letter-spacing:.11em; text-transform:uppercase; font-weight:650; }
.footer-contact-item strong { color:var(--ink); font-size:.94rem; overflow-wrap:anywhere; }
.footer-grid { display:grid; grid-template-columns:1.8fr 1fr 1fr; gap:54px; padding-bottom:50px; }
.footer-grid div { display:flex; flex-direction:column; align-items:flex-start; gap:10px; }
.footer-grid p { max-width:360px; line-height:1.7; }
.footer-grid strong { color:var(--ink); margin-bottom:8px; }
.footer-grid a:hover { color:var(--ink); }
.footer-bottom { display:flex; justify-content:space-between; border-top:1px solid var(--line); padding-top:22px; font-size:.8rem; }

.reveal { opacity:0; transform:translateY(24px); transition:opacity .7s ease, transform .7s ease; }
.reveal.visible { opacity:1; transform:none; }
.delay-1 { transition-delay:.1s; }.delay-2 { transition-delay:.2s; }.delay-3 { transition-delay:.3s; }

.legal-page { background: var(--soft); min-height: 100vh; }
.legal-header { background: rgba(255,255,255,.9); border-bottom: 1px solid var(--line); padding: 22px 0; }
.legal-header .logo, .legal-back { color: var(--ink); }
.legal-main { padding: 70px 0 100px; }
.legal-card { max-width: 920px; background: white; border: 1px solid var(--line); border-radius: 30px; padding: clamp(28px, 5vw, 62px); box-shadow: var(--shadow-soft); }
.legal-card h1 { font-size: clamp(2.7rem, 5vw, 4.6rem); line-height: 1; letter-spacing: -.06em; margin: 12px 0 32px; }
.legal-card h2 { margin: 36px 0 10px; font-size: 1.35rem; letter-spacing: -.02em; }
.legal-card p, .legal-card li { color: var(--muted); }
.legal-card a { color: var(--blue); text-decoration: none; }
.legal-notice { padding: 18px 20px; margin: 0 0 30px; border-radius: 16px; border: 1px solid #ead9a7; background: #fffaf0; color: #604d1d; }
.placeholder { display: inline-block; padding: 1px 6px; border-radius: 6px; background: #fff0c7; color: #654600; font-weight: 700; }
.legal-back { opacity:.72; }
.legal-back:hover { opacity:1; }
.legal-footer { margin-top:20px; }

@media (max-width: 980px) {
  .menu-toggle { display:block; }
  .main-nav { position:absolute; top:72px; left:20px; right:20px; display:none; flex-direction:column; align-items:stretch; padding:20px; background:rgba(255,255,255,.97); border:1px solid var(--line); border-radius:20px; box-shadow:var(--shadow); }
  .main-nav.open { display:flex; }
  .hero-grid, .about-grid, .faq-grid, .contact-grid { grid-template-columns:1fr; }
  .hero { padding-top:130px; }
  .hero-card { max-width:650px; }
  .cards-grid, .process-grid { grid-template-columns:repeat(2,1fr); }
  .about-grid, .faq-grid, .contact-grid { gap:54px; }
}

@media (max-width: 800px) {
  .footer-contact-bar { grid-template-columns:1fr; }
  .footer-contact-item { min-height:96px; }
}

@media (max-width: 700px) {
  .container { width:min(100% - 28px, 1180px); }
  .hero { min-height:auto; padding-bottom:76px; }
  .hero h1 { font-size:3.3rem; }
  .trust-strip-inner { overflow-x:auto; justify-content:flex-start; white-space:nowrap; }
  .section { padding:84px 0; }
  .cards-grid, .process-grid, .testimonial-grid, .footer-grid { grid-template-columns:1fr; }
  .form-row { grid-template-columns:1fr; gap:0; }
  .about-visual { min-height:450px; }
  .quote-card { width:100%; }
  .experience-card { width:205px; }
  .footer-bottom { flex-direction:column; gap:8px; }
  .hero-actions { flex-direction:column; align-items:stretch; }
  .hero-actions .btn { width:100%; }
}

/* Kostenloser Inhaltseditor */
.editor-page{background:var(--soft-2)}.editor-main{padding:140px 0 80px}.editor-shell{max-width:900px}.editor-intro{margin-bottom:36px}.editor-intro h1{font-size:clamp(2.6rem,7vw,5rem);letter-spacing:-.06em;line-height:.98;margin:14px 0 18px}.editor-intro p{max-width:760px;color:var(--muted);font-size:1.08rem}.editor-form{display:grid;gap:22px}.editor-card{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:clamp(24px,4vw,42px);box-shadow:var(--shadow-soft)}.editor-card h2{margin:0 0 22px;font-size:1.45rem;letter-spacing:-.035em}.editor-card label{display:grid;gap:8px;margin:0 0 18px;color:#424245;font-weight:600;font-size:.92rem}.editor-card input,.editor-card textarea{width:100%;border:1px solid rgba(0,0,0,.14);border-radius:14px;padding:13px 15px;background:#fff;color:var(--ink);outline:none}.editor-card input:focus,.editor-card textarea:focus{border-color:var(--gold-dark);box-shadow:0 0 0 4px rgba(202,168,79,.14)}.editor-actions{display:flex;align-items:center;flex-wrap:wrap;gap:12px}.editor-actions button{border:0;cursor:pointer}.text-button{padding:12px;background:none;color:var(--muted);text-decoration:underline}.editor-page .nav-cta{display:inline-flex}@media(max-width:700px){.editor-main{padding-top:112px}.form-row{grid-template-columns:1fr}.editor-actions .btn{width:100%}}
