* { box-sizing: border-box; margin: 0; padding: 0; }
html, body { overflow-x: hidden; background: #FFFFFF; }
body {
  font-family: 'Inter', 'SF Pro Display', -apple-system, BlinkMacSystemFont, sans-serif;
  font-weight: 400;
  color: #1D1D1F;
  line-height: 1.6;
  padding-top: 72px;
}
a { color: #0071E3; text-decoration: none; }
a:hover { color: #0058B0; }
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(255,255,255,0.94);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border-bottom: 1px solid #D2D2D7;
  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: #1D1D1F; font-weight: 500; font-size: 15px; }
.nav-links a:hover { color: #0071E3; }
.nav-toggle { display: none; background: none; border: none; color: #1D1D1F; font-size: 24px; cursor: pointer; }

.btn {
  display: inline-block; padding: 14px 28px; border-radius: 980px;
  font-weight: 600; font-size: 15px; cursor: pointer; border: none;
  transition: transform 0.2s, background 0.2s, border-color 0.2s, color 0.2s;
  text-align: center; font-family: 'Inter', 'SF Pro Display', -apple-system, sans-serif;
}
.btn:hover { transform: translateY(-1px); }
.btn-primary { background: #0071E3; color: #FFFFFF; }
.btn-primary:hover { background: #0058B0; color: #FFFFFF; }
.btn-green { background: #0071E3; color: #FFFFFF; }
.btn-green:hover { background: #0058B0; }
.btn-ghost { background: transparent; color: #1D1D1F; border: 2px solid #D2D2D7; }
.btn-ghost:hover { border-color: #0071E3; color: #0071E3; }
.btn-ghost-light {
  background: transparent; color: #FFFFFF;
  border: 2px solid rgba(255,255,255,0.7);
}
.btn-ghost-light:hover { border-color: #FFFFFF; color: #FFFFFF; background: rgba(255,255,255,0.1); }
.btn-dark { background: #1D1D1F; color: #FFFFFF; border: 2px solid #1D1D1F; }
.btn-dark:hover { background: #333336; }

.badge-pill, .mac-tag {
  display: inline-block;
  background: rgba(0,113,227,0.1);
  border: 1px solid rgba(0,113,227,0.25);
  color: #0071E3;
  padding: 8px 20px; border-radius: 980px;
  font-size: 13px; font-weight: 600;
  letter-spacing: 0.5px;
  font-family: 'Inter', sans-serif;
}

.text-blue { color: #0071E3; }

.container { max-width: 1200px; margin: 0 auto; padding: 0 24px; }
.section { padding: 80px 0; }
.section-title {
  font-family: 'Inter', 'SF Pro Display', -apple-system, sans-serif;
  font-size: 48px; font-weight: 700; line-height: 1.1; margin-bottom: 16px;
  color: #1D1D1F;
}
.section-subtitle { color: #86868B; font-size: 18px; margin-bottom: 48px; font-weight: 400; }

.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;
}
.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.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; color: #fff; }
.hero-content h1 { color: #fff; }
.hero-content p, .hero-subtitle { color: rgba(255,255,255,0.92); font-size: 18px; margin-bottom: 32px; max-width: 720px; margin-left: auto; margin-right: auto; }
.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(255,255,255,0.9); font-size: 14px; font-weight: 500; }
.trust-strip .check { color: #34C759; font-weight: 700; }

.app-pills-wrap { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; margin: 20px 0 24px; }
.app-pill {
  display: inline-block;
  background: rgba(255,255,255,0.12);
  border: 1px solid rgba(255,255,255,0.35);
  color: #FFFFFF;
  padding: 8px 18px; border-radius: 980px;
  font-size: 13px; font-weight: 600;
  font-family: 'Inter', sans-serif;
  backdrop-filter: blur(8px);
}

.stats-bar {
  background: #0071E3;
  padding: 48px 24px;
}
.stats-bar-mac { background: #0071E3; }
.stats-bar-mac .stat-value { color: #FFFFFF; }
.stats-bar-mac .stat-label { color: rgba(255,255,255,0.85); }
.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: 'Inter', 'SF Pro Display', sans-serif; font-size: 48px; font-weight: 700; color: #FFFFFF; }
.stat-label { color: rgba(255,255,255,0.85); font-size: 13px; text-transform: uppercase; letter-spacing: 2px; margin-top: 4px; font-weight: 600; }

.step-cards { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.step-card {
  background: #FFFFFF;
  border: 1px solid #D2D2D7;
  border-radius: 18px; padding: 28px 24px;
  border-top: 4px solid #0071E3;
  box-shadow: 0 2px 12px rgba(0,0,0,0.04);
}
.step-card.mac { border-top-color: #0071E3; }
.step-num {
  font-family: 'Inter', sans-serif;
  font-size: 32px; font-weight: 700; color: #0071E3; margin-bottom: 12px;
}
.step-card h3 { font-family: 'Inter', sans-serif; font-size: 18px; font-weight: 600; margin-bottom: 10px; color: #1D1D1F; }
.step-card p { color: #86868B; font-size: 14px; line-height: 1.6; }

.device-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.device-grid.apps-5 { grid-template-columns: repeat(3,1fr); }
.device-card {
  background: #FFFFFF;
  border: 1px solid #D2D2D7;
  border-radius: 18px; padding: 28px;
  position: relative;
  box-shadow: 0 2px 12px rgba(0,0,0,0.04);
}
.device-card.mac { border-left: 4px solid #0071E3; }
.device-card .icon { font-size: 32px; margin-bottom: 12px; }
.device-card h3 { font-family: 'Inter', sans-serif; font-size: 18px; font-weight: 600; margin-bottom: 8px; color: #1D1D1F; }
.device-card p { color: #86868B; font-size: 14px; margin-bottom: 16px; }
.ok-badge {
  display: inline-block;
  background: rgba(52,199,89,0.12);
  color: #248A3D;
  padding: 4px 12px; border-radius: 980px;
  font-size: 12px; font-weight: 600;
}

.pricing-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; }
.price-card {
  background: #FFFFFF;
  border: 1px solid #D2D2D7;
  border-radius: 18px; padding: 36px 28px; text-align: center;
  box-shadow: 0 2px 12px rgba(0,0,0,0.04);
}
.price-card.featured {
  border: 2px solid #0071E3;
  box-shadow: 0 8px 32px rgba(0,113,227,0.15);
}
.price-badge {
  display: inline-block; background: rgba(0,113,227,0.1);
  color: #0071E3; padding: 6px 16px; border-radius: 980px;
  font-size: 12px; font-weight: 600; margin-bottom: 12px;
  font-family: 'Inter', sans-serif; letter-spacing: 0.5px;
}
.save-badge {
  background: #34C759; color: #FFFFFF;
  padding: 4px 12px; border-radius: 980px; font-size: 11px; font-weight: 600; margin-left: 8px;
}
.price-card .duration { font-family: 'Inter', sans-serif; font-size: 26px; font-weight: 600; color: #1D1D1F; }
.price-card .price { font-family: 'Inter', sans-serif; font-size: 42px; font-weight: 700; color: #0071E3; margin: 12px 0; }
.price-old { text-decoration: line-through; color: #86868B; font-size: 20px; }
.pricing-monthly { color: #86868B; font-size: 14px; }
.price-features { list-style: none; text-align: left; margin: 20px 0; font-size: 14px; color: #86868B; }
.price-features li { padding: 6px 0; }
.price-features li::before { content: '✓ '; color: #34C759; font-weight: 700; }

.bento-grid { display: grid; grid-template-columns: repeat(3,1fr); grid-template-rows: auto auto; gap: 16px; }
.bento-card {
  background: #FFFFFF;
  border: 1px solid #D2D2D7;
  border-radius: 18px; padding: 28px;
  border-left: 4px solid #0071E3;
  box-shadow: 0 2px 12px rgba(0,0,0,0.04);
}
.bento-card.mac { border-left-color: #86868B; }
.bento-card h3 { font-family: 'Inter', sans-serif; font-size: 20px; font-weight: 600; margin-bottom: 8px; color: #1D1D1F; }
.bento-card p { color: #86868B; font-size: 14px; }

.split-section {
  display: grid; grid-template-columns: 1fr 1fr; min-height: 480px;
}
.split-image { overflow: hidden; min-height: 320px; }
.split-image img { width: 100%; height: 100%; object-fit: cover; }
.split-content {
  background: #F5F5F7; padding: 60px 48px;
  display: flex; flex-direction: column; justify-content: center;
}
.split-label {
  display: inline-block; color: #0071E3; font-size: 13px; font-weight: 600;
  letter-spacing: 1px; margin-bottom: 16px;
}
.split-content h2 {
  font-family: 'Inter', sans-serif;
  font-size: clamp(28px,4vw,42px); font-weight: 700;
  line-height: 1.15; margin-bottom: 24px; color: #1D1D1F;
}
.check-list { list-style: none; margin-bottom: 24px; }
.check-list li { padding: 8px 0; color: #1D1D1F; }
.check-list li::before { content: '✓ '; color: #34C759; font-weight: 700; }

.reviews-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.review-card {
  background: #FFFFFF;
  border: 1px solid #D2D2D7;
  border-left: 4px solid #0071E3;
  border-radius: 18px; padding: 24px;
  display: flex; flex-direction: column;
  box-shadow: 0 2px 12px rgba(0,0,0,0.04);
}
.review-stars { color: #0071E3; font-size: 18px; margin-bottom: 12px; }
.review-text { font-size: 15px; color: #1D1D1F; line-height: 1.7; flex: 1; margin-bottom: 16px; }
.review-author { font-weight: 600; font-size: 14px; margin-bottom: 4px; color: #1D1D1F; }
.review-date { color: #86868B; font-size: 12px; margin-bottom: 12px; }

.faq-list { max-width: 800px; margin: 0 auto; }
.faq-item {
  border: 1px solid #D2D2D7;
  border-radius: 18px; margin-bottom: 12px;
  background: #FFFFFF; overflow: hidden;
}
.faq-question {
  width: 100%; padding: 20px 24px; background: none; border: none; text-align: left;
  font-family: 'Inter', sans-serif; font-size: 17px; font-weight: 600;
  color: #1D1D1F; cursor: pointer; display: flex; justify-content: space-between; align-items: center;
}
.faq-question span { color: #0071E3; font-size: 22px; }
.faq-answer { padding: 0 24px 20px; color: #86868B; font-size: 15px; 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 #D2D2D7;
  border-radius: 18px; overflow: hidden;
  display: flex; flex-direction: column; height: auto;
  box-shadow: 0 2px 12px rgba(0,0,0,0.04);
}
.blog-card-img {
  aspect-ratio: 16 / 9; overflow: hidden; flex-shrink: 0; width: 100%; line-height: 0;
}
.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: 'Inter', sans-serif; font-size: 20px; font-weight: 600; margin-bottom: 12px; color: #1D1D1F; line-height: 1.3; }
.blog-card p { color: #86868B; font-size: 14px; margin-bottom: 16px; flex: 1; line-height: 1.6; }
.blog-card a { font-weight: 600; color: #0071E3; margin-top: auto; }

.final-cta {
  background: #0071E3;
  text-align: center; padding: 100px 24px; color: #FFFFFF;
}
.final-cta-mac { background: #0071E3; }
.final-cta h2 {
  font-family: 'Inter', sans-serif;
  font-size: clamp(36px,6vw,64px); font-weight: 700; margin-bottom: 32px;
  line-height: 1.1; color: #FFFFFF;
}

.site-footer { background: #1D1D1F; color: #86868B; padding: 60px 0 30px; border-top: 1px solid #333336; }
.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: 'Inter', sans-serif; font-size: 16px; margin-bottom: 16px; font-weight: 600; }
.footer-links { list-style: none; }
.footer-links a { color: #86868B; font-size: 14px; }
.footer-links a:hover { color: #0071E3; }
.copyright { text-align: center; padding-top: 40px; margin-top: 40px; border-top: 1px solid #333336; font-size: 13px; color: #86868B; }

.bg-surface { background: #F5F5F7; }
.bg-surface2 { background: #E8E8ED; }

.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 #D2D2D7;
  border-radius: 18px; padding: 48px 32px; text-align: center;
  box-shadow: 0 2px 12px rgba(0,0,0,0.04);
}
.contact-card .icon { font-size: 48px; margin-bottom: 16px; }
.contact-card h3 { font-family: 'Inter', sans-serif; font-size: 24px; margin-bottom: 12px; font-weight: 600; color: #1D1D1F; }
.contact-card p { color: #86868B; margin-bottom: 20px; }

.legal-content { max-width: 800px; margin: 0 auto; padding: 60px 24px; }
.legal-content h1 { font-family: 'Inter', sans-serif; font-size: 42px; margin-bottom: 32px; font-weight: 700; color: #1D1D1F; }
.legal-content h2 { font-family: 'Inter', sans-serif; font-size: 24px; margin: 32px 0 16px; color: #0071E3; font-weight: 600; }
.legal-content p, .legal-content li { color: #86868B; 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: 18px; margin: 30px 0; background: #F5F5F7; line-height: 0; }
.blog-article-image img { width: 100%; height: 100%; object-fit: cover; display: block; }
.blog-article h1 { font-family: 'Inter', sans-serif; font-size: 42px; font-weight: 700; line-height: 1.15; margin-bottom: 16px; color: #1D1D1F; }
.blog-article h2 { font-family: 'Inter', sans-serif; font-size: 28px; font-weight: 600; margin: 40px 0 16px; color: #1D1D1F; }
.blog-article h3 { font-family: 'Inter', sans-serif; font-size: 22px; color: #0071E3; margin: 28px 0 12px; font-weight: 600; }
.blog-article p { margin-bottom: 16px; color: #1D1D1F; line-height: 1.8; }
.blog-cta {
  background: #F5F5F7; border: 1px solid #D2D2D7;
  border-radius: 18px; padding: 32px; text-align: center; margin-top: 48px;
}

.panel-card {
  background: #FFFFFF; border: 1px solid #D2D2D7;
  border-radius: 18px; padding: 40px; margin: 40px 0;
  box-shadow: 0 2px 12px rgba(0,0,0,0.04);
}
.reseller-plans { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; }
.reseller-plan {
  background: #FFFFFF; border: 1px solid #D2D2D7;
  border-radius: 18px; padding: 32px; text-align: center;
  box-shadow: 0 2px 12px rgba(0,0,0,0.04);
}
.reseller-plan .price { font-family: 'Inter', sans-serif; font-weight: 700; color: #0071E3; }

.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 #0071E3;
  border-radius: 18px; padding: 40px 36px; max-width: 440px; width: 90%; text-align: center;
}
.popup-deal { font-family: 'Inter', sans-serif; font-size: 14px; font-weight: 600; color: #0071E3; letter-spacing: 1px; margin-bottom: 8px; }
.popup-title { font-family: 'Inter', sans-serif; font-size: 26px; font-weight: 700; margin: 16px 0; color: #1D1D1F; }
.popup-old { text-decoration: line-through; color: #86868B; font-size: 18px; }
.popup-price { font-family: 'Inter', sans-serif; font-size: 36px; font-weight: 700; color: #0071E3; margin: 8px 0; }
.popup-countdown {
  background: rgba(0,113,227,0.1); color: #0071E3;
  padding: 10px 24px; border-radius: 980px;
  font-family: 'Inter', sans-serif; font-size: 24px; font-weight: 700;
  display: inline-block; margin: 16px 0; border: 1px solid rgba(0,113,227,0.25);
}
.popup-close { background: none; border: none; color: #86868B; 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: 'Inter', sans-serif; font-size: 64px; font-weight: 700; color: #0071E3; }

.mobile-cta-bar { display: none; }

@media (max-width: 768px) {
  .nav-toggle { display: block; }
  .nav-links { display: none; }
  .nav-links.open {
    display: flex; flex-direction: column; position: absolute;
    top: 72px; left: 0; right: 0; background: rgba(255,255,255,0.98);
    padding: 24px; border-bottom: 1px solid #D2D2D7;
  }
  .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;
  }
  .split-section { grid-template-columns: 1fr; }
  .step-cards { grid-template-columns: 1fr; }
  [class*="review"] > *, [class*="bewertung"] > * {
    width: 100% !important; max-width: 100% !important;
  }
  h1 { font-size: 34px !important; line-height: 1.2 !important; }
  h2 { font-size: 26px !important; }
  img { max-width: 100% !important; height: auto !important; }
  .section-title { font-size: 32px; }
  .pricing-grid { grid-template-columns: 1fr; }
  .stats-grid { grid-template-columns: repeat(2, 1fr); }
  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: #0071E3 !important; color: #FFFFFF !important;
    text-align: center !important; padding: 16px !important;
    z-index: 9999 !important; font-weight: 700 !important; font-size: 16px !important;
    display: block !important; text-decoration: none !important;
    font-family: 'Inter', sans-serif !important;
  }
  body { padding-bottom: 60px !important; }
}
@media (min-width: 769px) {
  .mobile-cta-bar { display: none !important; }
}
