* { box-sizing: border-box; margin: 0; padding: 0; }
html, body { overflow-x: hidden; background: #06090F; }
body {
  font-family: 'Inter', sans-serif;
  color: #F9FAFB;
  line-height: 1.6;
  padding-top: 72px;
}
a { color: #2563EB; text-decoration: none; }
a:hover { color: #F97316; }
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: fixed; top: 0; left: 0; right: 0; z-index: 1000;
  background: rgba(6,9,15,0.95);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid #1F2937;
  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: #F9FAFB; font-weight: 500; font-size: 15px; }
.nav-links a:hover { color: #F97316; }
.nav-toggle { display: none; background: none; border: none; color: #F9FAFB; 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, background 0.2s; text-align: center;
}
.btn:hover { transform: translateY(-1px); }
.btn-primary { background: #2563EB; color: #fff; }
.btn-primary:hover { background: #1D4ED8; color: #fff; }
.btn-orange { background: #F97316; color: #fff; }
.btn-orange:hover { background: #EA580C; color: #fff; }
.btn-ghost { background: transparent; color: #F9FAFB; border: 2px solid #1F2937; }
.btn-ghost:hover { border-color: #2563EB; color: #2563EB; }

.sport-tag {
  display: inline-block;
  background: rgba(249,115,22,0.12);
  border: 1px solid rgba(249,115,22,0.35);
  color: #F97316;
  padding: 6px 20px; border-radius: 6px;
  font-size: 11px; font-weight: 700;
  letter-spacing: 3px;
  font-family: 'Barlow Condensed', sans-serif;
  text-transform: uppercase;
}

.container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }
.section { padding: 80px 0; }
.section-title {
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 48px; font-weight: 800; line-height: 1.1; margin-bottom: 16px;
  text-transform: uppercase; letter-spacing: -0.5px;
}
.section-subtitle { color: #9CA3AF; font-size: 18px; margin-bottom: 48px; }

.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: calc(100vh - 72px); 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.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'); }
.hero-content { max-width: 920px; padding: 40px 24px; }
.hero-content p { color: #9CA3AF; 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: #9CA3AF; font-size: 14px; }
.trust-strip .check { color: #2563EB; }

.hero-rating {
  font-size: 18px; font-weight: 600; margin-bottom: 24px; color: #FCD34D;
}
.hero-rating span { color: #9CA3AF; font-weight: 400; }

.savings-compare {
  display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 16px 24px;
  background: #0B1018; border: 1px solid #1F2937; border-radius: 12px;
  padding: 20px 28px; margin: 24px auto 28px; max-width: 720px;
}
.savings-old { text-align: left; }
.savings-old .line { display: block; color: #9CA3AF; font-size: 14px; margin-bottom: 6px; }
.savings-old .crossed { text-decoration: line-through; color: #6B7280; font-size: 16px; }
.savings-vs {
  font-family: 'Barlow Condensed', sans-serif; font-size: 28px; font-weight: 800; color: #F97316;
}
.savings-new { text-align: left; }
.savings-new .highlight {
  font-family: 'Barlow Condensed', sans-serif; font-size: 32px; font-weight: 800; color: #2563EB;
}
.savings-new .sub { color: #9CA3AF; font-size: 14px; }

.ticker-wrap {
  background: #F97316; overflow: hidden; padding: 14px 0;
  border-top: 1px solid rgba(255,255,255,0.1);
  border-bottom: 1px solid rgba(255,255,255,0.1);
}
.ticker-track {
  display: flex; width: max-content;
  animation: ticker-scroll 28s linear infinite;
}
.ticker-item {
  white-space: nowrap; padding: 0 32px;
  font-family: 'Barlow Condensed', sans-serif;
  font-size: 18px; font-weight: 700; letter-spacing: 2px;
  color: #fff; text-transform: uppercase;
}
@keyframes ticker-scroll {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

.bento-4 {
  display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px;
}
.bento-4-card {
  background: #0B1018; border: 1px solid #1F2937; border-radius: 12px; padding: 32px;
  text-align: center; transition: border-color 0.2s;
}
.bento-4-card:hover { border-color: #2563EB; }
.bento-4-card .icon { font-size: 36px; margin-bottom: 12px; }
.bento-4-card h3 {
  font-family: 'Barlow Condensed', sans-serif; font-size: 28px; font-weight: 800;
  color: #2563EB; margin-bottom: 8px; text-transform: uppercase;
}
.bento-4-card p { color: #9CA3AF; font-size: 14px; }

.stats-bar { background: #2563EB; 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: 'Barlow Condensed', sans-serif; font-size: 42px; font-weight: 800; color: #fff; }
.stat-label { color: rgba(255,255,255,0.75); font-size: 14px; text-transform: uppercase; letter-spacing: 1px; }

.pricing-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; }
.price-card {
  background: #0B1018; border: 1px solid #1F2937; border-radius: 12px;
  padding: 36px 28px; text-align: center;
}
.price-card.featured {
  border-color: #F97316;
  box-shadow: 0 0 30px rgba(249,115,22,0.2);
  background: linear-gradient(180deg, #0B1018, #111827);
}
.price-badge { display: inline-block; background: #F97316; color: #fff; padding: 4px 16px; border-radius: 4px; font-size: 12px; font-weight: 700; margin-bottom: 12px; }
.save-badge { background: #2563EB; color: #fff; padding: 4px 12px; border-radius: 4px; font-size: 12px; font-weight: 700; margin-left: 8px; }
.price-card .duration { font-family: 'Barlow Condensed', sans-serif; font-size: 26px; font-weight: 800; text-transform: uppercase; }
.price-card .price { font-family: 'Barlow Condensed', sans-serif; font-size: 42px; font-weight: 800; color: #2563EB; margin: 12px 0; }
.price-card.featured .price { color: #F97316; }
.price-old { text-decoration: line-through; color: #6B7280; font-size: 20px; }
.pricing-monthly { color: #9CA3AF; font-size: 14px; }
.price-features { list-style: none; text-align: left; margin: 20px 0; font-size: 14px; color: #9CA3AF; }
.price-features li { padding: 6px 0; }
.price-features li::before { content: '✓ '; color: #2563EB; font-weight: 700; }

.bento-grid { display: grid; grid-template-columns: repeat(3,1fr); grid-template-rows: auto auto; gap: 16px; }
.bento-card {
  background: #0B1018; border: 1px solid #1F2937; border-radius: 12px; padding: 28px;
}
.bento-card h3 { font-family: 'Barlow Condensed', sans-serif; font-size: 22px; font-weight: 700; margin-bottom: 8px; color: #2563EB; text-transform: uppercase; }
.bento-card p { color: #9CA3AF; font-size: 14px; }
.bento-card.orange h3 { color: #F97316; }

.split-section { display: grid; grid-template-columns: 1fr 1fr; min-height: 500px; }
.split-image { overflow: hidden; min-height: 320px; }
.split-content { background: #0B1018; padding: 60px 48px; display: flex; flex-direction: column; justify-content: center; border-left: 1px solid #1F2937; }
.split-label { color: #F97316; font-family: 'Barlow Condensed', sans-serif; font-size: 14px; margin-bottom: 16px; letter-spacing: 2px; text-transform: uppercase; }
.split-content h2 { font-family: 'Barlow Condensed', sans-serif; font-size: 44px; font-weight: 800; line-height: 1.05; margin-bottom: 20px; text-transform: uppercase; }
.check-list { list-style: none; margin-bottom: 32px; }
.check-list li { padding: 8px 0; color: #F9FAFB; }
.check-list li::before { content: '✓ '; color: #2563EB; font-weight: 700; }

.reviews-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.review-card {
  background: #0B1018; border: 1px solid #1F2937; border-left: 3px solid #F97316;
  border-radius: 12px; padding: 24px;
}
.review-stars { color: #FCD34D; font-size: 18px; margin-bottom: 12px; }
.review-author { font-weight: 600; font-size: 14px; margin-bottom: 4px; }
.review-date { color: #9CA3AF; font-size: 12px; margin-bottom: 12px; }
.review-text { font-size: 14px; color: #9CA3AF; }

.faq-list { max-width: 800px; margin: 0 auto; }
.faq-item { border: 1px solid #1F2937; border-radius: 12px; margin-bottom: 12px; background: #0B1018; overflow: hidden; }
.faq-question {
  width: 100%; padding: 20px 24px; background: none; border: none; text-align: left;
  font-family: 'Barlow Condensed', sans-serif; font-size: 18px; font-weight: 700;
  color: #F9FAFB; cursor: pointer; display: flex; justify-content: space-between; align-items: center;
  text-transform: uppercase;
}
.faq-question span { color: #2563EB; }
.faq-answer { padding: 0 24px 20px; color: #9CA3AF; 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: #0B1018; border: 1px solid #1F2937; border-radius: 12px; overflow: hidden; }
.blog-card-body { padding: 24px; }
.blog-card h3 { font-family: 'Barlow Condensed', sans-serif; font-size: 22px; font-weight: 700; margin-bottom: 12px; color: #F9FAFB; }
.blog-card p { color: #9CA3AF; font-size: 14px; margin-bottom: 16px; }

.final-cta {
  background: linear-gradient(135deg, #06090F, #0B1018);
  border-top: 2px solid #F97316;
  text-align: center; padding: 100px 24px;
}
.final-cta h2 { font-family: 'Barlow Condensed', sans-serif; font-size: clamp(40px,6vw,72px); font-weight: 800; margin-bottom: 32px; text-transform: uppercase; }

.site-footer { background: #020408; color: #9CA3AF; 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: #F9FAFB; font-family: 'Barlow Condensed', sans-serif; font-size: 16px; margin-bottom: 16px; text-transform: uppercase; }
.footer-links { list-style: none; }
.footer-links a { color: #9CA3AF; font-size: 14px; }
.footer-links a:hover { color: #F97316; }
.copyright { text-align: center; padding-top: 40px; margin-top: 40px; border-top: 1px solid #1F2937; font-size: 13px; }

.bg-surface { background: #0B1018; }
.bg-surface2 { background: #111827; }

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

.legal-content { max-width: 800px; margin: 0 auto; padding: 60px 24px; }
.legal-content h1 { font-family: 'Barlow Condensed', sans-serif; font-size: 42px; margin-bottom: 32px; text-transform: uppercase; }
.legal-content h2 { font-family: 'Barlow Condensed', sans-serif; font-size: 24px; margin: 32px 0 16px; color: #2563EB; }
.legal-content p, .legal-content li { color: #9CA3AF; margin-bottom: 12px; }

.blog-article { max-width: 800px; margin: 0 auto; padding: 40px 24px 80px; }
.blog-article h1 { font-family: 'Barlow Condensed', sans-serif; font-size: 42px; font-weight: 800; line-height: 1.15; margin-bottom: 16px; text-transform: uppercase; }
.blog-article h2 { font-family: 'Barlow Condensed', sans-serif; font-size: 28px; font-weight: 800; margin: 40px 0 16px; text-transform: uppercase; }
.blog-article h3 { font-family: 'Barlow Condensed', sans-serif; font-size: 22px; color: #2563EB; margin: 28px 0 12px; }
.blog-article p { margin-bottom: 16px; color: #9CA3AF; line-height: 1.8; }
.blog-cta { background: #111827; border: 1px solid #F97316; border-radius: 12px; padding: 32px; text-align: center; margin-top: 48px; }

.panel-card { background: #0B1018; border: 1px solid #2563EB; border-radius: 12px; padding: 40px; margin: 40px 0; box-shadow: 0 0 30px rgba(37,99,235,0.1); }
.reseller-features { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; margin: 40px 0; }
.reseller-feature { background: #111827; border: 1px solid #1F2937; border-radius: 12px; padding: 20px; }
.reseller-plans { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; }
.reseller-plan { background: #0B1018; border: 1px solid #1F2937; 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: #1F2937; border-radius: 6px; overflow: hidden; }
.rating-bar-fill { height: 100%; background: #2563EB; border-radius: 6px; }

.popup-overlay { display: none; position: fixed; inset: 0; background: rgba(0,0,0,0.85); z-index: 10000; align-items: center; justify-content: center; }
.popup-overlay.active { display: flex; }
.popup-modal { background: #0B1018; border: 2px solid #F97316; border-radius: 12px; padding: 40px 36px; max-width: 440px; width: 90%; text-align: center; box-shadow: 0 0 40px rgba(249,115,22,0.25); }
.popup-deal { font-family: 'Barlow Condensed', sans-serif; font-size: 14px; font-weight: 700; color: #F97316; letter-spacing: 2px; margin-bottom: 8px; }
.popup-title { font-family: 'Barlow Condensed', sans-serif; font-size: 28px; font-weight: 800; margin: 16px 0; text-transform: uppercase; }
.popup-old { text-decoration: line-through; color: #6B7280; font-size: 18px; }
.popup-price { font-family: 'Barlow Condensed', sans-serif; font-size: 36px; font-weight: 800; color: #F97316; margin: 8px 0; }
.popup-countdown { background: #F97316; color: #fff; padding: 10px 24px; border-radius: 6px; font-family: 'Barlow Condensed', sans-serif; font-size: 24px; font-weight: 800; display: inline-block; margin: 16px 0; }
.popup-close { background: none; border: none; color: #9CA3AF; 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: 'Barlow Condensed', sans-serif; font-size: 64px; font-weight: 800; color: #2563EB; }

@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: #06090F; padding: 20px; border-bottom: 1px solid #1F2937; }
  .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: 42px !important; line-height: 1.1 !important; }
  h2 { font-size: 30px !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: #F97316 !important; color: white !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: 'Barlow Condensed', sans-serif !important; letter-spacing: 1px !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-4 { grid-template-columns: 1fr; }
  .pricing-grid { grid-template-columns: 1fr; }
  .reseller-plans { grid-template-columns: 1fr; }
  .reseller-features { grid-template-columns: 1fr; }
  .savings-compare { flex-direction: column; text-align: center; }
  .savings-old, .savings-new { text-align: center; }
}
@media (min-width: 769px) { .mobile-cta-bar { display: none !important; } }
