:root{
  --bg:#0b0f17;
  --card:#0f1624;
  --text:#e9eef7;
  --muted:#a9b4c7;
  --line:rgba(255,255,255,.10);
  --accent:#6ee7ff;
  --accent2:#9aff6e;
  --shadow: 0 20px 60px rgba(0,0,0,.45);
  --radius: 18px;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  font-family: Inter, system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  color:var(--text);
  background:
    radial-gradient(1200px 600px at 15% 10%, rgba(110,231,255,.18), transparent 60%),
    radial-gradient(900px 500px at 80% 20%, rgba(154,255,110,.12), transparent 55%),
    var(--bg);
}

a{color:inherit; text-decoration:none}
.container{width:min(1120px, 92%); margin:0 auto}

.topbar{
  border-bottom:1px solid var(--line);
  background: rgba(0,0,0,.18);
  backdrop-filter: blur(10px);
}
.topbar__inner{display:flex; gap:12px; align-items:center; justify-content:space-between; padding:10px 0}
.topbar__left{display:flex; gap:10px; align-items:center; flex-wrap:wrap}
.pill{
  font-size:12px;
  padding:6px 10px;
  border:1px solid var(--line);
  border-radius:999px;
  background: rgba(255,255,255,.04);
}
.topbar__right{display:flex; gap:14px; align-items:center; flex-wrap:wrap}
.toplink{font-size:13px; color:var(--muted)}
.toplink:hover{color:var(--text)}

.header{
  position:sticky; top:0; z-index:50;
  border-bottom:1px solid var(--line);
  background: rgba(11,15,23,.65);
  backdrop-filter: blur(12px);
}
.header__inner{display:flex; align-items:center; justify-content:space-between; padding:14px 0; gap:14px}

.brand{display:flex; align-items:center; gap:12px}
.brand__mark{
  width:38px; height:38px;
  border-radius:12px;
  display:grid; place-items:center;
  background: rgba(255,255,255,.06);
  border:1px solid var(--line);
  font-weight:700;
}
.brand__mark--logo{
  padding: 0;
  overflow: hidden;
}

.brand__mark--logo img{
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.brand__name{font-weight:700; letter-spacing:.2px}
.brand__tag{display:block; font-size:12px; color:var(--muted); margin-top:2px}

.nav{display:flex; gap:18px; align-items:center}
.nav a{font-size:14px; color:var(--muted)}
.nav a:hover{color:var(--text)}

/* Dropdown (Leistungen) */
.navDropdown{position:relative}
/* Hover-Bridge: verhindert, dass das Menü beim Übergang vom Trigger zur Liste sofort verschwindet */
.navDropdown::after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  top:100%;
  height:12px;
  z-index:10;
}
.navDropdown__trigger{display:inline-flex; align-items:center; gap:6px}
.navDropdown__trigger:after{
  content:"▾";
  font-size:12px;
  opacity:.75;
}
.navDropdown__menu{
  position:absolute;
  top:100%;
  margin-top:10px;
  left:0;
  z-index:20;
  min-width:240px;
  padding:8px;
  background: rgba(11,15,23,.96);
  border:1px solid var(--line);
  border-radius:14px;
  box-shadow: var(--shadow);
  display:none;
}
.navDropdown__menu a{
  display:block;
  padding:10px 10px;
  border-radius:10px;
  color:var(--muted);
}
.navDropdown__menu a:hover{
  color:var(--text);
  background: rgba(255,255,255,.06);
}
.navDropdown:hover .navDropdown__menu,
.navDropdown:focus-within .navDropdown__menu{display:block}

.nav__toggle{
  display:none;
  width:42px; height:42px;
  background: transparent;
  border:1px solid var(--line);
  border-radius:12px;
  padding:10px;
}
.nav__toggle span{
  display:block;
  height:2px;
  background: rgba(255,255,255,.75);
  margin:5px 0;
  border-radius:2px;
}

.mobileNav{
  display:none;
  border-top:1px solid var(--line);
  padding:12px 4%;
  background: rgba(11,15,23,.9);
}
.mobileNav a{
  display:block;
  padding:12px 0;
  color:var(--muted);
  border-bottom:1px solid rgba(255,255,255,.06);
}
.mobileNav a:hover{color:var(--text)}
.mobileNav .btn{margin-top:12px; display:inline-flex; width:max-content}

.hero{padding:56px 0 30px}
.hero__grid{
  display:grid;
  grid-template-columns: 1.15fr .85fr;
  gap:26px;
  align-items:start;
}
h1{
  margin:0 0 14px;
  font-size: clamp(30px, 3.6vw, 50px);
  line-height:1.05;
  letter-spacing:-.02em;
}
.accent{color:var(--accent)}
.lead{
  color:var(--muted);
  font-size:16px;
  line-height:1.6;
  margin:0 0 18px;
}

.hero__cta{display:flex; gap:12px; flex-wrap:wrap; margin:18px 0 18px}
.btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap:10px;
  padding:12px 16px;
  border-radius:14px;
  border:1px solid rgba(255,255,255,.14);
  background: linear-gradient(135deg, rgba(110,231,255,.22), rgba(154,255,110,.14));
  color:var(--text);
  font-weight:600;
  box-shadow: 0 10px 30px rgba(0,0,0,.25);
}
.btn:hover{transform: translateY(-1px)}
.btn--ghost{
  background: rgba(255,255,255,.04);
  box-shadow:none;
}
.btn--small{padding:10px 14px; border-radius:12px; font-size:13px}

.hero__trust{
  display:grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap:12px;
  margin-top:16px;
}
.trustItem{
  display:flex; gap:10px; align-items:flex-start;
  padding:12px;
  border:1px solid var(--line);
  border-radius:16px;
  background: rgba(255,255,255,.03);
}
.trustIcon{
  width:28px; height:28px;
  border-radius:10px;
  display:grid; place-items:center;
  background: rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.10);
  font-size:12px;
}
.trustTitle{font-weight:600; font-size:13px}
.trustText{color:var(--muted); font-size:12px; margin-top:2px}

.card{
  border-radius: var(--radius);
  border:1px solid var(--line);
  background: rgba(255,255,255,.04);
  box-shadow: var(--shadow);
}
.card__header{padding:18px 18px 0}
.card__title{font-weight:700; font-size:16px}
.card__subtitle{color:var(--muted); font-size:13px; margin-top:6px}

.form{padding:14px 18px 18px}
.form__row{display:grid; gap:10px; margin-top:12px}
.form__row--2{grid-template-columns: 1fr 1fr; gap:12px}
label{font-size:13px; color:var(--muted); display:grid; gap:8px}
input, select, textarea{
  width:100%;
  padding:12px 12px;
  border-radius:14px;
  border:1px solid rgba(255,255,255,.12);
  background: rgba(0,0,0,.22);
  color:var(--text);
  outline:none;
}
input:focus, select:focus, textarea:focus{border-color: rgba(110,231,255,.45)}
textarea{resize:vertical}

/* Dropdown styling (less harsh, consistent with dark UI) */
select{
  -webkit-appearance:none;
  -moz-appearance:none;
  appearance:none;
  padding-right:42px;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24'%3E%3Cpath fill='rgba(233,238,247,0.75)' d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");
  background-repeat:no-repeat;
  background-position:right 14px center;
}
select option{
  background:#0f1624;
  color:var(--text);
}

.form__actions{margin-top:14px; display:grid; gap:10px}
.form__hint{margin:0; color:var(--muted); font-size:12px; line-height:1.45}
.form__note{margin-top:12px; font-size:13px; color:var(--muted)}

.section{padding:58px 0}
.section--alt{
  background: rgba(255,255,255,.03);
  border-top:1px solid rgba(255,255,255,.06);
  border-bottom:1px solid rgba(255,255,255,.06);
}
.section__head{margin-bottom:18px}
.section__head h2{margin:0; font-size:28px; letter-spacing:-.01em}
.section__head p{margin:10px 0 0; color:var(--muted); line-height:1.6}

.grid{display:grid; gap:14px}
.grid--3{grid-template-columns: repeat(3, minmax(0,1fr))}
.feature{
  padding:16px;
  border-radius:18px;
  border:1px solid var(--line);
  background: rgba(0,0,0,.16);
}
.feature__icon{font-size:18px; width:38px; height:38px; border-radius:14px; display:grid; place-items:center; background: rgba(255,255,255,.06); border:1px solid rgba(255,255,255,.10)}
.feature h3{margin:12px 0 6px; font-size:16px}
.feature p{margin:0; color:var(--muted); line-height:1.6; font-size:14px}

.steps{
  display:grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap:14px;
}
.step{
  padding:18px;
  border-radius:18px;
  border:1px solid var(--line);
  background: rgba(0,0,0,.16);
}
.step__num{
  width:34px; height:34px;
  border-radius:14px;
  display:grid; place-items:center;
  background: rgba(110,231,255,.16);
  border:1px solid rgba(110,231,255,.20);
  font-weight:700;
}
.step h3{margin:12px 0 6px}
.step p{margin:0; color:var(--muted); line-height:1.6}

.pricing{
  display:grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap:14px;
}
.priceCard{
  padding:18px;
  border-radius:18px;
  border:1px solid var(--line);
  background: rgba(0,0,0,.16);
}
.priceCard--highlight{
  background: linear-gradient(135deg, rgba(110,231,255,.14), rgba(154,255,110,.10));
}
.priceCard__price{font-size:22px; font-weight:800; margin:8px 0 12px}
.priceCard ul{margin:0; padding-left:18px; color:var(--muted); line-height:1.7}
.note{margin-top:14px; color:var(--muted); font-size:13px}

.faq{display:grid; gap:10px}
details{
  border:1px solid var(--line);
  border-radius:16px;
  background: rgba(0,0,0,.16);
  padding:12px 14px;
}
summary{cursor:pointer; font-weight:600}
details p{margin:10px 0 0; color:var(--muted); line-height:1.6}

.contactGrid{
  display:grid;
  grid-template-columns: 1.1fr .9fr;
  gap:14px;
  align-items:start;
}
.contactAside{display:grid; gap:14px}
.asideBox{
  padding:18px;
  border-radius:18px;
  border:1px solid var(--line);
  background: rgba(0,0,0,.16);
}
.asideBox--soft{background: rgba(255,255,255,.03)}
.asideBox h3{margin:0 0 8px}
.asideLinks{display:grid; gap:10px; margin-top:14px}
.asideLabel{font-size:12px; color:var(--muted); margin-bottom:2px}
.bullets{margin:10px 0 0; padding-left:18px; color:var(--muted); line-height:1.7}

.footer{
  padding:28px 0;
  border-top:1px solid rgba(255,255,255,.08);
  background: rgba(0,0,0,.18);
}
.footer__grid{display:flex; align-items:center; justify-content:space-between; gap:16px; flex-wrap:wrap}
.footer__brand{font-weight:800; letter-spacing:.2px}
.footer__links{display:flex; gap:14px; flex-wrap:wrap; color:var(--muted)}
.footer__links a:hover{color:var(--text)}
.footer__bottom{padding-top:10px}

.muted{color:var(--muted)}

.waFloat{
  position:fixed;
  right:16px;
  bottom:16px;
  width:54px;
  height:54px;
  border-radius:18px;
  display:grid;
  place-items:center;
  font-weight:800;
  letter-spacing:.5px;
  background: rgba(154,255,110,.18);
  border:1px solid rgba(154,255,110,.25);
  box-shadow: 0 20px 60px rgba(0,0,0,.45);
}

.modal{
  width:min(720px, 92%);
  border:none;
  background: transparent;
}
.modal::backdrop{background: rgba(0,0,0,.6)}
.modal__inner{
  border-radius:18px;
  border:1px solid var(--line);
  background: rgba(15,22,36,.95);
  box-shadow: var(--shadow);
  overflow:hidden;
}
.modal__head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  padding:14px 16px;
  border-bottom:1px solid rgba(255,255,255,.08);
}
.modal__head h3{margin:0}
.modal__close{
  width:40px; height:40px;
  border-radius:14px;
  border:1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.04);
  color:var(--text);
  font-size:22px;
  cursor:pointer;
}
.modal__body{padding:16px; color:var(--text)}
.modal__body p{line-height:1.7}

@media (max-width: 960px){
  .hero__grid{grid-template-columns:1fr}
  .contactGrid{grid-template-columns:1fr}
}

@media (max-width: 820px){
  .nav{display:none}
  .nav__toggle{display:block}
  .hero__trust{grid-template-columns:1fr}
  .grid--3{grid-template-columns:1fr}
  .steps{grid-template-columns:1fr}
  .pricing{grid-template-columns:1fr}
  .form__row--2{grid-template-columns:1fr}
}


/* --- Footer enhancements --- */
.footer{
  background: radial-gradient(1200px 400px at 20% -10%, rgba(110,231,255,.10), transparent 60%),
              radial-gradient(900px 320px at 85% 0%, rgba(154,255,110,.08), transparent 55%),
              rgba(0,0,0,.18);
}
.footer__grid{
  display:grid;
  grid-template-columns: 1.1fr .9fr;
  gap:18px;
  align-items:start;
}
.footer__left{display:grid; gap:8px}
.footer__right{display:grid; gap:12px; justify-items:end}
.footer__badges{display:flex; flex-wrap:wrap; gap:8px; margin-top:4px}
.footerBadge{
  font-size:12px;
  padding:6px 10px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.04);
  color: var(--muted);
}
.footer__cta{display:flex; gap:10px; flex-wrap:wrap; justify-content:flex-end}
.footerBtn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:10px 12px;
  border-radius:14px;
  border:1px solid rgba(255,255,255,.12);
  background: rgba(255,255,255,.04);
  color: var(--text);
  font-weight:700;
  font-size:13px;
  line-height:1;
}
.footerBtn:hover{background: rgba(255,255,255,.06)}
.footerBtn--wa{
  border-color: rgba(154,255,110,.25);
  background: rgba(154,255,110,.14);
}
.footer__bottom{
  padding-top:14px;
  margin-top:12px;
  border-top:1px solid rgba(255,255,255,.08);
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
}
.footer__top{
  color: var(--muted);
  font-weight:600;
}
.footer__top:hover{color: var(--text)}
@media (max-width: 820px){
  .footer__grid{grid-template-columns: 1fr}
  .footer__right{justify-items:start}
  .footer__cta{justify-content:flex-start}
  .footer__bottom{flex-direction:column; align-items:flex-start}
}
