/*
Theme Name:   Astra Child - NetSupport
Theme URI:    https://netsupportsoftware.nl
Description:  Child theme voor Astra, gestyled volgens NetSupport brand guidelines.
Author:       NetSupport / LCS
Author URI:   https://netsupportsoftware.nl
Template:     astra
Version:      1.0.0
Text Domain:  astra-child
*/

/*
 * NetSupport kleurvariabelen (op basis van NS Guidelines)
 */
:root {
  --ns-color-primary: #006699;       /* hoofdblauw */
  --ns-color-dark-blue: #133861;    /* donkerblauw, headings/body */
  --ns-color-blue-1: #2a5a8f;
  --ns-color-blue-2: #4389de;
  --ns-color-blue-3: #b4daf8;
  --ns-color-white: #ffffff;
  --ns-color-text-main: #133861;
}

body,
button,
input,
select,
textarea {
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  color: var(--ns-color-text-main);
}

/* Links in NetSupport-stijl */
a {
  color: var(--ns-color-primary);
}

a:hover,
a:focus {
  color: var(--ns-color-blue-2);
}

/* Kopteksten */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
  color: var(--ns-color-dark-blue);
  font-weight: 700;
}

/* Rustige hiërarchie voor content (o.a. privacyverklaring) */
.entry-content h2,
.elementor-widget-text-editor h2 {
  font-size: 1.6rem;
  margin-top: 2.5rem;
  margin-bottom: 1rem;
}

.entry-content h3,
.elementor-widget-text-editor h3 {
  font-size: 1.3rem;
  margin-top: 2rem;
  margin-bottom: 0.75rem;
}

/* Zorg dat e-mailadressen in lopende tekst niet onnodig groot worden */
.privacy-mail {
  font-size: inherit;
  font-weight: inherit;
}

.elementor-widget-text-editor a.privacy-mail {
  font-size: inherit;
  font-weight: inherit;
}

/* Basis paragraafstijl (veel witruimte, goede leesbaarheid) */
.entry-content p,
.elementor-widget-text-editor p {
  line-height: 1.7;
  margin-bottom: 1.1rem;
}

/* Optioneel: zachte achtergrond voor secties die je NetSupport-look moeten krijgen */
.ns-section-light {
  background-color: var(--ns-color-blue-3);
}

.ns-section-primary {
  background-color: var(--ns-color-primary);
  color: var(--ns-color-white);
}

.ns-section-primary a {
  color: var(--ns-color-white);
}

.ns-section-primary a:hover,
.ns-section-primary a:focus {
  color: var(--ns-color-blue-3);
}