* { box-sizing: border-box; }
html, body { overflow-x: hidden; background: #100E0C; color: #FFF3EA; font-family: 'Inter', sans-serif; line-height: 1.6; }
a { color: #FF7A29; text-decoration: none; }
a:hover { color: #FFA869; }
img { max-width: 100%; height: auto; }
.container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }
.section { padding: 80px 0; }
.bg-surface { background: #181412; }
.bg-surface2 { background: #201A16; }
.section-title { font-family: 'Rajdhani', sans-serif; font-size: clamp(32px, 5vw, 44px); font-weight: 800; margin-bottom: 12px; color: #FFF3EA; }
.section-subtitle { color: #998578; margin-bottom: 40px; font-size: 18px; }

.site-header { position: fixed; top: 0; left: 0; right: 0; z-index: 1000; background: rgba(12,8,32,0.96); backdrop-filter: blur(12px); border-bottom: 1px solid #2E2520; 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; margin: 0; padding: 0; }
.nav-links a { color: #998578; font-weight: 500; font-size: 15px; }
.nav-links a:hover { color: #FF7A29; }
.nav-toggle { display: none; background: none; border: none; color: #FFF3EA; font-size: 24px; cursor: pointer; }

.btn { display: inline-block; padding: 14px 32px; border-radius: 6px; font-weight: 600; font-size: 15px; transition: all 0.2s; cursor: pointer; border: 2px solid transparent; font-family: 'Rajdhani', sans-serif; }
.btn-primary { background: #FF7A29; color: #100E0C; border-color: #FF7A29; }
.btn-primary:hover { background: #E0651A; border-color: #E0651A; color: #100E0C; }
.btn-ghost { background: transparent; color: #FFF3EA; border-color: rgba(255,122,41,0.5); }
.btn-ghost:hover { background: rgba(255,122,41,0.1); border-color: #FF7A29; color: #FF7A29; }
.btn-white { background: #FFFFFF; color: #FF7A29; border-color: #FFFFFF; }
.btn-white:hover { background: #FFF3EA; color: #E0651A; }
.btn-dark { background: #100E0C; color: #FF7A29; border-color: #100E0C; }

.hero { background-image: linear-gradient(rgba(0,0,0,0.70), rgba(0,0,0,0.70)), 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: #FFF3EA; }
.hero .hero-content { color: #FFF3EA; padding: 0 24px; max-width: 800px; }
.hero h1 { font-family: 'Rajdhani', sans-serif; font-size: clamp(38px, 6vw, 84px); font-weight: 800; line-height: 1.1; margin: 24px 0 16px; }
.hero-sub { font-size: 18px; max-width: 640px; margin: 0 auto 28px; color: rgba(240,234,255,0.85); }
.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: #998578; }
.trust-strip .check { color: #FF7A29; }

.hero-badge { display: inline-block; background: rgba(255,122,41,0.1); border: 1px solid rgba(255,122,41,0.3); color: #FF7A29; padding: 6px 20px; border-radius: 4px; font-size: 11px; font-weight: 700; margin-bottom: 24px; letter-spacing: 2px; font-family: 'Rajdhani', sans-serif; }
.svc-tag { display: inline-block; background: rgba(255,122,41,0.1); border: 1px solid rgba(255,122,41,0.3); color: #FF7A29; padding: 6px 20px; border-radius: 4px; font-size: 11px; font-weight: 700; margin-bottom: 24px; letter-spacing: 2px; font-family: 'Rajdhani', sans-serif; }


.app-pills { display: flex; flex-wrap: wrap; gap: 12px; justify-content: center; max-width: 900px; margin: 0 auto; }
.app-pill { background: #201A16; border: 1px solid #FF7A29; border-radius: 6px; padding: 10px 20px; font-family: 'Rajdhani', sans-serif; font-weight: 600; color: #FF7A29; font-size: 15px; letter-spacing: 0.5px; }
.code-box { background: #201A16; border: 1px solid #2E2520; border-radius: 8px; padding: 16px 20px; margin: 20px auto; max-width: 400px; text-align: left; font-family: monospace; }
.code-box-label { color: #FF7A29; font-size: 11px; font-weight: 700; margin-bottom: 10px; letter-spacing: 1px; }
.code-box-line { color: #998578; font-size: 13px; margin-bottom: 6px; }

.why-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.why-card { background: #181412; border: 1px solid #2E2520; border-radius: 12px; padding: 32px 24px; text-align: center; box-shadow: 0 4px 24px rgba(255,122,41,0.1); }
.why-card .icon { font-size: 36px; margin-bottom: 16px; }
.why-card h3 { font-family: 'Rajdhani', sans-serif; font-size: 20px; margin-bottom: 8px; color: #FF7A29; }
.why-card p { color: #998578; font-size: 14px; }

.stats-bar { background: #FF7A29; 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: 800; color: #100E0C; }
.stat-label { color: rgba(16,14,12,0.85); font-size: 14px; font-weight: 600; text-transform: uppercase; letter-spacing: 1px; }

.step-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.step-card { background: #181412; border: 1px solid #2E2520; border-radius: 12px; padding: 32px 24px; text-align: center; box-shadow: 0 4px 24px rgba(255,122,41,0.1); }
.step-num { font-family: 'Rajdhani', sans-serif; font-size: 36px; font-weight: 800; color: #FF7A29; margin-bottom: 12px; }
.step-card h3 { font-family: 'Rajdhani', sans-serif; font-size: 20px; margin-bottom: 8px; }
.step-card p { color: #998578; font-size: 14px; }

.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.price-card { background: #181412; border: 1px solid #2E2520; border-radius: 12px; padding: 36px 28px; text-align: center; position: relative; box-shadow: 0 4px 24px rgba(255,122,41,0.1); }
.price-card.featured { border-color: #FF7A29; box-shadow: 0 0 30px rgba(255,122,41,0.2); }
.price-badge { position: absolute; top: -12px; left: 50%; transform: translateX(-50%); background: #FF7A29; color: #FFFFFF; padding: 4px 16px; border-radius: 4px; font-size: 11px; font-weight: 800; letter-spacing: 2px; font-family: 'Rajdhani', sans-serif; }
.duration { font-family: 'Rajdhani', sans-serif; font-size: 20px; margin-bottom: 8px; }
.price { font-family: 'Rajdhani', sans-serif; font-size: 48px; font-weight: 800; color: #FF7A29; }
.price-old { text-decoration: line-through; color: #998578; font-size: 18px; }
.pricing-monthly { color: #998578; font-size: 14px; margin-bottom: 16px; }
.price-features { list-style: none; text-align: left; margin: 20px 0; color: #998578; font-size: 14px; }
.price-features li { padding: 8px 0; border-bottom: 1px solid #2E2520; }

.bento-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.bento-card { background: #181412; border: 1px solid #2E2520; border-radius: 12px; padding: 28px; box-shadow: 0 4px 24px rgba(255,122,41,0.1); }
.bento-card h3 { font-family: 'Rajdhani', sans-serif; font-size: 18px; margin-bottom: 8px; color: #FF7A29; }
.bento-card p { color: #998578; 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: #100E0C; padding: 60px 48px; display: flex; flex-direction: column; justify-content: center; }
.split-label { color: #FF7A29; 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; color: #FFF3EA; }
.check-list { list-style: none; margin-bottom: 28px; }
.check-list li { padding: 8px 0; color: #998578; }
.check-list li::before { content: '✓ '; color: #FF7A29; font-weight: 700; }

.reviews-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.review-card { background: #181412; border: 1px solid #2E2520; border-left: 3px solid #FF7A29; border-radius: 12px; padding: 24px; box-shadow: 0 4px 24px rgba(255,122,41,0.1); }
.review-stars { color: #FF7A29; margin-bottom: 8px; letter-spacing: 2px; }
.review-author { font-weight: 600; font-size: 14px; }
.review-date { color: #998578; font-size: 12px; margin-bottom: 12px; }
.review-text { color: #998578; font-size: 15px; }

.faq-list { max-width: 800px; margin: 0 auto; }
.faq-item { border: 1px solid #2E2520; border-radius: 12px; margin-bottom: 12px; overflow: hidden; background: #181412; }
.faq-question { width: 100%; text-align: left; padding: 20px 24px; background: #181412; border: none; color: #FFF3EA; font-weight: 600; font-size: 16px; cursor: pointer; display: flex; justify-content: space-between; align-items: center; font-family: 'Inter', sans-serif; }
.faq-question span { color: #FF7A29; font-size: 20px; font-weight: 700; }
.faq-answer { display: none; padding: 0 24px 20px; color: #998578; 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: #181412; border: 1px solid #2E2520; border-radius: 12px; overflow: hidden; box-shadow: 0 4px 24px rgba(255,122,41,0.1); }
.blog-card-body { padding: 24px; }
.blog-card h3 { font-family: 'Rajdhani', sans-serif; font-size: 20px; margin: 12px 0 8px; }
.blog-card p { color: #998578; font-size: 14px; margin-bottom: 12px; }

.final-cta { padding: 100px 24px; text-align: center; background: #FF7A29; color: #100E0C; }
.final-cta h2 { font-family: 'Rajdhani', sans-serif; font-size: clamp(36px, 6vw, 56px); font-weight: 800; margin-bottom: 32px; color: #100E0C; }

.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: #FFF3EA; }
.hero-page .hero-content { padding: 0 24px; max-width: 800px; }
.hero-preise { background-image: linear-gradient(rgba(0,0,0,0.70), rgba(0,0,0,0.70)), url('/images/hero-preise.webp'); }
.hero-reseller { background-image: linear-gradient(rgba(0,0,0,0.70), rgba(0,0,0,0.70)), url('/images/hero-reseller.webp'); }
.hero-kontakt { background-image: linear-gradient(rgba(0,0,0,0.70), rgba(0,0,0,0.70)), url('/images/hero-kontakt.webp'); }

.site-footer { background: #080706; padding: 60px 24px 30px; color: #FFF3EA; border-top: 1px solid #2E2520; }
.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: #FF7A29; margin-bottom: 16px; font-size: 16px; }
.footer-links { list-style: none; padding: 0; margin: 0; }
.footer-links li { margin-bottom: 8px; }
.footer-links a { color: #998578; font-size: 14px; }
.footer-links a:hover { color: #FF7A29; }
.brand-col p { color: #998578; font-size: 14px; }
.copyright { text-align: center; color: #998578; font-size: 13px; margin-top: 40px; padding-top: 24px; border-top: 1px solid #2E2520; }

.contact-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; max-width: 800px; margin: 0 auto; }
.contact-card { background: #181412; border: 1px solid #2E2520; border-radius: 12px; padding: 40px 32px; text-align: center; box-shadow: 0 4px 24px rgba(255,122,41,0.1); }
.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: #181412; border: 1px solid #2E2520; border-radius: 12px; padding: 32px 24px; text-align: center; box-shadow: 0 4px 24px rgba(255,122,41,0.1); }
.panel-card { background: #181412; border: 1px solid #FF7A29; border-radius: 12px; padding: 32px; box-shadow: 0 4px 24px rgba(255,122,41,0.15); }

.rating-breakdown { max-width: 600px; margin: 0 auto 40px; }
.rating-bar-row { display: flex; align-items: center; gap: 12px; margin-bottom: 8px; color: #998578; font-size: 14px; }
.rating-bar { flex: 1; height: 8px; background: #2E2520; border-radius: 4px; overflow: hidden; }
.rating-bar-fill { height: 100%; background: #FF7A29; 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: #FF7A29; }
.blog-article p { color: #998578; margin-bottom: 16px; }
.blog-cta { background: #181412; border: 1px solid #FF7A29; border-radius: 12px; padding: 32px; margin-top: 40px; text-align: center; box-shadow: 0 4px 24px rgba(255,122,41,0.1); }

.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: #FF7A29; }
.legal-content p { color: #998578; margin-bottom: 12px; }

.popup-overlay { display: none; position: fixed; inset: 0; background: rgba(0,0,0,0.88); z-index: 10000; align-items: center; justify-content: center; }
.popup-overlay.active { display: flex; }
.popup-modal { background: #181412; border: 2px solid #FF7A29; border-radius: 12px; padding: 40px 32px; max-width: 420px; width: 90%; text-align: center; box-shadow: 0 8px 40px rgba(255,122,41,0.25); }
.popup-deal { color: #FF7A29; 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; color: #FFF3EA; }
.popup-old { color: #998578; text-decoration: line-through; }
.popup-price { font-family: 'Rajdhani', sans-serif; font-size: 36px; font-weight: 800; color: #FF7A29; margin: 8px 0; }
.popup-countdown { font-family: 'Rajdhani', sans-serif; font-size: 28px; color: #FF7A29; margin: 16px 0; }
.popup-close { background: none; border: none; color: #998578; 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: #100E0C; flex-direction: column; padding: 24px; border-bottom: 1px solid #2E2520; }
  .nav-links.open { display: flex; }
  .split-section { grid-template-columns: 1fr; }
  .stats-grid { grid-template-columns: repeat(2, 1fr); }
  .why-grid, .step-cards, .pricing-grid, .bento-grid, .blog-grid, .reseller-plans, .contact-grid { display: flex !important; flex-direction: column !important; }
  .reviews-grid { display: flex !important; flex-direction: column !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: #FF7A29 !important; color: #100E0C !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: 'Rajdhani', sans-serif !important;
  }
  body { padding-bottom: 60px !important; }
}
@media (min-width: 769px) {
  .mobile-cta-bar { display: none !important; }
}
