/* ============================================================
   MeinWebPro – style.css  ·  Premium Agentur-Design
   ============================================================ */

/* 1. DESIGN-TOKENS */
:root {
  --bg:       #ffffff;
  --bg-2:     #f4f7fb;
  --card:     #ffffff;
  --panel:    #f0f4fa;
  --text:     #0d1729;
  --muted:    #455469;
  --brand:    #2563eb;
  --brand-2:  #1d4ed8;
  --brand-dk: #1e3a8a;
  --line:     rgba(13,23,41,.10);
  --radius:   12px;
  --shadow-s: 0 1px 4px rgba(0,0,0,.08), 0 6px 20px rgba(0,0,0,.06);
  --shadow:   0 4px 16px rgba(0,0,0,.08), 0 20px 60px rgba(0,0,0,.07);
  --max:      1180px;
}

/* 2. RESET & BASIS */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  background: var(--bg);
  color: var(--text);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
.container { width: min(var(--max), calc(100% - 44px)); margin: auto; }

/* 3. NAVIGATION */
.topbar {
  position: sticky; top: 0; z-index: 50;
  background: rgba(255,255,255,.93);
  backdrop-filter: blur(18px);
  border-bottom: 1px solid var(--line);
  box-shadow: 0 1px 0 rgba(13,23,41,.05);
}
.nav { height: 72px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.logo { display: flex; align-items: center; }
.logo-img { height: 80px; width: auto; display: block; object-fit: contain; }
.footer .logo-img { height: 32px; filter: brightness(0) invert(1); }
.gradient-text {
  background: linear-gradient(135deg, #2563eb, #1d4ed8);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.nav-links {
  display: flex; align-items: center; gap: 28px;
  color: var(--muted); font-size: .93rem; font-weight: 500;
}
.nav-links a:hover { color: var(--text); }
.nav-actions { display: flex; gap: 10px; align-items: center; }

/* 4. BUTTONS */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 8px;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 11px 22px;
  font-weight: 600; font-family: inherit; font-size: .93rem;
  background: var(--bg); color: var(--text);
  transition: .16s ease; cursor: pointer;
  box-shadow: var(--shadow-s);
}
.btn:hover { border-color: rgba(37,99,235,.3); box-shadow: 0 4px 16px rgba(37,99,235,.12); transform: translateY(-1px); }
.btn.primary {
  background: var(--brand); color: #fff; border: 0;
  box-shadow: 0 4px 14px rgba(37,99,235,.3);
}
.btn.primary:hover { background: var(--brand-2); box-shadow: 0 6px 22px rgba(37,99,235,.38); transform: translateY(-1px); }
.btn.hot {
  background: var(--text); color: #fff; border: 0;
  box-shadow: 0 4px 14px rgba(13,23,41,.25);
}
.btn.hot:hover { background: #1e2d45; transform: translateY(-1px); }
.btn.glass {
  background: rgba(255,255,255,.82);
  border: 1px solid rgba(255,255,255,.6);
  color: var(--text);
  backdrop-filter: blur(10px);
}
.btn.glass:hover { background: #fff; }
.menu-btn { display: none; }

/* 5. MOBILES MENÜ */
.mobile-menu {
  display: none; border-top: 1px solid var(--line);
  padding: 12px 0 20px; background: rgba(255,255,255,.97);
}
.mobile-menu.open { display: grid; gap: 2px; }
.mobile-menu a { padding: 11px 0; color: var(--muted); font-weight: 500; display: block; }
.mobile-menu a:hover { color: var(--text); }
.mobile-only { display: none; }

/* 6. TYPOGRAFIE & HELFER */
.eyebrow {
  display: inline-flex; align-items: center; gap: 8px;
  padding: 6px 14px;
  border: 1px solid rgba(37,99,235,.2);
  border-radius: 999px;
  background: rgba(37,99,235,.06);
  color: var(--brand); font-weight: 600; font-size: .86rem;
}
.eyebrow.light {
  background: rgba(255,255,255,.18);
  border-color: rgba(255,255,255,.38);
  color: #fff;
}
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.lead { font-size: 1.12rem; color: var(--muted); max-width: 640px; line-height: 1.75; }
.small-note { font-size: .85rem; color: var(--muted); margin-top: 8px; }

/* 7. SEKTIONEN */
.section { padding: 96px 0; }
.section.alt { background: var(--bg-2); }
.section-head { max-width: 720px; margin-bottom: 48px; }
.section-head.center { text-align: center; margin-inline: auto; }
.section h2 {
  font-size: clamp(2rem, 4vw, 3.6rem);
  line-height: 1.1; margin: 0 0 16px;
  letter-spacing: -.05em; color: var(--text); font-weight: 800;
}
.section p.big { font-size: 1.08rem; color: var(--muted); line-height: 1.75; }
.page-hero { padding: 80px 0 48px; }
.page-hero h1 {
  font-size: clamp(2.6rem, 5vw, 4.8rem);
  line-height: 1.06; margin: 14px 0 20px;
  letter-spacing: -.06em; color: var(--text); font-weight: 800;
}
.crumb { color: var(--brand); font-weight: 600; font-size: .88rem; text-transform: uppercase; letter-spacing: .06em; }

/* 8. RASTER & KARTEN */
.grid-3 { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; }
.grid-2 { display: grid; grid-template-columns: repeat(2,1fr); gap: 22px; }
.card {
  border: 1px solid var(--line); border-radius: var(--radius);
  background: var(--card); padding: 32px;
  box-shadow: var(--shadow-s);
  transition: border-color .2s, box-shadow .2s, transform .2s;
}
.card:hover {
  border-color: rgba(37,99,235,.2);
  box-shadow: 0 8px 32px rgba(37,99,235,.1);
  transform: translateY(-3px);
}
.card .icon {
  width: 48px; height: 48px; border-radius: 12px;
  background: rgba(37,99,235,.08);
  display: grid; place-items: center;
  color: var(--brand); font-size: 1.4rem; font-weight: 700; margin-bottom: 20px;
}
.card h3 { font-size: 1.18rem; margin: 0 0 10px; color: var(--text); font-weight: 700; }
.card p { color: var(--muted); margin: 0; line-height: 1.72; font-size: .96rem; }
.split { display: grid; grid-template-columns: .95fr 1.05fr; gap: 40px; align-items: start; }
.panel {
  border: 1px solid var(--line); border-radius: var(--radius);
  background: var(--bg-2); padding: 32px;
  box-shadow: var(--shadow-s);
}
.content-block {
  border: 1px solid var(--line); border-radius: var(--radius);
  background: var(--card); padding: 40px;
  box-shadow: var(--shadow-s);
}
.content-block h2 { font-size: 1.45rem; margin: 32px 0 10px; color: var(--text); font-weight: 700; }
.content-block h2:first-child { margin-top: 0; }
.content-block p, .content-block li { color: var(--muted); line-height: 1.78; }
.content-block a { color: var(--brand); }
.checklist { display: grid; gap: 14px; margin: 0; padding: 0; list-style: none; }
.checklist li { display: flex; gap: 12px; align-items: flex-start; color: var(--muted); font-size: .96rem; }
.checklist li::before {
  content: "✓"; flex: 0 0 24px; width: 24px; height: 24px; border-radius: 50%;
  display: grid; place-items: center;
  background: rgba(37,99,235,.1); color: var(--brand); font-weight: 700; font-size: .84rem;
}

/* 9. SCHRITTE */
.steps { counter-reset: step; display: grid; gap: 14px; }
.step {
  counter-increment: step;
  display: grid; grid-template-columns: 52px 1fr; gap: 18px; align-items: start;
  border: 1px solid var(--line); border-radius: var(--radius);
  background: var(--card); padding: 22px;
  box-shadow: var(--shadow-s);
  transition: border-color .2s, transform .2s;
}
.step:hover { border-color: rgba(37,99,235,.22); transform: translateY(-2px); }
.step::before {
  content: counter(step); width: 52px; height: 52px; border-radius: 12px;
  background: var(--brand); color: white;
  display: grid; place-items: center; font-weight: 800; font-size: 1.2rem;
}
.step h3 { margin: 0 0 5px; color: var(--text); font-size: 1.06rem; font-weight: 700; }
.step p { margin: 0; color: var(--muted); font-size: .94rem; }

/* 10. PREISE */
.pricing { display: grid; grid-template-columns: repeat(3,1fr); gap: 22px; align-items: stretch; }
.price-card { position: relative; overflow: hidden; }
.price-card.featured {
  border-color: var(--brand);
  transform: translateY(-6px);
  box-shadow: 0 16px 48px rgba(37,99,235,.18);
}
.badge {
  position: absolute; right: 16px; top: 16px;
  border-radius: 999px; padding: 4px 12px;
  background: var(--brand); color: #fff;
  font-weight: 700; font-size: .76rem;
}
.price { font-size: 2.5rem; font-weight: 800; letter-spacing: -.05em; margin: 18px 0 6px; color: var(--text); }
.price small { font-size: .9rem; color: var(--muted); font-weight: 500; }
.features { list-style: none; padding: 0; margin: 20px 0; display: grid; gap: 10px; }
.features li { color: var(--muted); font-size: .94rem; display: flex; gap: 8px; align-items: flex-start; }
.features li::before { content: "✓"; color: var(--brand); font-weight: 700; flex: none; }

/* 11. CTA-BAND */
.cta-band {
  border: 1px solid rgba(37,99,235,.15);
  border-radius: 20px;
  background: linear-gradient(135deg, #eff6ff 0%, #dbeafe 50%, #eff6ff 100%);
  padding: 52px;
  display: flex; align-items: center; justify-content: space-between; gap: 28px;
}
.cta-band h2 { margin: 0 0 10px; color: var(--text); }
.cta-band p { margin: 0; color: var(--muted); }

/* 12. FORMULAR */
.form { display: grid; gap: 16px; }
.field { display: grid; gap: 7px; }
.field label { font-weight: 600; color: var(--text); font-size: .9rem; }
.field input, .field textarea, .field select {
  width: 100%; border: 1px solid rgba(13,23,41,.14);
  background: var(--bg-2); color: var(--text);
  border-radius: 8px; padding: 12px 14px;
  font: inherit; outline: none;
}
.field input:focus, .field textarea:focus, .field select:focus {
  border-color: var(--brand); background: #fff;
  box-shadow: 0 0 0 3px rgba(37,99,235,.12);
}
.field textarea { min-height: 140px; resize: vertical; }
.field.checkbox {
  display: flex; flex-direction: row; align-items: flex-start; gap: 10px;
  background: rgba(37,99,235,.04); border: 1px solid rgba(37,99,235,.14);
  border-radius: 8px; padding: 14px;
}
.field.checkbox input { width: auto; margin-top: 3px; flex: none; accent-color: var(--brand); }
.field.checkbox label { font-weight: 400; font-size: .9rem; color: var(--muted); cursor: pointer; }
.field.checkbox label a { color: var(--brand); text-decoration: underline; }
.form-success {
  display: none; background: #f0fdf4; border: 1px solid #bbf7d0;
  border-radius: 8px; padding: 18px; color: #166534; font-weight: 700; text-align: center;
}

/* 13. INTRO-STRIP */
.intro-strip { padding: 0; background: var(--bg); position: relative; z-index: 2; }
.intro-strip-grid {
  display: grid; grid-template-columns: 1.15fr .85fr auto; gap: 28px; align-items: center;
  border-top: 0; border-bottom: 1px solid var(--line);
  background: var(--bg); padding: 32px 0;
}
.intro-strip h2 {
  font-size: clamp(1.5rem, 2.5vw, 2.4rem); line-height: 1.15;
  margin: 8px 0 0; letter-spacing: -.04em; font-weight: 800; color: var(--text);
}
.intro-strip .eyebrow { margin-bottom: 0; }
.intro-strip p { margin: 0; color: var(--muted); font-size: .95rem; }

/* 14. FOOTER (dunkel) */
.footer {
  background: #0d1729;
  border-top: none;
  padding: 56px 0 0;
  color: rgba(255,255,255,.55);
}
.footer-grid { display: grid; grid-template-columns: 1.3fr repeat(3,1fr); gap: 32px; padding-bottom: 40px; }
.footer h4 {
  color: rgba(255,255,255,.9); margin: 0 0 14px;
  font-size: .8rem; font-weight: 700;
  text-transform: uppercase; letter-spacing: .08em;
}
.footer p { font-size: .88rem; line-height: 1.75; max-width: 260px; }
.footer a { display: block; margin: 8px 0; color: rgba(255,255,255,.5); font-size: .88rem; transition: color .15s; }
.footer a:hover { color: rgba(255,255,255,.9); }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,.08);
  padding: 20px 0;
  font-size: .84rem;
  color: rgba(255,255,255,.3);
}

/* ============================================================
   15. PREMIUM HERO-SLIDER
   ============================================================ */
.home-slider { position: relative; }
.premium-slider { background: var(--bg); overflow: hidden; }

.hero-slide-stage {
  position: relative;
  height: clamp(580px, 42vw, 700px);
  min-height: clamp(580px, 42vw, 700px);
  overflow: hidden;
}
.hero-slide {
  position: absolute; inset: 0; opacity: 0; visibility: hidden;
  background-size: cover; background-position: center;
  background-repeat: no-repeat;
  transition: opacity .8s ease, visibility .8s ease;
}
.hero-slide.active { opacity: 1; visibility: visible; z-index: 2; }
.hero-slide-1 { background: #e8f0fe url("../img/slider-bg-1.webp") center / cover no-repeat; }
.hero-slide-2 { background: #eff6ff url("../img/slider-bg-2.webp") center / cover no-repeat; }
.hero-slide-3 { background: #eef2ff url("../img/slider-bg-3.webp") center / cover no-repeat; }

.hero-slide-layer {
  position: absolute; inset: 0;
  background: linear-gradient(90deg,
    rgba(255,255,255,.98) 0%,
    rgba(255,255,255,.93) 26%,
    rgba(255,255,255,.62) 46%,
    rgba(255,255,255,.18) 62%,
    rgba(255,255,255,0) 76%);
}
.hero-slide-inner {
  position: relative; z-index: 5;
  height: clamp(580px, 42vw, 700px);
  min-height: clamp(580px, 42vw, 700px);
  display: flex; align-items: center;
  padding: 48px 0 96px;
}
.hero-caption {
  width: min(640px, 50vw); max-width: 640px;
  animation: captionOut .45s ease both;
}
.hero-slide.active .hero-caption { animation: captionIn .7s ease .06s both; }

.hero-caption h1 {
  margin: 16px 0 18px;
  font-size: clamp(2.8rem, 4.6vw, 5.4rem);
  line-height: .96; letter-spacing: -.07em;
  color: var(--text); font-weight: 900;
}
.hero-caption p {
  max-width: 540px; font-size: 1.08rem; line-height: 1.72;
  color: var(--muted); margin: 0;
}
.hero-caption .hero-actions { margin-top: 32px; }
.hero-caption .btn { min-height: 48px; padding: 13px 26px; }
.hero-showcase { display: none; }

.hero-arrow {
  position: absolute; top: 50%; transform: translateY(-50%); z-index: 12;
  width: 48px; height: 48px; border-radius: 999px;
  border: 1px solid var(--line); background: rgba(255,255,255,.88);
  color: var(--text); font-size: 2rem; line-height: 1;
  cursor: pointer; box-shadow: 0 4px 16px rgba(0,0,0,.12);
  backdrop-filter: blur(10px); transition: .16s ease;
}
.hero-arrow:hover { background: #fff; box-shadow: 0 6px 24px rgba(37,99,235,.18); border-color: rgba(37,99,235,.3); transform: translateY(-50%) scale(1.06); }
.hero-arrow-prev { left: 20px; }
.hero-arrow-next { right: 20px; }

.hero-slider-footer {
  position: absolute; z-index: 13; left: 50%; bottom: 24px; transform: translateX(-50%);
  display: flex; align-items: center; justify-content: center; pointer-events: none;
}
.slider-note { display: none; }
.hero-dots {
  display: flex; gap: 8px; align-items: center; pointer-events: auto;
  padding: 7px 12px; border-radius: 999px;
  background: rgba(255,255,255,.85); border: 1px solid var(--line);
  backdrop-filter: blur(8px); box-shadow: var(--shadow-s);
}
.slider-dot {
  width: 8px; height: 8px; border-radius: 999px; border: 0;
  background: rgba(13,23,41,.18); cursor: pointer; padding: 0; transition: .2s ease;
}
.slider-dot.active { width: 32px; background: var(--brand); }

/* 16. KEYFRAMES */
@keyframes captionIn  { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: translateY(0); } }
@keyframes captionOut { from { opacity: 1; } to { opacity: 0; } }

/* 17. COOKIE-HINWEIS */
.cookie-banner {
  display: none; position: fixed; bottom: 0; left: 0; right: 0; z-index: 200;
  background: rgba(255,255,255,.97); border-top: 1px solid var(--line);
  box-shadow: 0 -4px 24px rgba(0,0,0,.08); padding: 14px 0;
  backdrop-filter: blur(16px);
}
.cookie-banner-inner { display: flex; align-items: center; justify-content: space-between; gap: 20px; flex-wrap: wrap; }
.cookie-banner p { margin: 0; font-size: .88rem; color: var(--muted); }
.cookie-banner p a { color: var(--brand); text-decoration: underline; }
.cookie-banner-actions { display: flex; gap: 10px; flex-shrink: 0; }

/* ============================================================
   18. RESPONSIVE
   ============================================================ */
@media (max-width: 1180px) {
  .hero-slide-stage, .hero-slide-inner { height: 600px; min-height: 600px; }
  .hero-caption { width: min(560px, 52vw); max-width: 560px; }
  .hero-caption h1 { font-size: clamp(2.5rem, 4.6vw, 4.4rem); }
}

@media (max-width: 940px) {
  .nav-links, .nav-actions { display: none; }
  .menu-btn { display: inline-flex; }
  .mobile-only { display: block; }
  .split, .grid-2 { grid-template-columns: 1fr; }
  .grid-3, .pricing { grid-template-columns: 1fr; }
  .price-card.featured { transform: none; }
  .cta-band { display: block; }
  .cta-band .btn { margin-top: 22px; }
  .footer-grid { grid-template-columns: 1fr 1fr; gap: 32px; }
  .section { padding: 64px 0; }
  .intro-strip-grid { grid-template-columns: 1fr; gap: 16px; }

  .hero-slide-stage, .hero-slide-inner { height: 660px; min-height: 660px; }
  .hero-slide { background-position: 68% center; }
  .hero-slide-layer {
    background: linear-gradient(180deg,
      rgba(255,255,255,.12) 0%,
      rgba(255,255,255,.08) 32%,
      rgba(255,255,255,.92) 60%,
      rgba(255,255,255,.98) 100%);
  }
  .hero-slide-inner { align-items: flex-end; padding: 0 0 72px; }
  .hero-caption {
    width: 100%; max-width: 100%; padding: 24px; border-radius: 14px;
    background: rgba(255,255,255,.94); border: 1px solid var(--line);
    backdrop-filter: blur(14px); box-shadow: 0 8px 32px rgba(0,0,0,.10);
  }
  .hero-caption h1 { font-size: clamp(2rem, 7.5vw, 3.2rem); }
  .hero-slider-footer { bottom: 26px; }
}

@media (max-width: 620px) {
  .hero-slide-stage, .hero-slide-inner { height: 640px; min-height: 640px; }
  .hero-slide-inner { padding: 0 0 68px; }
  .hero-caption { padding: 18px; border-radius: 12px; }
  .hero-caption h1 { font-size: 2rem; line-height: 1.06; margin: 10px 0 14px; }
  .hero-caption p { font-size: .95rem; }
  .hero-caption .hero-actions { margin-top: 18px; gap: 8px; }
  .hero-caption .btn { width: 100%; justify-content: center; }
  .hero-arrow { width: 40px; height: 40px; font-size: 1.7rem; }
  .hero-arrow-prev { left: 10px; }
  .hero-arrow-next { right: 10px; }
  .footer-grid { grid-template-columns: 1fr; }
  .cta-band { padding: 32px 24px; }
  .cookie-banner-inner { flex-direction: column; }
  .cookie-banner-actions .btn { flex: 1; justify-content: center; }
  .content-block { padding: 24px; }
}

/* ============================================================
   19. DESIGN-REFRESH 2026
   Mehr Kontrast, echte Bildflaechen, farbige Module.
   ============================================================ */
:root {
  --bg: #fbfcff;
  --bg-2: #f1f3f8;
  --card: #ffffff;
  --panel: #f0ffe0;
  --text: #18191d;
  --muted: #18191d;
  --soft-text: #32343a;
  --brand: #7c3ff2;
  --brand-2: #5f2ee8;
  --brand-dk: #18191d;
  --lime: #c8fb55;
  --aqua: #7ee4ea;
  --sun: #ffe95a;
  --peach: #ffb59e;
  --line: rgba(24,25,29,.12);
  --radius: 18px;
  --shadow-s: 0 1px 2px rgba(24,25,29,.04), 0 16px 42px rgba(24,25,29,.07);
  --shadow: 0 12px 38px rgba(24,25,29,.08), 0 30px 90px rgba(24,25,29,.08);
}

body {
  background:
    radial-gradient(circle at 16% 0%, rgba(126,228,234,.18), transparent 27%),
    radial-gradient(circle at 86% 0%, rgba(200,251,85,.24), transparent 26%),
    var(--bg);
}

p,
li,
.lead,
.small-note,
.section p.big,
.card p,
.content-block p,
.content-block li,
.checklist li,
.features li,
.step p,
.cta-band p,
.intro-strip p,
.field.checkbox label,
.cookie-banner p {
  color: var(--text);
}

.small-note,
.cookie-banner p {
  opacity: .92;
}

.infobar {
  background: #18191d;
}

.topbar {
  top: 12px;
  width: min(var(--max), calc(100% - 44px));
  margin: 12px auto 0;
  border: 1px solid rgba(24,25,29,.1);
  border-radius: 22px;
  background: rgba(255,255,255,.9);
  box-shadow: 0 18px 70px rgba(24,25,29,.1);
}

.nav {
  height: 74px;
}

.logo-img {
  height: 76px;
}

.nav-links {
  color: var(--text);
  font-weight: 650;
}

.btn {
  border-radius: 999px;
  box-shadow: 0 12px 30px rgba(24,25,29,.08);
}

.btn.primary {
  background: linear-gradient(135deg, #8b4df8, var(--brand-2));
  box-shadow: 0 16px 34px rgba(124,63,242,.28);
}

.btn.primary:hover {
  background: var(--brand-2);
  box-shadow: 0 18px 40px rgba(124,63,242,.34);
}

.btn.hot {
  background: #18191d;
  color: #fff;
}

.eyebrow,
.crumb {
  display: inline-flex;
  width: auto;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(200,251,85,.62);
  border-radius: 999px;
  background: var(--lime);
  color: var(--text);
  font-weight: 750;
  letter-spacing: 0;
  text-transform: none;
}

.eyebrow.light {
  background: var(--lime);
  color: var(--text);
}

.section.alt {
  background: #fff;
}

.page-hero {
  padding: 76px 0 58px;
  overflow: hidden;
}

.page-hero .container {
  position: relative;
  display: block;
  min-height: 430px;
  padding-right: 520px;
}

.page-hero .container::after {
  content: "";
  position: absolute;
  right: 0;
  top: 20px;
  width: 440px;
  min-height: 330px;
  border-radius: 30px;
  background:
    linear-gradient(145deg, rgba(200,251,85,.88), rgba(126,228,234,.68)),
    url("../img/slider-bg-2.webp") right center / cover no-repeat;
  background-blend-mode: soft-light, normal;
  box-shadow: var(--shadow);
}

.page-hero .container::before {
  content: "";
  position: absolute;
  right: 34px;
  top: 28px;
  z-index: 2;
  width: 330px;
  height: 220px;
  border: 4px solid rgba(24,25,29,.86);
  border-left-color: transparent;
  border-bottom-color: transparent;
  border-radius: 50%;
  transform: rotate(18deg);
  pointer-events: none;
}

.page-hero .lead {
  max-width: 620px;
}

.page-hero h1,
.hero-caption h1,
.section h2 {
  color: var(--text);
}

.card {
  border-radius: 18px;
  border-color: rgba(24,25,29,.12);
}

.grid-3 > .card:nth-child(3n+1),
.pricing > .price-card:nth-child(3n+1) {
  background: #f0f3f8;
}

.grid-3 > .card:nth-child(3n+2),
.pricing > .price-card:nth-child(3n+2) {
  background: #f0ffe0;
}

.grid-3 > .card:nth-child(3n),
.pricing > .price-card:nth-child(3n) {
  background: #eefcfd;
}

.grid-2 > .card:nth-child(2n),
.content-block {
  background: #fff;
}

.card:hover {
  border-color: rgba(24,25,29,.2);
  box-shadow: 0 18px 55px rgba(24,25,29,.12);
}

.card .icon {
  background: #18191d;
  color: var(--lime);
  font-size: 1.05rem;
  font-weight: 850;
}

.panel {
  background:
    linear-gradient(145deg, rgba(240,255,224,.96), rgba(238,252,253,.96));
}

.checklist li::before,
.features li::before {
  color: var(--brand);
  font-weight: 850;
}

.step::before {
  background: var(--lime);
  color: var(--text);
}

.price-card.featured {
  border-color: var(--brand);
  box-shadow: 0 20px 70px rgba(124,63,242,.18);
}

.badge {
  background: #18191d;
  color: var(--lime);
}

.cta-band {
  border: 1px solid rgba(24,25,29,.12);
  background:
    linear-gradient(135deg, rgba(200,251,85,.94), rgba(126,228,234,.78)),
    url("../img/slider-bg-3.webp") right center / auto 120% no-repeat;
  background-blend-mode: soft-light, normal;
}

.hero-slide-layer {
  background: linear-gradient(90deg,
    rgba(251,252,255,.98) 0%,
    rgba(251,252,255,.94) 24%,
    rgba(251,252,255,.56) 45%,
    rgba(251,252,255,.1) 66%,
    rgba(251,252,255,0) 82%);
}

.hero-caption {
  width: min(650px, 50vw);
}

.hero-caption p {
  color: var(--text);
}

.hero-caption .btn.glass {
  background: rgba(255,255,255,.92);
  border-color: rgba(24,25,29,.12);
}

.slider-dot.active {
  background: var(--brand);
}

.visual-section {
  padding: 96px 0;
}

.visual-split {
  display: grid;
  grid-template-columns: .9fr 1.1fr;
  gap: 60px;
  align-items: center;
}

.visual-photo {
  position: relative;
  min-height: 520px;
  border-radius: 34px;
  background:
    linear-gradient(145deg, rgba(200,251,85,.78), rgba(126,228,234,.38)),
    url("../img/slider-bg-1.webp") right center / cover no-repeat;
  background-blend-mode: multiply, normal;
  box-shadow: var(--shadow);
  overflow: hidden;
}

.visual-photo::before {
  content: "";
  position: absolute;
  inset: 10% -4% auto auto;
  width: 78%;
  height: 58%;
  border: 4px solid #18191d;
  border-left-color: transparent;
  border-bottom-color: transparent;
  border-radius: 50%;
  transform: rotate(22deg);
}

.visual-photo::after {
  content: "Website bereit";
  position: absolute;
  right: 34px;
  bottom: 34px;
  min-width: 220px;
  padding: 22px 24px;
  border-radius: 18px;
  background: #fff;
  color: var(--text);
  font-weight: 850;
  box-shadow: var(--shadow);
}

.feature-board {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px;
  align-items: stretch;
}

.feature-tile {
  min-height: 250px;
  padding: 28px;
  border-radius: 22px;
  border: 1px solid rgba(24,25,29,.1);
  background: #f0f3f8;
  box-shadow: var(--shadow-s);
}

.feature-tile.dark {
  background: #18191d;
  color: #fff;
}

.feature-tile.lime {
  background: var(--lime);
}

.feature-tile.aqua {
  background: var(--aqua);
}

.feature-tile.sun {
  background: var(--sun);
}

.feature-tile h3 {
  margin: 0 0 12px;
  font-size: 1.35rem;
  line-height: 1.15;
}

.feature-tile p,
.feature-tile li {
  color: inherit;
}

.feature-tile.dark p,
.feature-tile.dark li {
  color: rgba(255,255,255,.86);
}

.feature-stat {
  display: block;
  margin-top: 28px;
  font-size: clamp(2.6rem, 5vw, 4.8rem);
  line-height: .9;
  font-weight: 850;
  letter-spacing: -.04em;
}

.auth-art {
  min-height: 100%;
  border-radius: 22px;
  background:
    linear-gradient(145deg, rgba(200,251,85,.88), rgba(126,228,234,.76)),
    url("../img/slider-bg-1.webp") right center / cover no-repeat;
  background-blend-mode: soft-light, normal;
  box-shadow: var(--shadow);
}

.mwp-page-webdesign .page-hero .container::after,
.mwp-page-register .page-hero .container::after,
.mwp-page-forgot .page-hero .container::after,
.mwp-page-reset .page-hero .container::after {
  background:
    linear-gradient(145deg, rgba(200,251,85,.86), rgba(126,228,234,.52)),
    url("../img/slider-bg-1.webp") right center / cover no-repeat;
  background-blend-mode: soft-light, normal;
}

.mwp-page-pakete .page-hero .container::after,
.mwp-page-login .page-hero .container::after,
.mwp-page-kontakt .page-hero .container::after {
  background:
    linear-gradient(145deg, rgba(255,233,90,.8), rgba(200,251,85,.52)),
    url("../img/slider-bg-3.webp") right center / cover no-repeat;
  background-blend-mode: soft-light, normal;
}

.mwp-page-marketing .page-hero .container::after,
.mwp-page-referenzen .page-hero .container::after,
.mwp-page-datenschutz .page-hero .container::after,
.mwp-page-agb .page-hero .container::after,
.mwp-page-impressum .page-hero .container::after {
  background:
    linear-gradient(145deg, rgba(126,228,234,.7), rgba(124,63,242,.2)),
    url("../img/slider-bg-2.webp") right center / cover no-repeat;
  background-blend-mode: soft-light, normal;
}

.grid-2 > .panel {
  position: relative;
  overflow: hidden;
}

.grid-2 > .panel::after {
  content: "";
  display: block;
  min-height: 210px;
  margin-top: 24px;
  border-radius: 20px;
  background:
    linear-gradient(145deg, rgba(200,251,85,.75), rgba(126,228,234,.42)),
    url("../img/slider-bg-1.webp") right center / cover no-repeat;
  background-blend-mode: soft-light, normal;
}

.mwp-page-kontakt .grid-2 > .panel::after,
.mwp-page-pakete .grid-2 > .panel::after,
.mwp-page-login .grid-2 > .panel::after {
  background:
    linear-gradient(145deg, rgba(255,233,90,.76), rgba(200,251,85,.46)),
    url("../img/slider-bg-3.webp") right center / cover no-repeat;
  background-blend-mode: soft-light, normal;
}

.form-success {
  background: #f0ffe0;
  border-color: rgba(24,25,29,.12);
  color: var(--text);
}

.field input,
.field textarea,
.field select {
  border-radius: 16px;
  border-color: rgba(24,25,29,.16);
}

.field.checkbox {
  background: #f0ffe0;
  border-color: rgba(24,25,29,.12);
}

.footer p,
.footer a,
.footer-bottom {
  color: rgba(255,255,255,.72);
}

.footer h4 {
  color: #fff;
}

@media (max-width: 940px) {
  .topbar {
    width: min(var(--max), calc(100% - 24px));
  }

  .visual-split {
    grid-template-columns: 1fr;
  }

  .page-hero .container {
    padding-right: 0;
    padding-bottom: 330px;
  }

  .page-hero .container::after {
    top: auto;
    right: 0;
    bottom: 0;
    width: 100%;
    min-height: 300px;
  }

  .page-hero .container::before {
    right: 16px;
    top: auto;
    bottom: 160px;
  }

  .feature-board {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 620px) {
  .topbar {
    border-radius: 16px;
  }

  .logo-img {
    height: 58px;
  }

  .page-hero {
    padding-top: 52px;
  }

  .page-hero .container::after {
    min-height: 240px;
    border-radius: 22px;
  }

  .page-hero .container::before {
    width: 210px;
    height: 130px;
    bottom: 134px;
  }

  .visual-photo {
    min-height: 360px;
  }
}

/* ============================================================
   20. KORREKTUR: MeinWebPro-Struktur statt Bild-rechts-Deko
   ============================================================ */
:root {
  --bg: #f7f8fb;
  --bg-2: #ffffff;
  --card: #f1f3f7;
  --panel: #f3f5f9;
  --text: #18191d;
  --muted: #18191d;
  --brand: #2563eb;
  --brand-2: #7c3ff2;
  --accent: #eaf2ff;
  --accent-2: #f2efff;
  --accent-3: #fff4cf;
  --line: rgba(24,25,29,.12);
  --shadow-s: none;
  --shadow: 0 18px 44px rgba(24,25,29,.08);
}

body {
  background: var(--bg);
}

.infobar {
  background: #eef2f7;
  color: #243044;
  border-bottom: 1px solid rgba(24,25,29,.08);
}

.topbar {
  top: 14px;
  border-radius: 26px;
  border-color: rgba(24,25,29,.12);
  box-shadow: none;
}

.nav {
  height: 76px;
}

.logo-img {
  height: 68px;
}

.eyebrow,
.crumb {
  background: var(--accent);
  border-color: #d7e5ff;
  color: var(--text);
}

.btn.primary {
  background: linear-gradient(135deg, var(--brand), var(--brand-2));
  box-shadow: none;
}

.btn,
.card,
.panel,
.content-block,
.price-card,
.step,
.feature-tile {
  box-shadow: none;
}

.page-hero {
  padding: 96px 0 76px;
}

.page-hero .container {
  display: block;
  min-height: 0;
  padding-right: 0;
}

.page-hero .container::before,
.page-hero .container::after,
.visual-photo::before,
.grid-2 > .panel::after {
  display: none;
}

.page-hero h1 {
  max-width: 820px;
}

.page-hero .lead {
  max-width: 680px;
}

.grid-3 > .card:nth-child(n),
.grid-2 > .card:nth-child(n),
.pricing > .price-card:nth-child(n),
.panel {
  background: #fff;
}

.section.alt {
  background: #fff;
}

.card {
  border-color: rgba(24,25,29,.1);
  background: #fff;
}

.card .icon {
  background: #18191d;
  color: #fff;
}

.visual-section {
  padding: 110px 0;
  background: #fff;
}

.visual-split {
  grid-template-columns: .86fr 1.14fr;
  gap: 72px;
}

.visual-photo {
  min-height: 470px;
  border-radius: 0 0 34px 34px;
  background: url("../img/slider-bg-1.webp") right center / cover no-repeat;
  box-shadow: none;
}

.visual-photo::after {
  right: auto;
  left: -34px;
  bottom: 36px;
  width: 280px;
  min-width: 0;
  background: #18191d;
  color: #fff;
  box-shadow: none;
}

.feature-board {
  grid-template-columns: repeat(6, 1fr);
  gap: 28px;
}

.feature-tile {
  min-height: 230px;
  border-radius: 12px;
  background: #f1f3f7;
}

.feature-tile:nth-child(1) {
  grid-column: span 2;
}

.feature-tile:nth-child(2) {
  grid-column: span 2;
  background: #18191d;
  color: #fff;
}

.feature-tile:nth-child(3) {
  grid-column: span 2;
  background: var(--accent);
}

.feature-tile:nth-child(4),
.feature-tile:nth-child(5) {
  grid-column: span 3;
}

.feature-tile.lime,
.feature-tile.aqua,
.feature-tile.sun {
  background: #f1f3f7;
}

.feature-tile.dark {
  background: #18191d;
}

.feature-stat {
  color: var(--brand-2);
}

.feature-tile.dark .feature-stat {
  color: #fff;
}

.pricing {
  align-items: center;
}

.price-card {
  border-radius: 18px;
  background: #f1f3f7;
  padding: 42px;
}

.price-card.featured {
  background: #fff;
  border: 1px solid rgba(124,63,242,.7);
  transform: translateY(-24px);
  box-shadow: 0 0 0 10px rgba(124,63,242,.06);
}

.badge {
  background: #18191d;
  color: #fff;
}

.steps {
  max-width: 900px;
  margin: 0 auto;
}

.step {
  grid-template-columns: 58px 1fr;
  border-radius: 16px;
  background: #fff;
}

.step::before {
  background: var(--accent);
  color: var(--text);
}

.cta-band {
  background: #18191d;
  color: #fff;
  box-shadow: none;
}

.cta-band h2,
.cta-band p {
  color: #fff;
}

.footer {
  background: #0f1725;
}

@media (max-width: 940px) {
  .page-hero .container {
    padding-bottom: 0;
  }

  .feature-board,
  .visual-split {
    grid-template-columns: 1fr;
  }

  .feature-tile:nth-child(n) {
    grid-column: auto;
  }

  .visual-photo::after {
    left: 20px;
  }

  .price-card.featured {
    transform: none;
  }
}

body.mwp-page-webdesign .grid-3,
body.mwp-page-marketing .grid-3,
body.mwp-page-referenzen .grid-3 {
  grid-template-columns: repeat(6, 1fr);
  gap: 28px;
}

body.mwp-page-webdesign .grid-3 > .card,
body.mwp-page-marketing .grid-3 > .card,
body.mwp-page-referenzen .grid-3 > .card {
  min-height: 250px;
  border-radius: 12px;
}

body.mwp-page-webdesign .grid-3 > .card:nth-child(1),
body.mwp-page-marketing .grid-3 > .card:nth-child(1),
body.mwp-page-referenzen .grid-3 > .card:nth-child(1) {
  grid-column: span 2;
  background: #f1f3f7;
}

body.mwp-page-webdesign .grid-3 > .card:nth-child(2),
body.mwp-page-marketing .grid-3 > .card:nth-child(2),
body.mwp-page-referenzen .grid-3 > .card:nth-child(2) {
  grid-column: span 2;
  background: #18191d;
  color: #fff;
}

body.mwp-page-webdesign .grid-3 > .card:nth-child(2) h3,
body.mwp-page-webdesign .grid-3 > .card:nth-child(2) p,
body.mwp-page-marketing .grid-3 > .card:nth-child(2) h3,
body.mwp-page-marketing .grid-3 > .card:nth-child(2) p,
body.mwp-page-referenzen .grid-3 > .card:nth-child(2) h3,
body.mwp-page-referenzen .grid-3 > .card:nth-child(2) p {
  color: #fff;
}

body.mwp-page-webdesign .grid-3 > .card:nth-child(3),
body.mwp-page-marketing .grid-3 > .card:nth-child(3),
body.mwp-page-referenzen .grid-3 > .card:nth-child(3) {
  grid-column: span 2;
  background: var(--accent);
}

body.mwp-page-webdesign .grid-3 > .card:nth-child(4),
body.mwp-page-marketing .grid-3 > .card:nth-child(4),
body.mwp-page-referenzen .grid-3 > .card:nth-child(4) {
  grid-column: span 3;
}

body.mwp-page-webdesign .grid-3 > .card:nth-child(5),
body.mwp-page-marketing .grid-3 > .card:nth-child(5),
body.mwp-page-referenzen .grid-3 > .card:nth-child(5) {
  grid-column: span 3;
  background: #18191d;
  color: #fff;
}

body.mwp-page-webdesign .grid-3 > .card:nth-child(5) h3,
body.mwp-page-webdesign .grid-3 > .card:nth-child(5) p,
body.mwp-page-marketing .grid-3 > .card:nth-child(5) h3,
body.mwp-page-marketing .grid-3 > .card:nth-child(5) p,
body.mwp-page-referenzen .grid-3 > .card:nth-child(5) h3,
body.mwp-page-referenzen .grid-3 > .card:nth-child(5) p {
  color: #fff;
}

body.mwp-page-webdesign .grid-3 > .card:nth-child(6),
body.mwp-page-marketing .grid-3 > .card:nth-child(6),
body.mwp-page-referenzen .grid-3 > .card:nth-child(6) {
  grid-column: span 6;
  min-height: 170px;
}

body.mwp-page-webdesign .grid-3 > .card:nth-child(6) {
  background: linear-gradient(90deg, #fff, var(--accent-2));
}

@media (max-width: 940px) {
  body.mwp-page-webdesign .grid-3,
  body.mwp-page-marketing .grid-3,
  body.mwp-page-referenzen .grid-3 {
    grid-template-columns: 1fr;
  }

  body.mwp-page-webdesign .grid-3 > .card:nth-child(n),
  body.mwp-page-marketing .grid-3 > .card:nth-child(n),
  body.mwp-page-referenzen .grid-3 > .card:nth-child(n) {
    grid-column: auto;
  }
}
