* { box-sizing: border-box; }
html, body { overflow-x: hidden; background: #000000; color: #FFFFFF; font-family: 'Space Grotesk', sans-serif; line-height: 1.6; }
a { color: #CCFF00; text-decoration: none; }
a:hover { color: #FFFFFF; }
img { max-width: 100%; height: auto; }
.container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }
.section { padding: 80px 0; }
.bg-surface { background: #0A0A0A; }
.bg-surface2 { background: #141414; }
.section-title { font-family: 'Archivo Black', sans-serif; font-size: clamp(32px, 5vw, 56px); font-weight: 400; margin-bottom: 12px; color: #FFFFFF; text-transform: uppercase; letter-spacing: -0.02em; }
.section-subtitle { color: #888888; margin-bottom: 40px; font-size: 18px; max-width: 640px; }

.site-header { position: fixed; top: 0; left: 0; right: 0; z-index: 1000; background: rgba(0,0,0,0.95); backdrop-filter: blur(12px); border-bottom: 2px solid #CCFF00; 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: 20px; align-items: center; margin: 0; padding: 0; }
.nav-links a { color: #888888; font-weight: 700; font-size: 13px; text-transform: uppercase; letter-spacing: 1px; }
.nav-links a:hover { color: #CCFF00; }
.nav-toggle { display: none; background: none; border: 2px solid #CCFF00; color: #CCFF00; font-size: 20px; cursor: pointer; padding: 4px 10px; }

.btn { display: inline-block; padding: 14px 28px; border-radius: 0; font-weight: 800; font-size: 14px; text-transform: uppercase; letter-spacing: 1px; cursor: pointer; border: 2px solid transparent; font-family: 'Space Grotesk', sans-serif; transition: transform 0.15s; }
.btn:hover { transform: translate(-2px, -2px); }
.btn-primary { background: #CCFF00; color: #000000; border-color: #CCFF00; box-shadow: 4px 4px 0 #FFFFFF; }
.btn-primary:hover { color: #000000; box-shadow: 6px 6px 0 #FFFFFF; }
.btn-ghost { background: transparent; color: #FFFFFF; border-color: #FFFFFF; }
.btn-ghost:hover { background: #FFFFFF; color: #000000; }
.btn-dark { background: #000000; color: #CCFF00; border-color: #000000; box-shadow: 4px 4px 0 #CCFF00; }

.hero { background-image: linear-gradient(rgba(0,0,0,0.75), rgba(0,0,0,0.75)), 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: flex-start; text-align: left; margin-top: -72px; padding: 120px 24px 80px; }
.hero .hero-content { color: #FFFFFF; max-width: 720px; width: 100%; margin: 0 auto 0 0; padding-left: max(24px, calc((100vw - 1200px) / 2)); }
.hero-tag { font-family: 'Space Grotesk', sans-serif; font-size: 13px; color: #CCFF00; font-weight: 700; text-transform: uppercase; letter-spacing: 2px; margin-bottom: 20px; display: block; }
.hero h1 { font-family: 'Archivo Black', sans-serif; font-size: clamp(48px, 9vw, 140px); font-weight: 400; line-height: 0.95; text-transform: uppercase; margin-bottom: 24px; }
.hero-sub { font-size: 18px; font-weight: 500; max-width: 480px; color: #888888; margin-bottom: 32px; }
.hero-buttons { display: flex; gap: 16px; flex-wrap: wrap; margin-bottom: 48px; }
.hero-stat { margin-top: 40px; }
.hero-stat-num { font-family: 'Archivo Black', sans-serif; font-size: clamp(60px, 10vw, 120px); color: #CCFF00; line-height: 0.9; }
.hero-stat-label { font-size: 14px; text-transform: uppercase; letter-spacing: 2px; color: #888888; margin-top: 8px; }

.stats-asymmetric { display: grid; grid-template-columns: 1.2fr 0.8fr 1fr; gap: 0; border-top: 2px solid #2A2A2A; border-bottom: 2px solid #2A2A2A; }
.stat-block { padding: 48px 32px; border-right: 2px solid #2A2A2A; transition: box-shadow 0.2s; }
.stat-block:last-child { border-right: none; }
.stat-block:hover { box-shadow: inset 0 -6px 0 #CCFF00; }
.stat-block .stat-value { font-family: 'Archivo Black', sans-serif; font-size: clamp(60px, 10vw, 140px); font-weight: 400; color: #CCFF00; line-height: 0.9; }
.stat-block .stat-label { font-size: 14px; text-transform: uppercase; letter-spacing: 2px; color: #888888; margin-top: 12px; }

.feature-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.feature-card { background: #0A0A0A; border: 2px solid #2A2A2A; padding: 32px 28px; box-shadow: 6px 6px 0 #CCFF00; }
.feature-card .num { font-family: 'Archivo Black', sans-serif; font-size: 14px; color: #CCFF00; margin-bottom: 16px; letter-spacing: 2px; }
.feature-card h3 { font-family: 'Archivo Black', sans-serif; font-size: 22px; text-transform: uppercase; margin-bottom: 12px; }
.feature-card p { color: #888888; font-size: 15px; }

.full-bleed { width: 100%; overflow: hidden; line-height: 0; }

.device-pills { display: flex; gap: 12px; flex-wrap: wrap; justify-content: flex-start; }
.device-pill { background: #0A0A0A; border: 2px solid #2A2A2A; padding: 14px 24px; font-weight: 700; font-size: 13px; text-transform: uppercase; letter-spacing: 1px; box-shadow: 4px 4px 0 #CCFF00; }

.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.price-card { background: #0A0A0A; border: 2px solid #2A2A2A; padding: 36px 28px; text-align: center; position: relative; box-shadow: 6px 6px 0 #CCFF00; }
.price-card.featured { border: 3px solid #CCFF00; box-shadow: 8px 8px 0 #CCFF00; }
.price-badge { position: absolute; top: -14px; left: 50%; transform: translateX(-50%) rotate(-2deg); background: #CCFF00; color: #000000; padding: 6px 16px; font-size: 11px; font-weight: 800; letter-spacing: 2px; text-transform: uppercase; }
.duration { font-family: 'Archivo Black', sans-serif; font-size: 20px; text-transform: uppercase; margin-bottom: 8px; }
.price { font-family: 'Archivo Black', sans-serif; font-size: 48px; color: #CCFF00; margin: 8px 0; }
.price-old { text-decoration: line-through; color: #888888; font-size: 18px; }
.pricing-monthly { color: #888888; font-size: 14px; margin-bottom: 16px; }
.price-features { list-style: none; text-align: left; margin: 20px 0; color: #888888; font-size: 14px; }
.price-features li { padding: 8px 0; border-bottom: 1px solid #2A2A2A; }

.split-section { display: grid; grid-template-columns: 1.5fr 1fr; min-height: 520px; }
.split-image { min-height: 400px; overflow: hidden; }
.split-content { background: #000000; padding: 60px 48px; display: flex; flex-direction: column; justify-content: center; border-left: 2px solid #2A2A2A; }
.split-content h2 { font-family: 'Archivo Black', sans-serif; font-size: clamp(28px, 4vw, 48px); text-transform: uppercase; line-height: 1; margin-bottom: 24px; }
.check-list { list-style: none; margin-bottom: 28px; }
.check-list li { padding: 10px 0; color: #FFFFFF; font-weight: 700; border-bottom: 1px solid #2A2A2A; }
.check-list li::before { content: '✓ '; color: #CCFF00; }

.reviews-asymmetric { display: grid; grid-template-columns: repeat(12, 1fr); gap: 16px; }
.review-card { background: #0A0A0A; border: 2px solid #2A2A2A; padding: 24px; box-shadow: 6px 6px 0 #CCFF00; }
.review-card:nth-child(1) { grid-column: span 5; }
.review-card:nth-child(2) { grid-column: span 7; }
.review-card:nth-child(3) { grid-column: span 4; }
.review-card:nth-child(4) { grid-column: span 8; }
.review-card:nth-child(5) { grid-column: span 6; }
.review-card:nth-child(6) { grid-column: span 6; }
.review-stars { color: #CCFF00; margin-bottom: 8px; letter-spacing: 2px; }
.review-author { font-weight: 700; font-size: 14px; text-transform: uppercase; }
.review-date { color: #888888; font-size: 12px; margin-bottom: 12px; }
.review-text { color: #888888; font-size: 15px; }

.faq-list { max-width: 900px; }
.faq-item { border: 2px solid #2A2A2A; margin-bottom: 12px; background: #0A0A0A; }
.faq-question { width: 100%; text-align: left; padding: 20px 24px; background: #0A0A0A; border: none; color: #FFFFFF; font-weight: 700; font-size: 16px; cursor: pointer; display: flex; justify-content: space-between; align-items: center; font-family: 'Space Grotesk', sans-serif; }
.faq-question span { color: #CCFF00; font-size: 24px; font-weight: 800; }
.faq-answer { display: none; padding: 0 24px 20px; color: #888888; 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: #0A0A0A; border: 2px solid #2A2A2A; overflow: hidden; box-shadow: 6px 6px 0 #CCFF00; }
.blog-card-body { padding: 24px; }
.blog-card h3 { font-family: 'Archivo Black', sans-serif; font-size: 18px; text-transform: uppercase; margin: 12px 0 8px; }
.blog-card p { color: #888888; font-size: 14px; margin-bottom: 12px; }
.svc-tag { display: inline-block; border: 1px solid #CCFF00; color: #CCFF00; padding: 4px 12px; font-size: 11px; font-weight: 700; letter-spacing: 2px; text-transform: uppercase; }

.final-cta { padding: 100px 24px; text-align: center; background: #CCFF00; color: #000000; }
.final-cta h2 { font-family: 'Archivo Black', sans-serif; font-size: clamp(40px, 8vw, 80px); text-transform: uppercase; line-height: 0.95; margin-bottom: 32px; color: #000000; }
.final-cta .btn-dark { margin-top: 8px; }

.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: flex-start; text-align: left; margin-top: -72px; padding: 120px 24px 80px; color: #FFFFFF; }
.hero-page .hero-content { max-width: 720px; padding-left: max(24px, calc((100vw - 1200px) / 2)); }
.hero-preise { background-image: linear-gradient(rgba(0,0,0,0.75), rgba(0,0,0,0.75)), url('/images/hero-preise.webp'); }
.hero-reseller { background-image: linear-gradient(rgba(0,0,0,0.75), rgba(0,0,0,0.75)), url('/images/hero-reseller.webp'); }
.hero-kontakt { background-image: linear-gradient(rgba(0,0,0,0.75), rgba(0,0,0,0.75)), url('/images/hero-kontakt.webp'); }

.site-footer { background: #000000; padding: 60px 24px 30px; border-top: 2px solid #CCFF00; }
.footer-grid { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 40px; }
.footer-grid h4 { font-family: 'Archivo Black', sans-serif; color: #CCFF00; margin-bottom: 16px; font-size: 14px; text-transform: uppercase; letter-spacing: 1px; }
.footer-links { list-style: none; padding: 0; margin: 0; }
.footer-links li { margin-bottom: 8px; }
.footer-links a { color: #888888; font-size: 14px; }
.footer-links a:hover { color: #CCFF00; }
.copyright { text-align: center; color: #888888; font-size: 13px; margin-top: 40px; padding-top: 24px; border-top: 1px solid #2A2A2A; }

.contact-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; max-width: 800px; margin: 0 auto; }
.contact-card { background: #0A0A0A; border: 2px solid #2A2A2A; padding: 48px 32px; text-align: center; box-shadow: 6px 6px 0 #CCFF00; }
.contact-card .icon { font-size: 48px; margin-bottom: 16px; }
.contact-card h3 { font-family: 'Archivo Black', sans-serif; font-size: 24px; text-transform: uppercase; margin-bottom: 12px; }

.reseller-plans { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.reseller-plan { background: #0A0A0A; border: 2px solid #2A2A2A; padding: 32px 24px; text-align: center; box-shadow: 6px 6px 0 #CCFF00; }
.panel-card { background: #0A0A0A; border: 2px solid #CCFF00; padding: 32px; box-shadow: 8px 8px 0 #CCFF00; }

.rating-breakdown { max-width: 600px; margin: 0 auto 40px; }
.rating-bar-row { display: flex; align-items: center; gap: 12px; margin-bottom: 8px; color: #888888; font-size: 14px; }
.rating-bar { flex: 1; height: 8px; background: #2A2A2A; overflow: hidden; }
.rating-bar-fill { height: 100%; background: #CCFF00; }

.blog-article { max-width: 800px; margin: 0 auto; padding: 100px 24px 60px; }
.blog-article h1 { font-family: 'Archivo Black', sans-serif; font-size: clamp(28px, 5vw, 42px); text-transform: uppercase; margin: 16px 0; }
.blog-article h2 { font-family: 'Archivo Black', sans-serif; font-size: 24px; margin: 32px 0 12px; color: #CCFF00; text-transform: uppercase; }
.blog-article p { color: #888888; margin-bottom: 16px; }
.blog-cta { background: #0A0A0A; border: 2px solid #CCFF00; padding: 32px; margin-top: 40px; text-align: center; box-shadow: 6px 6px 0 #CCFF00; }

.legal-content { max-width: 800px; margin: 0 auto; padding: 100px 24px 60px; }
.legal-content h1 { font-family: 'Archivo Black', sans-serif; font-size: 36px; text-transform: uppercase; margin-bottom: 24px; }
.legal-content h2 { font-size: 20px; margin: 24px 0 12px; color: #CCFF00; text-transform: uppercase; }
.legal-content p { color: #888888; margin-bottom: 12px; }

.popup-overlay { display: none; position: fixed; inset: 0; background: rgba(0,0,0,0.92); z-index: 10000; align-items: center; justify-content: center; }
.popup-overlay.active { display: flex; }
.popup-modal { background: #000000; border: 3px solid #CCFF00; padding: 40px 32px; max-width: 420px; width: 90%; text-align: center; box-shadow: 8px 8px 0 #CCFF00; }
.popup-deal { color: #CCFF00; font-size: 12px; font-weight: 800; letter-spacing: 3px; margin-bottom: 12px; text-transform: uppercase; }
.popup-title { font-family: 'Archivo Black', sans-serif; font-size: 32px; text-transform: uppercase; margin-bottom: 8px; }
.popup-old { color: #888888; text-decoration: line-through; }
.popup-price { font-family: 'Archivo Black', sans-serif; font-size: 36px; color: #CCFF00; margin: 8px 0; }
.popup-countdown { font-family: 'Archivo Black', sans-serif; font-size: 28px; color: #CCFF00; margin: 16px 0; }
.popup-close { background: none; border: none; color: #888888; margin-top: 16px; cursor: pointer; font-size: 14px; }

.reviews-page-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 16px; }
.reviews-page-grid .review-card:nth-child(odd) { grid-column: span 5; }
.reviews-page-grid .review-card:nth-child(even) { grid-column: span 7; }

@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: 42px !important; line-height: 1.0 !important; }
  h2 { font-size: 30px !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: #000000; flex-direction: column; padding: 24px; border-bottom: 2px solid #CCFF00; }
  .nav-links.open { display: flex; }
  .hero .hero-content, .hero-page .hero-content { padding-left: 24px; }
  .stats-asymmetric, .split-section, .feature-cards, .pricing-grid, .blog-grid, .reseller-plans, .contact-grid { display: flex !important; flex-direction: column !important; }
  .stat-block { border-right: none; border-bottom: 2px solid #2A2A2A; }
  .reviews-asymmetric, .reviews-page-grid { display: flex !important; flex-direction: column !important; }
  .review-card { grid-column: span 1 !important; }
  footer .footer-grid { display: grid !important; grid-template-columns: 1fr 1fr !important; gap: 24px !important; }
  footer .brand-col, footer [class*="logo"] { 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: #CCFF00 !important; color: #000000 !important; text-align: center !important;
    padding: 16px !important; z-index: 9999 !important; font-weight: 800 !important; font-size: 16px !important;
    text-transform: uppercase !important; letter-spacing: 1px !important;
    display: block !important; text-decoration: none !important; font-family: 'Space Grotesk', sans-serif !important;
  }
  body { padding-bottom: 60px !important; }
}
@media (min-width: 769px) {
  .mobile-cta-bar { display: none !important; }
}
