* { box-sizing: border-box; margin: 0; padding: 0; }
html, body { overflow-x: hidden; background: #0A0F0A; }
body {
  font-family: 'Inter', sans-serif;
  color: #F0FDF4;
  line-height: 1.6;
}
a { color: #22C55E; text-decoration: none; }
img { max-width: 100%; }

.logo { display: inline-flex; align-items: center; text-decoration: none; }
.logo-img {
  height: 52px; width: auto; max-width: 240px; display: block; background: transparent;
}
@media (min-width: 769px) { .logo-img { max-width: 293px; } }

.site-header {
  position: sticky; top: 0; z-index: 1000;
  background: rgba(10,15,10,0.95);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid #1E2E1E;
  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: #F0FDF4; font-weight: 500; font-size: 15px; }
.nav-links a:hover { color: #22C55E; }
.nav-toggle { display: none; background: none; border: none; color: #F0FDF4; font-size: 24px; cursor: pointer; }

.btn {
  display: inline-block; padding: 14px 28px; border-radius: 6px;
  font-weight: 600; font-size: 15px; cursor: pointer; border: none;
  transition: transform 0.2s; text-align: center;
}
.btn:hover { transform: translateY(-1px); }
.btn-primary { background: #22C55E; color: #0A0F0A; }
.btn-ghost { background: transparent; color: #F0FDF4; border: 2px solid #1E2E1E; }
.btn-ghost:hover { border-color: #22C55E; color: #22C55E; }

.code-tag {
  font-family: 'JetBrains Mono', monospace;
  background: #182018; border: 1px solid #1E2E1E;
  border-radius: 4px; padding: 2px 8px; color: #4ADE80; font-size: 13px;
}

.container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }
.section { padding: 80px 0; }
.section-title {
  font-family: 'Syne', sans-serif;
  font-size: 48px; font-weight: 800; line-height: 1.1; margin-bottom: 16px;
}
.section-subtitle { color: #6B7280; 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.jpg');
  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;
}
.hero-page {
  background-size: cover !important; background-position: center !important;
  background-repeat: no-repeat !important;
  min-height: 60vh; display: flex; align-items: center; justify-content: center; text-align: center;
}
.hero-preise { background-image: linear-gradient(rgba(0,0,0,0.75), rgba(0,0,0,0.75)), url('/images/hero-preise.jpg'); }
.hero-reseller { background-image: linear-gradient(rgba(0,0,0,0.75), rgba(0,0,0,0.75)), url('/images/hero-reseller.jpg'); }
.hero-kontakt { background-image: linear-gradient(rgba(0,0,0,0.75), rgba(0,0,0,0.75)), url('/images/hero-kontakt.jpg'); }
.hero-content { max-width: 900px; padding: 40px 24px; }
.hero-content p { color: #6B7280; 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: #6B7280; font-size: 14px; }
.trust-strip .check { color: #4ADE80; }

.m3u-display {
  background: #182018; border: 1px solid #1E2E1E; border-radius: 8px;
  padding: 12px 20px; margin: 20px auto; max-width: 440px;
  font-family: 'JetBrains Mono', monospace; font-size: 13px; color: #4ADE80; text-align: left;
}

.app-pills { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; }
.app-pill {
  background: #111811; border: 1px solid rgba(34,197,94,0.3);
  color: #4ADE80; padding: 10px 20px; border-radius: 6px;
  font-family: 'JetBrains Mono', monospace; font-size: 13px; font-weight: 600;
}

.stats-bar { background: #22C55E; 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: 'Syne', sans-serif; font-size: 36px; font-weight: 800; color: #0A0F0A; }
.stat-label { color: rgba(10,15,10,0.7); font-size: 14px; }

.step-cards { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; }
.step-card {
  background: #111811; border-radius: 12px; padding: 32px;
  border: 1px solid #1E2E1E;
}
.step-card.green { border-color: #22C55E; }
.step-num {
  font-family: 'JetBrains Mono', monospace; font-size: 14px;
  color: #22C55E; margin-bottom: 16px; font-weight: 700;
}
.step-card h3 { font-family: 'Syne', sans-serif; font-size: 20px; font-weight: 700; margin-bottom: 12px; }
.step-card p { color: #6B7280; font-size: 14px; }

.pricing-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; }
.price-card {
  background: #111811; border: 1px solid #1E2E1E; border-radius: 12px;
  padding: 36px 28px; text-align: center;
  box-shadow: 0 0 0 1px rgba(34,197,94,0.05);
}
.price-card.featured {
  border-color: #22C55E;
  box-shadow: 0 0 30px rgba(34,197,94,0.15);
}
.price-badge { display: inline-block; background: #22C55E; color: #0A0F0A; padding: 4px 16px; border-radius: 4px; font-size: 12px; font-weight: 700; margin-bottom: 12px; }
.save-badge { background: #4ADE80; color: #0A0F0A; padding: 4px 12px; border-radius: 4px; font-size: 12px; font-weight: 700; margin-left: 8px; }
.price-card .duration { font-family: 'Syne', sans-serif; font-size: 24px; font-weight: 800; }
.price-card .price { font-family: 'Syne', sans-serif; font-size: 42px; font-weight: 800; color: #22C55E; margin: 12px 0; }
.price-old { text-decoration: line-through; color: #6B7280; font-size: 20px; }
.pricing-monthly { color: #6B7280; font-size: 14px; }
.price-features { list-style: none; text-align: left; margin: 20px 0; font-size: 14px; color: #6B7280; }
.price-features li { padding: 6px 0; }
.price-features li::before { content: '✓ '; color: #4ADE80; font-weight: 700; }

.bento-grid { display: grid; grid-template-columns: repeat(3,1fr); grid-template-rows: auto auto; gap: 16px; }
.bento-card {
  background: #111811; border: 1px solid #1E2E1E; border-radius: 12px; padding: 28px;
}
.bento-card h3 { font-family: 'Syne', sans-serif; font-size: 22px; font-weight: 700; margin-bottom: 8px; color: #22C55E; }
.bento-card p { color: #6B7280; font-size: 14px; }
.bento-card.wide { grid-column: span 2; }

.split-section { display: grid; grid-template-columns: 1fr 1fr; min-height: 500px; }
.split-image { overflow: hidden; }
.split-content { background: #111811; padding: 60px 48px; display: flex; flex-direction: column; justify-content: center; border-left: 1px solid #1E2E1E; }
.split-label { color: #22C55E; font-family: 'JetBrains Mono', monospace; font-size: 13px; margin-bottom: 16px; }
.split-content h2 { font-family: 'Syne', sans-serif; font-size: 40px; font-weight: 800; line-height: 1.1; margin-bottom: 20px; }
.check-list { list-style: none; margin-bottom: 32px; }
.check-list li { padding: 8px 0; color: #F0FDF4; }
.check-list li::before { content: '✓ '; color: #22C55E; font-weight: 700; }

.reviews-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.review-card {
  background: #111811; border: 1px solid #1E2E1E; border-left: 3px solid #22C55E;
  border-radius: 12px; padding: 24px;
}
.review-stars { color: #22C55E; font-size: 18px; margin-bottom: 12px; }
.review-author { font-weight: 600; font-size: 14px; margin-bottom: 4px; }
.review-date { color: #6B7280; font-size: 12px; margin-bottom: 12px; }
.review-text { font-size: 14px; color: #6B7280; }

.faq-list { max-width: 800px; margin: 0 auto; }
.faq-item { border: 1px solid #1E2E1E; border-radius: 12px; margin-bottom: 12px; background: #111811; overflow: hidden; }
.faq-question {
  width: 100%; padding: 20px 24px; background: none; border: none; text-align: left;
  font-family: 'Syne', sans-serif; font-size: 17px; font-weight: 700;
  color: #F0FDF4; cursor: pointer; display: flex; justify-content: space-between; align-items: center;
}
.faq-question span { color: #22C55E; }
.faq-answer { padding: 0 24px 20px; color: #6B7280; 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: #111811; border: 1px solid #1E2E1E; border-radius: 12px; overflow: hidden; }
.blog-card-body { padding: 24px; }
.blog-card h3 { font-family: 'Syne', sans-serif; font-size: 20px; font-weight: 700; margin-bottom: 12px; color: #F0FDF4; }
.blog-card p { color: #6B7280; font-size: 14px; margin-bottom: 16px; }

.final-cta {
  background: linear-gradient(135deg, #0A0F0A, #111811);
  border-top: 1px solid #22C55E;
  text-align: center; padding: 100px 24px;
}
.final-cta h2 { font-family: 'Syne', sans-serif; font-size: clamp(36px,5vw,64px); font-weight: 800; margin-bottom: 32px; }

.site-footer { background: #050805; color: #6B7280; 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: #F0FDF4; font-family: 'Syne', sans-serif; font-size: 16px; margin-bottom: 16px; }
.footer-links { list-style: none; }
.footer-links a { color: #6B7280; font-size: 14px; }
.footer-links a:hover { color: #22C55E; }
.copyright { text-align: center; padding-top: 40px; margin-top: 40px; border-top: 1px solid #1E2E1E; font-size: 13px; }

.bg-surface { background: #111811; }
.bg-surface2 { background: #182018; }

.contact-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 24px; max-width: 700px; margin: 0 auto; }
.contact-card { background: #111811; border: 1px solid #1E2E1E; border-radius: 12px; padding: 48px 32px; text-align: center; }
.contact-card .icon { font-size: 48px; margin-bottom: 16px; }
.contact-card h3 { font-family: 'Syne', sans-serif; font-size: 24px; margin-bottom: 12px; }
.contact-card p { color: #6B7280; margin-bottom: 20px; }

.legal-content { max-width: 800px; margin: 0 auto; padding: 60px 24px; }
.legal-content h1 { font-family: 'Syne', sans-serif; font-size: 42px; margin-bottom: 32px; }
.legal-content h2 { font-family: 'Syne', sans-serif; font-size: 24px; margin: 32px 0 16px; color: #22C55E; }
.legal-content p, .legal-content li { color: #6B7280; margin-bottom: 12px; }

.blog-article { max-width: 800px; margin: 0 auto; padding: 40px 24px 80px; }
.blog-article h1 { font-family: 'Syne', sans-serif; font-size: 42px; font-weight: 800; line-height: 1.15; margin-bottom: 16px; }
.blog-article h2 { font-family: 'Syne', sans-serif; font-size: 28px; font-weight: 800; margin: 40px 0 16px; }
.blog-article h3 { font-family: 'Syne', sans-serif; font-size: 22px; color: #22C55E; margin: 28px 0 12px; }
.blog-article p { margin-bottom: 16px; color: #6B7280; line-height: 1.8; }
.blog-cta { background: #182018; border: 1px solid #22C55E; border-radius: 12px; padding: 32px; text-align: center; margin-top: 48px; }

.panel-card { background: #111811; border: 1px solid #22C55E; border-radius: 12px; padding: 40px; margin: 40px 0; box-shadow: 0 0 30px rgba(34,197,94,0.08); }
.reseller-features { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; margin: 40px 0; }
.reseller-feature { background: #182018; border: 1px solid #1E2E1E; border-radius: 12px; padding: 20px; }
.reseller-plans { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; }
.reseller-plan { background: #111811; border: 1px solid #1E2E1E; border-radius: 12px; padding: 32px; text-align: center; }

.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: #1E2E1E; border-radius: 6px; overflow: hidden; }
.rating-bar-fill { height: 100%; background: #22C55E; border-radius: 6px; }

.popup-overlay { display: none; position: fixed; inset: 0; background: rgba(0,0,0,0.8); z-index: 10000; align-items: center; justify-content: center; }
.popup-overlay.active { display: flex; }
.popup-modal { background: #111811; border: 2px solid #22C55E; border-radius: 12px; padding: 40px 36px; max-width: 440px; width: 90%; text-align: center; box-shadow: 0 0 40px rgba(34,197,94,0.2); }
.popup-countdown { background: #22C55E; color: #0A0F0A; padding: 10px 24px; border-radius: 6px; font-family: 'JetBrains Mono', monospace; font-size: 24px; font-weight: 800; display: inline-block; margin: 16px 0; }
.popup-close { background: none; border: none; color: #6B7280; 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: 'Syne', sans-serif; font-size: 64px; font-weight: 800; color: #22C55E; }

@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: #0A0F0A; padding: 20px; border-bottom: 1px solid #1E2E1E; }
  .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: #22C55E !important; color: #0A0F0A !important; text-align: center !important;
    padding: 16px !important; z-index: 9999 !important; font-weight: 800 !important;
    font-size: 16px !important; display: block !important; text-decoration: none !important;
    font-family: 'Syne', 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; }
  .bento-card.wide { grid-column: span 1; }
  .app-pills { justify-content: center; }
  .app-pill { flex: 0 0 calc(50% - 6px); text-align: center; }
}
@media (min-width: 769px) { .mobile-cta-bar { display: none !important; } }
