/*
 * BRAINSCIENTIST - Regular Sections
 * Clean content blocks with good vertical rhythm
 */
section.regular {
  padding: var(--space-xl) 1.5rem;
  background: var(--color-background);
}
section.regular .regular-container {
  max-width: 800px;
  margin: 0 auto;
}
section.regular .regular-container .inner {
  padding: var(--space-md) 0;
}
/* Section titles */
section.regular .regular-title {
  text-align: center;
  color: var(--color-primary);
  margin-bottom: var(--space-md);
  position: relative;
}
/* Optional: subtle underline decoration */
section.regular .regular-title::after {
  content: "";
  display: block;
  width: 60px;
  height: 3px;
  background: var(--color-accent);
  margin: var(--space-sm) auto 0;
  border-radius: 2px;
}
/* Body text */
section.regular .regular-body {
  text-align: center;
  color: var(--color-text-muted);
  font-weight: 400;
  max-width: 700px;
  margin: 0 auto;
}
/* CTA variation - for "Meer weten?" etc */
section.regular:last-of-type {
  background: var(--color-background-alt);
  border-top: 1px solid var(--color-border);
  padding: var(--space-2xl) 1.5rem;
}
section.regular:last-of-type .regular-title::after {
  display: none;
}
/* Highlight email/contact */
section.regular .regular-body a, section.regular .regular-body a[href^="mailto:"] {
  color: var(--color-primary);
  font-weight: 600;
  text-decoration: none;
  padding-bottom: 2px;
  border-bottom: 2px solid var(--color-primary-light);
  transition: all var(--transition-fast);
}
section.regular .regular-body a:hover {
  color: var(--color-primary-dark);
  border-bottom-color: var(--color-primary-dark);
}
/* Mobile adjustments */
@media screen and (max-width: 768px) {
  section.regular {
    padding: var(--space-lg) 1rem;
  }
  section.regular .regular-body {
    text-align: left;
  }
}
/* Tablet and up */
@media screen and (min-width: 768px) {
  section.regular {
    padding: var(--space-2xl) 2rem;
  }
  section.regular .regular-container .inner {
    padding: var(--space-lg) var(--space-xl);
  }
}

/*******************************************************************/
/* ftrtch dino */
/* [type: CSS] [file:home-regular] [62.632] DESIGN*/
/*******************************************************************/
/* 0.2 P>P */
/* db 141 */