:root {
  --bg: #FFFFFF;
  --surface: #FFFFFF;
  --surface2: #FBF8F2;
  --accent: #D97706;
  --accent-hover: #B86205;
  --text: #221C13;
  --muted: #7A7062;
  --border: #F0E6D2;
  --footer: #1A1409;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html, body { overflow-x: hidden; background: var(--bg); color: var(--text); font-family: "Inter", sans-serif; line-height: 1.6; padding-top: 72px; }
img { max-width: 100%; }
a { color: var(--accent); text-decoration: none; }
a:hover { color: var(--accent-hover); }

.logo { display: inline-flex; align-items: center; }
.site-header { position: fixed; top: 0; right: 0; left: 0; z-index: 1000; background: rgba(255,255,255,0.92); backdrop-filter: blur(12px); border-bottom: 1px solid var(--border); height: 72px; }
.header-inner { max-width: 1200px; margin: 0 auto; height: 72px; padding: 0 24px; display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.nav-toggle { display: none; background: none; border: 1px solid var(--border); color: var(--text); border-radius: 8px; width: 42px; height: 38px; cursor: pointer; font-size: 20px; }
.nav-links { list-style: none; display: flex; gap: 24px; margin: 0; padding: 0; align-items: center; }
.nav-links a { color: var(--text); font-size: 0.9rem; font-weight: 500; }
.nav-links a:hover { color: var(--accent); }

.btn { display: inline-block; background: var(--accent); border: none; color: #fff; padding: 14px 28px; border-radius: 10px; font-size: 14px; font-weight: 600; cursor: pointer; transition: background 0.2s; text-align: center; }
.btn:hover { background: var(--accent-hover); color: #fff; }
.btn-primary { background: var(--accent); color: #fff; }
.btn-ghost { background: #fff; border: 1.5px solid var(--border); color: var(--text); }
.btn-ghost:hover { background: var(--surface2); color: var(--text); }

.hero, .hero-page { position: relative; background-image: linear-gradient(rgba(255,255,255,0.55), rgba(255,255,255,0.55)), 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: 110px 24px 80px; }
.hero-preise { background-image: linear-gradient(rgba(255,255,255,0.55), rgba(255,255,255,0.55)), url("/images/hero-preise.webp"); }
.hero-reseller { background-image: linear-gradient(rgba(255,255,255,0.55), rgba(255,255,255,0.55)), url("/images/hero-reseller.webp"); }
.hero-kontakt { background-image: linear-gradient(rgba(255,255,255,0.55), rgba(255,255,255,0.55)), url("/images/hero-kontakt.webp"); }
.hero-content { width: min(800px, 100%); color: var(--text); }

.stick-badge { display: inline-block; background: #FBF8F2; border: 1px solid #F0E6D2; color: #D97706; padding: 6px 18px; border-radius: 50px; font-size: 12px; font-weight: 600; margin-bottom: 20px; }
.stick-badge-card { display: inline-block; background: rgba(232,76,61,0.1); color: var(--accent); font-size: 11px; font-weight: 600; padding: 4px 12px; border-radius: 50px; margin-bottom: 12px; }
.hero-stars { color: var(--accent); font-size: 18px; font-weight: 600; margin-bottom: 16px; }
.hero-sub { color: var(--muted); font-size: 1.05rem; max-width: 540px; margin: 0 auto 28px; line-height: 1.7; }
.hero-buttons { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; margin-bottom: 24px; }
.trust-strip { display: flex; flex-wrap: wrap; gap: 16px 24px; justify-content: center; font-size: 13px; color: var(--muted); }
.trust-strip .check { color: var(--accent); }

h1, h2, h3, .section-title, .popup-title { font-family: "Inter", sans-serif; font-weight: 700; color: var(--text); }
.section { padding: 100px 24px; }
.container { max-width: 1100px; margin: 0 auto; }
.bg-surface { background: var(--surface); }
.bg-surface2 { background: var(--surface2); }
.section-title { font-size: clamp(28px, 4vw, 44px); margin-bottom: 40px; text-align: center; }

.stats-bar-light { background: var(--surface2); color: var(--text); padding: 48px 24px; }
.stats-bar-light .stat-value { font-family: "Inter", sans-serif; font-size: 42px; font-weight: 800; color: var(--accent); }
.stats-bar-light .stat-label { font-size: 13px; text-transform: uppercase; letter-spacing: 1px; color: var(--muted); }
.stats-grid { max-width: 900px; margin: 0 auto; display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; text-align: center; }

.direct-grid, .pricing-grid, .steps-row, .bento-grid, .reviews-grid, .blog-grid, .why-grid { display: grid; gap: 24px; }
.steps-row, .pricing-grid, .bento-grid, .why-grid { grid-template-columns: repeat(3, 1fr); }
.reviews-grid { grid-template-columns: repeat(2, 1fr); }
.blog-grid { grid-template-columns: repeat(3, 1fr); }

.stick-card, .step-card, .review-card, .blog-card, .why-card { background: var(--surface); border: 1px solid var(--border); border-radius: 16px; padding: 28px; box-shadow: 0 2px 12px rgba(34,25,23,0.04); }
.stick-card.featured { border: 2px solid var(--accent); }
.duration { font-family: "Inter", sans-serif; font-size: 20px; font-weight: 700; margin-bottom: 8px; }
.price { font-family: "Inter", sans-serif; font-size: 42px; font-weight: 800; color: var(--accent); margin-bottom: 4px; }
.price-old { font-size: 18px; color: var(--muted); text-decoration: line-through; }
.pricing-monthly { color: var(--muted); font-size: 14px; margin-bottom: 20px; }
.price-features { list-style: none; margin-bottom: 24px; color: var(--muted); font-size: 14px; }
.price-features li { padding: 4px 0; }
.save-badge { display: inline-block; background: var(--accent); color: #fff; font-size: 11px; font-weight: 600; padding: 4px 10px; border-radius: 50px; margin-left: 8px; }
.step-num { font-family: "Inter", sans-serif; font-size: 36px; font-weight: 800; color: var(--accent); margin-bottom: 12px; }
.step-num-circle { display: inline-flex; align-items: center; justify-content: center; width: 48px; height: 48px; border-radius: 50%; background: var(--accent); color: #fff; font-weight: 700; font-size: 18px; margin-bottom: 16px; }

.split-section { display: grid; grid-template-columns: 1fr 1fr; min-height: 480px; }
.split-image img { width: 100%; height: 100%; object-fit: cover; display: block; border-radius: 16px; }
.split-content { background: var(--surface); padding: 80px 64px; display: flex; flex-direction: column; justify-content: center; }
.split-label { font-size: 11px; letter-spacing: 2px; color: var(--accent); margin-bottom: 16px; font-weight: 600; }
.split-content h2 { font-size: clamp(32px, 3vw, 40px); margin-bottom: 24px; line-height: 1.2; }
.check-list { list-style: none; margin-bottom: 28px; }
.check-list li { padding: 10px 0 10px 28px; position: relative; color: var(--muted); }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: var(--accent); font-weight: 700; }

.review-stars { color: var(--accent); margin-bottom: 12px; }
.review-text { font-style: italic; margin-bottom: 12px; line-height: 1.6; }
.review-author, .review-meta { color: var(--muted); font-size: 13px; }

.faq-list { max-width: 760px; margin: 0 auto; }
.faq-item { border-bottom: 1px solid var(--border); }
.faq-question { width: 100%; background: none; border: none; padding: 24px 0; text-align: left; font-family: "Inter", sans-serif; font-size: 18px; font-weight: 700; color: var(--text); cursor: pointer; display: flex; justify-content: space-between; align-items: center; }
.faq-answer { display: none; padding: 0 0 24px; color: var(--muted); line-height: 1.7; }
.faq-item.open .faq-answer { display: block; }

.blog-card-img img { width: 100%; display: block; border-radius: 16px 16px 0 0; }
.blog-card-body { padding: 24px; }
.blog-card h3 { font-size: 20px; margin: 8px 0 12px; line-height: 1.3; }
.mx-tag { font-size: 11px; letter-spacing: 2px; text-transform: uppercase; color: var(--accent); font-weight: 600; }

.final-cta-stick { background: var(--surface2); color: var(--text); text-align: center; padding: 100px 24px; }
.final-cta-stick h2 { margin-bottom: 32px; line-height: 1.2; }

.site-footer { background: var(--footer); color: #fff; padding: 80px 24px 40px; }
.footer-grid { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 48px; }
.footer-grid h4 { font-size: 13px; letter-spacing: 1px; text-transform: uppercase; margin-bottom: 16px; color: rgba(255,255,255,0.6); }
.footer-links { list-style: none; }
.footer-links li { margin-bottom: 8px; }
.footer-links a { color: rgba(255,255,255,0.85); font-size: 14px; }
.brand-col p { color: rgba(255,255,255,0.6); font-size: 14px; line-height: 1.7; }
.copyright { max-width: 1100px; margin: 48px auto 0; text-align: center; font-size: 12px; color: rgba(255,255,255,0.5); }

.popup-overlay { display: none; position: fixed; inset: 0; background: rgba(26,18,16,0.5); z-index: 10000; align-items: center; justify-content: center; padding: 24px; }
.popup-overlay.active { display: flex; }
.popup-modal-light { background: #fff; border: 2px solid var(--accent); padding: 40px; max-width: 420px; width: 100%; text-align: center; border-radius: 16px; box-shadow: 0 8px 32px rgba(34,25,23,0.12); }
.popup-deal { color: var(--accent); font-size: 12px; font-weight: 600; letter-spacing: 1px; margin-bottom: 12px; }
.popup-old { color: var(--muted); text-decoration: line-through; }
.popup-price { font-family: "Inter", sans-serif; font-size: 32px; font-weight: 800; color: var(--accent); margin: 8px 0 16px; }
.popup-countdown { font-size: 18px; color: var(--accent); margin-bottom: 8px; }
.popup-close { background: none; border: none; color: var(--muted); margin-top: 16px; cursor: pointer; font-size: 14px; text-decoration: underline; }

.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; max-width: 760px; margin: 0 auto; }
.contact-card { background: var(--surface); border: 1px solid var(--border); border-radius: 16px; padding: 32px; box-shadow: 0 2px 12px rgba(34,25,23,0.04); }
.contact-card .icon { font-size: 32px; margin-bottom: 16px; }
.reseller-plans { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.reseller-plan { background: var(--surface); border: 1px solid var(--border); border-radius: 16px; padding: 32px; }
.panel-card { background: var(--surface); border: 2px solid var(--accent); border-radius: 16px; padding: 32px; margin-bottom: 40px; box-shadow: 0 2px 12px rgba(232,76,61,0.08); }

.rating-breakdown { max-width: 480px; margin: 0 auto 48px; }
.rating-bar-row { display: flex; align-items: center; gap: 12px; margin: 8px 0; font-size: 14px; }
.rating-bar { flex: 1; height: 8px; background: var(--border); border-radius: 4px; }
.rating-bar-fill { height: 100%; background: var(--accent); border-radius: 4px; }
.stat-value { font-family: "Inter", sans-serif; font-size: 48px; font-weight: 800; color: var(--accent); }

.blog-article { max-width: 760px; margin: 0 auto; padding: 80px 24px 120px; }
.blog-article h1 { font-size: clamp(32px, 4vw, 44px); margin: 16px 0 24px; }
.blog-article p { margin-bottom: 20px; color: var(--muted); line-height: 1.8; }
.blog-cta { background: var(--surface2); border: 1px solid var(--border); border-radius: 16px; padding: 32px; margin-top: 40px; }
.legal-content { max-width: 760px; margin: 0 auto; padding: 80px 24px 120px; }
.error-page { min-height: 60vh; display: flex; align-items: center; justify-content: center; text-align: center; padding: 80px 24px; }
.mobile-cta-bar { display: none; }

@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: 32px !important; line-height: 1.25 !important; }
  h2 { font-size: 24px !important; }
  img { max-width: 100% !important; height: auto !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: #D97706 !important; color: white !important; text-align: center !important; padding: 16px !important; z-index: 9999 !important; font-weight: 600 !important; font-size: 16px !important; display: block !important; text-decoration: none !important; font-family: "Inter", sans-serif !important; }
  body { padding-bottom: 60px !important; }
  .nav-toggle { display: block; }
  .nav-links { display: none; position: absolute; top: 72px; left: 0; right: 0; background: #fff; flex-direction: column; padding: 24px; border-bottom: 1px solid var(--border); }
  .nav-links.open { display: flex; }
  .header-inner .btn-primary { display: none; }
  .section { padding: 64px 20px; }
  .stats-grid { grid-template-columns: repeat(2, 1fr) !important; }
  .split-section { grid-template-columns: 1fr !important; display: flex !important; flex-direction: column !important; }
  .split-content { padding: 48px 24px; }
  .reviews-grid { grid-template-columns: 1fr !important; }
}
@media (min-width: 769px) { .mobile-cta-bar { display: none !important; } }
