* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
  color: #2d3748;
  background: linear-gradient(135deg, #f7fafc 0%, #edf2f7 100%);
  line-height: 1.6;
  position: relative;
  overflow-x: hidden;
}

body::before {
  content: '';
  position: fixed;
  top: -10%;
  right: -5%;
  width: 600px;
  height: 600px;
  background: linear-gradient(135deg, rgba(99, 179, 237, 0.15) 0%, rgba(155, 81, 224, 0.15) 100%);
  border-radius: 50%;
  z-index: -1;
  filter: blur(80px);
}

body::after {
  content: '';
  position: fixed;
  bottom: -15%;
  left: -10%;
  width: 700px;
  height: 700px;
  background: linear-gradient(135deg, rgba(72, 187, 120, 0.12) 0%, rgba(99, 179, 237, 0.12) 100%);
  border-radius: 50%;
  z-index: -1;
  filter: blur(90px);
}

.navbar {
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(10px);
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.04);
  padding: 1rem 0;
}

.navbar-brand {
  font-size: 1.5rem;
  font-weight: 700;
  color: #2b6cb0 !important;
  letter-spacing: -0.5px;
}

.navbar-nav .nav-link {
  color: #4a5568;
  font-weight: 500;
  margin: 0 0.5rem;
  transition: color 0.3s ease;
}

.navbar-nav .nav-link:hover {
  color: #2b6cb0;
}

.hero-section {
  padding: 4rem 0;
  position: relative;
  overflow: hidden;
}

.hero-gradient {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background: linear-gradient(120deg, rgba(99, 179, 237, 0.08) 0%, rgba(155, 81, 224, 0.08) 100%);
  z-index: -1;
}

.hero-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #1a202c;
  margin-bottom: 1rem;
  line-height: 1.2;
}

.hero-description {
  font-size: 1.125rem;
  color: #4a5568;
  margin-bottom: 2rem;
  line-height: 1.6;
}

.kpi-widget {
  background: white;
  border-radius: 18px;
  padding: 1.5rem;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
  margin-bottom: 1rem;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.kpi-widget:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}

.kpi-number {
  font-size: 2.5rem;
  font-weight: 700;
  color: #2b6cb0;
  line-height: 1;
}

.kpi-label {
  font-size: 0.875rem;
  color: #718096;
  margin-top: 0.5rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.section-module {
  background: white;
  border-radius: 20px;
  padding: 2.5rem;
  margin-bottom: 2rem;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
  position: relative;
}

.section-header {
  display: flex;
  align-items: center;
  margin-bottom: 1.5rem;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.section-title {
  font-size: 1.75rem;
  font-weight: 700;
  color: #1a202c;
  margin: 0;
}

.signal-chip {
  display: inline-block;
  padding: 0.25rem 0.75rem;
  border-radius: 12px;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.chip-active {
  background: linear-gradient(135deg, #48bb78 0%, #38a169 100%);
  color: white;
}

.chip-neutral {
  background: linear-gradient(135deg, #edf2f7 0%, #e2e8f0 100%);
  color: #4a5568;
}

.chip-overview {
  background: linear-gradient(135deg, #63b3ed 0%, #4299e1 100%);
  color: white;
}

.chip-yellow {
  background: linear-gradient(135deg, #fbd38d 0%, #f6ad55 100%);
  color: #744210;
}

.product-card {
  background: white;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.product-card:hover {
  transform: scale(1.03);
  box-shadow: 0 8px 28px rgba(0, 0, 0, 0.12);
}

.product-image {
  width: 100%;
  height: 240px;
  object-fit: cover;
  background: linear-gradient(135deg, #f7fafc 0%, #edf2f7 100%);
}

.product-body {
  padding: 1.5rem;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
}

.product-title {
  font-size: 1.125rem;
  font-weight: 700;
  color: #1a202c;
  margin-bottom: 0.75rem;
}

.product-description {
  font-size: 0.875rem;
  color: #718096;
  margin-bottom: 1rem;
  line-height: 1.5;
}

.product-price {
  font-size: 1.75rem;
  font-weight: 700;
  color: #2b6cb0;
  margin-bottom: 0.5rem;
}

.product-badge {
  display: inline-block;
  padding: 0.375rem 0.875rem;
  border-radius: 10px;
  font-size: 0.75rem;
  font-weight: 600;
  margin-bottom: 0.75rem;
}

.badge-alltag {
  background: linear-gradient(135deg, #bee3f8 0%, #90cdf4 100%);
  color: #2c5282;
}

.badge-training {
  background: linear-gradient(135deg, #c6f6d5 0%, #9ae6b4 100%);
  color: #22543d;
}

.badge-pause {
  background: linear-gradient(135deg, #feebc8 0%, #fbd38d 100%);
  color: #744210;
}

.badge-routine {
  background: linear-gradient(135deg, #e9d8fd 0%, #d6bcfa 100%);
  color: #44337a;
}

.product-checkpoint {
  font-size: 0.75rem;
  color: #718096;
  margin-bottom: 1rem;
  padding: 0.5rem;
  background: #f7fafc;
  border-radius: 8px;
}

.btn-primary {
  background: linear-gradient(135deg, #3182ce 0%, #2c5282 100%);
  border: none;
  border-radius: 10px;
  padding: 0.75rem 1.5rem;
  font-weight: 600;
  transition: all 0.3s ease;
  margin-top: auto;
}

.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(49, 130, 206, 0.4);
  background: linear-gradient(135deg, #2c5282 0%, #2a4365 100%);
}

.btn-outline-primary {
  border: 2px solid #3182ce;
  color: #3182ce;
  border-radius: 10px;
  padding: 0.75rem 1.5rem;
  font-weight: 600;
  background: transparent;
  transition: all 0.3s ease;
}

.btn-outline-primary:hover {
  background: #3182ce;
  color: white;
  transform: translateY(-2px);
}

.desk-note {
  background: linear-gradient(135deg, #fefcbf 0%, #faf089 100%);
  border-radius: 16px;
  padding: 1.5rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  margin-bottom: 1rem;
  border-left: 4px solid #d69e2e;
}

.desk-note-title {
  font-size: 1rem;
  font-weight: 700;
  color: #744210;
  margin-bottom: 0.5rem;
}

.desk-note-text {
  font-size: 0.875rem;
  color: #744210;
  line-height: 1.5;
}

.checkpoint-list {
  list-style: none;
  padding: 0;
}

.checkpoint-item {
  padding: 0.875rem 1rem;
  margin-bottom: 0.75rem;
  background: #f7fafc;
  border-radius: 12px;
  border-left: 4px solid #48bb78;
  font-size: 0.938rem;
  color: #2d3748;
  display: flex;
  align-items: center;
}

.checkpoint-item::before {
  content: '✓';
  display: inline-block;
  width: 24px;
  height: 24px;
  background: #48bb78;
  color: white;
  border-radius: 50%;
  text-align: center;
  line-height: 24px;
  margin-right: 0.75rem;
  font-weight: 700;
  flex-shrink: 0;
}

.category-board {
  background: white;
  border-radius: 16px;
  padding: 1.5rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
  border: 2px solid #e2e8f0;
  transition: all 0.3s ease;
}

.category-board:hover {
  border-color: #3182ce;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}

.category-title {
  font-size: 1.25rem;
  font-weight: 700;
  color: #1a202c;
  margin-bottom: 1rem;
}

.category-field {
  margin-bottom: 0.75rem;
}

.category-label {
  font-size: 0.75rem;
  color: #718096;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 0.25rem;
}

.category-value {
  font-size: 0.938rem;
  color: #2d3748;
  font-weight: 600;
}

.category-description {
  font-size: 0.875rem;
  color: #718096;
  line-height: 1.5;
  margin-top: 0.75rem;
}

.system-guide-step {
  background: white;
  border-radius: 16px;
  padding: 1.5rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
  text-align: center;
  transition: all 0.3s ease;
  height: 100%;
}

.system-guide-step:hover {
  transform: translateY(-6px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.step-number {
  display: inline-block;
  width: 56px;
  height: 56px;
  background: linear-gradient(135deg, #63b3ed 0%, #4299e1 100%);
  color: white;
  border-radius: 50%;
  line-height: 56px;
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.step-title {
  font-size: 1.125rem;
  font-weight: 700;
  color: #1a202c;
  margin-bottom: 0.5rem;
}

.step-description {
  font-size: 0.875rem;
  color: #718096;
  line-height: 1.5;
}

.user-log {
  background: #f7fafc;
  border-radius: 12px;
  padding: 1.25rem;
  margin-bottom: 1rem;
  border-left: 3px solid #3182ce;
}

.log-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.5rem;
}

.log-user {
  font-weight: 700;
  color: #2d3748;
  font-size: 0.938rem;
}

.log-date {
  font-size: 0.75rem;
  color: #a0aec0;
}

.log-text {
  font-size: 0.875rem;
  color: #4a5568;
  line-height: 1.5;
}

.faq-item {
  background: white;
  border-radius: 16px;
  padding: 1.5rem;
  margin-bottom: 1rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  transition: all 0.3s ease;
}

.faq-item:hover {
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.faq-question {
  font-size: 1rem;
  font-weight: 700;
  color: #1a202c;
  margin-bottom: 0.75rem;
}

.faq-answer {
  font-size: 0.875rem;
  color: #4a5568;
  line-height: 1.6;
}

.footer {
  background: linear-gradient(135deg, #1a202c 0%, #2d3748 100%);
  color: #e2e8f0;
  padding: 3rem 0 1.5rem;
  margin-top: 4rem;
}

.footer-title {
  font-size: 1.125rem;
  font-weight: 700;
  color: white;
  margin-bottom: 1rem;
}

.footer-link {
  display: block;
  color: #cbd5e0;
  text-decoration: none;
  margin-bottom: 0.5rem;
  font-size: 0.875rem;
  transition: color 0.3s ease;
}

.footer-link:hover {
  color: #63b3ed;
  text-decoration: none;
}

.footer-bottom {
  border-top: 1px solid rgba(226, 232, 240, 0.1);
  padding-top: 1.5rem;
  margin-top: 2rem;
  text-align: center;
  font-size: 0.875rem;
  color: #a0aec0;
}

.cta-section {
  background: linear-gradient(135deg, #3182ce 0%, #2c5282 100%);
  border-radius: 20px;
  padding: 3rem 2rem;
  text-align: center;
  color: white;
  margin: 3rem 0;
  box-shadow: 0 8px 32px rgba(49, 130, 206, 0.3);
}

.cta-title {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.cta-description {
  font-size: 1.125rem;
  margin-bottom: 2rem;
  opacity: 0.95;
}

.btn-light {
  background: white;
  color: #2c5282;
  border: none;
  border-radius: 10px;
  padding: 0.875rem 2rem;
  font-weight: 700;
  transition: all 0.3s ease;
}

.btn-light:hover {
  transform: scale(1.05);
  box-shadow: 0 6px 24px rgba(255, 255, 255, 0.3);
  color: #2c5282;
}

.form-control {
  border-radius: 10px;
  border: 2px solid #e2e8f0;
  padding: 0.75rem 1rem;
  transition: all 0.3s ease;
}

.form-control:focus {
  border-color: #3182ce;
  box-shadow: 0 0 0 3px rgba(49, 130, 206, 0.1);
}

.form-label {
  font-weight: 600;
  color: #2d3748;
  margin-bottom: 0.5rem;
}

.table-comparison {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  margin-top: 1.5rem;
}

.table-comparison th {
  background: #f7fafc;
  padding: 0.875rem;
  font-weight: 700;
  color: #2d3748;
  font-size: 0.875rem;
  text-align: left;
  border-bottom: 2px solid #e2e8f0;
}

.table-comparison td {
  padding: 0.875rem;
  font-size: 0.875rem;
  color: #4a5568;
  border-bottom: 1px solid #f7fafc;
}

.table-comparison tr:hover {
  background: #f7fafc;
}

.signal-chips-bar {
  display: flex;
  gap: 0.5rem;
  margin-bottom: 2rem;
  flex-wrap: wrap;
}

.overview-item {
  background: #f7fafc;
  border-radius: 12px;
  padding: 1.25rem;
  margin-bottom: 1rem;
}

.overview-title {
  font-size: 1rem;
  font-weight: 700;
  color: #1a202c;
  margin-bottom: 0.5rem;
}

.overview-text {
  font-size: 0.875rem;
  color: #4a5568;
  line-height: 1.5;
}

.legal-content {
  background: white;
  border-radius: 20px;
  padding: 2.5rem;
  margin: 2rem 0;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.06);
  line-height: 1.8;
}

.legal-content h2 {
  font-size: 1.5rem;
  font-weight: 700;
  color: #1a202c;
  margin: 2rem 0 1rem;
}

.legal-content h3 {
  font-size: 1.25rem;
  font-weight: 700;
  color: #2d3748;
  margin: 1.5rem 0 0.75rem;
}

.legal-content p {
  margin-bottom: 1rem;
  color: #4a5568;
}

.legal-content ul {
  margin-bottom: 1rem;
  padding-left: 2rem;
}

.legal-content li {
  margin-bottom: 0.5rem;
  color: #4a5568;
}

.system-rule {
  background: white;
  border-radius: 16px;
  padding: 1.5rem;
  margin-bottom: 1rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
  border-left: 4px solid #3182ce;
}

.rule-number {
  display: inline-block;
  background: linear-gradient(135deg, #63b3ed 0%, #4299e1 100%);
  color: white;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  text-align: center;
  line-height: 32px;
  font-weight: 700;
  margin-right: 0.75rem;
  font-size: 0.875rem;
}

.rule-title {
  font-size: 1rem;
  font-weight: 700;
  color: #1a202c;
  margin-bottom: 0.5rem;
}

.rule-text {
  font-size: 0.875rem;
  color: #4a5568;
  line-height: 1.5;
}

.thank-you-box {
  background: white;
  border-radius: 20px;
  padding: 4rem 2rem;
  text-align: center;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
  max-width: 600px;
  margin: 4rem auto;
}

.success-icon {
  display: inline-block;
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, #48bb78 0%, #38a169 100%);
  border-radius: 50%;
  line-height: 80px;
  font-size: 2.5rem;
  color: white;
  margin-bottom: 1.5rem;
}

.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(26, 32, 44, 0.98);
  backdrop-filter: blur(10px);
  color: white;
  padding: 1.5rem;
  box-shadow: 0 -4px 24px rgba(0, 0, 0, 0.2);
  z-index: 9999;
  display: none;
}

.cookie-banner.show {
  display: block;
}

.cookie-content {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem;
}

.cookie-text {
  flex: 1;
  min-width: 250px;
  font-size: 0.875rem;
  line-height: 1.5;
}

.cookie-buttons {
  display: flex;
  gap: 0.75rem;
  flex-wrap: wrap;
}

.cookie-btn {
  padding: 0.625rem 1.5rem;
  border-radius: 8px;
  border: none;
  font-weight: 600;
  font-size: 0.875rem;
  cursor: pointer;
  transition: all 0.3s ease;
}

.cookie-btn-accept {
  background: linear-gradient(135deg, #48bb78 0%, #38a169 100%);
  color: white;
}

.cookie-btn-accept:hover {
  transform: scale(1.05);
}

.cookie-btn-decline {
  background: transparent;
  color: white;
  border: 2px solid rgba(255, 255, 255, 0.3);
}

.cookie-btn-decline:hover {
  border-color: white;
}

@media (max-width: 768px) {
  .hero-title {
    font-size: 1.875rem;
  }

  .hero-description {
    font-size: 1rem;
  }

  .section-module {
    padding: 1.5rem;
  }

  .section-title {
    font-size: 1.5rem;
  }

  .product-card {
    margin-bottom: 1.5rem;
  }

  .cta-title {
    font-size: 1.5rem;
  }

  .cta-description {
    font-size: 1rem;
  }

  .cookie-content {
    flex-direction: column;
    text-align: center;
  }

  .cookie-buttons {
    width: 100%;
    justify-content: center;
  }
}
