* { box-sizing: border-box; margin: 0; padding: 0; }
html, body { overflow-x: hidden; background: #FFFFFF; }
body {
  font-family: 'Inter', sans-serif;
  color: #1A202C;
  line-height: 1.6;
  padding-top: 72px;
}
a { color: #2B6CB0; text-decoration: none; }
a:hover { color: #2C5282; }
img { max-width: 100%; }
.logo { display: inline-flex; align-items: center; }

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

.btn {
  display: inline-block; padding: 14px 28px; border-radius: 8px;
  font-weight: 600; font-size: 15px; cursor: pointer; border: none;
  transition: transform 0.2s, box-shadow 0.2s; text-align: center;
}
.btn:hover { transform: translateY(-1px); }
.btn-primary { background: #2B6CB0; color: #FFFFFF; }
.btn-primary:hover { box-shadow: 0 8px 24px rgba(43,108,176,0.35); color: #FFFFFF; }
.btn-ghost { background: transparent; color: #1A202C; border: 2px solid #E2E8F0; }
.btn-ghost:hover { border-color: #2B6CB0; color: #2B6CB0; }

.svc-tag {
  display: inline-block;
  background: rgba(43,108,176,0.08);
  border: 1px solid rgba(43,108,176,0.35);
  color: #2B6CB0;
  padding: 6px 20px; border-radius: 999px;
  font-size: 11px; font-weight: 700;
  letter-spacing: 2px;
  font-family: 'Work Sans', sans-serif;
  text-transform: uppercase;
}

.container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }
.section { padding: 80px 0; }
.section-title {
  font-family: 'Work Sans', sans-serif;
  font-size: clamp(32px, 5vw, 48px); font-weight: 800; line-height: 1.1; margin-bottom: 16px;
  color: #1A202C;
}
.section-subtitle { color: #718096; font-size: 18px; margin-bottom: 48px; }

.hero {
  background-image: linear-gradient(rgba(0,0,0,0.55), rgba(0,0,0,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-top: 72px;
  color: #FFFFFF;
}
.hero .hero-content { color: #FFFFFF; }
.hero .hero-content p, .hero .trust-strip { color: rgba(255,255,255,0.9); }
.hero .svc-tag { background: rgba(43,108,176,0.25); border-color: rgba(124,185,255,0.4); color: #7CB9FF; }
.hero .btn-ghost { color: #FFFFFF; border-color: rgba(255,255,255,0.5); }
.hero .btn-ghost:hover { border-color: #FFFFFF; color: #FFFFFF; background: rgba(255,255,255,0.08); }
.service-badge {
  display: inline-flex; align-items: center; gap: 8px;
  background: rgba(56,161,105,0.15); border: 1px solid rgba(56,161,105,0.4);
  color: #38A169; padding: 8px 16px; border-radius: 999px;
  font-size: 13px; font-weight: 600; margin-bottom: 24px;
}
.service-badge-icon {
  display: inline-flex; align-items: center; justify-content: center;
  width: 22px; height: 22px; border-radius: 50%;
  background: #38A169; color: #fff; font-size: 12px; font-weight: 700;
}
.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: #FFFFFF;
}
.hero-preise { background-image: linear-gradient(rgba(0,0,0,0.55), rgba(0,0,0,0.55)), url('/images/hero-preise.webp'); }
.hero-reseller { background-image: linear-gradient(rgba(0,0,0,0.55), rgba(0,0,0,0.55)), url('/images/hero-reseller.webp'); }
.hero-kontakt { background-image: linear-gradient(rgba(0,0,0,0.55), rgba(0,0,0,0.55)), url('/images/hero-kontakt.webp'); }
.hero-content { max-width: 920px; padding: 40px 24px; }
.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: #718096; font-size: 14px; }
.trust-strip .check { color: #38A169; }

.promise-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; }
.promise-card {
  background: #FFFFFF; border: 1px solid #E2E8F0; border-radius: 16px;
  padding: 36px 28px; text-align: center; box-shadow: 0 2px 16px rgba(43,108,176,0.06);
}
.promise-card .icon { font-size: 42px; margin-bottom: 16px; }
.promise-card h3 { font-family: 'Work Sans', sans-serif; font-size: 22px; font-weight: 700; color: #2B6CB0; margin-bottom: 12px; }
.promise-card p { color: #718096; font-size: 15px; }

.stats-bar { background: #2B6CB0; padding: 40px 24px; color: #FFFFFF; }
.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: 'Work Sans', sans-serif; font-size: 42px; font-weight: 800; }
.stat-label { font-size: 14px; text-transform: uppercase; font-weight: 600; opacity: 0.85; }

.step-cards { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; }
.step-card {
  background: #FFFFFF; border: 1px solid #E2E8F0; border-radius: 16px;
  padding: 32px 24px; text-align: center; box-shadow: 0 2px 16px rgba(43,108,176,0.06);
}
.step-card.blue { border-top: 4px solid #2B6CB0; }
.step-num { font-family: 'Work Sans', sans-serif; font-size: 36px; font-weight: 800; color: #2B6CB0; margin-bottom: 16px; }

.pricing-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; }
.price-card {
  background: #FFFFFF; border: 1px solid #E2E8F0; border-radius: 16px;
  padding: 36px 28px; text-align: center; box-shadow: 0 2px 16px rgba(43,108,176,0.06);
}
.price-card.featured { border-color: #2B6CB0; box-shadow: 0 0 30px rgba(43,108,176,0.1); }
.price-badge { display: inline-block; background: #2B6CB0; color: #FFFFFF; padding: 4px 16px; border-radius: 999px; font-size: 12px; font-weight: 700; margin-bottom: 12px; }
.save-badge { background: #38A169; color: #fff; padding: 4px 12px; border-radius: 999px; font-size: 12px; font-weight: 700; margin-left: 8px; }
.price-card .duration { font-family: 'Work Sans', sans-serif; font-size: 26px; font-weight: 800; }
.price-card .price { font-family: 'Work Sans', sans-serif; font-size: 42px; font-weight: 800; color: #2B6CB0; margin: 12px 0; }
.price-old { text-decoration: line-through; color: #718096; font-size: 20px; }
.pricing-monthly { color: #718096; font-size: 14px; }
.price-features { list-style: none; text-align: left; margin: 20px 0; font-size: 14px; color: #718096; }
.price-features li::before { content: '✓ '; color: #38A169; font-weight: 700; }

.bento-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
.bento-card { background: #FFFFFF; border: 1px solid #E2E8F0; border-radius: 16px; padding: 28px; box-shadow: 0 2px 16px rgba(43,108,176,0.06); }
.bento-wide { grid-column: span 2; }
@media (max-width: 768px) { .bento-wide { grid-column: span 1; } }
.bento-card h3 { font-family: 'Work Sans', sans-serif; font-size: 22px; color: #2B6CB0; margin-bottom: 8px; }
.bento-card p { color: #718096; font-size: 14px; }
.bento-card.alt h3 { color: #38A169; }

.split-section { display: grid; grid-template-columns: 1fr 1fr; min-height: 500px; }
.split-image { overflow: hidden; min-height: 320px; }
.split-content { background: #F7FAFC; padding: 60px 48px; display: flex; flex-direction: column; justify-content: center; border-left: 1px solid #E2E8F0; }
.split-label { color: #2B6CB0; font-family: 'Work Sans', sans-serif; font-size: 14px; letter-spacing: 2px; text-transform: uppercase; font-weight: 700; margin-bottom: 16px; }
.split-content h2 { font-family: 'Work Sans', sans-serif; font-size: clamp(32px, 4vw, 44px); font-weight: 800; margin-bottom: 20px; color: #1A202C; }
.check-list { list-style: none; margin-bottom: 32px; color: #4A5568; }
.check-list li::before { content: '✓ '; color: #38A169; font-weight: 700; }

.reviews-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.review-card { background: #FFFFFF; border: 1px solid #E2E8F0; border-left: 3px solid #2B6CB0; border-radius: 12px; padding: 24px; box-shadow: 0 2px 8px rgba(0,0,0,0.03); }
.review-stars { color: #E5A00D; font-size: 18px; margin-bottom: 12px; }
.review-author { font-weight: 600; color: #1A202C; font-size: 14px; }
.review-date { color: #718096; font-size: 13px; margin-bottom: 8px; }
.review-text { font-size: 14px; color: #718096; }

.faq-list { max-width: 800px; margin: 0 auto; }
.faq-item { border: 1px solid #E2E8F0; border-radius: 12px; margin-bottom: 12px; background: #FFFFFF; overflow: hidden; }
.faq-question { width: 100%; padding: 20px 24px; background: none; border: none; text-align: left; font-family: 'Work Sans', sans-serif; font-size: 18px; font-weight: 700; color: #1A202C; cursor: pointer; display: flex; justify-content: space-between; }
.faq-question span { color: #2B6CB0; font-size: 24px; }
.faq-answer { padding: 0 24px 20px; color: #718096; display: none; }
.faq-item.open .faq-answer { display: block; }

.blog-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; align-items: start; }
.blog-card { background: #FFFFFF; border: 1px solid #E2E8F0; border-radius: 12px; overflow: hidden; display: flex; flex-direction: column; box-shadow: 0 2px 8px rgba(0,0,0,0.03); }
.blog-card-img { aspect-ratio: 16/9; overflow: hidden; }
.blog-card-img img { width: 100%; height: 100%; object-fit: cover; display: block; }
.blog-card-body { padding: 24px; flex: 1; display: flex; flex-direction: column; }
.blog-card h3 { font-family: 'Work Sans', sans-serif; font-size: 22px; margin-bottom: 12px; color: #1A202C; }
.blog-card p { color: #718096; font-size: 14px; margin-bottom: 16px; flex: 1; }
.blog-card a { font-weight: 600; color: #2B6CB0; margin-top: auto; }

.final-cta { background: #F7FAFC; border-top: 2px solid #2B6CB0; text-align: center; padding: 100px 24px; }
.final-cta-blue { background: #2B6CB0; color: #FFFFFF; border-top: none; }
.final-cta-blue h2 { color: #FFFFFF; }
.final-cta-blue .btn-primary { background: #FFFFFF; color: #2B6CB0; }
.final-cta h2 { font-family: 'Work Sans', sans-serif; font-size: clamp(36px,6vw,64px); font-weight: 800; margin-bottom: 32px; }

.site-footer { background: #1A202C; color: #A0AEC0; 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: #FFFFFF; font-family: 'Work Sans', sans-serif; margin-bottom: 16px; }
.footer-links { list-style: none; }
.footer-links a { color: #A0AEC0; }
.footer-links a:hover { color: #FFFFFF; }
.copyright { text-align: center; padding-top: 40px; margin-top: 40px; border-top: 1px solid #2D3748; font-size: 13px; }

.bg-surface { background: #F7FAFC; }
.bg-surface2 { background: #EDF2F7; }

.contact-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 24px; max-width: 700px; margin: 0 auto; }
.contact-card { background: #FFFFFF; border: 1px solid #E2E8F0; border-radius: 12px; padding: 48px 32px; text-align: center; }

.legal-content { max-width: 800px; margin: 0 auto; padding: 60px 24px; }
.legal-content h1 { font-family: 'Work Sans', sans-serif; font-size: 42px; margin-bottom: 32px; }
.legal-content h2 { font-family: 'Work Sans', sans-serif; color: #2B6CB0; margin: 32px 0 16px; }

.blog-article { max-width: 800px; margin: 0 auto; padding: 40px 24px 80px; }
.blog-article h1 { font-family: 'Work Sans', sans-serif; font-size: 42px; font-weight: 800; margin-bottom: 16px; }
.blog-article h2 { font-family: 'Work Sans', sans-serif; font-size: 28px; margin: 40px 0 16px; }
.blog-article p { color: #718096; margin-bottom: 16px; line-height: 1.8; }
.blog-cta { background: #F7FAFC; border: 1px solid #2B6CB0; border-radius: 12px; padding: 32px; text-align: center; margin-top: 48px; }

.panel-card { background: #FFFFFF; border: 1px solid #2B6CB0; border-radius: 12px; padding: 40px; margin: 40px 0; }
.reseller-plans { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; }
.reseller-plan { background: #FFFFFF; border: 1px solid #E2E8F0; border-radius: 12px; padding: 32px; text-align: center; }

.popup-overlay { display: none; position: fixed; inset: 0; background: rgba(0,0,0,0.6); z-index: 10000; align-items: center; justify-content: center; }
.popup-overlay.active { display: flex; }
.popup-modal { background: #FFFFFF; border: 2px solid #2B6CB0; border-radius: 12px; padding: 40px 36px; max-width: 440px; width: 90%; text-align: center; box-shadow: 0 0 50px rgba(43,108,176,0.2); }
.popup-deal { color: #2B6CB0; font-family: 'Work Sans', sans-serif; font-weight: 700; letter-spacing: 2px; }
.popup-countdown { background: #2B6CB0; color: #FFFFFF; padding: 10px 24px; border-radius: 8px; font-family: 'Work Sans', sans-serif; font-size: 24px; font-weight: 800; display: inline-block; margin: 16px 0; }

.rating-breakdown { background: #FFFFFF; border: 1px solid #E2E8F0; border-radius: 12px; padding: 32px; margin-bottom: 32px; }
.rating-bar-row { display: flex; align-items: center; gap: 12px; margin: 8px 0; font-size: 14px; color: #718096; }
.rating-bar { flex: 1; height: 8px; background: #EDF2F7; border-radius: 4px; overflow: hidden; }
.rating-bar-fill { height: 100%; background: #2B6CB0; border-radius: 4px; }

.error-page { min-height: 60vh; display: flex; align-items: center; justify-content: center; text-align: center; }

@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: #FFFFFF; padding: 20px; border-bottom: 1px solid #E2E8F0; }
  .nav-toggle { display: block; }
  .grid, .cards, [class*="grid"], [class*="cards"], [class*="bento"], [class*="row"], .promise-grid, .step-cards, .pricing-grid, .bento-grid, .reviews-grid, .blog-grid, .reseller-plans {
    display: flex !important; flex-direction: column !important; width: 100% !important; overflow: hidden !important;
  }
  .grid > *, .cards > *, [class*="grid"] > *, [class*="row"] > *, [class*="bento"] > *, .promise-grid > *, .step-cards > *, .pricing-grid > *, .bento-grid > *, .reviews-grid > *, .blog-grid > * {
    width: 100% !important; min-width: unset !important; max-width: 100% !important; flex: none !important;
  }
  h1 { font-size: 36px !important; line-height: 1.15 !important; }
  h2 { font-size: 26px !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, 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: #2B6CB0 !important; color: #FFFFFF !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: 'Work Sans', sans-serif !important;
  }
  body { padding-bottom: 60px !important; }
  .split-section { grid-template-columns: 1fr; }
  .split-content { border-left: none; border-top: 1px solid #E2E8F0; padding: 40px 24px; }
  .stats-grid { grid-template-columns: repeat(2,1fr); }
}
@media (min-width: 769px) { .mobile-cta-bar { display: none !important; } }
