* { box-sizing: border-box; margin: 0; padding: 0; }
html, body { overflow-x: hidden; background: #0F0F23; }
body {
  font-family: 'Inter', sans-serif;
  color: #EEF0FF;
  line-height: 1.6;
  padding-top: 72px;
}
a { color: #6366F1; text-decoration: none; }
a:hover { color: #4F46E5; }
img { max-width: 100%; }

.logo { display: inline-flex; align-items: center; text-decoration: none; }

.site-header {
  position: fixed; top: 0; left: 0; right: 0; z-index: 1000;
  background: rgba(15,15,35,0.96);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid #2A2A5C;
  padding: 14px 0;
}
.header-inner {
  max-width: 1200px; margin: 0 auto; padding: 0 24px;
  display: flex; align-items: center; justify-content: space-between; gap: 24px;
}
.nav-links { display: flex; align-items: center; gap: 28px; list-style: none; }
.nav-links a { color: #EEF0FF; font-weight: 500; font-size: 15px; }
.nav-links a:hover { color: #6366F1; }
.nav-toggle { display: none; background: none; border: none; color: #EEF0FF; font-size: 24px; cursor: pointer; }

.btn {
  display: inline-block; padding: 14px 32px; border-radius: 50px;
  font-weight: 600; font-size: 15px; cursor: pointer; border: none;
  transition: transform 0.2s, background 0.2s; text-align: center;
}
.btn:hover { transform: translateY(-1px); }
.btn-primary { background: #6366F1; color: #fff; }
.btn-primary:hover { background: #4F46E5; color: #fff; }
.btn-ghost { background: transparent; color: #EEF0FF; border: 2px solid #2A2A5C; border-radius: 50px; }
.btn-ghost:hover { border-color: #6366F1; color: #6366F1; }
.btn-white { background: #fff; color: #6366F1; border-radius: 50px; }
.btn-white:hover { background: #1D1D4A; }
.btn-ghost-white { background: transparent; color: #fff; border: 2px solid rgba(255,255,255,0.6); border-radius: 50px; }
.btn-ghost-white:hover { border-color: #fff; color: #fff; }

.badge-pill {
  display: inline-block;
  background: rgba(99,102,241,0.1);
  border: 1px solid rgba(99,102,241,0.25);
  color: #6366F1;
  padding: 8px 20px; border-radius: 50px;
  font-size: 13px; font-weight: 800;
  letter-spacing: 1px;
  font-family: 'Manrope', sans-serif;
}

.stick-pills-wrap { display: flex; gap: 10px; justify-content: center; flex-wrap: wrap; margin: 20px 0; }
.stick-pill {
  background: rgba(255,255,255,0.15); color: #fff; padding: 8px 18px; border-radius: 50px;
  font-size: 13px; font-weight: 600; border: 1px solid rgba(255,255,255,0.3);
}

.container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }
.section { padding: 80px 0; }
.section-title {
  font-family: 'Manrope', sans-serif;
  font-size: 48px; font-weight: 900; line-height: 1.1; margin-bottom: 16px;
  color: #EEF0FF;
}
.section-title-lg { font-size: 52px; }
.section-subtitle { color: #7E7EB0; font-size: 18px; margin-bottom: 48px; }

.hero {
  background-image: linear-gradient(rgba(0,0,0,0.68), rgba(0,0,0,0.68)), url('/images/hero-home.webp');
  background-size: cover !important; background-position: center !important;
  background-repeat: no-repeat !important;
  min-height: 100vh; display: flex; align-items: center; justify-content: center; text-align: center;
  margin-top: -72px; padding-top: 72px;
}
.hero-page {
  background-size: cover !important; background-position: center !important;
  background-repeat: no-repeat !important;
  min-height: 50vh; display: flex; align-items: center; justify-content: center; text-align: center;
  margin-top: -72px; padding-top: 72px;
}
.hero-preise { background-image: linear-gradient(rgba(0,0,0,0.68), rgba(0,0,0,0.68)), url('/images/hero-preise.webp'); }
.hero-reseller { background-image: linear-gradient(rgba(0,0,0,0.68), rgba(0,0,0,0.68)), url('/images/hero-reseller.webp'); }
.hero-kontakt { background-image: linear-gradient(rgba(0,0,0,0.68), rgba(0,0,0,0.68)), url('/images/hero-kontakt.webp'); }
.hero-content { max-width: 920px; padding: 40px 24px; color: #fff; }
.hero-content h1 { color: #fff; }
.hero-content p { color: rgba(255,255,255,0.85); font-size: 18px; margin-bottom: 32px; }
.hero-buttons { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; margin-bottom: 32px; }
.trust-strip { display: flex; gap: 24px; justify-content: center; flex-wrap: wrap; color: rgba(255,255,255,0.8); font-size: 14px; }
.trust-strip .check { color: #fff; font-weight: 700; }

.device-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px; }
.device-card {
  background: #FFFFFF; border: 1px solid #2A2A5C; border-radius: 20px;
  padding: 28px 16px; text-align: center;
  box-shadow: 0 2px 20px rgba(0,0,0,0.06);
}
.device-card .icon { font-size: 40px; margin-bottom: 12px; }
.device-card h3 { font-family: 'Manrope', sans-serif; font-size: 16px; font-weight: 800; margin-bottom: 8px; color: #EEF0FF; }
.ok-badge { display: inline-block; background: #E8F5E9; color: #2E7D32; padding: 4px 12px; border-radius: 50px; font-size: 12px; font-weight: 600; }

.stats-bar { background: #6366F1; padding: 40px 24px; }
.stats-grid { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: repeat(4,1fr); gap: 24px; text-align: center; }
.stat-value { font-family: 'Manrope', sans-serif; font-size: 42px; font-weight: 900; color: #fff; }
.stat-label { color: rgba(255,255,255,0.85); font-size: 14px; text-transform: uppercase; letter-spacing: 1px; }

.steps-large { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; max-width: 1000px; margin: 0 auto; }
.step-card-large {
  background: #FFFFFF; border: 1px solid #2A2A5C; border-radius: 20px; padding: 40px 28px;
  text-align: center; box-shadow: 0 2px 20px rgba(0,0,0,0.06);
}
.step-card-large .step-num { font-family: 'Manrope', sans-serif; font-size: 56px; font-weight: 900; color: #6366F1; margin-bottom: 8px; }
.step-card-large .icon { font-size: 36px; margin-bottom: 12px; }
.step-card-large h3 { font-family: 'Manrope', sans-serif; font-size: 20px; font-weight: 800; margin-bottom: 8px; }
.step-card-large p { color: #7E7EB0; font-size: 14px; }

.pricing-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; }
.price-card {
  background: #FFFFFF; border: 1px solid #2A2A5C; border-radius: 20px;
  padding: 36px 28px; text-align: center;
  box-shadow: 0 2px 20px rgba(0,0,0,0.06);
}
.price-card.featured {
  background: #6366F1;
  border: 2px solid #6366F1;
  color: #fff;
  box-shadow: 0 4px 32px rgba(99,102,241,0.2);
}
.price-card.featured .duration,
.price-card.featured .price,
.price-card.featured .pricing-monthly,
.price-card.featured .price-features { color: #fff; }
.price-card.featured .price-old { color: rgba(255,255,255,0.7); }
.price-card.featured .price-features li::before { color: #fff; }
.price-card.featured .btn-primary { background: #fff; color: #6366F1; }
.price-badge { display: inline-block; background: rgba(255,255,255,0.2); color: #fff; padding: 4px 16px; border-radius: 50px; font-size: 12px; font-weight: 700; margin-bottom: 12px; }
.save-badge { background: #FFD700; color: #EEF0FF; padding: 4px 12px; border-radius: 50px; font-size: 12px; font-weight: 700; margin-left: 8px; }
.price-card .duration { font-family: 'Manrope', sans-serif; font-size: 26px; font-weight: 800; }
.price-card .price { font-family: 'Manrope', sans-serif; font-size: 42px; font-weight: 900; color: #6366F1; margin: 12px 0; }
.price-old { text-decoration: line-through; color: #7E7EB0; font-size: 20px; }
.pricing-monthly { color: #7E7EB0; font-size: 14px; }
.price-features { list-style: none; text-align: left; margin: 20px 0; font-size: 14px; color: #7E7EB0; }
.price-features li { padding: 6px 0; }
.price-features li::before { content: '✓ '; color: #6366F1; font-weight: 700; }

.bento-grid { display: grid; grid-template-columns: repeat(3,1fr); grid-template-rows: auto auto; gap: 16px; }
.bento-card {
  background: #FFFFFF; border: 1px solid #2A2A5C; border-radius: 20px; padding: 28px;
  box-shadow: 0 2px 20px rgba(0,0,0,0.06);
  border-left: 4px solid #6366F1;
}
.bento-card h3 { font-family: 'Manrope', sans-serif; font-size: 20px; font-weight: 800; margin-bottom: 8px; color: #EEF0FF; }
.bento-card p { color: #7E7EB0; font-size: 14px; }

.split-section { display: grid; grid-template-columns: 1fr 1fr; min-height: 500px; }
.split-image { overflow: hidden; min-height: 320px; display: flex; align-items: stretch; }
.split-image img { min-height: 320px; }
.split-content { background: #FFFFFF; padding: 60px 48px; display: flex; flex-direction: column; justify-content: center; }
.split-label { color: #6366F1; font-family: 'Manrope', sans-serif; font-size: 14px; margin-bottom: 16px; letter-spacing: 2px; font-weight: 800; }
.split-content h2 { font-family: 'Manrope', sans-serif; font-size: 48px; font-weight: 900; line-height: 1.1; margin-bottom: 20px; color: #EEF0FF; }
.check-list { list-style: none; margin-bottom: 32px; }
.check-list li { padding: 8px 0; color: #EEF0FF; }
.check-list li::before { content: '✓ '; color: #6366F1; font-weight: 700; }

.reviews-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.review-card {
  background: #FFFFFF; border: 1px solid #2A2A5C; border-top: 3px solid #6366F1;
  border-radius: 20px; padding: 24px;
  box-shadow: 0 2px 20px rgba(0,0,0,0.06);
}
.review-stars { color: #6366F1; font-size: 18px; margin-bottom: 12px; }
.review-author { font-weight: 600; font-size: 14px; margin-bottom: 4px; }
.review-date { color: #7E7EB0; font-size: 12px; margin-bottom: 12px; }
.review-text { font-size: 14px; color: #7E7EB0; }

.faq-list { max-width: 800px; margin: 0 auto; }
.faq-item { border: 1px solid #2A2A5C; border-radius: 20px; margin-bottom: 12px; background: #FFFFFF; overflow: hidden; }
.faq-question {
  width: 100%; padding: 20px 24px; background: none; border: none; text-align: left;
  font-family: 'Manrope', sans-serif; font-size: 17px; font-weight: 800;
  color: #EEF0FF; cursor: pointer; display: flex; justify-content: space-between; align-items: center;
}
.faq-question span { color: #6366F1; font-size: 22px; }
.faq-answer { padding: 0 24px 20px; color: #7E7EB0; font-size: 15px; display: none; }
.faq-item.open .faq-answer { display: block; }

.blog-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; }
.blog-card { background: #FFFFFF; border: 1px solid #2A2A5C; border-radius: 20px; overflow: hidden; box-shadow: 0 2px 20px rgba(0,0,0,0.06); }
.blog-card-image { width: 100%; aspect-ratio: 16 / 9; overflow: hidden; background: #16163A; line-height: 0; }
.blog-card-image img { width: 100%; height: 100%; object-fit: cover; display: block; aspect-ratio: auto; }
.blog-card-body { padding: 24px; }
.blog-card h3 { font-family: 'Manrope', sans-serif; font-size: 20px; font-weight: 800; margin-bottom: 12px; color: #EEF0FF; }
.blog-card p { color: #7E7EB0; font-size: 14px; margin-bottom: 16px; }
.blog-tag { display: inline-block; color: #6366F1; font-size: 12px; font-weight: 700; margin-bottom: 8px; }

.final-cta {
  background: #6366F1;
  text-align: center; padding: 100px 24px; color: #fff;
}
.final-cta h2 {
  font-family: 'Manrope', sans-serif;
  font-size: clamp(40px,6vw,64px); font-weight: 900; margin-bottom: 32px; line-height: 1.1;
}

.site-footer { background: #EEF0FF; color: #999999; padding: 60px 0 30px; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 40px; max-width: 1200px; margin: 0 auto; padding: 0 24px; }
.footer-grid h4 { color: #fff; font-family: 'Manrope', sans-serif; font-size: 16px; margin-bottom: 16px; font-weight: 800; }
.footer-links { list-style: none; }
.footer-links a { color: #999999; font-size: 14px; }
.footer-links a:hover { color: #6366F1; }
.copyright { text-align: center; padding-top: 40px; margin-top: 40px; border-top: 1px solid rgba(255,255,255,0.1); font-size: 13px; }

.bg-surface { background: #FFFFFF; }
.bg-surface2 { background: #16163A; }

.contact-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 24px; max-width: 700px; margin: 0 auto; }
.contact-card { background: #FFFFFF; border: 1px solid #2A2A5C; border-radius: 20px; padding: 48px 32px; text-align: center; box-shadow: 0 2px 20px rgba(0,0,0,0.06); }
.contact-card .icon { font-size: 48px; margin-bottom: 16px; }
.contact-card h3 { font-family: 'Manrope', sans-serif; font-size: 24px; margin-bottom: 12px; font-weight: 800; }
.contact-card p { color: #7E7EB0; margin-bottom: 20px; }

.legal-content { max-width: 800px; margin: 0 auto; padding: 60px 24px; }
.legal-content h1 { font-family: 'Manrope', sans-serif; font-size: 42px; margin-bottom: 32px; font-weight: 900; }
.legal-content h2 { font-family: 'Manrope', sans-serif; font-size: 24px; margin: 32px 0 16px; color: #6366F1; font-weight: 800; }
.legal-content p, .legal-content li { color: #7E7EB0; margin-bottom: 12px; }

.blog-article { max-width: 800px; margin: 0 auto; padding: 40px 24px 80px; }
.blog-article-image { width: 100%; aspect-ratio: 16 / 9; overflow: hidden; border-radius: 20px; margin: 30px 0; background: #16163A; line-height: 0; }
.blog-article-image img { width: 100%; height: 100%; object-fit: cover; display: block; aspect-ratio: auto; }
.blog-article h1 { font-family: 'Manrope', sans-serif; font-size: 42px; font-weight: 900; line-height: 1.15; margin-bottom: 16px; }
.blog-article h2 { font-family: 'Manrope', sans-serif; font-size: 28px; font-weight: 800; margin: 40px 0 16px; }
.blog-article h3 { font-family: 'Manrope', sans-serif; font-size: 22px; color: #6366F1; margin: 28px 0 12px; font-weight: 800; }
.blog-article p { margin-bottom: 16px; color: #7E7EB0; line-height: 1.8; }
.blog-cta { background: #1D1D4A; border: 1px solid #6366F1; border-radius: 20px; padding: 32px; text-align: center; margin-top: 48px; }

.panel-card { background: #1D1D4A; border: 2px solid #6366F1; border-radius: 20px; padding: 40px; margin: 40px 0; }
.reseller-plans { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; }
.reseller-plan { background: #FFFFFF; border: 1px solid #2A2A5C; border-radius: 20px; padding: 32px; text-align: center; box-shadow: 0 2px 20px rgba(0,0,0,0.06); }

.rating-breakdown { max-width: 600px; margin: 0 auto 48px; }
.rating-bar-row { display: flex; align-items: center; gap: 12px; margin-bottom: 8px; font-size: 14px; }
.rating-bar { flex: 1; height: 12px; background: #16163A; border-radius: 6px; overflow: hidden; }
.rating-bar-fill { height: 100%; background: #6366F1; border-radius: 6px; }

.popup-overlay { display: none; position: fixed; inset: 0; background: rgba(0,0,0,0.6); z-index: 10000; align-items: center; justify-content: center; }
.popup-overlay.active { display: flex; }
.popup-modal { background: #FFFFFF; border: 2px solid #6366F1; border-radius: 20px; padding: 40px 36px; max-width: 440px; width: 90%; text-align: center; box-shadow: 0 8px 40px rgba(99,102,241,0.15); }
.popup-deal { font-family: 'Manrope', sans-serif; font-size: 14px; font-weight: 800; color: #6366F1; letter-spacing: 2px; margin-bottom: 8px; }
.popup-title { font-family: 'Manrope', sans-serif; font-size: 26px; font-weight: 900; margin: 16px 0; color: #EEF0FF; }
.popup-old { text-decoration: line-through; color: #7E7EB0; font-size: 18px; }
.popup-price { font-family: 'Manrope', sans-serif; font-size: 36px; font-weight: 900; color: #6366F1; margin: 8px 0; }
.popup-countdown { background: #6366F1; color: #fff; padding: 10px 24px; border-radius: 50px; font-family: 'Manrope', sans-serif; font-size: 24px; font-weight: 900; display: inline-block; margin: 16px 0; }
.popup-close { background: none; border: none; color: #7E7EB0; font-size: 14px; cursor: pointer; margin-top: 16px; text-decoration: underline; }

.error-page { min-height: 80vh; display: flex; align-items: center; justify-content: center; text-align: center; padding: 40px 24px; }
.error-page h1 { font-family: 'Manrope', sans-serif; font-size: 64px; font-weight: 900; color: #6366F1; }

.steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.step-card { background: #FFFFFF; border: 1px solid #2A2A5C; border-radius: 20px; padding: 32px; text-align: center; }

@media (max-width: 768px) {
  .nav-links { display: none; }
  .nav-links.open { display: flex; flex-direction: column; position: absolute; top: 100%; left: 0; right: 0; background: #0F0F23; padding: 20px; border-bottom: 1px solid #2A2A5C; }
  .nav-toggle { display: block; }
  .grid, .cards, [class*="grid"], [class*="cards"], [class*="bento"], [class*="row"] {
    display: flex !important; flex-direction: column !important; width: 100% !important; overflow: hidden !important;
  }
  .grid > *, .cards > *, [class*="grid"] > *, [class*="row"] > *, [class*="bento"] > * {
    width: 100% !important; min-width: unset !important; max-width: 100% !important; flex: none !important;
  }
  [class*="review"] > *, [class*="bewertung"] > * { width: 100% !important; max-width: 100% !important; }
  h1 { font-size: 36px !important; line-height: 1.15 !important; }
  h2 { font-size: 26px !important; }
  img { max-width: 100% !important; height: auto !important; }
  footer [class*="grid"] { display: grid !important; grid-template-columns: 1fr 1fr !important; gap: 24px !important; }
  footer [class*="logo"], footer .brand-col { grid-column: 1 / -1 !important; text-align: center !important; }
  footer .copyright { grid-column: 1 / -1 !important; text-align: center !important; }
  .mobile-cta-bar {
    position: fixed !important; bottom: 0 !important; left: 0 !important; right: 0 !important;
    background: #6366F1 !important; color: white !important; text-align: center !important;
    padding: 16px !important; z-index: 9999 !important; font-weight: 900 !important;
    font-size: 16px !important; display: block !important; text-decoration: none !important;
    font-family: 'Manrope', sans-serif !important;
  }
  body { padding-bottom: 60px !important; }
  .stats-grid { grid-template-columns: repeat(2,1fr); }
  .split-section { grid-template-columns: 1fr; }
  .bento-grid { grid-template-columns: 1fr; }
  .pricing-grid { grid-template-columns: 1fr; }
  .reseller-plans { grid-template-columns: 1fr; }
  .device-grid { grid-template-columns: 1fr; }
  .steps-large { grid-template-columns: 1fr; }
  .steps-grid { grid-template-columns: 1fr; }
}
@media (min-width: 769px) { .mobile-cta-bar { display: none !important; } }

body { background: #0F0F23; color: #EEF0FF; }
.section { background: #0F0F23; }
.bg-surface { background: #16163A !important; }
.bg-surface2 { background: #1D1D4A !important; }
.site-header { background: rgba(15,15,35,0.96) !important; border-bottom: 1px solid #2A2A5C !important; }
.site-footer { background: #08081A !important; }
.section-title, h1, h2, h3 { color: #EEF0FF; }
.section-subtitle, p { color: #7E7EB0; }
.nav-links a { color: #EEF0FF; }
.price-card, .bento-card, .blog-card, .review-card, .step-card-large, .faq-item {
  background: #16163A !important;
  border-color: #2A2A5C !important;
  color: #EEF0FF;
}
.split-content { background: #1D1D4A; }
.split-content h2 { color: #EEF0FF; }

.stats-indigo { background: #6366F1 !important; }
.stats-indigo .stat-value, .stats-indigo .stat-label { color: #FFFFFF !important; }

.cat-preview-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  max-width: 440px;
  margin: 20px auto;
}
.cat-preview-item {
  background: #1D1D4A;
  border-radius: 8px;
  padding: 10px 16px;
  color: #EEF0FF;
  font-size: 13px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #2A2A5C;
}
.cat-count { color: #FBBF24; font-weight: 600; }

.channel-list-full {
  max-width: 720px;
  margin: 0 auto;
  border: 1px solid #2A2A5C;
  border-radius: 12px;
  overflow: hidden;
}
.channel-list-row {
  display: grid;
  grid-template-columns: 48px 1fr auto;
  align-items: center;
  padding: 14px 20px;
  font-size: 15px;
  border-bottom: 1px solid #2A2A5C;
}
.channel-list-row.even { background: #16163A; }
.channel-list-row.odd { background: #1D1D4A; }
.channel-list-row:last-child { border-bottom: none; }
.cl-icon { font-size: 20px; }
.cl-name { color: #EEF0FF; font-weight: 500; }
.cl-count { color: #FBBF24; font-weight: 700; font-size: 14px; }

.btn-primary { border-radius: 10px !important; background: #6366F1 !important; }
.price-card.featured {
  background: #6366F1 !important;
  border: 2px solid #6366F1 !important;
  color: #fff;
  box-shadow: 0 4px 32px rgba(99,102,241,0.25);
}
.price-card.featured .btn-primary { background: #fff !important; color: #6366F1 !important; }

.pricing-grid { grid-template-columns: repeat(4, 1fr); }

.bento-list .bento-card:nth-child(1) { grid-column: span 2; }
.bento-list .bento-card:nth-child(5) { grid-column: span 2; }

.final-cta-gradient {
  background: linear-gradient(135deg, #0F0F23, #1A0033) !important;
  border-top: 1px solid #6366F1;
}

@media (max-width: 768px) {
  .bento-list .bento-card:nth-child(1),
  .bento-list .bento-card:nth-child(5) { grid-column: span 1; }
  .mobile-cta-bar { background: #6366F1 !important; color: #fff !important; }
  .cat-preview-grid { grid-template-columns: 1fr; max-width: 100%; }
}
