/* style.css - Stijl voor MaakHetMetAI.nl */

/* Algemene styling */
* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  background-color: #f7f7f7;
  color: #333;
  scroll-behavior: smooth;
  line-height: 1.6;
}

/* Header styling */
header {
  background-color: #2d2d2d;
  color: white;
  padding: 2em 1em;
  text-align: center;
}

.header-tekst {
  max-width: 1000px;
  margin: 0 auto;
}

.header-tekst h1 {
  margin: 0 0 0.3em 0;
  font-size: 2.5em;
  font-weight: 700;
}

.header-tekst p {
  margin: 0;
  font-size: 1.1em;
  opacity: 0.9;
}

/* Navigatie */
nav {
  display: flex;
  justify-content: center;
  background-color: #444;
  flex-wrap: wrap;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  position: sticky;
  top: 0;
  z-index: 1000;
}

nav a {
  color: white;
  padding: 1em 1.5em;
  font-weight: 500;
  text-decoration: none;
  transition: background-color 0.3s ease;
  border-bottom: 3px solid transparent;
}

nav a:hover,
nav a.active {
  background-color: #666;
  border-bottom-color: #0066cc;
}

/* Standaard content styling */
.content,
main.content {
  max-width: 1000px;
  margin: 0 auto;
  padding: 2em;
  background-color: white;
  min-height: calc(100vh - 200px);
}

/* Secties */
section {
  margin-bottom: 3em;
}

section h2 {
  color: #2d2d2d;
  border-bottom: 2px solid #0066cc;
  padding-bottom: 0.5em;
  margin-bottom: 1em;
}

/* Articles */
article {
  background-color: #f9f9f9;
  padding: 1.5em;
  margin-bottom: 1.5em;
  border-radius: 8px;
  border-left: 4px solid #0066cc;
}

article h3 {
  margin-top: 0;
  color: #2d2d2d;
}

/* Afbeeldingen */
img {
  max-width: 100%;
  height: auto;
  display: block;
  border-radius: 4px;
  transition: transform 0.3s ease;
}

img:not(.logo) {
  margin: 1em auto;
}

img:hover {
  transform: scale(1.02);
}

/* Links */
.section-link {
  display: inline-block;
  margin: 1em 0;
  padding: 0.75em 1.5em;
  background-color: #0066cc;
  color: white;
  text-decoration: none;
  border-radius: 6px;
  transition: all 0.3s ease;
  font-weight: 500;
}

.section-link:hover {
  background-color: #0052a3;
  transform: translateY(-2px);
  box-shadow: 0 4px 8px rgba(0, 102, 204, 0.3);
}

/* Intro box */
.intro-box {
  background: linear-gradient(135deg, #f0f4f8 0%, #e8f2ff 100%);
  padding: 2em;
  border-left: 5px solid #0066cc;
  margin-bottom: 2em;
  border-radius: 8px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

/* Footer */
footer {
  text-align: center;
  padding: 2em 1em;
  background-color: #2d2d2d;
  color: white;
  margin-top: 3em;
}

/* SPECIALE BLOG LAYOUT VOOR BLOG1.HTML - LINDA.NL STIJL */
.blog-layout {
  max-width: 800px;
  margin: 0 auto;
  padding: 2em;
  background-color: #ffffff;
  font-family: "Georgia", "Times New Roman", serif;
  line-height: 1.8;
  color: #333333;
}

.blog-layout .blog-header {
  text-align: center;
  margin-bottom: 2em;
}

.blog-layout h1 {
  font-size: 2.8em;
  color: #000000;
  text-align: center;
  margin-bottom: 0.5em;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.5px;
}

.blog-layout .blog-meta {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 2em;
  font-family: "Segoe UI", Arial, sans-serif;
}

.blog-layout .author-info {
  display: flex;
  align-items: center;
  margin-bottom: 1em;
}

.blog-layout .author-image {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
  margin-right: 1em;
}

.blog-layout .author-name {
  font-weight: bold;
  font-size: 1.1em;
  margin: 0;
}

.blog-layout .publish-date {
  font-size: 1em;
  color: #666;
  margin-top: 0.5em;
}

.blog-layout .blog-content {
  font-size: 1.1em;
  line-height: 1.9;
}

.blog-layout .blog-content p:first-of-type::first-letter {
  float: left;
  font-size: 4em;
  line-height: 0.8;
  padding-right: 0.1em;
  padding-top: 0.1em;
  font-weight: bold;
  color: #000;
}

.blog-layout .blog-content p {
  margin-bottom: 1.8em;
}

.blog-layout h2 {
  font-size: 1.8em;
  color: #000000;
  margin: 1.5em 0 1em 0;
  font-weight: 600;
  border: none;
  padding: 0;
}

.blog-layout h3 {
  font-size: 1.4em;
  color: #000000;
  margin: 1.5em 0 1em 0;
  font-weight: 500;
}

.blog-layout blockquote {
  font-style: italic;
  font-size: 1.2em;
  color: #333;
  background-color: #f9f9f9;
  padding: 1.5em;
  border-left: 4px solid #000;
  margin: 2em 0;
  line-height: 1.6;
}

.blog-layout .social-share {
  display: flex;
  justify-content: center;
  gap: 1em;
  margin: 3em 0;
  padding-top: 2em;
  border-top: 1px solid #eee;
}

.blog-layout .social-share a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #f0f0f0;
  color: #333;
  text-decoration: none;
  transition: all 0.3s ease;
}

.blog-layout .social-share a:hover {
  background-color: #000;
  color: #fff;
}

.blog-layout .read-more {
  background-color: #f9f9f9;
  padding: 2em;
  margin: 3em 0;
  border-radius: 8px;
}

.blog-layout .read-more h3 {
  margin-top: 0;
  font-size: 1.4em;
  border-bottom: 1px solid #eee;
  padding-bottom: 0.5em;
}

.blog-layout .read-more ul {
  padding-left: 1.5em;
}

.blog-layout .read-more li {
  margin-bottom: 1em;
}

.blog-layout .read-more a {
  color: #000;
  text-decoration: none;
  font-weight: 500;
}

.blog-layout .read-more a:hover {
  text-decoration: underline;
}

/* Responsive aanpassingen */
@media (max-width: 768px) {
  .blog-layout {
    padding: 1.5em;
  }

  .blog-layout h1 {
    font-size: 2.2em;
  }

  .blog-layout .blog-content p:first-of-type::first-letter {
    font-size: 3em;
  }
}

/* Responsive design */
@media (max-width: 768px) {
  .content,
  main.content,
  .blog-layout {
    padding: 1em;
  }

  nav {
    flex-direction: column;
  }

  nav a {
    text-align: center;
    padding: 0.8em;
  }

  .header-tekst h1 {
    font-size: 2em;
  }
}

/* Print styling */
@media print {
  nav,
  footer {
    display: none;
  }

  .blog-layout {
    background: white;
    box-shadow: none;
  }
}
