* { box-sizing: border-box; }
html, body { overflow-x: hidden; background: #0A0E12; color: #EAF4F6; font-family: 'Inter', sans-serif; line-height: 1.6; }
a { color: #00D9E8; text-decoration: none; }
a:hover { color: #00AAB8; }
img { max-width: 100%; height: auto; }
.container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }
.section { padding: 80px 0; }
.bg-surface { background: #10161C; }
.bg-surface2 { background: #161E26; }
.section-title { font-family: 'Rajdhani', sans-serif; font-size: clamp(32px, 5vw, 48px); font-weight: 700; margin-bottom: 12px; color: #EAF4F6; }
.section-subtitle { color: #6E8088; margin-bottom: 40px; font-size: 18px; }

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

.btn { display: inline-block; padding: 14px 28px; border-radius: 4px; font-weight: 600; font-size: 15px; transition: all 0.2s; cursor: pointer; border: 2px solid transparent; font-family: 'Rajdhani', sans-serif; letter-spacing: 0.5px; }
.btn-primary { background: #00D9E8; color: #0A0E12; border-color: #00D9E8; }
.btn-primary:hover { background: #00AAB8; border-color: #00AAB8; color: #0A0E12; }
.btn-ghost { background: transparent; color: #00D9E8; border-color: #00D9E8; }
.btn-ghost:hover { background: rgba(0,217,232,0.1); }

.hero { background-image: linear-gradient(rgba(0,0,0,0.72), rgba(0,0,0,0.72)), 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; color: #EAF4F6; }
.hero .hero-content { color: #EAF4F6; padding: 0 24px; }
.hero .hero-content p, .hero .trust-strip { color: rgba(234,244,246,0.85); }
.hero .btn-ghost { color: #EAF4F6; border-color: rgba(0,217,232,0.5); }
.hero .btn-ghost:hover { border-color: #00D9E8; color: #00D9E8; background: rgba(0,217,232,0.08); }
.hero-buttons { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; margin-bottom: 24px; }
.trust-strip { display: flex; gap: 20px; justify-content: center; flex-wrap: wrap; font-size: 14px; color: #6E8088; }
.trust-strip .check { color: #00D9E8; }

.svc-tag { display: inline-block; background: rgba(0,217,232,0.08); border: 1px solid rgba(0,217,232,0.2); color: #00D9E8; padding: 6px 20px; border-radius: 4px; font-size: 11px; font-weight: 700; margin-bottom: 24px; letter-spacing: 3px; font-family: 'Rajdhani', sans-serif; }

.pro-specs { background: #10161C; border: 1px solid #223038; border-radius: 8px; padding: 16px 24px; margin: 24px auto; max-width: 480px; display: flex; justify-content: space-around; text-align: center; font-family: 'Rajdhani', sans-serif; }
.pro-spec-val { color: #00D9E8; font-size: 24px; font-weight: 700; }
.pro-spec-lbl { color: #6E8088; font-size: 11px; letter-spacing: 1px; }

.player-pills { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; }
.player-pill { display: inline-block; padding: 10px 20px; border: 1px solid #00D9E8; border-radius: 4px; color: #00D9E8; font-family: 'Rajdhani', sans-serif; font-weight: 600; font-size: 15px; background: rgba(0,217,232,0.05); }

.stats-bar { background: #00D9E8; padding: 48px 24px; }
.stats-grid { max-width: 1000px; margin: 0 auto; display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; text-align: center; }
.stat-value { font-family: 'Rajdhani', sans-serif; font-size: 42px; font-weight: 700; color: #0A0E12; }
.stat-label { color: rgba(10,14,18,0.7); font-size: 14px; font-weight: 600; text-transform: uppercase; letter-spacing: 1px; }

.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.feature-card { background: #10161C; border: 1px solid #223038; border-left: 3px solid #00D9E8; border-radius: 10px; padding: 32px 24px; box-shadow: 0 4px 24px rgba(0,217,232,0.08); }
.feature-card .icon { font-size: 32px; margin-bottom: 16px; }
.feature-card h3 { font-family: 'Rajdhani', sans-serif; font-size: 22px; margin-bottom: 12px; color: #EAF4F6; }
.feature-card p { color: #6E8088; font-size: 15px; }

.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.price-card { background: #10161C; border: 1px solid #223038; border-radius: 10px; padding: 36px 28px; text-align: center; box-shadow: 0 4px 24px rgba(0,217,232,0.08); position: relative; }
.price-card.featured { border-color: #00D9E8; box-shadow: 0 0 30px rgba(0,217,232,0.15); }
.price-badge { position: absolute; top: -12px; left: 50%; transform: translateX(-50%); background: #00D9E8; color: #0A0E12; padding: 4px 16px; border-radius: 3px; font-size: 11px; font-weight: 800; letter-spacing: 2px; font-family: 'Rajdhani', sans-serif; }
.save-badge { display: inline-block; background: #B8C4CC; color: #0A0E12; padding: 4px 10px; border-radius: 3px; font-size: 12px; font-weight: 700; margin-bottom: 8px; }
.price-card h3 { font-family: 'Rajdhani', sans-serif; font-size: 24px; margin: 16px 0 8px; }
.price-card .price { font-family: 'Rajdhani', sans-serif; font-size: 48px; font-weight: 700; color: #00D9E8; }
.price-old { text-decoration: line-through; color: #6E8088; font-size: 18px; }
.price-card ul { list-style: none; text-align: left; margin: 20px 0; color: #6E8088; font-size: 14px; }
.price-card ul li { padding: 6px 0; border-bottom: 1px solid #223038; }
.price-card ul li::before { content: '✓ '; color: #00D9E8; }

.bento-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.bento-card { background: #10161C; border: 1px solid #223038; border-radius: 10px; padding: 28px; box-shadow: 0 4px 24px rgba(0,217,232,0.08); }
.bento-wide { grid-column: span 2; }
.bento-card h3 { font-family: 'Rajdhani', sans-serif; font-size: 20px; margin-bottom: 8px; color: #00D9E8; }
.bento-card p { color: #6E8088; font-size: 14px; }

.split-section { display: grid; grid-template-columns: 1fr 1fr; min-height: 500px; }
.split-image { min-height: 400px; overflow: hidden; }
.split-content { background: #0A0E12; padding: 60px 48px; display: flex; flex-direction: column; justify-content: center; }
.split-label { color: #00D9E8; font-size: 12px; font-weight: 700; letter-spacing: 2px; margin-bottom: 16px; font-family: 'Rajdhani', sans-serif; }
.split-content h2 { font-family: 'Rajdhani', sans-serif; font-size: clamp(28px, 4vw, 40px); margin-bottom: 24px; }
.check-list { list-style: none; margin-bottom: 28px; }
.check-list li { padding: 8px 0; color: #B8C4CC; }
.check-list li::before { content: '✓ '; color: #00D9E8; font-weight: 700; }

.reviews-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.review-card { background: #10161C; border: 1px solid #223038; border-left: 3px solid #00D9E8; border-radius: 10px; padding: 24px; }
.review-card .stars { color: #00D9E8; margin-bottom: 8px; }
.review-card p { color: #B8C4CC; font-size: 15px; margin-bottom: 12px; }
.review-meta { color: #6E8088; font-size: 13px; }

.faq-list { max-width: 800px; margin: 0 auto; }
.faq-item { border: 1px solid #223038; border-radius: 10px; margin-bottom: 12px; overflow: hidden; background: #10161C; }
.faq-question { width: 100%; text-align: left; padding: 20px 24px; background: #10161C; border: none; color: #EAF4F6; font-weight: 600; font-size: 16px; cursor: pointer; display: flex; justify-content: space-between; align-items: center; font-family: 'Inter', sans-serif; }
.faq-question::after { content: '+'; color: #00D9E8; font-size: 20px; font-weight: 700; }
.faq-item.open .faq-question::after { content: '−'; }
.faq-answer { display: none; padding: 0 24px 20px; color: #6E8088; line-height: 1.7; }
.faq-item.open .faq-answer { display: block; }

.blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.blog-card { background: #10161C; border: 1px solid #223038; border-radius: 10px; overflow: hidden; box-shadow: 0 4px 24px rgba(0,217,232,0.08); }
.blog-card-body { padding: 24px; }
.blog-card h3 { font-family: 'Rajdhani', sans-serif; font-size: 20px; margin: 12px 0 8px; }
.blog-card p { color: #6E8088; font-size: 14px; margin-bottom: 12px; }

.final-cta { padding: 100px 24px; text-align: center; }
.final-cta-pro { background: linear-gradient(135deg, #0A0E12, #001A20); border-top: 1px solid #00D9E8; }
.final-cta h2 { margin-bottom: 32px; }

.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; color: #EAF4F6; }
.hero-preise { background-image: linear-gradient(rgba(0,0,0,0.72), rgba(0,0,0,0.72)), url('/images/hero-preise.webp'); }
.hero-reseller { background-image: linear-gradient(rgba(0,0,0,0.72), rgba(0,0,0,0.72)), url('/images/hero-reseller.webp'); }
.hero-kontakt { background-image: linear-gradient(rgba(0,0,0,0.72), rgba(0,0,0,0.72)), url('/images/hero-kontakt.webp'); }

.site-footer { background: #050709; padding: 60px 24px 30px; border-top: 1px solid #223038; }
.footer-grid { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 40px; }
.footer-grid h4 { font-family: 'Rajdhani', sans-serif; color: #EAF4F6; margin-bottom: 16px; font-size: 16px; letter-spacing: 1px; }
.footer-links { list-style: none; }
.footer-links li { margin-bottom: 8px; }
.footer-links a { color: #6E8088; font-size: 14px; }
.footer-links a:hover { color: #00D9E8; }
.copyright { text-align: center; color: #6E8088; font-size: 13px; margin-top: 40px; padding-top: 24px; border-top: 1px solid #223038; }

.contact-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; max-width: 800px; margin: 0 auto; }
.contact-card { background: #10161C; border: 1px solid #223038; border-radius: 10px; padding: 40px 32px; text-align: center; }
.contact-card .icon { font-size: 40px; margin-bottom: 16px; }
.contact-card h3 { font-family: 'Rajdhani', sans-serif; font-size: 24px; margin-bottom: 12px; }

.reseller-plans { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.reseller-plan { background: #10161C; border: 1px solid #223038; border-radius: 10px; padding: 32px 24px; text-align: center; }
.panel-card { background: #10161C; border: 1px solid #00D9E8; border-radius: 10px; padding: 32px; box-shadow: 0 0 30px rgba(0,217,232,0.1); }

.rating-breakdown { max-width: 600px; margin: 0 auto 40px; }
.rating-bar-row { display: flex; align-items: center; gap: 12px; margin-bottom: 8px; color: #6E8088; font-size: 14px; }
.rating-bar { flex: 1; height: 8px; background: #223038; border-radius: 4px; overflow: hidden; }
.rating-bar-fill { height: 100%; background: #00D9E8; border-radius: 4px; }

.blog-article { max-width: 800px; margin: 0 auto; padding: 100px 24px 60px; }
.blog-article h1 { font-family: 'Rajdhani', sans-serif; font-size: clamp(28px, 5vw, 42px); margin: 16px 0; }
.blog-article h2 { font-family: 'Rajdhani', sans-serif; font-size: 26px; margin: 32px 0 12px; color: #00D9E8; }
.blog-article p { color: #B8C4CC; margin-bottom: 16px; }
.blog-cta { background: #10161C; border: 1px solid #00D9E8; border-radius: 10px; padding: 32px; margin-top: 40px; text-align: center; }

.legal-content { max-width: 800px; margin: 0 auto; padding: 100px 24px 60px; }
.legal-content h1 { font-family: 'Rajdhani', sans-serif; font-size: 36px; margin-bottom: 24px; }
.legal-content h2 { font-size: 22px; margin: 24px 0 12px; color: #00D9E8; }
.legal-content p { color: #6E8088; margin-bottom: 12px; }

.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: #10161C; border: 1px solid #00D9E8; border-radius: 10px; padding: 40px 32px; max-width: 420px; width: 90%; text-align: center; box-shadow: 0 0 40px rgba(0,217,232,0.2); }
.popup-deal { color: #00D9E8; font-size: 12px; font-weight: 700; letter-spacing: 2px; margin-bottom: 12px; font-family: 'Rajdhani', sans-serif; }
.popup-title { font-family: 'Rajdhani', sans-serif; font-size: 24px; margin-bottom: 8px; }
.popup-old { color: #6E8088; text-decoration: line-through; }
.popup-price { font-family: 'Rajdhani', sans-serif; font-size: 36px; font-weight: 700; color: #00D9E8; margin: 8px 0; }
.popup-countdown { font-family: 'Rajdhani', sans-serif; font-size: 28px; color: #00D9E8; margin: 16px 0; }
.popup-close { background: none; border: none; color: #6E8088; margin-top: 16px; cursor: pointer; font-size: 14px; }

@media (max-width: 768px) {
  .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; }
  .nav-toggle { display: block; }
  .nav-links { display: none; position: absolute; top: 72px; left: 0; right: 0; background: #0A0E12; flex-direction: column; padding: 24px; border-bottom: 1px solid #223038; }
  .nav-links.open { display: flex; }
  .split-section { grid-template-columns: 1fr; }
  .stats-grid { grid-template-columns: repeat(2, 1fr); }
  .bento-wide { grid-column: span 1; }
  footer .footer-grid { display: grid !important; grid-template-columns: 1fr 1fr !important; gap: 24px !important; }
  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: #00D9E8 !important; color: #0A0E12 !important; text-align: center !important;
    padding: 16px !important; z-index: 9999 !important; font-weight: 700 !important; font-size: 16px !important;
    display: block !important; text-decoration: none !important; font-family: 'Rajdhani', sans-serif !important; letter-spacing: 1px !important;
  }
  body { padding-bottom: 60px !important; }
}
@media (min-width: 769px) {
  .mobile-cta-bar { display: none !important; }
}
