/*
Theme Name: Handreiking NEN2580
Theme URI: https://handreikingnen2580.nl
Author: Fabian Dech
Author URI: https://incrediblegoodguys.com
Description: 
Version: 1.0
Text Domain: handreikingnen
*/

* { margin: 0; padding: 0; box-sizing: border-box; }
body { font-family: 'Roboto', sans-serif; line-height: 1.6; color: #333; background-color: #f8f8f6; }
.container { max-width: 1200px; margin: 0 auto; padding: 0 20px; }
p a {color: #666;text-decoration:none;}
p { font-size: 1.1rem; color: #666; line-height: 1.7; margin-bottom: 1.5rem; }
header { background: white; padding: 1rem 0; box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); position: sticky; top: 0; z-index: 100; }
nav { display: flex; justify-content: space-between; align-items: center; }
.nav-links { display: flex; list-style: none; gap: 2rem; }
.nav-links a { text-decoration: none; color: #333; font-weight: 500; transition: color 0.3s; }
.nav-links a:hover { color: #39412f; }

.mobile-menu-toggle { display: none; background: none; border: none; font-size: 1.5rem; cursor: pointer; color: #333; }
.mobile-menu { display: none; position: fixed; top: 0; left: 0; width: 100%; height: 100vh; background: white; z-index: 1000; padding: 2rem; }
.mobile-menu.active { display: block; }
.mobile-menu-header { display: flex; justify-content: space-between; align-items: center; margin-bottom: 3rem; }
.mobile-menu-close { background: none; border: none; font-size: 2rem; cursor: pointer; color: #333; padding: 0; width: 40px; height: 40px; display: flex; align-items: center; justify-content: center; }
.mobile-nav-links { list-style: none; padding: 0; margin: 0; }
.mobile-nav-links li { margin-bottom: 2rem; }
.mobile-nav-links a { text-decoration: none; color: #333; font-size: 1.5rem; font-weight: 500; display: block; padding: 1rem 0; }
.mobile-nav-links a:hover, .mobile-nav-links a.active { color: #39412f; }

.btn-primary { background: #39412f; color: white; padding: 12px 24px; border: none; border-radius: 5px; text-decoration: none; font-weight: 600; font-size: 1.01rem; transition: all 0.3s; cursor: pointer; }
.btn-primary:hover { background: #6a7f4f; transform: translateY(-2px); }
.btn-secondary { background: white; color: #39412f; padding: 12px 24px; border: none; border-radius: 5px; text-decoration: none; font-weight: 600; transition: all 0.3s; cursor: pointer; }
.btn-secondary:hover { background: #f0f0f0; transform: translateY(-2px); }

.hero, .hero.home { padding: 4rem 0; background: #F5F3EF; text-align: center; }
.hero.home { text-align: left; }
.hero h1 { font-size: 3rem; font-weight: 500; margin-bottom: 2rem; color: #333; line-height: 3.6rem;}
.hero h1 .blog-text { color: #5D6B4C; }
.hero.academy { min-height: 424px; display: flex;align-items: center;}
.hero.academy h1 { font-size: 5rem; line-height: 1.2rem; }
.hero p { font-size: 1.3rem; color: #666; max-width: 700px; margin: 0 auto; line-height: 1.7; }
.hero h2 { font-size: 5rem; font-weight: 600; color: #5D6B4C; margin-bottom: 3rem; line-height: 1.1; }
.hero-content { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; align-items: center; }
.hero-text h1 { font-size: 5rem; font-weight: 700; margin-bottom: 1rem; line-height: 1.2; color: #333; }
.hero-text h1 .subtitle { color: #5D6B4C; font-size: 5rem; display: block; }
.hero-text p { font-size: 1.26rem; margin-bottom: 2rem; color: #666; line-height: 1.6; }
.hero-image { display: flex; justify-content: center; align-items: center; }

/* Contact Info Section */
.contact-info { padding: 4rem 0; background: white; }
.contact-info h2 { text-align: center; font-size: 2.5rem; margin-bottom: 3rem; color: #333; font-weight: 600; }
.contact-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 3rem; margin-bottom: 4rem; }
.contact-card { text-align: center; padding: 2rem; background: #f8f8f6; border-radius: 10px; transition: all 0.3s ease; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); }
.contact-card:hover { transform: translateY(-5px); box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15); }
.contact-icon { width: 60px; height: 60px; background: #EDF0EC; border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 1.5rem; color: white; font-size: 1.5rem; position: relative; overflow: hidden; }
.contact-icon img { width: 30px; height: 30px; object-fit: contain; }

/* Placeholder icons using CSS */
.contact-icon.email::before { content: ''; width: 28px; height: 20px; background: white; border-radius: 2px; position: relative; }
.contact-icon.email::after { content: ''; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 0; height: 0; border-left: 8px solid transparent; border-right: 8px solid transparent; border-top: 6px solid white; }
.contact-icon.phone::before { content: ''; width: 24px; height: 24px; background: white; border-radius: 4px 4px 8px 8px; position: relative; }
.contact-icon.phone::after { content: ''; position: absolute; top: 24px; left: 50%; transform: translateX(-50%); width: 16px; height: 8px; background: white; border-radius: 0 0 8px 8px; }
.contact-icon.location::before { content: ''; width: 20px; height: 28px; background: white; border-radius: 50% 50% 50% 50% / 60% 60% 40% 40%; position: relative; }
.contact-icon.location::after { content: ''; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -60%); width: 8px; height: 8px; background: #7a8f5f; border-radius: 50%; }
.contact-card h3 { font-size: 1.2rem; margin-bottom: 0.5rem; color: #333; font-weight: 600; }
.contact-card p { color: #666; font-size: 1rem; line-height: 1.6; }

/* Contact Form */
.contact-form-container { max-width: 800px; margin: 0 auto; }

/* Gravity forms */
.gform_wrapper input[type="text"],
.gform_wrapper input[type="email"],
.gform_wrapper input[type="url"],
.gform_wrapper input[type="tel"],
.gform_wrapper input[type="number"],
.gform_wrapper input[type="password"],
.gform_wrapper select,
.gform_wrapper textarea { width: 100%; padding: 12px 16px; border: 1px solid #DDD3C6; border-radius: 5px; font-size: 1rem; font-family: 'Roboto', sans-serif; transition: border-color 0.3s; background: white; box-sizing: border-box; }
.gform_wrapper input:focus, .gform_wrapper select:focus, .gform_wrapper textarea:focus { border-color: #39412f; outline: none; }
.gform_wrapper label { display: block; color: #39412f; font-weight: 600; font-size: 1rem; }
.gform_wrapper .validation_message, .gform_wrapper .gfield_description.validation_message { color: #b32020; font-size: 0.9rem; margin-top: 0.25rem; margin-bottom: 1rem; }
.gform_wrapper .gfield.gfield_error input, .gform_wrapper .gfield.gfield_error textarea, .gform_wrapper .gfield.gfield_error select { border-color: #b32020; background-color: #fff5f5; }

/* Submit Button (inherits .btn-primary style) */
.gform_wrapper .gform_footer input[type="submit"],
.gform_wrapper .gform_page_footer input[type="submit"] { background: #39412f;color: white;padding: 12px 24px;border: none;border-radius: 5px;font-weight: 600;font-size: 1.01rem;cursor: pointer;transition: all 0.3s;}
.gform_wrapper .gform_footer input[type="submit"]:hover,
.gform_wrapper .gform_page_footer input[type="submit"]:hover { background: #6a7f4f;transform: translateY(-2px);}
/* Overall Form Spacing */
/* .gform_wrapper .gfield { margin-bottom: 1.5rem;} */
body #gform_wrapper_1 .gform_footer,
body #gform_wrapper_1 .gform_page_footer { justify-content: right;}
body .gform_wrapper .gform_footer input[type=submit],
body .gform_wrapper .gform_page_footer input[type=submit] { background: #39412f;color: white;padding: 12px 24px;border: none;border-radius: 5px;text-decoration: none;font-weight: 600;font-size: 1.01rem;transition: all 0.3s;cursor: pointer;}
body .gform_wrapper .gform_footer input[type=submit]:hover,
body .gform_wrapper .gform_page_footer input[type=submit]:hover { background: #6a7f4f;transform: translateY(-2px);}

/* Book Section */
.book-section { padding: 4rem 0; background: white; }
.book-content { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center; }
.book-text h2 { font-size: 2.5rem; margin-bottom: 2rem; color: #333; font-weight: 500; }
.book-text p { font-size: 1.1rem; color: #666; margin-bottom: 1.5rem; line-height: 1.7; }
.book-image { display: flex; justify-content: center; align-items: center; }
.book-container { position: relative;}
.book-container img { width: 100%;}
.book-title { position: absolute; top: 40px; left: 40px; right: 40px; z-index: 10; text-align: center; }
.book-title h3 { color: #333; font-size: 1.2rem; margin-bottom: 10px; font-weight: 600; }
.book-building { position: absolute; bottom: 60px; left: 40px; right: 40px; height: 120px; background: linear-gradient(to bottom, #4a90c2, #2c5f8a); border-radius: 4px; }

/* Article Header */
.article-header { padding: 4rem 0; background: #f0f0ee; text-align: center; }
.article-header h1 { font-size: 3rem; font-weight: 600; margin-bottom: 1.5rem; color: #333; max-width: 800px; margin-left: auto; margin-right: auto; line-height: 1.2; }
.article-date { display: flex; align-items: center; justify-content: center; gap: 0.5rem; color: #666; font-size: 1rem; }
/* Article Content */
.article-content { padding: 4rem 0; background: white; }
.article-container { max-width: 800px; margin: 0 auto; }
.article-intro { font-size: 1.2rem; color: #666; line-height: 1.7; margin-bottom: 3rem;}
.article-image { display: flex; justify-content: center; align-items: center; margin: 3rem 0; padding: 2rem; background: #DDD3C6; border-radius: 10px; }
.article-section { margin-bottom: 3rem; }
.article-section h2 { font-size: 1.8rem; font-weight: 600; color: #333; margin-bottom: 1.5rem; line-height: 1.3; }
.article-section p { font-size: 1.1rem; color: #666; line-height: 1.7; margin-bottom: 1.5rem; }
.article-list { margin: 1.5rem 0; padding-left: 0; }
.article-section ul{margin-bottom:2rem;}
.article-section li, .article-list li { font-size: 1.1rem; color: #666; line-height: 1.7; margin-bottom: 0.5rem; list-style: none; position: relative; padding-left: 2rem; }
.article-section li::before, .article-list li::before { content: '•'; color: #7a8f5f; font-weight: bold; position: absolute; left: 0; font-size: 1.5rem; top: 50%; transform: translateY(-50%);}

/* Expectations Section */
.expectation-card .card-header { display: flex; align-items: center; gap: 1rem; margin-bottom: 1rem; }
.expectation-card .icon { display: flex; align-items: center; justify-content: center; font-size: 1.2rem; margin-bottom: 0; flex-shrink: 0; }
.expectation-card h3 { font-size: 1.2rem; margin: 0; }
.expectations { background: #39412f; padding: 4rem 0; color: white; }
.expectations h2 { text-align: center; font-size: 2.5rem; margin-bottom: 3rem; }
/* .expectations-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 2rem; justify-items: center; }
.expectation-card { grid-column: span 2; background: rgba(255, 255, 255, 0.1); padding: 2rem; border-radius: 10px; backdrop-filter: blur(10px); border: 1px solid rgba(255, 255, 255, 0.2); transition: all 0.3s ease; width: 100%; min-width: 396px; }
.expectation-card:nth-child(4) { grid-column: 2 / span 2; }
.expectation-card:nth-child(5) { grid-column: 4 / span 2; }
*/
.expectations-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 2rem; margin-bottom: 2rem; justify-items: center; }
.expectation-card { background: rgba(255, 255, 255, 0.1); padding: 2rem; border-radius: 10px; backdrop-filter: blur(10px); border: 1px solid rgba(255, 255, 255, 0.2); transition: all 0.3s ease; width: 100%; max-width: 350px; grid-column: span 2; }
.expectation-card:hover { transform: translateY(-5px); box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15); }
.expectation-card:nth-child(4) { grid-column: 2 / span 2; }
.expectation-card:nth-child(5) { grid-column: 4 / span 2; }

.expectation-card:hover { background: rgba(255, 255, 255, 0.15); transform: translateY(-5px); }
.expectation-card p { color:#fff;font-size: 1rem; line-height: 1.6; opacity: 0.9; }

/* Target Audience Section */
.target-audience { padding: 4rem 0; background: white; }
.target-audience h2 { text-align: center; font-size: 2.5rem; margin-bottom: 1rem; color: #333; }
.target-audience-subtitle { text-align: center; font-size: 1.2rem; color: #666; margin-bottom: 3rem; max-width: 600px; margin-left: auto; margin-right: auto; }
.audience-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; margin-bottom: 2rem; }
.audience-card { text-align: center; padding: 2rem; background: #f8f8f6; border-radius: 10px; transition: all 0.3s ease; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); }
.audience-card:hover { transform: translateY(-5px); box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15); }
.audience-icon { width: 60px; height: 60px; background: #EDF0EC; border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 1rem; color: white; font-size: 1.5rem; }
.audience-card h3 { font-size: 1.1rem; margin-bottom: 0.5rem; color: #333; }
.features { padding: 4rem 0; background: white; }
.features h2 { text-align: center; font-size: 2.5rem; margin-bottom: 1rem; color: #333; }
.features-subtitle { text-align: center; font-size: 1.2rem; color: #666; margin-bottom: 3rem; max-width: 640px; margin-left: auto; margin-right: auto; }
.features-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(300px, 1fr)); gap: 2rem; margin-bottom: 3rem; }
.feature-card { text-align: center; padding: 2rem; background: #f8f8f6; border-radius: 10px; transition: all 0.3s ease; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); }
.feature-card:hover { transform: translateY(-5px); box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15); }
.feature-icon { width: 60px; height: 60px; background: #EDF0EC; border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 1rem; color: white; font-size: 1.5rem; }
.feature-card h3 { font-size: 1.3rem; margin-bottom: 1rem; color: #333; }
.feature-card p { color: #666; line-height: 1.6; }

/* About Section */
.about-section { padding: 4rem 0; background: white; }
.about-content { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center; }
.about-text h2 { font-size: 2.2rem; margin-bottom: 2rem; color: #333; line-height: 1.3; }
.about-text p { font-size: 1.1rem; color: #666; line-height: 1.7; margin-bottom: 1.5rem; }
.about-image { display: flex; justify-content: center; align-items: center; }
.training-image img { width: 100%; }
.training-image { max-width: 500px; max-height: 360px; border-radius: 10px; position: relative; overflow: hidden; }

/* Focus Areas Section */
.focus-areas { padding: 4rem 0; background: #f8f8f6; }
.focus-areas h2 { text-align: center; font-size: 2.5rem; margin-bottom: 1rem; color: #333; }
.focus-subtitle { text-align: center; font-size: 1.2rem; color: #666; margin-bottom: 3rem; max-width: 600px; margin-left: auto; margin-right: auto; }
.focus-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 2rem; margin-bottom: 2rem; justify-items: center; }
.focus-card { text-align: center; padding: 2rem; background: white; border-radius: 10px; transition: all 0.3s ease; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); width: 100%; max-width: 350px; grid-column: span 2; }
.focus-card:hover { transform: translateY(-5px); box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15); }
.focus-icon { width: 60px; height: 60px; background: #f8f8f6; border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 1.5rem; color: #7a8f5f; font-size: 1.5rem; border: 2px solid #e8e8e6; }
.focus-card h3 { font-size: 1.1rem; margin-bottom: 0.5rem; color: #333; line-height: 1.4; }
.focus-card:nth-child(4) { grid-column: 2 / span 2; }
.focus-card:nth-child(5) { grid-column: 4 / span 2; }

.read-more { text-align: center; background: #5D6B4C; color: white; padding: 10px 20px; border: none; border-radius: 5px; text-decoration: none; font-weight: 500; transition: all 0.3s; cursor: pointer; align-self: flex-start; }
.home .read-more, .home .read-more:hover { background: none;}
.read-more:hover { background: #6a7f4f; transform: translateY(-2px); }
.cta-section { background: #39412f; padding: 4rem 0; color: white; text-align: center; }
.cta-section.secondary { background: #fff; color: #333; text-align: center; }
.cta-section h2 { font-size: 2.5rem; margin-bottom: 1rem; }
.cta-section p { color:#fff; font-size: 1.2rem; margin-bottom: 2rem; max-width: 800px; margin-left: auto; margin-right: auto; line-height: 1.6; }
.cta-section.secondary p {color:#333;}
.blog-content { padding: 2rem; display: flex; flex-direction: column; justify-content: space-between; border: 1px solid #DDD3C6; border-radius: 0px 10px 10px 0px; }
.blog-content h2, .blog-content h2 a { text-decoration:none;font-size: 2rem; font-weight: 500; color: #333; margin-bottom: 1rem; line-height: 1.3; }
.blog-content p { font-size: 1rem; color: #666; line-height: 1.6; margin-bottom: 1.5rem; }
.blog-meta { display: flex; align-items: center; gap: 1rem; margin-bottom: 1.5rem; }
.blog-meta span { display: inline-flex; align-items: center; gap: 0.5rem; font-size: 0.95rem; }
.blog-posts { padding: 4rem 0; background: white; }
.blog-container { max-width: 960px; margin: 0 auto; }
.blog-post { display: grid; grid-template-columns: 300px 1fr; background: white; border-radius: 10px; box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1); margin-bottom: 3rem; overflow: hidden; transition: all 0.3s ease; }
.blog-post:hover { transform: translateY(-5px); box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15); }
.blog-image { display: flex; justify-content: center; align-items: center; background: #DDD3C6; padding: 2rem; width: 100%; padding-top: 66.66%; background-size: cover; background-position: center; background-repeat: no-repeat; position: relative; overflow: hidden; }
.blog-link-overlay { position: absolute; inset: 0; z-index: 2; }
footer { background: #F5F3EF; padding: 3rem 0 2rem; }
.footer-content { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; }
.footer-info h3 { color: #333; margin-bottom: 1rem; }
.footer-info h4 { color: #5D6B4C; margin-bottom: 0.5rem; }
.footer-info p { color: #666; margin-bottom: 0.5rem; }
.newsletter h3 { color: #333; margin-bottom: 1rem; }
.newsletter p { color: #666; margin-bottom: 1rem; }
.newsletter-form { display: flex; flex-direction: column; gap: 1rem; margin-bottom: 1rem; }
.newsletter-form input { width: 100%; padding: 12px; border: 1px solid #ddd; border-radius: 5px; font-size: 1rem; }
.newsletter-form button { width: 100%; }
.logo-footer { text-align: right; margin-top: 2rem; display: flex; align-items: center; justify-content: flex-end; gap: 1rem; }
.logo-image { width: 176px; height: 35px; }
.logo-text { color: #7a8f5f; font-weight: bold; font-size: 1.1rem; }

/* Mobile Responsive */
@media (max-width: 1024px) {
	.container { max-width: 960px; padding: 0 16px; }
	.focus-grid { grid-template-columns: repeat(2, 1fr); gap: 1.5rem; }
	.focus-card { grid-column: span 1; max-width: none; }
	.focus-card:nth-child(4), .focus-card:nth-child(5) { grid-column: span 1; }
	.focus-card:nth-child(5) { grid-column: 1 / span 2; max-width: 350px; justify-self: center; }
}
@media (max-width: 768px) {
	.container { max-width: 720px; padding: 0 14px; }
	.nav-links { display: none; }
	.mobile-menu-toggle { display: block; }
	.hero h1 { font-size: 2.5rem; }
	.hero h2 { font-size: 2rem; }
	.hero-content { grid-template-columns: 1fr; }
	.hero-text h1 { font-size: 2.5rem; }
	.hero-text h1 .subtitle { font-size: 2rem; }
	.book { width: 160px; height: 210px; }
	.audience-grid, .expectations-grid, .features-grid { grid-template-columns: 1fr; }
	.footer-content { grid-template-columns: 1fr; }
	.newsletter-form { flex-direction: column; }
	.about-content { grid-template-columns: 1fr; }
	.focus-grid { grid-template-columns: 1fr; gap: 1.5rem; }
	.focus-card { grid-column: span 1; max-width: none; }
	.focus-card:nth-child(4), .focus-card:nth-child(5) { grid-column: span 1; }
	.contact-grid { grid-template-columns: 1fr; gap: 2rem; }
	.form-grid { grid-template-columns: 1fr; gap: 1rem; }
	.submit-container { text-align: center; }
	.blog-post { grid-template-columns: 1fr; }
	.blog-content { border-radius: 0px 0px 10px 10px;padding: 1.5rem;  }
}

@media (max-width: 600px) {
	.container { max-width: 100%; padding: 0 12px; }
}

@media (max-width: 400px) {
	.about-content {gap:0;}
	.mobile-nav-links li { margin-bottom: 0.5rem;}
	.cta-section h2, .blog-content h2 a, .blog-content h2 {font-size: 1.75rem;}
	.hero p, .cta-section p, .about-text p { font-size: 1rem;}
	.focus-subtitle{ font-size: 1rem;}
	.hero h2 { font-size: 2rem; }
	.hero.academy h1, .hero.academy h2 { font-size: 3rem; }
	.about-text h2 { font-size: 1.75rem;}
	.hero.academy { min-height: 392px;}
	.focus-areas h2 { font-size: 1.8rem;}
	.article-container, .blog-container, .container, footer .container { padding: 0 20px }
	.book-content { grid-template-columns: 1fr;}
	.expectations-grid {display:block;}
	.expectation-card {margin-bottom:2rem;}
	.expectation-card:nth-child(4) { grid-column: none; }
	.expectation-card:nth-child(5) { grid-column: none; }

}
