/* Startseite — V7 "Soft & elegant" Design-System. Eigenstaendig, beeinflusst style.css nicht. */
:root{
  --rose:#e8b4c4; --rose-deep:#c25e7e; --rose-bg:#fdf2f4;
  --blue:#eef5fb; --beige:#fff0d9; --ink:#3a2e33; --muted:#6b7480;
}
*{box-sizing:border-box;}
body.home{margin:0;font-family:-apple-system,"Segoe UI",Helvetica,Arial,sans-serif;color:var(--ink);background:#fff;}

/* NAV */
.home .nav{display:flex;align-items:center;justify-content:space-between;padding:20px 5vw;position:sticky;top:0;background:rgba(255,255,255,.85);backdrop-filter:blur(10px);z-index:50;border-bottom:1px solid #f0e6ea;}
.home .logo{font-weight:800;font-size:19px;text-decoration:none;color:var(--ink);}
.home .menu{display:flex;gap:24px;font-size:14px;color:var(--muted);align-items:center;}
.home .menu a{color:inherit;text-decoration:none;transition:color .2s;}
.home .menu a:hover{color:var(--rose-deep);}
.home .menu .login{background:var(--rose);color:#fff;padding:8px 18px;border-radius:14px;}

/* HERO */
.home .hero{background:linear-gradient(180deg,var(--blue),var(--rose-bg));padding:30px 5vw 40px;text-align:center;overflow:hidden;}
.home .hero h1{font-size:clamp(34px,5vw,52px);margin:0 0 12px;font-weight:800;letter-spacing:-1.2px;}
.home .hero h1 em{font-style:normal;color:var(--rose-deep);}
.home .hero .lead{margin:0 auto;max-width:460px;color:var(--muted);font-size:16px;line-height:1.55;}
.home .rail{display:flex;align-items:center;justify-content:center;gap:24px;margin:28px 0 18px;height:250px;}
.home .rcard{flex:0 0 auto;border-radius:18px;overflow:hidden;background:#fff;padding:8px;box-shadow:0 16px 38px rgba(120,140,180,.24);}
.home .rcard img{display:block;width:100%;height:100%;object-fit:cover;border-radius:12px;}
.home .rcard.side{width:160px;height:190px;opacity:.62;}
.home .rcard.side.l{transform:rotate(-5deg) scale(.92);}
.home .rcard.side.r{transform:rotate(5deg) scale(.92);}
.home .rcard.main{width:300px;height:230px;z-index:2;transform:rotate(-1deg);}
.home .dots{display:flex;gap:9px;justify-content:center;margin-bottom:22px;}
.home .dot{width:8px;height:8px;border-radius:50%;background:#cdd8e4;}
.home .dot.on{width:26px;border-radius:8px;background:var(--rose);}
.home .cta{display:flex;gap:14px;justify-content:center;}
.home .btn{padding:14px 28px;border-radius:40px;font-size:15px;font-weight:600;text-decoration:none;cursor:pointer;border:none;display:inline-block;}
.home .btn.p{background:var(--ink);color:#fff;}
.home .btn.s{background:#fff;color:var(--ink);box-shadow:0 4px 14px rgba(120,140,180,.2);}

/* FEATURE-TRIO */
.home .features{padding:54px 5vw;max-width:1080px;margin:0 auto;}
.home .features .eyebrow{text-align:center;font-size:12px;letter-spacing:2px;text-transform:uppercase;color:var(--rose-deep);font-weight:700;margin-bottom:8px;}
.home .features h2{text-align:center;font-size:28px;margin:0 0 34px;font-weight:800;}
.home .trio{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;}
.home .fcard{border-radius:20px;padding:26px;transition:transform .2s;}
.home .fcard:hover{transform:translateY(-5px);}
.home .fcard:nth-child(1){background:var(--rose-bg);}
.home .fcard:nth-child(2){background:var(--blue);}
.home .fcard:nth-child(3){background:var(--beige);}
.home .fic{width:46px;height:46px;border-radius:13px;background:#fff;display:flex;align-items:center;justify-content:center;font-size:22px;margin-bottom:14px;box-shadow:0 4px 12px rgba(0,0,0,.06);}
.home .fcard h3{margin:0 0 6px;font-size:17px;}
.home .fcard p{margin:0;font-size:14px;color:#7a6c70;line-height:1.55;}

/* POLAROID-BAND */
.home .band{background:var(--rose-bg);padding:50px 5vw;text-align:center;overflow:hidden;}
.home .band h2{font-size:26px;margin:0 0 6px;font-weight:800;}
.home .band p{color:var(--muted);margin:0 0 30px;font-size:15px;}
.home .pols{display:flex;justify-content:center;flex-wrap:wrap;}
.home .pol{background:#fff;padding:10px 10px 34px;border-radius:6px;box-shadow:0 14px 30px rgba(120,80,95,.18);width:150px;position:relative;margin:0 -10px;}
.home .pol img{width:100%;height:140px;object-fit:cover;border-radius:3px;display:block;}
.home .pol span{position:absolute;bottom:11px;left:0;right:0;text-align:center;font-size:12px;color:#9a8890;}
.home .pol:nth-child(1){transform:rotate(-6deg);} .home .pol:nth-child(2){transform:rotate(3deg);z-index:2;}
.home .pol:nth-child(3){transform:rotate(-2deg);z-index:3;} .home .pol:nth-child(4){transform:rotate(5deg);} .home .pol:nth-child(5){transform:rotate(-4deg);}

/* FINAL CTA */
.home .final{padding:60px 5vw;text-align:center;}
.home .final h2{font-size:30px;margin:0 0 10px;font-weight:800;}
.home .final p{color:var(--muted);margin:0 0 24px;font-size:16px;}

/* FOOTER */
.home footer.home-foot{background:var(--ink);color:#cbbfc5;padding:28px 5vw;font-size:13px;display:flex;justify-content:space-between;flex-wrap:wrap;gap:10px;align-items:center;}
.home footer.home-foot a{color:#cbbfc5;text-decoration:none;margin-left:18px;}
.home footer.home-foot a:hover{color:#fff;}
.home .foot-links{display:flex;gap:0;flex-wrap:wrap;}

@media(max-width:760px){
  .home .rcard.side{display:none;}
  .home .trio{grid-template-columns:1fr;}
  .home .pol{margin:6px;}
  .home footer.home-foot{flex-direction:column;text-align:center;}
  .home footer.home-foot a{margin:0 9px;}
}
