/* WD 7.5 Homepage refine
   Fokus: Header, Hero, Leistungs-Cards, Kontakt, Footer
   Scope: nur Startseite über .home-page
*/

.home-page{
  --home-glass-dark: linear-gradient(180deg, rgba(10,14,24,.90), rgba(16,20,34,.78));
  --home-glass-light: linear-gradient(180deg, rgba(255,255,255,.97), rgba(244,247,252,.92));
  --home-border-dark: rgba(255,255,255,.10);
  --home-border-light: rgba(15,23,40,.08);
  --home-shadow-dark: 0 24px 60px rgba(4,8,20,.28);
  --home-shadow-light: 0 20px 46px rgba(15,23,40,.08);
  --home-radius-xl: 32px;
  --home-radius-lg: 24px;
  --home-radius-md: 18px;
}

/* ---------- Header ---------- */
.home-page .site-header{
  background:rgba(9,12,22,.84)!important;
  border-bottom-color:rgba(255,255,255,.08)!important;
  box-shadow:0 18px 38px rgba(4,8,20,.22)!important;
}
body.home-page:not(.dark-theme) .site-header{
  background:rgba(249,250,253,.86)!important;
  border-bottom-color:rgba(15,23,40,.08)!important;
  box-shadow:0 14px 30px rgba(15,23,40,.08)!important;
}
.home-page .header__inner{
  min-height:82px!important;
  gap:18px!important;
}
.home-page .brand img{
  height:42px!important;
}
.home-page .site-nav{
  gap:6px!important;
  padding:7px!important;
  border-radius:22px!important;
  background:linear-gradient(180deg, rgba(255,255,255,.05), rgba(255,255,255,.025))!important;
  border:1px solid rgba(255,255,255,.07)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.06), 0 10px 22px rgba(4,8,20,.12)!important;
}
body.home-page:not(.dark-theme) .site-nav{
  background:linear-gradient(180deg, rgba(255,255,255,.96), rgba(245,247,251,.92))!important;
  border-color:rgba(15,23,40,.08)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.95), 0 10px 24px rgba(15,23,40,.07)!important;
}
.home-page .site-nav a{
  min-height:42px!important;
  padding:0 14px!important;
  border-radius:14px!important;
  font-size:.92rem!important;
  font-weight:650!important;
}
.home-page .site-nav a::after{
  display:none!important;
}
.home-page .site-nav a:hover,
.home-page .site-nav a:focus-visible,
.home-page .site-nav a.is-current,
.home-page .site-nav a[aria-current="page"]{
  background:rgba(255,255,255,.08)!important;
  color:#fff!important;
}
body.home-page:not(.dark-theme) .site-nav a:hover,
body.home-page:not(.dark-theme) .site-nav a:focus-visible,
body.home-page:not(.dark-theme) .site-nav a.is-current,
body.home-page:not(.dark-theme) .site-nav a[aria-current="page"]{
  background:rgba(15,23,40,.05)!important;
  color:#111827!important;
}
.home-page .header__meta{
  gap:10px!important;
}
.home-page .header-cta,
.home-page .header-login,
.home-page .theme-toggle{
  min-height:44px!important;
}
.home-page .header-cta,
.home-page .header-login{
  border-radius:16px!important;
}
.home-page .header-login{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:8px!important;
  padding:0 16px!important;
}
.home-page .theme-toggle{
  border-radius:14px!important;
}
.home-page .header-cta,
.home-page .header-login,
.home-page .theme-toggle{
  backdrop-filter:blur(16px)!important;
}
body.home-page:not(.dark-theme) .header-cta{
  color:#fff!important;
  background:linear-gradient(135deg, #8f59ff 0%, #7c3aed 55%, #6120e0 100%)!important;
  border-color:rgba(124,58,237,.18)!important;
}
.home-page .header-login:hover,
.home-page .header-cta:hover,
.home-page .theme-toggle:hover{
  transform:translateY(-1px)!important;
}

/* ---------- Homepage buttons ---------- */
.home-page .hero__actions .btn,
.home-page .contact__actions .btn,
.home-page .digital-upgrade__actions .btn,
.home-page .contact__form .btn{
  min-height:50px!important;
  padding:0 20px!important;
  border-radius:18px!important;
}
.home-page .hero__actions .btn--secondary,
.home-page .contact__actions .btn--secondary,
.home-page .digital-upgrade__actions .btn--secondary,
.home-page .contact__actions .btn--light{
  background:linear-gradient(180deg, rgba(255,255,255,.10), rgba(255,255,255,.05))!important;
}
body.home-page:not(.dark-theme) .hero__actions .btn--secondary,
body.home-page:not(.dark-theme) .contact__actions .btn--secondary,
body.home-page:not(.dark-theme) .digital-upgrade__actions .btn--secondary,
body.home-page:not(.dark-theme) .contact__actions .btn--light{
  background:linear-gradient(180deg, rgba(255,255,255,.98), rgba(243,246,251,.94))!important;
}

/* ---------- Hero ---------- */
.home-page .hero__shell--signature{
  grid-template-columns:minmax(0,1.08fr) minmax(360px,.92fr)!important;
  gap:38px!important;
  min-height:calc(100svh - 86px)!important;
  padding:44px 0 58px!important;
}
.home-page .hero-stage{
  padding:38px 36px 32px!important;
  border-radius:var(--home-radius-xl)!important;
  background:linear-gradient(180deg, rgba(10,14,24,.92), rgba(16,20,34,.80))!important;
  box-shadow:0 28px 70px rgba(4,8,20,.30)!important;
}
body.home-page:not(.dark-theme) .hero-stage{
  background:var(--home-glass-light)!important;
  border-color:var(--home-border-light)!important;
  box-shadow:var(--home-shadow-light)!important;
}
.home-page .hero-stage::before{
  height:3px!important;
}
.home-page .hero-stage__kicker{
  margin-bottom:14px!important;
}
.home-page .hero__content--signature h1,
.home-page .hero-stage h1{
  max-width:13.4ch!important;
  margin-bottom:16px!important;
  font-size:clamp(2.9rem, 5vw, 5.15rem)!important;
  line-height:.98!important;
  letter-spacing:-.05em!important;
}
.home-page .hero__lead{
  max-width:58ch!important;
  margin-top:14px!important;
  font-size:1.04rem!important;
  line-height:1.72!important;
}
.home-page .hero__supporting-proof{
  margin-bottom:12px!important;
  padding-top:14px!important;
  border-top:1px solid rgba(255,255,255,.08)!important;
}
body.home-page:not(.dark-theme) .hero__supporting-proof{
  border-top-color:rgba(15,23,40,.08)!important;
}
.home-page .hero__microproof{
  gap:10px!important;
}
.home-page .hero__microproof span{
  min-height:64px!important;
  align-items:flex-start!important;
  padding:14px 15px!important;
  border-radius:16px!important;
  line-height:1.42!important;
}
.home-page .hero-trust-strip{
  gap:12px!important;
}
.home-page .hero-trust-strip article{
  padding:18px 18px 17px!important;
  border-radius:20px!important;
}
.home-page .hero-trust-strip strong{
  font-size:.98rem!important;
}
.home-page .hero__visual--signature{
  align-self:stretch!important;
}
.home-page .hero-portrait-panel{
  min-height:100%!important;
  padding:20px!important;
  border-radius:34px!important;
}
.home-page .hero-portrait-stage{
  min-height:520px!important;
}
.home-page .hero-visual-badge{
  border-radius:16px!important;
}
.home-page .hero-portrait-copy{
  padding-top:4px!important;
}
.home-page .hero-portrait-panel__stats{
  gap:10px!important;
}
.home-page .hero-portrait-panel__stats div{
  border-radius:18px!important;
}

/* ---------- Overview + digital cards ---------- */
.home-page .overview-strip__grid,
.home-page .pricing__grid.digital-upgrade__grid{
  gap:20px!important;
}
.home-page .overview-card{
  padding:28px!important;
  border-radius:28px!important;
  background:linear-gradient(180deg, rgba(10,14,24,.88), rgba(16,20,34,.76))!important;
  border:1px solid rgba(255,255,255,.08)!important;
  box-shadow:var(--home-shadow-dark)!important;
}
body.home-page:not(.dark-theme) .overview-card{
  background:var(--home-glass-light)!important;
  border-color:var(--home-border-light)!important;
  box-shadow:var(--home-shadow-light)!important;
}
.home-page .overview-card__kicker{
  display:inline-flex!important;
  padding:8px 12px!important;
  border-radius:999px!important;
  margin-bottom:14px!important;
  background:rgba(124,58,237,.14)!important;
  color:#d9c1ff!important;
  font-size:.78rem!important;
  font-weight:700!important;
  letter-spacing:.14em!important;
  text-transform:uppercase!important;
}
body.home-page:not(.dark-theme) .overview-card__kicker{
  color:#7c3aed!important;
  background:rgba(124,58,237,.10)!important;
}
.home-page .overview-card h3{
  margin-bottom:12px!important;
}
.home-page .overview-card ul{
  margin:18px 0 0!important;
  padding-left:18px!important;
  display:grid!important;
  gap:10px!important;
}
.home-page .overview-card li{
  line-height:1.58!important;
}
.home-page .price-card{
  position:relative!important;
  overflow:hidden!important;
  padding:28px 24px 24px!important;
  border-radius:28px!important;
}
.home-page .price-card::before{
  content:"";
  position:absolute;
  inset:0 0 auto 0;
  height:4px;
  background:linear-gradient(90deg, rgba(124,58,237,.0), rgba(124,58,237,.72), rgba(124,58,237,0));
}
.home-page .price-card__badge{
  padding:7px 12px!important;
  border-radius:999px!important;
  background:rgba(124,58,237,.12)!important;
  color:#7c3aed!important;
  font-size:.75rem!important;
  letter-spacing:.14em!important;
}
body.home-page.dark-theme .price-card__badge{
  background:rgba(124,58,237,.18)!important;
  color:#d9c1ff!important;
}
.home-page .price-card h3{
  margin:10px 0 14px!important;
  font-size:1.4rem!important;
}
.home-page .price-card ul{
  margin:0!important;
  padding-left:18px!important;
  display:grid!important;
  gap:10px!important;
}
.home-page .price-card__footer{
  margin-top:20px!important;
  padding-top:18px!important;
}
.home-page .price-card__footer span{
  padding:0!important;
  background:none!important;
  font-size:.92rem!important;
  font-weight:600!important;
}
.home-page .digital-upgrade__note{
  grid-template-columns:minmax(0,1.2fr) auto!important;
  gap:18px!important;
  padding:24px 24px!important;
  border-radius:26px!important;
}

/* ---------- Contact ---------- */
.home-page .contact{
  position:relative!important;
  overflow:hidden!important;
}
.home-page .contact::before{
  content:"";
  position:absolute;
  inset:auto auto -140px -90px;
  width:320px;
  height:320px;
  border-radius:50%;
  background:radial-gradient(circle, rgba(124,58,237,.16), transparent 66%);
  pointer-events:none;
}
.home-page .contact__grid{
  grid-template-columns:minmax(320px,.96fr) minmax(0,1.04fr)!important;
  gap:24px!important;
}
.home-page .contact__card,
.home-page .contact__form{
  position:relative!important;
  overflow:hidden!important;
  padding:34px!important;
  border-radius:30px!important;
}
.home-page .contact__card::before,
.home-page .contact__form::before{
  content:"";
  position:absolute;
  inset:0 0 auto 0;
  height:2px;
  background:linear-gradient(90deg, rgba(124,58,237,0), rgba(124,58,237,.58), rgba(124,58,237,0));
}
.home-page .contact__highlights,
.home-page .contact__steps{
  display:grid!important;
  gap:14px!important;
}
.home-page .contact__highlights article,
.home-page .contact__steps article{
  display:grid!important;
  grid-template-columns:auto 1fr!important;
  align-items:start!important;
  gap:14px!important;
}
.home-page .contact__steps article > div{
  display:grid!important;
  gap:6px!important;
}
.home-page .contact__list{
  gap:10px!important;
}
.home-page .contact__list li{
  min-height:52px!important;
  border-radius:18px!important;
}
.home-page .contact__actions{
  margin-top:8px!important;
}
.home-page .contact__form-head h3{
  max-width:16ch!important;
  margin:0!important;
}
.home-page .form__row{
  gap:12px!important;
}
.home-page .contact__form input,
.home-page .contact__form textarea{
  min-height:54px!important;
  border-radius:16px!important;
}
.home-page .contact__form textarea{
  min-height:190px!important;
}
.home-page .contact__form input:focus-visible,
.home-page .contact__form textarea:focus-visible{
  outline:none!important;
  border-color:rgba(124,58,237,.42)!important;
  box-shadow:0 0 0 4px rgba(124,58,237,.12)!important;
}
body.home-page.dark-theme .contact__form input:focus-visible,
body.home-page.dark-theme .contact__form textarea:focus-visible{
  box-shadow:0 0 0 4px rgba(124,58,237,.20)!important;
}
.home-page .contact__form-note{
  margin:2px 0 0!important;
  line-height:1.6!important;
}

/* ---------- Footer ---------- */
.home-page .site-footer{
  padding-top:40px!important;
}
.home-page .footer__inner{
  grid-template-columns:minmax(0,1.2fr) minmax(0,.85fr) minmax(0,.85fr)!important;
  gap:24px!important;
}
.home-page .footer__brandcol{
  display:grid!important;
  gap:16px!important;
}
.home-page .footer__nav-group,
.home-page .footer__socials{
  padding:20px 20px!important;
  border-radius:24px!important;
  background:linear-gradient(180deg, rgba(255,255,255,.04), rgba(255,255,255,.02))!important;
  border:1px solid rgba(255,255,255,.08)!important;
}
.home-page .footer__nav-group{
  display:grid!important;
  gap:10px!important;
}
.home-page .footer__socials{
  align-content:start!important;
  gap:10px!important;
}
.home-page .footer__proof{
  border-radius:22px!important;
}

/* ---------- Responsive ---------- */
@media (max-width: 1180px){
  .home-page .site-nav{
    gap:4px!important;
    padding:6px!important;
  }
  .home-page .site-nav a{
    padding:0 11px!important;
    font-size:.9rem!important;
  }
  .home-page .hero__shell--signature{
    gap:30px!important;
  }
  .home-page .hero__content--signature h1,
  .home-page .hero-stage h1{
    max-width:12.8ch!important;
    font-size:clamp(2.8rem, 5.6vw, 4.7rem)!important;
  }
}

@media (max-width: 980px){
  .home-page .hero__shell--signature{
    grid-template-columns:1fr!important;
    min-height:auto!important;
    padding:30px 0 42px!important;
  }
  .home-page .hero__content--signature h1,
  .home-page .hero-stage h1{
    max-width:none!important;
  }
  .home-page .hero__visual--signature{
    max-width:760px!important;
    width:100%!important;
    justify-self:center!important;
  }
  .home-page .hero-portrait-stage{
    min-height:430px!important;
  }
  .home-page .overview-strip__grid,
  .home-page .pricing__grid.digital-upgrade__grid,
  .home-page .contact__grid,
  .home-page .footer__inner{
    grid-template-columns:1fr!important;
  }
}

@media (max-width: 820px){
  .home-page .header__inner{
    grid-template-columns:auto 1fr auto auto!important;
    min-height:70px!important;
  }
  .home-page .brand img{
    height:36px!important;
  }
  .home-page .header-login{
    min-height:40px!important;
    padding:0 14px!important;
    border-radius:14px!important;
  }
  .home-page .theme-toggle{
    display:none!important;
  }
  .home-page .site-nav{
    border-radius:26px!important;
  }
  .home-page .site-nav a{
    padding:0 14px!important;
    border-radius:16px!important;
  }
  .home-page .hero__shell--signature{
    padding:22px 0 32px!important;
    gap:18px!important;
  }
  .home-page .hero-stage{
    padding:24px 20px 22px!important;
    border-radius:28px!important;
  }
  .home-page .hero__content--signature h1,
  .home-page .hero-stage h1{
    font-size:clamp(2.35rem, 9.4vw, 4rem)!important;
    line-height:.98!important;
  }
  .home-page .hero__microproof,
  .home-page .hero-trust-strip{
    grid-template-columns:1fr!important;
  }
  .home-page .hero-portrait-panel{
    padding:18px!important;
    border-radius:28px!important;
  }
  .home-page .hero-portrait-stage{
    min-height:380px!important;
  }
  .home-page .digital-upgrade__note{
    grid-template-columns:1fr!important;
  }
  .home-page .contact__card,
  .home-page .contact__form,
  .home-page .overview-card,
  .home-page .price-card,
  .home-page .footer__nav-group,
  .home-page .footer__socials{
    padding:24px!important;
  }
}

@media (max-width: 640px){
  .home-page .header__inner{
    min-height:64px!important;
    gap:8px!important;
  }
  .home-page .brand img{
    height:32px!important;
  }
  .home-page .header-login{
    min-width:40px!important;
    width:40px!important;
    padding:0!important;
  }
  .home-page .header-login span{
    display:none!important;
  }
  .home-page .hero__shell--signature{
    padding:14px 0 24px!important;
  }
  .home-page .hero-stage{
    padding:20px 16px 18px!important;
    border-radius:24px!important;
  }
  .home-page .hero__content--signature h1,
  .home-page .hero-stage h1{
    font-size:clamp(2.12rem, 10.6vw, 3.1rem)!important;
  }
  .home-page .hero__actions{
    display:grid!important;
    grid-template-columns:1fr!important;
  }
  .home-page .hero__actions .btn,
  .home-page .contact__actions .btn,
  .home-page .digital-upgrade__actions .btn,
  .home-page .contact__form .btn{
    width:100%!important;
    justify-content:center!important;
  }
  .home-page .hero-portrait-stage{
    min-height:340px!important;
  }
  .home-page .contact__card,
  .home-page .contact__form{
    padding:22px!important;
  }
  .home-page .form__row{
    grid-template-columns:1fr!important;
  }
  .home-page .contact__form .btn{
    justify-self:stretch!important;
  }
}


/* ---------- 7.6 Theme-safe typography + contact desktop refine ---------- */
.home-page{
  --home-text-light-strong:#0f172a;
  --home-text-light-body:#4b5568;
  --home-text-light-soft:#667085;
  --home-text-dark-strong:#f7faff;
  --home-text-dark-body:rgba(231,237,247,.82);
  --home-text-dark-soft:rgba(205,214,228,.72);
}

/* Light mode: reliable text hierarchy */
body.home-page:not(.dark-theme) .about,
body.home-page:not(.dark-theme) .results,
body.home-page:not(.dark-theme) .digital-upgrade,
body.home-page:not(.dark-theme) .faq,
body.home-page:not(.dark-theme) .contact{
  color:var(--home-text-light-strong)!important;
}
body.home-page:not(.dark-theme) .about .section-kicker,
body.home-page:not(.dark-theme) .results .section-kicker,
body.home-page:not(.dark-theme) .digital-upgrade .section-kicker,
body.home-page:not(.dark-theme) .faq .section-kicker,
body.home-page:not(.dark-theme) .contact .section-kicker,
body.home-page:not(.dark-theme) .contact__form-kicker{
  color:#7c3aed!important;
}
body.home-page:not(.dark-theme) .about h2,
body.home-page:not(.dark-theme) .about h3,
body.home-page:not(.dark-theme) .results h2,
body.home-page:not(.dark-theme) .results h3,
body.home-page:not(.dark-theme) .digital-upgrade h2,
body.home-page:not(.dark-theme) .digital-upgrade h3,
body.home-page:not(.dark-theme) .faq h2,
body.home-page:not(.dark-theme) .faq summary,
body.home-page:not(.dark-theme) .contact h2,
body.home-page:not(.dark-theme) .contact h3,
body.home-page:not(.dark-theme) .contact strong,
body.home-page:not(.dark-theme) .metric-card strong,
body.home-page:not(.dark-theme) .seo-card h3{
  color:var(--home-text-light-strong)!important;
}
body.home-page:not(.dark-theme) .about p,
body.home-page:not(.dark-theme) .about li,
body.home-page:not(.dark-theme) .results p,
body.home-page:not(.dark-theme) .results li,
body.home-page:not(.dark-theme) .digital-upgrade p,
body.home-page:not(.dark-theme) .digital-upgrade li,
body.home-page:not(.dark-theme) .faq p,
body.home-page:not(.dark-theme) .contact p,
body.home-page:not(.dark-theme) .contact li,
body.home-page:not(.dark-theme) .metric-card p,
body.home-page:not(.dark-theme) .seo-card p,
body.home-page:not(.dark-theme) .contact__form-note,
body.home-page:not(.dark-theme) .contact__highlights span,
body.home-page:not(.dark-theme) .contact__steps p{
  color:var(--home-text-light-body)!important;
}
body.home-page:not(.dark-theme) .metric-card,
body.home-page:not(.dark-theme) .seo-card,
body.home-page:not(.dark-theme) .faq details,
body.home-page:not(.dark-theme) .about__photo-card,
body.home-page:not(.dark-theme) .about__points article{
  background:linear-gradient(180deg, rgba(255,255,255,.99), rgba(247,249,253,.94))!important;
  border-color:rgba(15,23,40,.08)!important;
  box-shadow:0 18px 38px rgba(15,23,40,.08)!important;
}

/* Dark mode: fix invisible about / results / faq text */
body.home-page.dark-theme .about,
body.home-page.dark-theme .results,
body.home-page.dark-theme .faq,
body.home-page.dark-theme .contact{
  color:var(--home-text-dark-strong)!important;
}
body.home-page.dark-theme .about{
  background:
    radial-gradient(circle at 16% 12%, rgba(124,58,237,.14), transparent 24%),
    linear-gradient(180deg, #060d18 0%, #09111f 100%)!important;
}
body.home-page.dark-theme .results{
  background:
    radial-gradient(circle at 84% 24%, rgba(124,58,237,.18), transparent 26%),
    linear-gradient(180deg, #050b15 0%, #08101d 100%)!important;
}
body.home-page.dark-theme .faq{
  background:
    radial-gradient(circle at 16% 14%, rgba(124,58,237,.16), transparent 26%),
    linear-gradient(180deg, #050b14 0%, #08111d 100%)!important;
  border-top:1px solid rgba(255,255,255,.04)!important;
}
body.home-page.dark-theme .about .section-kicker,
body.home-page.dark-theme .results .section-kicker,
body.home-page.dark-theme .faq .section-kicker,
body.home-page.dark-theme .contact .section-kicker,
body.home-page.dark-theme .contact__form-kicker,
body.home-page.dark-theme .metric-card__label,
body.home-page.dark-theme .about__points i,
body.home-page.dark-theme .faq summary::after{
  color:#ccb1ff!important;
}
body.home-page.dark-theme .about h2,
body.home-page.dark-theme .about h3,
body.home-page.dark-theme .results h2,
body.home-page.dark-theme .results h3,
body.home-page.dark-theme .faq h2,
body.home-page.dark-theme .faq summary,
body.home-page.dark-theme .contact h2,
body.home-page.dark-theme .contact h3,
body.home-page.dark-theme .contact strong,
body.home-page.dark-theme .metric-card strong,
body.home-page.dark-theme .seo-card h3{
  color:var(--home-text-dark-strong)!important;
}
body.home-page.dark-theme .about p,
body.home-page.dark-theme .about li,
body.home-page.dark-theme .results p,
body.home-page.dark-theme .results li,
body.home-page.dark-theme .faq p,
body.home-page.dark-theme .contact p,
body.home-page.dark-theme .contact li,
body.home-page.dark-theme .metric-card p,
body.home-page.dark-theme .seo-card p,
body.home-page.dark-theme .contact__form-note,
body.home-page.dark-theme .contact__highlights span,
body.home-page.dark-theme .contact__steps p{
  color:var(--home-text-dark-body)!important;
}
body.home-page.dark-theme .metric-card,
body.home-page.dark-theme .seo-card,
body.home-page.dark-theme .faq details,
body.home-page.dark-theme .about__photo-card,
body.home-page.dark-theme .about__points article{
  background:linear-gradient(180deg, rgba(12,18,31,.95), rgba(15,22,38,.86))!important;
  border-color:rgba(255,255,255,.08)!important;
  box-shadow:0 24px 54px rgba(2,8,20,.40)!important;
}
body.home-page.dark-theme .faq details[open] summary{
  margin-bottom:14px!important;
}
body.home-page.dark-theme .results .btn--primary,
body.home-page.dark-theme .contact__form .btn--primary{
  box-shadow:0 22px 44px rgba(109,40,217,.32)!important;
}

/* Contact section: cleaner, more premium desktop form */
.home-page .contact__grid{
  gap:30px!important;
}
.home-page .contact__card,
.home-page .contact__form{
  backdrop-filter:blur(22px)!important;
  -webkit-backdrop-filter:blur(22px)!important;
}
.home-page .contact__card{
  display:grid!important;
  align-content:start!important;
  gap:22px!important;
  background:
    radial-gradient(circle at 14% 12%, rgba(124,58,237,.12), transparent 28%),
    linear-gradient(180deg, rgba(255,255,255,.99), rgba(246,248,252,.94))!important;
  box-shadow:
    0 28px 64px rgba(15,23,40,.10),
    inset 0 1px 0 rgba(255,255,255,.92)!important;
}
body.home-page.dark-theme .contact__card{
  background:
    radial-gradient(circle at 14% 12%, rgba(124,58,237,.16), transparent 28%),
    linear-gradient(180deg, rgba(9,14,25,.95), rgba(14,20,34,.88))!important;
  box-shadow:
    0 28px 72px rgba(2,8,20,.40),
    inset 0 1px 0 rgba(255,255,255,.04)!important;
}
.home-page .contact__form{
  display:grid!important;
  align-content:start!important;
  gap:16px!important;
  background:
    radial-gradient(circle at 100% 0%, rgba(124,58,237,.14), transparent 32%),
    linear-gradient(180deg, rgba(255,255,255,.99), rgba(245,247,252,.95))!important;
  box-shadow:
    0 34px 80px rgba(15,23,40,.12),
    inset 0 1px 0 rgba(255,255,255,.94)!important;
}
body.home-page.dark-theme .contact__form{
  background:
    radial-gradient(circle at 100% 0%, rgba(124,58,237,.18), transparent 32%),
    linear-gradient(180deg, rgba(9,14,25,.96), rgba(14,20,34,.88))!important;
  box-shadow:
    0 28px 72px rgba(2,8,20,.40),
    inset 0 1px 0 rgba(255,255,255,.05)!important;
}
.home-page .contact__form-head{
  display:grid!important;
  gap:12px!important;
  padding-bottom:18px!important;
  margin-bottom:2px!important;
  border-bottom:1px solid rgba(15,23,40,.07)!important;
}
body.home-page.dark-theme .contact__form-head{
  border-bottom-color:rgba(255,255,255,.08)!important;
}
.home-page .contact__form-kicker{
  display:inline-flex!important;
  width:max-content!important;
  max-width:100%!important;
  padding:9px 14px!important;
  border-radius:999px!important;
  background:rgba(124,58,237,.10)!important;
  font-size:.78rem!important;
  font-weight:700!important;
  letter-spacing:.14em!important;
  text-transform:uppercase!important;
}
body.home-page.dark-theme .contact__form-kicker{
  background:rgba(124,58,237,.18)!important;
}
.home-page .contact__form-head h3{
  max-width:13ch!important;
  margin:0!important;
  font-size:clamp(2rem, 3.2vw, 2.85rem)!important;
  line-height:1.02!important;
  letter-spacing:-.045em!important;
}
.home-page .contact__form-head p:last-child{
  max-width:52ch!important;
  margin:0!important;
}
.home-page .contact__highlights article,
.home-page .contact__steps article,
.home-page .contact__list li{
  background:linear-gradient(180deg, rgba(255,255,255,.88), rgba(245,247,251,.76))!important;
  border:1px solid rgba(15,23,40,.06)!important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.92),
    0 10px 24px rgba(15,23,40,.06)!important;
}
body.home-page.dark-theme .contact__highlights article,
body.home-page.dark-theme .contact__steps article,
body.home-page.dark-theme .contact__list li{
  background:linear-gradient(180deg, rgba(255,255,255,.05), rgba(255,255,255,.03))!important;
  border-color:rgba(255,255,255,.07)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.04)!important;
}
.home-page .contact__form input,
.home-page .contact__form textarea{
  background:linear-gradient(180deg, rgba(255,255,255,.98), rgba(247,249,253,.95))!important;
  border:1px solid rgba(148,163,184,.22)!important;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.92),
    0 12px 28px rgba(15,23,40,.05)!important;
  font-size:1rem!important;
}
body.home-page.dark-theme .contact__form input,
body.home-page.dark-theme .contact__form textarea{
  background:linear-gradient(180deg, rgba(14,19,33,.92), rgba(17,24,39,.86))!important;
  border-color:rgba(255,255,255,.09)!important;
  color:var(--home-text-dark-strong)!important;
}
.home-page .contact__form input:hover,
.home-page .contact__form textarea:hover{
  border-color:rgba(124,58,237,.20)!important;
}
.home-page .contact__form textarea{
  min-height:210px!important;
}
.home-page .contact__form .btn--primary{
  min-width:240px!important;
  border-radius:20px!important;
  box-shadow:0 24px 46px rgba(109,40,217,.28)!important;
}
.home-page .contact__form-note{
  padding:14px 16px!important;
  border-radius:18px!important;
  background:rgba(15,23,40,.04)!important;
  border:1px solid rgba(15,23,40,.06)!important;
}
body.home-page.dark-theme .contact__form-note{
  background:rgba(255,255,255,.04)!important;
  border-color:rgba(255,255,255,.06)!important;
}
body.home-page.dark-theme .contact__form input::placeholder,
body.home-page.dark-theme .contact__form textarea::placeholder{
  color:rgba(229,235,245,.56)!important;
}
@media (min-width: 981px){
  .home-page .contact__grid{
    grid-template-columns:minmax(340px,.92fr) minmax(420px,1.08fr)!important;
    gap:30px!important;
  }
  .home-page .contact__card,
  .home-page .contact__form{
    min-height:100%!important;
    padding:38px!important;
  }
}
@media (max-width: 820px){
  .home-page .contact__form-head{
    padding-bottom:14px!important;
  }
  .home-page .contact__form-head h3{
    max-width:none!important;
    font-size:clamp(1.6rem, 7vw, 2.25rem)!important;
  }
}


/* ---------- 7.7 Header / trustbar / proof-platform / footer hardening ---------- */
.home-page{
  --home-header-dark:rgba(7,10,17,.72);
  --home-header-light:rgba(249,250,252,.78);
  --home-header-line-dark:rgba(255,255,255,.08);
  --home-header-line-light:rgba(15,23,40,.08);
}

/* Header: calmer, lighter, more premium */
.home-page .site-header{
  background:var(--home-header-dark)!important;
  border-bottom:1px solid rgba(255,255,255,.06)!important;
  box-shadow:0 18px 44px rgba(3,8,18,.18)!important;
  backdrop-filter:blur(22px)!important;
  -webkit-backdrop-filter:blur(22px)!important;
}
body.home-page:not(.dark-theme) .site-header{
  background:var(--home-header-light)!important;
  border-bottom-color:var(--home-header-line-light)!important;
  box-shadow:0 14px 32px rgba(15,23,40,.08)!important;
}
.home-page .header__inner{
  min-height:76px!important;
  gap:14px!important;
}
.home-page .brand{
  position:relative!important;
  z-index:2!important;
}
.home-page .brand img{
  height:38px!important;
}
.home-page .site-nav{
  background:transparent!important;
  border:0!important;
  box-shadow:none!important;
  padding:0!important;
  gap:2px!important;
}
.home-page .site-nav a{
  min-height:38px!important;
  padding:0 12px!important;
  border-radius:12px!important;
  font-size:.9rem!important;
  font-weight:600!important;
  color:rgba(241,245,252,.84)!important;
}
body.home-page:not(.dark-theme) .site-nav a{
  color:#1f2937!important;
}
.home-page .site-nav a:hover,
.home-page .site-nav a:focus-visible,
.home-page .site-nav a.is-current,
.home-page .site-nav a[aria-current="page"]{
  background:rgba(255,255,255,.07)!important;
  color:#fff!important;
}
body.home-page:not(.dark-theme) .site-nav a:hover,
body.home-page:not(.dark-theme) .site-nav a:focus-visible,
body.home-page:not(.dark-theme) .site-nav a.is-current,
body.home-page:not(.dark-theme) .site-nav a[aria-current="page"]{
  background:rgba(15,23,40,.05)!important;
  color:#0f172a!important;
}
.home-page .header__meta{
  gap:8px!important;
  padding:6px!important;
  border-radius:18px!important;
  background:linear-gradient(180deg, rgba(255,255,255,.05), rgba(255,255,255,.025))!important;
  border:1px solid rgba(255,255,255,.07)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.05), 0 10px 24px rgba(4,8,20,.10)!important;
}
body.home-page:not(.dark-theme) .header__meta{
  background:linear-gradient(180deg, rgba(255,255,255,.94), rgba(244,246,250,.92))!important;
  border-color:rgba(15,23,40,.08)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.92), 0 12px 28px rgba(15,23,40,.06)!important;
}
.home-page .header-cta,
.home-page .header-login,
.home-page .theme-toggle{
  min-height:42px!important;
  border-radius:14px!important;
  box-shadow:none!important;
}
.home-page .header-login,
.home-page .theme-toggle{
  background:rgba(255,255,255,.04)!important;
  border:1px solid rgba(255,255,255,.06)!important;
  color:#f6f8ff!important;
}
body.home-page:not(.dark-theme) .header-login,
body.home-page:not(.dark-theme) .theme-toggle{
  background:rgba(15,23,40,.035)!important;
  border-color:rgba(15,23,40,.08)!important;
  color:#111827!important;
}
.home-page .header-login{
  min-width:100px!important;
}
.home-page .header-cta{
  padding:0 18px!important;
  font-weight:700!important;
}
body.home-page:not(.dark-theme) .header-cta{
  background:linear-gradient(135deg, #8e5cff 0%, #7c3aed 58%, #6421e8 100%)!important;
  color:#fff!important;
}
.home-page .theme-toggle{
  width:42px!important;
  min-width:42px!important;
}
.home-page .header-login:hover,
.home-page .theme-toggle:hover{
  background:rgba(255,255,255,.08)!important;
}
body.home-page:not(.dark-theme) .header-login:hover,
body.home-page:not(.dark-theme) .theme-toggle:hover{
  background:rgba(15,23,40,.06)!important;
}

/* Worauf es ankommt / trustbar: restore strong readable hierarchy */
.home-page .trustbar{
  position:relative!important;
  overflow:hidden!important;
}
body.home-page:not(.dark-theme) .trustbar{
  background:linear-gradient(180deg, #f7f8fb 0%, #eef1f6 100%)!important;
}
body.home-page.dark-theme .trustbar{
  background:linear-gradient(180deg, #f4f5f7 0%, #eceff4 100%)!important;
  color:#0f172a!important;
}
body.home-page.dark-theme .trustbar h2,
body.home-page.dark-theme .trustbar strong,
body.home-page.dark-theme .trustbar__kicker{
  color:#0f172a!important;
}
body.home-page.dark-theme .trustbar p,
body.home-page.dark-theme .trustbar span{
  color:#526072!important;
}
.home-page .trustbar__inner{
  gap:34px!important;
  align-items:center!important;
}
.home-page .trustbar__inner > div:first-child{
  max-width:560px!important;
}
.home-page .trustbar__inner > div:first-child h2{
  max-width:11.5ch!important;
  margin-bottom:14px!important;
}
.home-page .trustbar__inner > div:first-child p{
  max-width:50ch!important;
  line-height:1.68!important;
}
.home-page .trustbar__grid{
  gap:16px!important;
}
.home-page .trustbar__grid article{
  min-height:152px!important;
  padding:24px 22px!important;
  border-radius:22px!important;
  background:linear-gradient(180deg, rgba(255,255,255,.98), rgba(246,248,252,.94))!important;
  border:1px solid rgba(15,23,40,.08)!important;
  box-shadow:0 16px 34px rgba(15,23,40,.08)!important;
}
body.home-page.dark-theme .trustbar__grid article{
  background:linear-gradient(180deg, rgba(255,255,255,.99), rgba(245,247,252,.95))!important;
  border-color:rgba(15,23,40,.08)!important;
  box-shadow:0 18px 38px rgba(15,23,40,.08)!important;
}
.home-page .trustbar__grid strong{
  margin-bottom:10px!important;
  font-size:1rem!important;
  letter-spacing:-.02em!important;
}
.home-page .trustbar__grid span{
  font-size:.95rem!important;
  line-height:1.56!important;
}

/* Proof-platform: stronger readable copy and calmer reference cards */
.home-page .proof-platform{
  position:relative!important;
  overflow:hidden!important;
}
.home-page .proof-platform::before{
  opacity:.75!important;
}
.home-page .proof-platform__head{
  max-width:860px!important;
}
.home-page .proof-platform__head h2{
  max-width:15ch!important;
  margin-inline:auto!important;
  line-height:1.01!important;
}
.home-page .proof-platform__head p:last-child{
  max-width:760px!important;
  color:rgba(236,240,248,.80)!important;
  line-height:1.68!important;
}
.home-page .proof-platform__grid{
  gap:26px!important;
  align-items:stretch!important;
}
.home-page .proof-platform__story,
.home-page .proof-card{
  background:linear-gradient(180deg, rgba(9,14,25,.86), rgba(13,19,33,.78))!important;
  border:1px solid rgba(255,255,255,.09)!important;
  box-shadow:0 28px 70px rgba(0,0,0,.28)!important;
}
.home-page .proof-platform__story{
  padding:36px!important;
  gap:22px!important;
}
.home-page .proof-platform__eyebrow{
  background:rgba(255,255,255,.06)!important;
  border-color:rgba(255,255,255,.10)!important;
  color:#f4f7ff!important;
}
.home-page .proof-platform__story h3,
.home-page .proof-card h3{
  color:#f7faff!important;
}
.home-page .proof-platform__story p,
.home-page .proof-card p,
.home-page .proof-platform__note p{
  color:rgba(231,237,247,.82)!important;
  line-height:1.66!important;
}
.home-page .proof-platform__note{
  padding:18px 20px!important;
  border-radius:22px!important;
  background:linear-gradient(180deg, rgba(255,255,255,.05), rgba(255,255,255,.02))!important;
  border:1px solid rgba(255,255,255,.08)!important;
}
.home-page .proof-platform__note strong{
  color:#f7faff!important;
}
.home-page .proof-platform__cards{
  gap:16px!important;
}
.home-page .proof-card{
  padding:24px 22px!important;
  border-radius:24px!important;
}
.home-page .proof-card i{
  width:48px!important;
  height:48px!important;
  border-radius:16px!important;
  background:rgba(124,58,237,.16)!important;
  color:#d9c1ff!important;
  display:grid!important;
  place-items:center!important;
}

/* Contact: make desktop form look intentional and premium */
@media (min-width: 981px){
  .home-page .contact{
    padding-top:96px!important;
    padding-bottom:96px!important;
  }
  .home-page .contact__grid{
    grid-template-columns:minmax(360px,.9fr) minmax(520px,1.1fr)!important;
    gap:34px!important;
  }
  .home-page .contact__card,
  .home-page .contact__form{
    padding:42px!important;
    border-radius:32px!important;
  }
  .home-page .contact__form{
    gap:18px!important;
  }
  .home-page .contact__form-head{
    gap:14px!important;
    padding-bottom:22px!important;
  }
  .home-page .contact__form-head h3{
    max-width:12ch!important;
    font-size:clamp(2.2rem, 3vw, 3rem)!important;
  }
  .home-page .contact__form input,
  .home-page .contact__form textarea{
    min-height:58px!important;
    padding:18px 18px!important;
    border-radius:18px!important;
  }
  .home-page .contact__form textarea{
    min-height:220px!important;
  }
  .home-page .contact__form .btn--primary{
    min-height:56px!important;
    min-width:280px!important;
    font-size:1rem!important;
    justify-self:start!important;
  }
}

/* Footer: restore professional hierarchy and readable copy */
.home-page .site-footer{
  position:relative!important;
  overflow:hidden!important;
  background:linear-gradient(180deg, #080b13 0%, #0b1220 100%)!important;
  color:rgba(229,235,245,.78)!important;
}
.home-page .site-footer::before{
  content:"";
  position:absolute;
  inset:auto auto -120px -100px;
  width:320px;
  height:320px;
  border-radius:50%;
  background:radial-gradient(circle, rgba(124,58,237,.16), transparent 66%);
  pointer-events:none;
}
.home-page .footer__inner,
.home-page .footer__bottom{
  position:relative!important;
  z-index:1!important;
}
.home-page .footer__brandcol > p{
  color:rgba(229,235,245,.76)!important;
  line-height:1.68!important;
}
.home-page .footer__proof{
  padding:20px 22px!important;
  border-radius:24px!important;
  background:linear-gradient(180deg, rgba(124,58,237,.14), rgba(255,255,255,.03))!important;
  border:1px solid rgba(255,255,255,.08)!important;
  box-shadow:0 18px 44px rgba(0,0,0,.18)!important;
}
.home-page .footer__proof span,
.home-page .footer__title{
  color:#cfb4ff!important;
}
.home-page .footer__proof strong{
  color:#f6f9ff!important;
}
.home-page .footer__nav--expanded{
  grid-template-columns:repeat(2,minmax(0,1fr))!important;
  gap:18px!important;
}
.home-page .footer__nav-group,
.home-page .footer__socials{
  padding:22px!important;
  border-radius:24px!important;
  background:linear-gradient(180deg, rgba(255,255,255,.05), rgba(255,255,255,.02))!important;
  border:1px solid rgba(255,255,255,.08)!important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.04)!important;
}
.home-page .footer__nav a,
.home-page .footer__socials a{
  color:rgba(232,238,247,.82)!important;
  min-height:34px!important;
  display:flex!important;
  align-items:center!important;
  border-radius:12px!important;
  padding:6px 10px!important;
  transition:background .22s ease, color .22s ease, transform .22s ease!important;
}
.home-page .footer__nav a:hover,
.home-page .footer__nav a:focus-visible,
.home-page .footer__socials a:hover,
.home-page .footer__socials a:focus-visible{
  background:rgba(255,255,255,.06)!important;
  color:#fff!important;
  transform:translateX(2px)!important;
}
.home-page .footer__bottom{
  margin-top:28px!important;
  padding-top:18px!important;
  border-top:1px solid rgba(255,255,255,.08)!important;
}
.home-page .footer__bottom p:first-child{
  color:#f0f4fb!important;
}
.home-page .footer__bottom p:last-child{
  color:rgba(205,214,228,.70)!important;
}

@media (max-width: 1180px){
  .home-page .site-nav a{
    padding:0 10px!important;
    font-size:.87rem!important;
  }
}
@media (max-width: 980px){
  .home-page .proof-platform__head h2,
  .home-page .trustbar__inner > div:first-child h2{
    max-width:none!important;
  }
  .home-page .footer__nav--expanded{
    grid-template-columns:1fr!important;
  }
}
@media (max-width: 820px){
  .home-page .header__meta{
    background:transparent!important;
    border:0!important;
    box-shadow:none!important;
    padding:0!important;
  }
  .home-page .site-nav{
    background:linear-gradient(180deg, rgba(10,14,24,.96), rgba(14,19,31,.94))!important;
    border:1px solid rgba(255,255,255,.08)!important;
    box-shadow:0 22px 56px rgba(2,8,20,.36)!important;
    padding:14px!important;
    gap:8px!important;
  }
  body.home-page:not(.dark-theme) .site-nav{
    background:linear-gradient(180deg, rgba(255,255,255,.98), rgba(246,248,252,.96))!important;
    border-color:rgba(15,23,40,.08)!important;
    box-shadow:0 20px 46px rgba(15,23,40,.10)!important;
  }
  .home-page .site-nav a{
    min-height:46px!important;
    padding:0 14px!important;
  }
  .home-page .trustbar__grid article,
  .home-page .proof-platform__story,
  .home-page .proof-card,
  .home-page .footer__nav-group,
  .home-page .footer__socials{
    padding:22px!important;
  }
  .home-page .footer__bottom{
    flex-direction:column!important;
    align-items:flex-start!important;
  }
}
