body::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    z-index: -1;
}
body {
    margin: 0;
    padding: 0;
    background: url('images/hero.jpg') no-repeat center center fixed;
    background-size: cover;
    color: #ffffff;
    font-family: Arial, sans-serif;
}

header,
.top-nav,
.buy,
footer {
    text-align: center;
}

header {
    padding: 20px;
    border-bottom: 1px solid #333;
	background-color: #111111;
}

h1 {
    margin: 0;
    letter-spacing: 3px;
}
.hero::before {
    content: "";
    position: absolute;
    inset: 0;

    background: url('hero.jpg') no-repeat center center;
    background-size: cover;

    opacity: 0.5;   /* <-- HIER regel je het */
    z-index: 1;
}

.hero {
    position: relative;
    width: 100%;
    height: 400px; /* Zorg ervoor dat de hoogte overal hetzelfde is */
    background: url('/hero.jpg') no-repeat center center;
    background-size: cover;
    overflow: hidden;
}

.hero-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
    text-align: center;
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
	padding-top: 30px;
}

.hero::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.2);
    z-index: 1;
}

.hero h2 {
    font-size: 32px;
    max-width: 700px;
    margin: 0 auto 20px;
    text-align: center; /* extra zekerheid */
}

.highlight {
    font-size: 20px;
    color: #ffcc66;
    margin-bottom: 30px;
}

.logo {
    height: 100px;
    margin-top: 5px;
    margin-bottom: -10px;
}

.buttons {
    margin-top: 20px;
}

.btn {
    display: inline-block;
    padding: 12px 25px;
    margin: 10px;
    background: #ffcc66;
    color: #111;
    text-decoration: none;
    font-weight: bold;
    border-radius: 4px;
}

.btn.secondary {
    background: transparent;
    color: #ffcc66;
    border: 1px solid #ffcc66;
}

.subnav {
    margin-top: 4px;
    font-size: 14px;
    text-align: center; /* 👈 zelfde fix */
}

.subnav a {
    color: #ffcc66;
    text-decoration: none;
    margin: 0 5px;
}

.subnav a:hover {
    color: #fff;
}

.sep {
    color: #555;
}

.subnav a:not(:last-child)::after {
    color: #666;
    margin-left: 8px;
}

.subnav span {
    color: #666;
}
.subnav .active {
	color: #fff;
}

.about {
    padding: 40px 20px;
    max-width: 600px;
    margin: auto;
}

.newsletter {
    padding: 40px 20px;
    border-top: 1px solid #333;
	text-align: center;
}
.newsletter input {
    padding: 8px;
}

.newsletter button {
    padding: 8px 12px;
}

.update-download-link {
    text-align: center;
    margin: 40px 0 20px;
}

.update-download-link a {
    color: #ffcc66;
    text-decoration: none;
    font-weight: bold;
}

.update-download-link a:hover {
    text-decoration: underline;
}

.download-placeholder {
    margin-top: 20px;
    font-size: 16px;
    color: #ffcc66;
    font-weight: bold;
}
.content {
    max-width: 800px;
    margin: 0 auto;
    padding: 40px 20px;
    text-align: left; /* belangrijk voor leesbaarheid */
}
.update-content {
    max-width: 800px;
    margin: 0 auto;
    padding-left: 50px;   /* 👈 jouw gewenste marge */
    padding-right: 20px;
    margin-top: 30px;
}
.download {
    text-align: center;
    padding: 60px 20px;
}

.howto {
    padding: 4px 20px;
    max-width: 900px;
    margin: auto;
    text-align: left;
}

.howto h2 {
    text-align: center;
    margin-bottom: 30px;
}

.howto h3 {
    color: #ffcc66;
    margin-top: 30px;
    margin-bottom: 10px;
}

.howto p {
    margin-bottom: 15px;
}

.howto ul,
.howto ol {
    padding-left: 20px;
    margin-bottom: 20px;
}
.faq {
    max-width: 900px;
    margin: 40px auto;
    padding: 20px;
}

.faq-entry {
    margin-bottom: 30px;
    padding: 15px;
    background-color: #222;
    border-radius: 5px;
}

.faq-entry h3 {
    font-size: 22px;
    font-weight: bold;
    color: #ffcc66;
    margin-bottom: 10px;
}

.faq-entry p {
    font-size: 16px;
    line-height: 1.6;
    color: #eee;
}

.faq-entry h3:hover {
    color: #fff;
    cursor: pointer;
}

.intro {
    text-align: center;
    margin-bottom: 30px;
}
.contact {
    padding: 80px 20px;
    max-width: 600px;
    margin: auto;
    text-align: center;
}

.contact input,
.contact textarea {
    width: 100%;
    max-width: 400px;
    margin: 10px 0;
    padding: 10px;
    border: none;
}

.contact textarea {
    resize: vertical;
}

.contact button {
    margin-top: 10px;
}

.contact-alt {
    margin-top: 20px;
    font-size: 14px;
}
.container {
    max-width: 700px;
    margin: 0 auto;
    padding: 20px;
}
ul {
    list-style: none;
    padding-left: 0;
}

#paypal-container-ZZZXX42EKKAXN {
    margin-top: 30px;
    display: flex;
    justify-content: center;
    width: 100%;
}

#paypal-container-ZZZXX42EKKAXN > div {
    min-width: 300px;
}
#paypal-button-container {
    max-width: 400px;
    margin: 30px auto;
	padding-bottom: 5px;
	#paypal-button-container {
    min-height: 260px;
}

input {
    padding: 10px;
    width: 250px;
    margin-right: 10px;
    border: none;
}

button {
    padding: 10px 20px;
    background: #ffcc66;
    border: none;
    cursor: pointer;
}

footer {
    padding: 20px;
    border-top: 1px solid #333;
    font-size: 14px;
}