/*
Theme Name: Internetservice Wien
Theme URI: https://internetservice.wien
Author: Internetservice Wien
Author URI: https://internetservice.wien
Description: Visuell starkes Dark-Theme für Internetservice Wien mit animierter Hero-Section, TikTok-Phone-Mockup, Warum- und Ergebnisse-Sektionen.
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 8.0
License: Proprietary
Text Domain: internetservice-wien
Tags: dark, animation, agency, custom-colors, full-width-template
*/

/* ════════════════════════════════════════
   FULL WIDTH OVERRIDES
   WordPress Core & Classic-Theme-Styles
   komplett neutralisieren
════════════════════════════════════════ */

/* Kein automatischer max-width durch WordPress */
.isw-full-width,
.isw-full-width #page,
.isw-full-width #content,
.isw-full-width #primary,
.isw-full-width .site,
.isw-full-width .site-content,
.isw-full-width .content-area,
.isw-full-width main,
.isw-full-width .wp-site-blocks {
    max-width: none !important;
    width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

/* WordPress Gutenberg / Block-Editor Full-Width */
.isw-full-width .alignfull,
.isw-full-width .alignwide {
    width: 100vw !important;
    max-width: 100vw !important;
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
}

/* Twenty-Twenty-X Themes & Classic: header/footer wrapper */
.isw-full-width .site-header,
.isw-full-width .site-footer,
.isw-full-width header,
.isw-full-width footer {
    max-width: none !important;
    width: 100% !important;
    padding: 0 !important;
    margin: 0 !important;
}

/* ════════════════════════════════════════
   RESET & ROOT
════════════════════════════════════════ */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }

:root {
  --bg:           #0a0a0f;
  --purple:       #7c3aed;
  --purple-glow:  #9d5cff;
  --violet:       #a855f7;
  --accent:       #c084fc;
  --white:        #f0eeff;
  --muted:        #9b94b8;
  --green:        #22c55e;
}

html { scroll-behavior: smooth; }

body {
  background: var(--bg);
  color: var(--white);
  font-family: 'Barlow', sans-serif;
  overflow-x: hidden;
  min-height: 100vh;
  cursor: none;
}

/* ════════════════════════════════════════
   CUSTOM CURSOR
════════════════════════════════════════ */
.cursor {
  position: fixed; width: 12px; height: 12px;
  background: var(--purple-glow); border-radius: 50%;
  pointer-events: none; z-index: 9999;
  transform: translate(-50%, -50%);
  transition: width 0.2s, height 0.2s, background 0.2s;
  mix-blend-mode: screen;
}
.cursor-trail {
  position: fixed; width: 36px; height: 36px;
  border: 1px solid rgba(157,92,255,0.4); border-radius: 50%;
  pointer-events: none; z-index: 9998;
  transform: translate(-50%, -50%);
  transition: left 0.12s ease, top 0.12s ease;
}
@media (hover: none), (max-width: 768px) {
  .cursor, .cursor-trail { display: none !important; }
  body { cursor: auto !important; }
}

/* ════════════════════════════════════════
   BACKGROUND LAYERS
════════════════════════════════════════ */
.bg-layer {
  position: fixed; inset: 0; z-index: 0;
  background:
    radial-gradient(ellipse 60% 50% at 70% 50%, rgba(124,58,237,0.18) 0%, transparent 70%),
    radial-gradient(ellipse 40% 40% at 20% 80%, rgba(168,85,247,0.10) 0%, transparent 60%),
    var(--bg);
}
.noise-overlay {
  position: fixed; inset: 0; z-index: 1; pointer-events: none;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='1'/%3E%3C/svg%3E");
  opacity: 0.03;
}
.grid-overlay {
  position: fixed; inset: 0; z-index: 1; pointer-events: none;
  background-image:
    linear-gradient(rgba(124,58,237,0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(124,58,237,0.04) 1px, transparent 1px);
  background-size: 80px 80px;
  mask-image: radial-gradient(ellipse at center, black 30%, transparent 80%);
}

/* ════════════════════════════════════════
   VERTICAL TEXT + SCROLL HINT
════════════════════════════════════════ */
.vertical-text {
  position: fixed; right: 28px; top: 50%;
  transform: translateY(-50%) rotate(90deg);
  font-size: 10px; letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--muted); z-index: 10; white-space: nowrap;
}
.scroll-hint {
  position: fixed; bottom: 28px; left: 50%; transform: translateX(-50%);
  display: flex; flex-direction: column; align-items: center; gap: 8px;
  font-size: 10px; letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--muted); z-index: 10;
  animation: fadeUp 1s 1s ease both;
}
.scroll-line {
  width: 1px; height: 40px;
  background: linear-gradient(180deg, var(--muted), transparent);
  animation: scrollDown 1.5s ease-in-out infinite;
}
@media (max-width: 768px) {
  .vertical-text, .scroll-hint { display: none !important; }
}

/* ════════════════════════════════════════
   HERO LAYOUT
════════════════════════════════════════ */
.hero {
  position: relative; z-index: 2;
  min-height: 100vh;
  display: grid;
  grid-template-columns: 1fr 420px;
  grid-template-rows: 1fr auto;
  padding: 80px 60px 0;
  max-width: 1400px;
  margin: 0 auto;
}
.hero-main {
  grid-column: 1;
  display: flex; flex-direction: column;
  justify-content: center;
  padding: 60px 0;
}

/* ════════════════════════════════════════
   EYEBROW
════════════════════════════════════════ */
.eyebrow {
  font-size: 11px; letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--accent); margin-bottom: 24px;
  display: flex; align-items: center; gap: 12px;
  animation: fadeUp 0.8s 0.1s ease both;
}
.eyebrow::after {
  content: ''; flex: 1; max-width: 40px; height: 1px;
  background: linear-gradient(90deg, var(--purple), transparent);
}

/* ════════════════════════════════════════
   HERO HEADLINE — als H1
════════════════════════════════════════ */
h1.hero-headline,
.hero-headline {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(72px, 9vw, 130px);
  line-height: 0.92;
  letter-spacing: 0.01em;
  margin-bottom: 32px;
  font-weight: 400;
}

/* Screen-reader only — SEO sichtbar, visuell versteckt */
.visually-hidden {
  position: absolute;
  width: 1px; height: 1px;
  padding: 0; margin: -1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap;
  border: 0;
  font-size: 1px;
  color: transparent;
}
.line-1, .line-3 {
  display: block; color: var(--white);
  animation: slideLeft 0.9s cubic-bezier(0.16,1,0.3,1) both;
}
.line-1 { animation-delay: 0.2s; }
.line-3 { animation-delay: 0.4s; }
.line-2 {
  display: block;
  background: linear-gradient(135deg, var(--purple) 0%, var(--accent) 60%, #e879f9 100%);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: slideLeft 0.9s 0.3s cubic-bezier(0.16,1,0.3,1) both;
  position: relative;
}
.line-2::after {
  content: 'VIRALE';
  position: absolute; left: 0; top: 0;
  background: linear-gradient(135deg, var(--purple) 0%, var(--accent) 100%);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent;
  background-clip: text;
  filter: blur(20px); opacity: 0.5; z-index: -1;
}
.glitch-wrap { position: relative; display: inline-block; }
.glitch-wrap::before, .glitch-wrap::after {
  content: 'VIRALE';
  position: absolute; left: 0; top: 0;
  background: linear-gradient(135deg, var(--purple) 0%, var(--accent) 60%, #e879f9 100%);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: glitch 6s 2s infinite;
}
.glitch-wrap::before { animation-delay: 2s; opacity: 0.7; }
.glitch-wrap::after  { animation-delay: 2.05s; opacity: 0.5; }

/* ════════════════════════════════════════
   HERO DESC
════════════════════════════════════════ */
.hero-desc {
  font-size: 16px; line-height: 1.7;
  color: rgba(240,238,255,0.75);
  max-width: 480px; margin-bottom: 16px;
  animation: fadeUp 0.8s 0.5s ease both;
}
.hero-desc-sub {
  font-size: 15px; line-height: 1.7;
  color: rgba(240,238,255,0.55);
  max-width: 480px; margin-bottom: 44px;
  animation: fadeUp 0.8s 0.55s ease both;
}

/* ════════════════════════════════════════
   HERO ACTIONS
════════════════════════════════════════ */
.hero-actions {
  display: flex; align-items: center; gap: 20px;
  flex-wrap: wrap;
  animation: fadeUp 0.8s 0.6s ease both;
}
.btn-primary {
  display: inline-flex; align-items: center; gap: 10px;
  text-decoration: none;
  background: linear-gradient(135deg, var(--purple) 0%, #9d4edd 100%);
  color: white; padding: 14px 28px; border-radius: 8px;
  font-size: 14px; font-weight: 600; letter-spacing: 0.04em;
  border: none; cursor: none; position: relative; overflow: hidden;
  font-family: 'Barlow', sans-serif;
  transition: transform 0.2s, box-shadow 0.2s;
  box-shadow: 0 4px 30px rgba(124,58,237,0.4);
}
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 8px 40px rgba(124,58,237,0.55); }
.btn-primary .arrow {
  width: 18px; height: 18px;
  border: 1.5px solid rgba(255,255,255,0.6); border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  font-size: 10px;
}
.btn-ghost {
  display: inline-flex; align-items: center; gap: 10px;
  text-decoration: none;
  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(255,255,255,0.1);
  color: var(--white); padding: 14px 24px; border-radius: 8px;
  font-size: 14px; font-family: 'Barlow', sans-serif;
  cursor: none; transition: all 0.2s; letter-spacing: 0.04em;
}
.btn-ghost:hover { background: rgba(255,255,255,0.08); }
.play-icon {
  width: 28px; height: 28px;
  background: rgba(168,85,247,0.2); border: 1px solid rgba(168,85,247,0.4);
  border-radius: 50%; display: flex; align-items: center; justify-content: center;
  font-size: 9px; padding-left: 2px;
}
.stat-card {
  display: inline-flex; align-items: center; gap: 12px;
  background: rgba(17,17,24,0.9);
  border: 1px solid rgba(124,58,237,0.25);
  border-radius: 12px; padding: 14px 20px;
  backdrop-filter: blur(20px);
  animation: fadeUp 0.8s 0.65s ease both;
}
.stat-icon {
  width: 36px; height: 36px; border-radius: 8px;
  background: rgba(34,197,94,0.15); border: 1px solid rgba(34,197,94,0.3);
  display: flex; align-items: center; justify-content: center; font-size: 16px;
}
.stat-val { font-size: 20px; font-weight: 700; color: var(--white); line-height: 1; }
.stat-label { font-size: 11px; color: var(--muted); margin-top: 2px; }

/* ════════════════════════════════════════
   SOCIAL PROOF
════════════════════════════════════════ */
.social-proof {
  grid-column: 1;
  display: flex; align-items: center; gap: 20px;
  padding: 28px 0 48px; margin-top: auto;
  border-top: 1px solid rgba(255,255,255,0.05);
  animation: fadeUp 0.8s 0.7s ease both;
}
.avatars { display: flex; }
.avatar {
  width: 36px; height: 36px; border-radius: 50%;
  border: 2px solid var(--bg); margin-left: -10px;
  display: flex; align-items: center; justify-content: center;
  font-size: 12px; font-weight: 600;
}
.avatar:first-child { margin-left: 0; }
.avatar-a { background: linear-gradient(135deg, #7c3aed, #a855f7); }
.avatar-b { background: linear-gradient(135deg, #2563eb, #7c3aed); }
.avatar-c { background: linear-gradient(135deg, #059669, #2563eb); }
.stars { color: #f59e0b; font-size: 13px; display: block; margin-bottom: 2px; }
.proof-text { font-size: 12px; color: var(--muted); }
.proof-text strong { color: var(--white); font-weight: 600; }

/* ════════════════════════════════════════
   PHONE MOCKUP
════════════════════════════════════════ */
.phone-col {
  grid-column: 2; grid-row: 1 / 3;
  display: flex; align-items: center; justify-content: center;
  position: relative;
  animation: fadeUp 1s 0.3s cubic-bezier(0.16,1,0.3,1) both;
}
.phone-glow {
  position: absolute; width: 340px; height: 340px;
  background: radial-gradient(circle, rgba(124,58,237,0.35) 0%, rgba(168,85,247,0.1) 50%, transparent 70%);
  border-radius: 50%; top: 50%; left: 50%; transform: translate(-50%,-50%);
  animation: breathe 4s ease-in-out infinite; filter: blur(10px);
}
.phone-glow-ring {
  position: absolute; border-radius: 50%; top: 50%; left: 50%;
  transform: translate(-50%,-50%);
  border: 1px solid rgba(124,58,237,0.2);
  animation: ringPulse 3s ease-in-out infinite;
}
.phone-glow-ring:nth-child(2) { width: 360px; height: 360px; animation-delay: 0.6s; border-color: rgba(168,85,247,0.12); }
.phone-glow-ring:nth-child(3) { width: 440px; height: 440px; animation-delay: 1.2s; border-color: rgba(200,100,255,0.06); }

.notif {
  position: absolute; left: -90px; z-index: 10;
  background: rgba(14,14,20,0.97); border: 1px solid rgba(124,58,237,0.3);
  border-radius: 10px; padding: 9px 12px; backdrop-filter: blur(20px);
  font-size: 10px; font-weight: 600; color: var(--white);
  display: flex; align-items: center; gap: 8px;
  box-shadow: 0 8px 30px rgba(0,0,0,0.5);
  opacity: 0; white-space: nowrap;
}
.notif.n1 { top: 22%; animation: notifPop 4s 1.5s ease-in-out infinite; }
.notif.n2 { top: 42%; animation: notifPop 4s 3s ease-in-out infinite; }
.notif.n3 { top: 62%; animation: notifPop 4s 4.5s ease-in-out infinite; }
.notif-icon { font-size: 14px; }
.notif-sub { font-size: 9px; color: var(--muted); font-weight: 400; margin-top: 1px; }

.badge-traffic {
  position: absolute; top: 10%; right: -45px; z-index: 10;
  background: rgba(14,14,20,0.97); border: 1px solid rgba(34,197,94,0.3);
  border-radius: 14px; padding: 12px 16px; backdrop-filter: blur(20px);
  display: flex; align-items: center; gap: 10px;
  animation: floatBadge 5s 1s ease-in-out infinite;
  box-shadow: 0 8px 40px rgba(0,0,0,0.5);
}
.badge-traffic-icon {
  width: 36px; height: 36px; border-radius: 9px;
  background: rgba(34,197,94,0.15); border: 1px solid rgba(34,197,94,0.35);
  display: flex; align-items: center; justify-content: center; font-size: 16px;
}
.badge-val { font-size: 20px; font-weight: 800; color: var(--green); line-height: 1; }
.badge-lbl { font-size: 10px; color: var(--muted); margin-top: 2px; }

.badge-likes {
  position: absolute; left: -60px; bottom: 28%; z-index: 10;
  background: rgba(14,14,20,0.97); border: 1px solid rgba(168,85,247,0.35);
  border-radius: 14px; padding: 11px 16px; backdrop-filter: blur(20px);
  font-size: 12px; font-weight: 700;
  animation: floatBadge 4s 0.5s ease-in-out infinite;
  box-shadow: 0 8px 40px rgba(0,0,0,0.5);
  display: flex; align-items: center; gap: 10px;
}
.badge-likes-dot {
  width: 8px; height: 8px; border-radius: 50%;
  background: var(--violet); animation: pulse 1.5s infinite;
}
.badge-likes-val { color: var(--white); line-height: 1; }
.badge-likes-sub { font-size: 9px; color: var(--muted); font-weight: 400; margin-top: 2px; }

.badge-followers {
  position: absolute; right: -50px; bottom: 15%; z-index: 10;
  background: rgba(14,14,20,0.97); border: 1px solid rgba(59,130,246,0.3);
  border-radius: 14px; padding: 10px 14px; backdrop-filter: blur(20px);
  display: flex; align-items: center; gap: 9px;
  animation: floatBadge 6s 2s ease-in-out infinite;
  box-shadow: 0 8px 40px rgba(0,0,0,0.5);
  font-size: 11px; font-weight: 700;
}
.badge-followers-icon {
  width: 32px; height: 32px; border-radius: 8px;
  background: rgba(59,130,246,0.15); border: 1px solid rgba(59,130,246,0.3);
  display: flex; align-items: center; justify-content: center; font-size: 14px;
}
.badge-followers-val { color: #60a5fa; font-size: 16px; line-height: 1; }
.badge-followers-lbl { font-size: 9px; color: var(--muted); margin-top: 2px; }

.phone {
  width: 250px;
  background: linear-gradient(170deg, #18121f 0%, #0d0d14 100%);
  border-radius: 40px; border: 1.5px solid rgba(255,255,255,0.12);
  overflow: hidden; position: relative; z-index: 2;
  box-shadow: 0 0 0 1px rgba(124,58,237,0.2), 0 40px 100px rgba(0,0,0,0.7),
              0 0 60px rgba(124,58,237,0.15), inset 0 1px 0 rgba(255,255,255,0.1);
}
.phone-notch {
  width: 90px; height: 26px; background: #000;
  border-radius: 0 0 20px 20px; margin: 0 auto;
  position: relative; z-index: 5;
  display: flex; align-items: center; justify-content: center; gap: 8px;
}
.notch-cam {
  width: 10px; height: 10px; border-radius: 50%;
  background: #1a1a1a; border: 1.5px solid #333; position: relative;
}
.notch-cam::after {
  content: ''; position: absolute;
  width: 4px; height: 4px; border-radius: 50%;
  background: rgba(34,197,94,0.8);
  top: 50%; left: 50%; transform: translate(-50%,-50%);
  box-shadow: 0 0 4px rgba(34,197,94,1);
  animation: camBlink 3s ease-in-out infinite;
}
.phone-screen {
  background: #000; aspect-ratio: 9/19;
  display: flex; flex-direction: column; justify-content: flex-end;
  position: relative; overflow: hidden;
}
.video-bg {
  position: absolute; inset: 0;
  background: linear-gradient(180deg, #0d0120 0%, #1a0a2e 40%, #0a0014 100%);
  overflow: hidden;
}
.video-scan {
  position: absolute; inset: 0;
  background: repeating-linear-gradient(0deg, transparent, transparent 2px, rgba(0,0,0,0.07) 2px, rgba(0,0,0,0.07) 4px);
  z-index: 1;
}
.video-scanline {
  position: absolute; left: 0; right: 0; height: 60px;
  background: linear-gradient(180deg, transparent, rgba(124,58,237,0.06) 50%, transparent);
  animation: scanMove 3s linear infinite; z-index: 2;
}
.video-wave {
  position: absolute; bottom: 0; left: 0; right: 0; height: 200px;
  background: radial-gradient(ellipse 120% 60% at 50% 100%, rgba(124,58,237,0.4) 0%, transparent 70%);
  animation: waveBreath 3s ease-in-out infinite;
}
.video-bars {
  position: absolute; bottom: 90px; left: 14px;
  display: flex; gap: 3px; align-items: flex-end; z-index: 3;
}
.bar {
  width: 4px; border-radius: 2px;
  background: linear-gradient(0deg, var(--purple), var(--accent));
  animation: barDance 1.2s ease-in-out infinite alternate;
}
.bar:nth-child(1){height:12px;animation-delay:0s}
.bar:nth-child(2){height:22px;animation-delay:.1s}
.bar:nth-child(3){height:16px;animation-delay:.2s}
.bar:nth-child(4){height:28px;animation-delay:.3s}
.bar:nth-child(5){height:18px;animation-delay:.15s}
.bar:nth-child(6){height:24px;animation-delay:.25s}
.bar:nth-child(7){height:14px;animation-delay:.05s}

.phone-topbar {
  position: absolute; top: 0; left: 0; right: 0;
  padding: 10px 12px 6px;
  display: flex; justify-content: space-between; align-items: center;
  z-index: 4;
  background: linear-gradient(180deg, rgba(0,0,0,0.6), transparent);
}
.live-pill {
  display: flex; align-items: center; gap: 5px;
  background: rgba(239,68,68,0.9); border-radius: 100px; padding: 3px 8px;
  font-size: 9px; font-weight: 700; letter-spacing: 0.06em;
}
.live-dot { width: 5px; height: 5px; border-radius: 50%; background: white; animation: pulse 1s infinite; }
.viewer-count { font-size: 9px; color: rgba(255,255,255,0.9); }
.progress-bar { position: absolute; bottom: 0; left: 0; right: 0; height: 2px; background: rgba(255,255,255,0.1); z-index: 5; }
.progress-fill { height: 100%; width: 62%; background: linear-gradient(90deg, var(--purple), var(--accent)); border-radius: 2px; }
.tiktok-overlay {
  position: relative; z-index: 4; padding: 10px 12px 14px;
  background: linear-gradient(0deg, rgba(0,0,0,0.9) 0%, transparent 100%);
}
.tiktok-user { font-size: 12px; font-weight: 700; margin-bottom: 4px; color: white; display: flex; align-items: center; gap: 6px; }
.verified { font-size: 10px; color: var(--accent); }
.tiktok-caption { font-size: 9px; color: rgba(255,255,255,0.9); line-height: 1.5; }
.hashtag { color: var(--accent); }
.tiktok-actions {
  position: absolute; right: 8px; bottom: 70px; z-index: 5;
  display: flex; flex-direction: column; gap: 14px; align-items: center;
}
.tik-btn { display: flex; flex-direction: column; align-items: center; gap: 3px; }
.tik-icon {
  width: 38px; height: 38px; border-radius: 50%;
  background: rgba(255,255,255,0.1); backdrop-filter: blur(8px);
  border: 1px solid rgba(255,255,255,0.08);
  display: flex; align-items: center; justify-content: center; font-size: 15px;
}
.tik-icon.heart { animation: heartbeat 2s ease-in-out infinite; }
.tik-icon.purple-bg {
  background: rgba(124,58,237,0.5); border-color: rgba(124,58,237,0.6);
  font-size: 9px; font-weight: 700; border-radius: 10px;
}
.tik-count { font-size: 8px; color: rgba(255,255,255,0.9); font-weight: 600; }

/* ════════════════════════════════════════
   WARUM SEKTION
════════════════════════════════════════ */
.warum-section {
  position: relative; z-index: 2;
  max-width: 1400px; margin: 0 auto;
  padding: 100px 60px 120px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 80px; align-items: center;
}
.warum-left { position: sticky; top: 120px; align-self: start; }
.warum-tag {
  display: inline-flex; align-items: center; gap: 9px;
  font-size: 11px; letter-spacing: 0.2em; text-transform: uppercase;
  color: var(--accent); margin-bottom: 28px;
  opacity: 0; transform: translateX(-20px); transition: all 0.7s ease;
}
.warum-tag.visible { opacity: 1; transform: translateX(0); }
.warum-tag-dot {
  width: 6px; height: 6px; border-radius: 50%;
  background: var(--purple-glow); box-shadow: 0 0 10px var(--purple-glow);
  animation: pulse 2s infinite;
}
.warum-headline {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(48px, 5.5vw, 72px);
  line-height: 1.0; letter-spacing: 0.02em;
}
.warum-headline .wh-line { display: block; overflow: hidden; }
.warum-headline .wh-inner {
  display: block; opacity: 0; transform: translateY(110%);
  transition: opacity 0.7s ease, transform 0.7s cubic-bezier(0.16,1,0.3,1);
}
.warum-headline .wh-inner.visible { opacity: 1; transform: translateY(0); }
.warum-headline .wh-inner.purple {
  background: linear-gradient(135deg, var(--purple), var(--accent));
  -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}
.warum-progress {
  margin-top: 48px; opacity: 0; transform: translateY(20px);
  transition: all 0.8s 0.4s ease;
}
.warum-progress.visible { opacity: 1; transform: translateY(0); }
.progress-item { margin-bottom: 18px; }
.progress-meta { display: flex; justify-content: space-between; font-size: 12px; margin-bottom: 7px; }
.progress-name { color: rgba(240,238,255,0.85); }
.progress-pct { color: var(--accent); font-weight: 700; font-family: 'Bebas Neue', sans-serif; font-size: 15px; }
.progress-track { height: 3px; background: rgba(255,255,255,0.06); border-radius: 3px; overflow: hidden; }
.progress-fill-bar { height: 100%; width: 0%; border-radius: 3px; transition: width 1.4s cubic-bezier(0.16,1,0.3,1); }
.pf-red    { background: linear-gradient(90deg,#ef4444,#f87171); box-shadow: 0 0 8px rgba(239,68,68,0.5); }
.pf-orange { background: linear-gradient(90deg,#f97316,#fb923c); box-shadow: 0 0 8px rgba(249,115,22,0.5); }
.pf-yellow { background: linear-gradient(90deg,#eab308,#fde047); box-shadow: 0 0 8px rgba(234,179,8,0.5); }
.pf-green  { background: linear-gradient(90deg,#22c55e,#4ade80); box-shadow: 0 0 8px rgba(34,197,94,0.5); }

.warum-right { display: flex; flex-direction: column; gap: 2px; }
.problem-card {
  display: flex; gap: 24px; align-items: flex-start;
  padding: 32px 36px; border-radius: 16px;
  border: 1px solid transparent; position: relative; overflow: hidden;
  opacity: 0; transform: translateX(50px);
  transition: opacity 0.7s ease, transform 0.7s cubic-bezier(0.16,1,0.3,1), border-color 0.3s, background 0.3s;
}
.problem-card.visible { opacity: 1; transform: translateX(0); }
.problem-card:hover { background: rgba(255,255,255,0.025); border-color: rgba(124,58,237,0.2); }
.problem-card::before {
  content: ''; position: absolute; left: 0; top: 0; bottom: 0; width: 2px;
  background: linear-gradient(180deg, var(--purple), var(--accent));
  transform: scaleY(0); transform-origin: top;
  transition: transform 0.5s cubic-bezier(0.16,1,0.3,1);
}
.problem-card.visible::before { transform: scaleY(1); }
.problem-num {
  flex-shrink: 0; width: 42px; height: 42px; border-radius: 10px;
  background: rgba(124,58,237,0.1); border: 1px solid rgba(124,58,237,0.25);
  display: flex; align-items: center; justify-content: center;
  font-family: 'Bebas Neue', sans-serif; font-size: 20px; color: var(--accent);
}
.problem-body { flex: 1; }
.problem-title {
  font-size: 17px; font-weight: 700; color: var(--white);
  margin-bottom: 8px; display: flex; align-items: center; gap: 10px;
}
.problem-badge {
  font-size: 10px; font-weight: 600; letter-spacing: 0.08em;
  padding: 3px 9px; border-radius: 100px; text-transform: uppercase;
}
.badge-danger { background: rgba(239,68,68,0.15); color: #f87171; border: 1px solid rgba(239,68,68,0.25); }
.badge-warn   { background: rgba(249,115,22,0.15); color: #fb923c; border: 1px solid rgba(249,115,22,0.25); }
.badge-info   { background: rgba(234,179,8,0.15);  color: #fde047; border: 1px solid rgba(234,179,8,0.25); }
.badge-loss   { background: rgba(168,85,247,0.15); color: var(--accent); border: 1px solid rgba(168,85,247,0.25); }
.problem-text { font-size: 14px; line-height: 1.75; color: rgba(240,238,255,0.7); }
.stat-highlight {
  color: var(--white); font-weight: 700;
  background: rgba(124,58,237,0.15); padding: 1px 6px; border-radius: 4px; font-size: 13px;
}
.card-sep { height: 1px; margin: 0 36px; background: linear-gradient(90deg, transparent, rgba(255,255,255,0.04), transparent); }
.warum-cta {
  margin-top: 48px; text-align: center;
  opacity: 0; transform: translateY(24px); transition: all 0.8s ease;
}
.warum-cta.visible { opacity: 1; transform: translateY(0); }
.warum-cta-text { font-size: 14px; color: rgba(240,238,255,0.8); margin-bottom: 20px; }
.warum-cta-text strong { color: var(--white); }
.btn-warum {
  display: inline-flex; align-items: center; gap: 10px;
  text-decoration: none; background: linear-gradient(135deg, var(--purple), #9d4edd);
  color: white; padding: 15px 36px; border-radius: 8px;
  font-size: 15px; font-weight: 600; border: none; cursor: none;
  font-family: 'Barlow', sans-serif; letter-spacing: 0.04em;
  box-shadow: 0 4px 30px rgba(124,58,237,0.4);
  transition: transform 0.2s, box-shadow 0.2s;
}
.btn-warum:hover { transform: translateY(-2px); box-shadow: 0 8px 40px rgba(124,58,237,0.6); }

/* ════════════════════════════════════════
   ERGEBNISSE SEKTION
════════════════════════════════════════ */
.results-section {
  position: relative; z-index: 2;
  max-width: 1400px; margin: 0 auto;
  padding: 120px 60px 100px; overflow: hidden;
}
.section-divider {
  width: 100%; height: 1px; margin-bottom: 80px;
  background: linear-gradient(90deg, transparent, rgba(124,58,237,0.4) 30%, rgba(168,85,247,0.4) 60%, transparent);
  position: relative;
}
.section-divider::after {
  content: ''; position: absolute; top: -3px; left: 50%; transform: translateX(-50%);
  width: 6px; height: 6px; border-radius: 50%;
  background: var(--purple-glow); box-shadow: 0 0 12px var(--purple-glow);
}
.section-label {
  display: inline-flex; align-items: center; gap: 10px;
  font-size: 11px; letter-spacing: 0.22em; text-transform: uppercase;
  color: var(--accent); margin-bottom: 36px;
  opacity: 0; transform: translateY(20px); transition: all 0.7s ease;
}
.section-label.visible { opacity: 1; transform: translateY(0); }
.section-label-line { width: 28px; height: 1px; background: linear-gradient(90deg, var(--purple), var(--accent)); }

.results-headline {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(44px, 5.5vw, 72px);
  line-height: 1.0; letter-spacing: 0.01em; margin-bottom: 64px;
}
.word-reveal {
  display: inline-block; opacity: 0; transform: translateY(100%);
  transition: opacity 0.6s ease, transform 0.6s cubic-bezier(0.16,1,0.3,1);
  margin-right: 0.22em;
}
.word-reveal.visible { opacity: 1; transform: translateY(0); }
.word-accent {
  background: linear-gradient(135deg, var(--purple) 0%, var(--accent) 100%);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
}

.results-grid {
  display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 24px; margin-bottom: 72px;
}
.result-card {
  background: rgba(255,255,255,0.02); border: 1px solid rgba(255,255,255,0.06);
  border-radius: 20px; padding: 36px 32px;
  position: relative; overflow: hidden;
  opacity: 0; transform: translateY(40px);
  transition: opacity 0.7s ease, transform 0.7s cubic-bezier(0.16,1,0.3,1), border-color 0.3s, box-shadow 0.3s;
}
.result-card.visible { opacity: 1; transform: translateY(0); }
.result-card:hover { border-color: rgba(124,58,237,0.35); box-shadow: 0 20px 60px rgba(0,0,0,0.3); transform: translateY(-4px) !important; }
.card-icon {
  width: 48px; height: 48px; border-radius: 12px;
  display: flex; align-items: center; justify-content: center;
  font-size: 22px; margin-bottom: 22px;
}
.card-green .card-icon { background: rgba(34,197,94,0.12); border: 1px solid rgba(34,197,94,0.25); }
.card-purple .card-icon { background: rgba(124,58,237,0.12); border: 1px solid rgba(124,58,237,0.3); }
.card-blue .card-icon { background: rgba(59,130,246,0.12); border: 1px solid rgba(59,130,246,0.25); }
.card-title { font-family: 'Bebas Neue', sans-serif; font-size: 26px; letter-spacing: 0.04em; margin-bottom: 12px; }
.card-green .card-title { color: #4ade80; }
.card-purple .card-title { color: var(--accent); }
.card-blue .card-title { color: #60a5fa; }
.card-text { font-size: 14px; line-height: 1.75; color: rgba(240,238,255,0.7); margin-bottom: 24px; }
.card-stat {
  padding-top: 20px; border-top: 1px solid rgba(255,255,255,0.05);
  display: flex; align-items: baseline; gap: 6px;
}
.stat-number { font-family: 'Bebas Neue', sans-serif; font-size: 38px; line-height: 1; }
.card-green .stat-number { color: #4ade80; }
.card-purple .stat-number { color: var(--accent); }
.card-blue .stat-number { color: #60a5fa; }
.stat-unit { font-size: 13px; color: rgba(240,238,255,0.75); }

/* Typewriter */
.typewriter-wrap {
  text-align: center; opacity: 0; transform: translateY(24px); transition: all 0.8s ease;
}
.typewriter-wrap.visible { opacity: 1; transform: translateY(0); }
.typewriter-label {
  font-size: 11px; letter-spacing: 0.3em; text-transform: uppercase;
  color: var(--muted); margin-bottom: 16px;
  display: flex; align-items: center; justify-content: center; gap: 16px;
}
.typewriter-label::before, .typewriter-label::after {
  content: ''; flex: 1; max-width: 60px; height: 1px;
}
.typewriter-label::before { background: linear-gradient(90deg, transparent, rgba(255,255,255,0.1)); }
.typewriter-label::after  { background: linear-gradient(90deg, rgba(255,255,255,0.1), transparent); }
.typewriter-text {
  font-family: 'Bebas Neue', sans-serif;
  font-size: clamp(36px, 4.5vw, 58px); letter-spacing: 0.05em;
  background: linear-gradient(135deg, var(--white) 0%, var(--accent) 50%, var(--purple) 100%);
  -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text;
  min-height: 1.2em;
}
.cursor-blink {
  display: inline-block; width: 3px; height: 0.8em;
  background: var(--accent); margin-left: 4px; vertical-align: middle;
  animation: blink 0.9s step-end infinite; border-radius: 2px;
  -webkit-text-fill-color: initial;
}

/* ════════════════════════════════════════
   NAVIGATION
════════════════════════════════════════ */
.isw-nav {
  position: fixed; top: 0; left: 0; right: 0; z-index: 100;
  padding: 0 60px;
  background: rgba(10,10,15,0);
  backdrop-filter: blur(0px);
  transition: background 0.4s ease, backdrop-filter 0.4s ease;
  border-bottom: 1px solid transparent;
}
.isw-nav.scrolled {
  background: rgba(10,10,15,0.92);
  backdrop-filter: blur(20px);
  border-color: rgba(124,58,237,0.15);
}
.isw-nav-inner {
  max-width: 1400px; margin: 0 auto;
  display: flex; align-items: center; justify-content: space-between;
  height: 72px;
}
.isw-logo {
  display: flex; align-items: center; gap: 10px;
  text-decoration: none; flex-shrink: 0;
}
.isw-logo-mark {
  width: 36px; height: 36px; border-radius: 9px;
  background: linear-gradient(135deg, var(--purple), var(--accent));
  display: flex; align-items: center; justify-content: center;
  font-size: 13px; font-weight: 700; color: white;
  font-family: 'Bebas Neue', sans-serif; letter-spacing: 0.05em;
}
.isw-logo-text {
  font-size: 15px; font-weight: 600; color: var(--white);
  font-family: 'Barlow', sans-serif; letter-spacing: 0.02em;
}
.isw-logo-accent { color: var(--accent); margin-left: 2px; }
.isw-nav-links { display: flex; align-items: center; gap: 8px; }
.isw-menu { list-style: none; display: flex; align-items: center; gap: 4px; margin: 0; padding: 0; }
.isw-menu li a {
  display: block; padding: 8px 14px; border-radius: 7px;
  text-decoration: none; font-size: 14px; font-weight: 500;
  color: rgba(240,238,255,0.75); letter-spacing: 0.02em;
  transition: color 0.2s, background 0.2s; font-family: 'Barlow', sans-serif;
}
.isw-menu li a:hover,
.isw-menu li.current-menu-item a,
.isw-menu li.current_page_item a { color: var(--white); background: rgba(124,58,237,0.12); }
.isw-nav-cta {
  display: inline-flex; align-items: center; text-decoration: none; margin-left: 16px;
  background: linear-gradient(135deg, var(--purple), #9d4edd);
  color: white; padding: 9px 20px; border-radius: 8px;
  font-size: 13px; font-weight: 600; letter-spacing: 0.04em; font-family: 'Barlow', sans-serif;
  box-shadow: 0 4px 20px rgba(124,58,237,0.35);
  transition: transform 0.2s, box-shadow 0.2s; white-space: nowrap;
}
.isw-nav-cta:hover { transform: translateY(-1px); box-shadow: 0 6px 28px rgba(124,58,237,0.55); }
.isw-nav-toggle {
  display: none; flex-direction: column; gap: 5px;
  background: none; border: none; cursor: pointer; padding: 8px;
}
.isw-nav-toggle span { display: block; width: 22px; height: 2px; background: var(--white); border-radius: 2px; transition: transform 0.3s, opacity 0.3s; }
.isw-nav-toggle.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.isw-nav-toggle.open span:nth-child(2) { opacity: 0; }
.isw-nav-toggle.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
@media (max-width: 768px) {
  .isw-nav { padding: 0 20px; }
  .isw-nav-toggle { display: flex; }
  .isw-nav-links {
    position: fixed; top: 72px; left: 0; right: 0;
    background: rgba(10,10,15,0.98); backdrop-filter: blur(20px);
    border-bottom: 1px solid rgba(124,58,237,0.2);
    flex-direction: column; align-items: stretch; gap: 0;
    padding: 16px 20px 24px;
    transform: translateY(-110%); opacity: 0; pointer-events: none;
    transition: transform 0.35s cubic-bezier(0.16,1,0.3,1), opacity 0.35s ease;
  }
  .isw-nav-links.open { transform: translateY(0); opacity: 1; pointer-events: auto; }
  .isw-menu { flex-direction: column; align-items: stretch; gap: 2px; }
  .isw-menu li a { padding: 12px 16px; font-size: 16px; }
  .isw-nav-cta { margin: 12px 0 0; text-align: center; justify-content: center; padding: 13px 20px; font-size: 15px; }
}
.hero { padding-top: 152px !important; }
@media (max-width: 768px) { .hero { padding-top: 120px !important; } }

/* ════════════════════════════════════════
   KEYFRAMES
════════════════════════════════════════ */
@keyframes fadeUp    { from { opacity:0; transform:translateY(24px); } to { opacity:1; transform:translateY(0); } }
@keyframes slideLeft { from { opacity:0; transform:translateX(-40px); } to { opacity:1; transform:translateX(0); } }
@keyframes breathe   { 0%,100% { opacity:.6; transform:translate(-50%,-50%) scale(1); } 50% { opacity:1; transform:translate(-50%,-50%) scale(1.2); } }
@keyframes pulse     { 0%,100% { opacity:1; } 50% { opacity:.5; } }
@keyframes ringPulse { 0%,100% { opacity:.4; transform:translate(-50%,-50%) scale(1); } 50% { opacity:.8; transform:translate(-50%,-50%) scale(1.04); } }
@keyframes scanMove  { from { top:-60px; } to { top:100%; } }
@keyframes waveBreath{ 0%,100% { opacity:.7; } 50% { opacity:1; } }
@keyframes barDance  { from { transform:scaleY(.4); } to { transform:scaleY(1); } }
@keyframes camBlink  { 0%,90%,100% { opacity:1; } 95% { opacity:.2; } }
@keyframes heartbeat { 0%,100% { transform:scale(1); } 20% { transform:scale(1.3); } 40% { transform:scale(1); } }
@keyframes notifPop  { 0%{opacity:0;transform:translateX(10px)} 10%,40%{opacity:1;transform:translateX(0)} 50%,100%{opacity:0;transform:translateX(-6px)} }
@keyframes floatBadge{ 0%,100%{transform:translateY(0)} 50%{transform:translateY(-10px)} }
@keyframes scrollDown{ 0%{transform:scaleY(0);transform-origin:top} 50%{transform:scaleY(1);transform-origin:top} 51%{transform:scaleY(1);transform-origin:bottom} 100%{transform:scaleY(0);transform-origin:bottom} }
@keyframes blink     { 0%,100%{opacity:1} 50%{opacity:0} }
@keyframes glitch    { 0%{clip-path:inset(0 0 95% 0);transform:translateX(-3px)} 10%{clip-path:inset(10% 0 80% 0);transform:translateX(3px)} 20%{clip-path:inset(40% 0 50% 0);transform:translateX(-2px)} 30%{clip-path:inset(80% 0 5% 0);transform:translateX(2px)} 50%,100%{clip-path:inset(0 0 100% 0);opacity:0} }
@keyframes particleFly {
  0%   { opacity:0; transform:translateY(0) scale(0); }
  10%  { opacity:1; transform:scale(1); }
  90%  { opacity:.6; }
  100% { opacity:0; transform:translateY(-120px) translateX(var(--px,20px)) scale(.3); }
}

/* ════════════════════════════════════════
   RESPONSIVE
════════════════════════════════════════ */
@media (max-width: 768px) {
  html, body { overflow-x: hidden !important; }
  .hero {
    display: flex !important; flex-direction: column !important;
    min-height: auto !important; padding: 100px 24px 60px !important; gap: 48px !important;
  }
  .hero-main { text-align: center; order: 2; }
  .hero-headline { font-size: clamp(48px, 13vw, 76px) !important; }
  .hero-desc, .hero-desc-sub { max-width: 100%; }
  .hero-actions { flex-direction: column !important; align-items: stretch !important; gap: 12px !important; }
  .btn-primary, .btn-ghost { width: 100% !important; justify-content: center !important; }
  .stat-card { width: 100% !important; justify-content: center !important; margin-left: 0 !important; }
  .social-proof { order: 1; }
  .phone-col { order: 3; }
  .badge-traffic, .badge-likes, .badge-followers, .notif { display: none !important; }
  .warum-section { grid-template-columns: 1fr !important; padding: 60px 20px !important; gap: 40px !important; overflow: hidden !important; }
  .warum-left { position: static !important; }
  .warum-headline { font-size: clamp(36px, 10vw, 56px) !important; }
  .problem-card { padding: 20px 16px !important; gap: 14px !important; }
  .btn-warum { width: 100% !important; justify-content: center !important; }
  .results-section { padding: 60px 24px !important; overflow: hidden !important; }
  .results-grid { grid-template-columns: 1fr !important; gap: 16px !important; }
  .result-card { padding: 24px 20px !important; }
}
