/* Info Pages Specific Styles */
/* Loaded only on: om-oss, kontakt pages */

.info-page {
  padding: var(--spacing-xl) 0;
}

.info-page h1 {
  font-size: 2.5rem;
  margin-bottom: var(--spacing-lg);
  background: var(--gradient-blue);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-align: center;
}

.info-content {
  max-width: 720px;
  margin: 0 auto;
}

.info-content h2 {
  font-size: 1.5rem;
  margin: var(--spacing-lg) 0 var(--spacing-md) 0;
  color: var(--text-primary);
}

.info-content h2:first-of-type {
  margin-top: 0;
}

.info-content p {
  margin-bottom: var(--spacing-md);
  color: var(--text-secondary);
  line-height: 1.7;
}

.info-content ul {
  margin: var(--spacing-md) 0;
  padding-left: var(--spacing-lg);
  color: var(--text-secondary);
  line-height: 1.7;
}

.info-content ul li {
  margin-bottom: var(--spacing-sm);
}

.info-content ul li strong {
  color: var(--text-primary);
}

.link-button {
  display: inline-block;
  padding: 0.75rem 1.5rem;
  background: var(--gradient-blue);
  color: white;
  text-decoration: none;
  border-radius: 12px;
  font-weight: 600;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  box-shadow: 0 4px 12px rgba(83, 243, 255, 0.3);
}

.link-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(83, 243, 255, 0.4);
}

.contact-email {
  margin: var(--spacing-lg) 0;
  font-size: 1.1rem;
}

.contact-email a {
  color: var(--accent-blue);
  text-decoration: none;
  font-size: 1.2rem;
  font-weight: 600;
}

.contact-email a:hover {
  text-decoration: underline;
}
