/* Elbetal Webdesign Premium Additions (keeps existing site look) */
:root{
  --ep-accent:#0a6cff;
  --ep-accent-2:#00a3ff;
  --ep-text:#1b1f2a;
  --ep-muted:#5b6376;
  --ep-soft:#f6f8fb;
  --ep-border:rgba(27,31,42,.12);
  --ep-radius:14px;
}

.skip-link{
  position:absolute; left:-9999px; top:auto; width:1px; height:1px; overflow:hidden;
}
.skip-link:focus{
  left:16px; top:16px; width:auto; height:auto;
  background:#fff; color:var(--ep-text);
  padding:10px 14px; border-radius:10px;
  box-shadow:0 10px 30px rgba(0,0,0,.15);
  z-index:99999;
}

.section-soft{ background: var(--ep-soft); }
.hero-kicker{
  display:inline-block;
  padding:6px 10px;
  border:1px solid var(--ep-border);
  border-radius:999px;
  color:var(--ep-muted);
  font-size:13px;
  letter-spacing:.02em;
  margin-bottom:10px;
}
.lead{ color:var(--ep-muted); font-size:1.05rem; line-height:1.6; }

.breadcrumbs{
  font-size:14px;
  color:var(--ep-muted);
  margin-bottom:18px;
}
.breadcrumbs a{ color:inherit; text-decoration:underline; text-underline-offset:3px; }

.cta-row{
  display:flex; flex-wrap:wrap; gap:12px;
  margin-top:18px;
}

.btn-premium{
  display:inline-flex; align-items:center; justify-content:center;
  padding:12px 16px;
  border-radius:12px;
  background:linear-gradient(135deg,var(--ep-accent),var(--ep-accent-2));
  color:#fff !important;
  font-weight:700;
  text-decoration:none !important;
  border:1px solid rgba(255,255,255,.0);
  box-shadow:0 12px 30px rgba(10,108,255,.18);
  transition:transform .12s ease, box-shadow .12s ease, filter .12s ease;
}
.btn-premium:hover{ transform:translateY(-1px); filter:saturate(1.05); box-shadow:0 16px 34px rgba(10,108,255,.22); }
.btn-premium:focus{ outline:3px solid rgba(10,108,255,.28); outline-offset:3px; }

.btn-premium--ghost{
  background:#fff;
  color:var(--ep-text) !important;
  border:1px solid var(--ep-border);
  box-shadow:none;
}
.btn-premium--ghost:hover{ box-shadow:0 10px 22px rgba(0,0,0,.08); }

.btn-premium--full{ width:100%; }

.trust-row{
  display:flex; flex-wrap:wrap; gap:10px;
  margin-top:16px;
}
.trust-chip{
  background:#fff;
  border:1px solid var(--ep-border);
  border-radius:999px;
  padding:8px 12px;
  font-size:13px;
  color:var(--ep-muted);
}

.hero-figure{
  border-radius:var(--ep-radius);
  overflow:hidden;
  border:1px solid var(--ep-border);
  box-shadow:0 18px 45px rgba(0,0,0,.10);
  background:#fff;
}
.hero-figure img{ display:block; width:100%; height:auto; }

.services-creative--mini{
  background:#fff;
  border:1px solid var(--ep-border);
  border-radius:var(--ep-radius);
  padding:18px 18px 8px;
  height:100%;
}
.services-creative--mini .services-creative-title{ margin-top:0; }

.step{
  background:#fff;
  border:1px solid var(--ep-border);
  border-radius:var(--ep-radius);
  padding:18px;
  height:100%;
}
.step__num{
  width:34px; height:34px;
  border-radius:10px;
  display:flex; align-items:center; justify-content:center;
  background:rgba(10,108,255,.10);
  color:var(--ep-accent);
  font-weight:800;
  margin-bottom:10px;
}

.price-box{
  background:#fff;
  border:1px solid var(--ep-border);
  border-radius:var(--ep-radius);
  padding:20px;
  height:100%;
  box-shadow:0 10px 25px rgba(0,0,0,.06);
}
.price-box__title{ margin:0 0 6px; }
.price-box__sub{ margin:0 0 12px; color:var(--ep-muted); }
.price-box__cta{ margin-top:14px; }

.faq__item{
  border:1px solid var(--ep-border);
  border-radius:12px;
  padding:10px 12px;
  background:#fff;
  margin-bottom:10px;
}
.faq__q{
  cursor:pointer;
  font-weight:700;
  color:var(--ep-text);
}
.faq__a{ color:var(--ep-muted); padding-top:8px; }

.section-cta .cta-box{
  background:linear-gradient(180deg, #fff, var(--ep-soft));
  border:1px solid var(--ep-border);
  border-radius:calc(var(--ep-radius) + 6px);
  padding:22px;
  box-shadow:0 16px 40px rgba(0,0,0,.08);
}

.contact-form label{ display:block; margin-bottom:12px; }
.contact-form span{ display:block; font-size:13px; color:var(--ep-muted); margin-bottom:6px; }
.contact-form input, .contact-form textarea{
  width:100%;
  border:1px solid var(--ep-border);
  border-radius:12px;
  padding:12px 12px;
  background:#fff;
}
.contact-form input:focus, .contact-form textarea:focus{
  outline:3px solid rgba(10,108,255,.20);
  outline-offset:2px;
}
.form-note{ margin-top:10px; font-size:12.5px; color:var(--ep-muted); }

.note{ color:var(--ep-muted); font-size:13px; margin-top:10px; }

/* Prefers-reduced-motion */
@media (prefers-reduced-motion: reduce){
  *{ scroll-behavior:auto !important; transition:none !important; animation:none !important; }
}
