* { box-sizing: border-box; margin: 0; padding: 0; }
html, body { overflow-x: hidden; background: #060608; }
body {
  font-family: 'Inter', sans-serif;
  font-weight: 300;
  color: #F5F5F0;
  line-height: 1.6;
  padding-top: 72px;
}
a { color: #D4AF37; text-decoration: none; }
a:hover { color: #F5D060; }
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(6,6,8,0.97);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid rgba(212,175,55,0.15);
  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: #F5F5F0; font-weight: 500; font-size: 15px; font-family: 'Montserrat', sans-serif; }
.nav-links a:hover { color: #D4AF37; }
.nav-toggle { display: none; background: none; border: none; color: #F5F5F0; font-size: 24px; cursor: pointer; }

.btn {
  display: inline-block; padding: 14px 32px; border-radius: 4px;
  font-weight: 700; font-size: 15px; cursor: pointer; border: none;
  transition: transform 0.2s, background 0.2s; text-align: center;
  font-family: 'Montserrat', sans-serif; letter-spacing: 0.5px;
}
.btn:hover { transform: translateY(-1px); }
.btn-primary { background: #D4AF37; color: #060608; }
.btn-primary:hover { background: #F5D060; color: #060608; }
.btn-ghost { background: transparent; color: #F5F5F0; border: 1px solid rgba(212,175,55,0.4); border-radius: 4px; }
.btn-ghost:hover { border-color: #D4AF37; color: #D4AF37; }
.btn-white { background: #fff; color: #060608; border-radius: 4px; }
.btn-white:hover { background: #F5F5F0; }
.btn-ghost-white { background: transparent; color: #D4AF37; border: 1px solid rgba(212,175,55,0.5); border-radius: 4px; }
.btn-ghost-white:hover { border-color: #D4AF37; color: #F5D060; }

.badge-pill, .premium-badge {
  display: inline-block;
  background: rgba(212,175,55,0.08);
  border: 1px solid rgba(212,175,55,0.3);
  color: #D4AF37;
  padding: 4px 16px; border-radius: 4px;
  font-size: 11px; font-weight: 700;
  letter-spacing: 3px; text-transform: uppercase;
  font-family: 'Montserrat', sans-serif;
}

.hero-rating { margin: 20px 0; }
.hero-rating .stars { color: #D4AF37; font-size: 22px; letter-spacing: 4px; }
.hero-rating .rating-text { color: #D4AF37; font-family: 'Montserrat', sans-serif; font-size: 14px; font-weight: 600; margin-top: 8px; }

.container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }
.section { padding: 80px 0; }
.section-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: 48px; font-weight: 700; line-height: 1.1; margin-bottom: 16px;
  color: #FFFFFF;
}
.section-title-lg { font-size: 56px; }
.section-subtitle { color: #777770; font-size: 18px; margin-bottom: 48px; font-weight: 300; }

.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;
}
.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.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'); }
.hero-content { max-width: 920px; padding: 40px 24px; color: #fff; }
.hero-content h1 { color: #fff; font-family: 'Cormorant Garamond', serif; }
.hero-content p { color: rgba(245,245,240,0.8); font-size: 18px; margin-bottom: 32px; font-weight: 300; }
.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(245,245,240,0.85); font-size: 14px; font-family: 'Montserrat', sans-serif; }
.trust-strip .check, .trust-strip .star { color: #D4AF37; font-weight: 700; }

.proof-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.proof-card {
  background: linear-gradient(145deg, #0A0A0E, #0F0F15);
  border: 1px solid rgba(212,175,55,0.12);
  border-radius: 12px; padding: 32px 24px; text-align: center;
  box-shadow: 0 8px 40px rgba(0,0,0,0.4), inset 0 1px 0 rgba(212,175,55,0.06);
}
.proof-card.gold-border { border-color: rgba(212,175,55,0.45); }
.proof-card.gold-bg { background: #D4AF37; color: #060608; }
.proof-card.gold-bg h3, .proof-card.gold-bg p { color: #060608; }
.proof-card h3 { font-family: 'Cormorant Garamond', serif; font-size: 36px; font-weight: 700; color: #D4AF37; margin-bottom: 8px; }
.proof-card p { color: #777770; font-size: 14px; }

.stats-bar {
  background: linear-gradient(90deg, #0A0A0E, #1A1500, #0A0A0E);
  border-top: 1px solid rgba(212,175,55,0.2);
  border-bottom: 1px solid rgba(212,175,55,0.2);
  padding: 48px 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: 'Cormorant Garamond', serif; font-size: 48px; font-weight: 700; color: #D4AF37; }
.stat-label { color: #777770; font-size: 13px; text-transform: uppercase; letter-spacing: 2px; margin-top: 4px; }

.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.feature-card {
  background: linear-gradient(145deg, #0A0A0E, #0F0F15);
  border: 1px solid rgba(212,175,55,0.12);
  border-left: 3px solid #D4AF37;
  border-radius: 12px; padding: 36px 28px;
  box-shadow: 0 8px 40px rgba(0,0,0,0.4);
}
.feature-card h3 { font-family: 'Cormorant Garamond', serif; font-size: 24px; font-weight: 700; color: #FFFFFF; margin-bottom: 12px; }
.feature-card p { color: #777770; font-size: 15px; }

.steps-large, .steps-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; max-width: 1000px; margin: 0 auto; }
.step-card-large, .step-card {
  background: linear-gradient(145deg, #0A0A0E, #0F0F15);
  border: 1px solid rgba(212,175,55,0.12);
  border-radius: 12px; padding: 40px 28px; text-align: center;
  box-shadow: 0 8px 40px rgba(0,0,0,0.4);
}
.step-card-large .step-num, .step-card .step-num {
  font-family: 'Cormorant Garamond', serif; font-size: 56px; font-weight: 700;
  color: #D4AF37; margin-bottom: 12px;
}
.step-card-large h3, .step-card h3 { font-family: 'Cormorant Garamond', serif; font-size: 22px; font-weight: 700; margin-bottom: 8px; color: #fff; }
.step-card-large p, .step-card p { color: #777770; font-size: 14px; }

.pricing-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; }
.price-card {
  background: linear-gradient(145deg, #0A0A0E, #0F0F15);
  border: 1px solid rgba(212,175,55,0.12);
  border-radius: 12px; padding: 36px 28px; text-align: center;
  box-shadow: 0 8px 40px rgba(0,0,0,0.4);
}
.price-card.featured {
  border: 1px solid #D4AF37;
  box-shadow: 0 0 60px rgba(212,175,55,0.08), 0 8px 40px rgba(0,0,0,0.4);
}
.price-badge { display: inline-block; background: rgba(212,175,55,0.15); color: #D4AF37; padding: 4px 16px; border-radius: 4px; font-size: 11px; font-weight: 700; letter-spacing: 2px; margin-bottom: 12px; font-family: 'Montserrat', sans-serif; }
.save-badge { background: #B8960C; color: #060608; padding: 4px 12px; border-radius: 4px; font-size: 11px; font-weight: 700; margin-left: 8px; font-family: 'Montserrat', sans-serif; }
.price-card .duration { font-family: 'Cormorant Garamond', serif; font-size: 28px; font-weight: 700; color: #fff; }
.price-card .price { font-family: 'Cormorant Garamond', serif; font-size: 48px; font-weight: 700; color: #D4AF37; margin: 12px 0; }
.price-old { text-decoration: line-through; color: #777770; font-size: 20px; }
.pricing-monthly { color: #777770; font-size: 14px; }
.price-features { list-style: none; text-align: left; margin: 20px 0; font-size: 14px; color: #777770; }
.price-features li { padding: 6px 0; }
.price-features li::before { content: '✓ '; color: #D4AF37; font-weight: 700; }
.premium-guarantee { color: #D4AF37; font-size: 13px; font-weight: 600; margin: 12px 0; font-family: 'Montserrat', sans-serif; }

.bento-grid { display: grid; grid-template-columns: repeat(3,1fr); grid-template-rows: auto auto; gap: 16px; }
.bento-card {
  background: linear-gradient(145deg, #0A0A0E, #0F0F15);
  border: 1px solid rgba(212,175,55,0.12);
  border-radius: 12px; padding: 28px;
  box-shadow: 0 8px 40px rgba(0,0,0,0.4);
  border-left: 3px solid #D4AF37;
}
.bento-card h3 { font-family: 'Cormorant Garamond', serif; font-size: 20px; font-weight: 700; margin-bottom: 8px; color: #FFFFFF; }
.bento-card p { color: #777770; 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; background: #0A0A0E; }
.split-image img { min-height: 320px; }
.split-content { background: #060608; padding: 60px 48px; display: flex; flex-direction: column; justify-content: center; border-left: 1px solid rgba(212,175,55,0.12); }
.split-label { color: #D4AF37; font-family: 'Montserrat', sans-serif; font-size: 12px; margin-bottom: 16px; letter-spacing: 3px; font-weight: 700; text-transform: uppercase; }
.split-content h2 { font-family: 'Cormorant Garamond', serif; font-size: 48px; font-weight: 700; line-height: 1.1; margin-bottom: 20px; color: #FFFFFF; }
.check-list { list-style: none; margin-bottom: 32px; }
.check-list li { padding: 8px 0; color: #F5F5F0; }
.check-list li::before { content: '✓ '; color: #D4AF37; font-weight: 700; }

.reviews-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.review-card {
  background: linear-gradient(145deg, #0A0A0E, #0F0F15);
  border: 1px solid rgba(212,175,55,0.12);
  border-top: 3px solid #D4AF37;
  border-radius: 12px; padding: 24px;
  box-shadow: 0 8px 40px rgba(0,0,0,0.4);
}
.review-stars { color: #D4AF37; font-size: 18px; margin-bottom: 12px; }
.review-author { font-weight: 600; font-size: 14px; margin-bottom: 4px; font-family: 'Montserrat', sans-serif; }
.review-date { color: #777770; font-size: 12px; margin-bottom: 12px; }
.review-text { font-size: 14px; color: #777770; }

.faq-list { max-width: 800px; margin: 0 auto; }
.faq-item { border: 1px solid rgba(212,175,55,0.12); border-radius: 12px; margin-bottom: 12px; background: #0A0A0E; overflow: hidden; }
.faq-question {
  width: 100%; padding: 20px 24px; background: none; border: none; text-align: left;
  font-family: 'Cormorant Garamond', serif; font-size: 18px; font-weight: 700;
  color: #F5F5F0; cursor: pointer; display: flex; justify-content: space-between; align-items: center;
}
.faq-question span { color: #D4AF37; font-size: 22px; }
.faq-answer { padding: 0 24px 20px; color: #777770; 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: linear-gradient(145deg, #0A0A0E, #0F0F15);
  border: 1px solid rgba(212,175,55,0.12);
  border-radius: 12px; overflow: hidden;
  box-shadow: 0 8px 40px rgba(0,0,0,0.4);
}
.blog-card-image { width: 100%; aspect-ratio: 16 / 9; overflow: hidden; background: #0F0F15; line-height: 0; }
.blog-card-image img { width: 100%; height: 100%; object-fit: cover; display: block; }
.blog-card-body { padding: 24px; }
.blog-card h3 { font-family: 'Cormorant Garamond', serif; font-size: 20px; font-weight: 700; margin-bottom: 12px; color: #FFFFFF; }
.blog-card p { color: #777770; font-size: 14px; margin-bottom: 16px; }
.blog-tag { display: inline-block; color: #D4AF37; font-size: 12px; font-weight: 700; margin-bottom: 8px; font-family: 'Montserrat', sans-serif; }

.final-cta {
  background: #030305;
  text-align: center; padding: 100px 24px; color: #fff;
  border-top: 1px solid rgba(212,175,55,0.15);
  position: relative;
}
.final-cta::before {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(ellipse at center, rgba(212,175,55,0.06) 0%, transparent 70%);
  pointer-events: none;
}
.final-cta h2 {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(40px,6vw,72px); font-weight: 700; margin-bottom: 24px; line-height: 1.1;
  position: relative;
}
.final-cta .hero-rating { position: relative; margin-bottom: 32px; }

.site-footer { background: #030305; color: #777770; padding: 60px 0 30px; border-top: 1px solid rgba(212,175,55,0.1); }
.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: #D4AF37; font-family: 'Montserrat', sans-serif; font-size: 14px; margin-bottom: 16px; font-weight: 700; letter-spacing: 1px; }
.footer-links { list-style: none; }
.footer-links a { color: #777770; font-size: 14px; }
.footer-links a:hover { color: #D4AF37; }
.copyright { text-align: center; padding-top: 40px; margin-top: 40px; border-top: 1px solid rgba(212,175,55,0.1); font-size: 13px; }

.bg-surface { background: #0A0A0E; }
.bg-surface2 { background: #0F0F15; }

.contact-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 24px; max-width: 700px; margin: 0 auto; }
.contact-card {
  background: linear-gradient(145deg, #0A0A0E, #0F0F15);
  border: 1px solid rgba(212,175,55,0.12);
  border-radius: 12px; padding: 48px 32px; text-align: center;
  box-shadow: 0 8px 40px rgba(0,0,0,0.4);
}
.contact-card .icon { font-size: 48px; margin-bottom: 16px; }
.contact-card h3 { font-family: 'Cormorant Garamond', serif; font-size: 24px; margin-bottom: 12px; font-weight: 700; }
.contact-card p { color: #777770; margin-bottom: 20px; }

.legal-content { max-width: 800px; margin: 0 auto; padding: 60px 24px; }
.legal-content h1 { font-family: 'Cormorant Garamond', serif; font-size: 42px; margin-bottom: 32px; font-weight: 700; }
.legal-content h2 { font-family: 'Cormorant Garamond', serif; font-size: 24px; margin: 32px 0 16px; color: #D4AF37; font-weight: 700; }
.legal-content p, .legal-content li { color: #777770; 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: 12px; margin: 30px 0; background: #0F0F15; }
.blog-article-image img { width: 100%; height: 100%; object-fit: cover; display: block; }
.blog-article h1 { font-family: 'Cormorant Garamond', serif; font-size: 42px; font-weight: 700; line-height: 1.15; margin-bottom: 16px; }
.blog-article h2 { font-family: 'Cormorant Garamond', serif; font-size: 28px; font-weight: 700; margin: 40px 0 16px; color: #FFFFFF; }
.blog-article h3 { font-family: 'Cormorant Garamond', serif; font-size: 22px; color: #D4AF37; margin: 28px 0 12px; font-weight: 700; }
.blog-article p { margin-bottom: 16px; color: #777770; line-height: 1.8; }
.blog-cta {
  background: rgba(212,175,55,0.06);
  border: 1px solid rgba(212,175,55,0.3);
  border-radius: 12px; padding: 32px; text-align: center; margin-top: 48px;
}

.panel-card {
  background: rgba(212,175,55,0.06);
  border: 1px solid rgba(212,175,55,0.3);
  border-radius: 12px; padding: 40px; margin: 40px 0;
}
.reseller-plans { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; }
.reseller-plan {
  background: linear-gradient(145deg, #0A0A0E, #0F0F15);
  border: 1px solid rgba(212,175,55,0.12);
  border-radius: 12px; padding: 32px; text-align: center;
  box-shadow: 0 8px 40px rgba(0,0,0,0.4);
}

.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: #0F0F15; border-radius: 6px; overflow: hidden; }
.rating-bar-fill { height: 100%; background: #D4AF37; 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: #0A0A0E;
  border: 1px solid #D4AF37;
  border-radius: 12px; padding: 40px 36px; max-width: 440px; width: 90%;
  text-align: center;
  box-shadow: 0 0 80px rgba(212,175,55,0.15), 0 8px 40px rgba(0,0,0,0.6);
}
.popup-deal { font-family: 'Montserrat', sans-serif; font-size: 12px; font-weight: 700; color: #D4AF37; letter-spacing: 3px; margin-bottom: 8px; text-transform: uppercase; }
.popup-title { font-family: 'Cormorant Garamond', serif; font-size: 28px; font-weight: 700; margin: 16px 0; color: #FFFFFF; }
.popup-old { text-decoration: line-through; color: #777770; font-size: 18px; }
.popup-price { font-family: 'Cormorant Garamond', serif; font-size: 40px; font-weight: 700; color: #D4AF37; margin: 8px 0; }
.popup-countdown { background: #D4AF37; color: #060608; padding: 10px 24px; border-radius: 4px; font-family: 'Montserrat', sans-serif; font-size: 24px; font-weight: 700; display: inline-block; margin: 16px 0; }
.popup-close { background: none; border: none; color: #777770; 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: 'Cormorant Garamond', serif; font-size: 64px; font-weight: 700; color: #D4AF37; }

@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: #060608; padding: 20px; border-bottom: 1px solid rgba(212,175,55,0.15); }
  .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.2 !important; }
  h2 { font-size: 28px !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: #D4AF37 !important; color: #060608 !important; text-align: center !important;
    padding: 16px !important; z-index: 9999 !important; font-weight: 700 !important;
    font-size: 15px !important; display: block !important; text-decoration: none !important;
    font-family: 'Montserrat', 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; }
  .pricing-grid { grid-template-columns: 1fr; }
  .reseller-plans { grid-template-columns: 1fr; }
  .proof-grid { grid-template-columns: 1fr; }
  .feature-grid { grid-template-columns: 1fr; }
  .steps-large, .steps-grid { grid-template-columns: 1fr; }
}
@media (min-width: 769px) { .mobile-cta-bar { display: none !important; } }
