/* RESET */
* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { font-family: 'Inter', sans-serif; background: #ffffff; color: #171717; line-height: 1.6; overflow-x: hidden; }
.container { max-width: 1280px; margin: 0 auto; padding: 0 1.5rem; }
.icon { width: 1rem; height: 1rem; }

/* NAVIGATION */
.navbar { position: fixed; top: 0; width: 100%; z-index: 1000; background: #171717; color: #ffffff; border-bottom: 1px solid #262626; box-shadow: 0 4px 16px rgba(0,0,0,0.1); }
.nav-container { max-width: 1280px; margin: 0 auto; padding: 0 1.5rem; display: flex; justify-content: space-between; align-items: center; height: 96px; }
.nav-logo { display: flex; align-items: center; }
.nav-logo img { height: 50px; width: auto; }
.logo-box { display: none; }
.logo-main { font-size: 1.25rem; font-weight: 800; letter-spacing: 0.1em; line-height: 1; }
.logo-sub { font-size: 0.75rem; color: #ea580c; letter-spacing: 0.3em; line-height: 1; }
.nav-menu { display: flex; list-style: none; gap: 2rem; align-items: center; }
.nav-link { color: #ffffff; text-decoration: none; font-size: 0.875rem; font-weight: 500; text-transform: uppercase; letter-spacing: 0.05em; transition: color 0.3s; }
.nav-link:hover { color: #ea580c; }
.nav-cta { display: inline-flex; align-items: center; gap: 0.5rem; padding: 0.75rem 1.5rem; background: #ea580c; color: #ffffff; font-weight: 700; border-radius: 0.375rem; text-decoration: none; box-shadow: 0 4px 16px rgba(234,88,12,0.3); transition: all 0.3s; }
.nav-cta:hover { background: #c2410c; transform: translateY(-1px); }
.hamburger { display: none; flex-direction: column; cursor: pointer; }
.hamburger span { width: 25px; height: 3px; background: #ffffff; margin: 3px 0; border-radius: 2px; }

/* HERO */
.hero { position: relative; height: 80vh; display: flex; align-items: center; justify-content: center; overflow: hidden; background: #171717; color: #ffffff; }
.hero-bg { position: absolute; inset: 0; background: linear-gradient(135deg, #000000 0%, #262626 100%); opacity: 0.4; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(to top, #171717, transparent, rgba(23,23,23,0.5)); }
.hero-content { position: relative; z-index: 20; max-width: 1024px; margin: 0 auto; padding: 0 1.5rem; text-center; }
.hero-badge { display: inline-block; padding: 0.25rem 1rem; margin-bottom: 1.5rem; border: 1px solid #ea580c; border-radius: 9999px; background: rgba(234,88,12,0.1); backdrop-filter: blur(12px); }
.hero-badge span { color: #fbbf24; font-size: 0.875rem; font-weight: 600; text-transform: uppercase; letter-spacing: 0.05em; }
.hero-title { font-size: 4.5rem; font-weight: 900; letter-spacing: -0.025em; line-height: 1.1; margin-bottom: 2rem; text-shadow: 0 2px 8px rgba(0,0,0,0.5); }
.gradient-text { background: linear-gradient(to right, #fbbf24, #ea580c); -webkit-background-clip: text; -webkit-text-fill-color: transparent; background-clip: text; }
.hero-subtitle { font-size: 1.25rem; color: #d1d5db; margin-bottom: 2.5rem; max-width: 42rem; margin-left: auto; margin-right: auto; line-height: 1.7; text-shadow: 0 2px 4px rgba(0,0,0,0.5); }
.hero-buttons { display: flex; justify-content: center; gap: 1rem; flex-wrap: wrap; }
.btn { display: inline-block; padding: 1rem 2.5rem; font-size: 1.125rem; font-weight: 700; border-radius: 0.5rem; text-decoration: none; transition: all 0.3s; cursor: pointer; }
.btn-primary { background: #ea580c; color: #ffffff; box-shadow: 0 8px 24px rgba(234,88,12,0.3); }
.btn-primary:hover { background: #c2410c; transform: translateY(-2px); }
.btn-secondary { background: #ffffff; color: #171717; box-shadow: 0 8px 24px rgba(0,0,0,0.1); }
.btn-secondary:hover { background: #f5f5f5; }

/* OVER ONS */
.about-section { padding: 6rem 0; background: #ffffff; }
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center; }
.about-image { position: relative; }
.decoration-circle { position: absolute; border-radius: 50%; background: #fef3c7; }
.circle-1 { top: -1rem; left: -1rem; width: 6rem; height: 6rem; z-index: 0; }
.circle-2 { bottom: -1rem; right: -1rem; width: 8rem; height: 8rem; background: #f5f5f5; z-index: 0; }
.image-wrapper { position: relative; z-index: 10; }
.placeholder-image { width: 100%; height: 500px; background: linear-gradient(135deg, #e5e7eb 0%, #d1d5db 100%); border-radius: 0.5rem; box-shadow: 0 16px 48px rgba(0,0,0,0.15); }
.experience-badge { position: absolute; bottom: 2.5rem; right: -2.5rem; z-index: 20; background: #ffffff; padding: 1.5rem; border-radius: 0.5rem; box-shadow: 0 8px 24px rgba(0,0,0,0.15); border-left: 4px solid #ea580c; }
.exp-number { font-size: 2.5rem; font-weight: 800; color: #171717; line-height: 1; }
.exp-label { color: #6b7280; font-size: 0.875rem; text-transform: uppercase; letter-spacing: 0.05em; }
.about-text { }
.section-label { display: block; color: #ea580c; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; font-size: 0.875rem; margin-bottom: 0.5rem; }
.section-title-main { font-size: 2.5rem; font-weight: 700; color: #171717; margin-bottom: 1.5rem; line-height: 1.2; }
.text-content { margin-bottom: 2rem; }
.text-content p { color: #6b7280; font-size: 1rem; margin-bottom: 1rem; line-height: 1.7; }
.text-content strong { color: #171717; }
.features-list { list-style: none; }
.feature-list-item { display: flex; align-items: flex-start; margin-bottom: 1rem; }
.check-icon-lg { width: 1.5rem; height: 1.5rem; color: #ea580c; margin-right: 0.75rem; margin-top: 0.25rem; flex-shrink: 0; }
.feature-list-item div { }
.feature-list-item strong { display: block; color: #171717; font-weight: 700; font-size: 1.125rem; margin-bottom: 0.25rem; }
.feature-list-item span { color: #6b7280; font-size: 0.875rem; }

/* DIENSTEN */
.services-section { padding: 6rem 0; background: #f9fafb; }
.section-header-center { text-align: center; max-width: 48rem; margin: 0 auto 4rem; }
.section-title-center { font-size: 2.5rem; font-weight: 700; margin-bottom: 1rem; }
.section-desc { color: #6b7280; font-size: 1.125rem; line-height: 1.7; }
.services-grid-cards { display: grid; grid-template-columns: repeat(auto-fit, minmax(340px, 1fr)); gap: 2rem; }
.service-card { background: #ffffff; border-radius: 0.75rem; overflow: hidden; box-shadow: 0 4px 16px rgba(0,0,0,0.08); transition: all 0.3s; }
.service-card:hover { box-shadow: 0 12px 32px rgba(0,0,0,0.12); transform: translateY(-4px); }
.service-image { height: 12rem; overflow: hidden; }
.placeholder-img { width: 100%; height: 100%; background: linear-gradient(135deg, #d1d5db 0%, #9ca3af 100%); transition: transform 0.5s; }
.service-card:hover .placeholder-img { transform: scale(1.1); }
.service-content { padding: 2rem; }
.service-content h3 { font-size: 1.25rem; font-weight: 700; margin-bottom: 0.75rem; transition: color 0.3s; }
.service-card:hover h3 { color: #ea580c; }
.service-content p { color: #6b7280; font-size: 0.875rem; line-height: 1.6; margin-bottom: 1rem; }
.service-details { list-style: none; padding-top: 1rem; border-top: 1px solid #e5e7eb; }
.service-details li { display: flex; align-items: center; color: #6b7280; font-size: 0.875rem; margin-bottom: 0.5rem; }
.dot { width: 6px; height: 6px; background: #ea580c; border-radius: 50%; margin-right: 0.5rem; }

/* WERKWIJZE */
.process-section { padding: 6rem 0; background: #171717; color: #ffffff; }
.process-header { margin-bottom: 4rem; }
.process-header h2 { font-size: 2.5rem; font-weight: 700; margin-bottom: 1rem; }
.process-header p { color: #9ca3af; font-size: 1.125rem; }
.process-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 2rem; }
.process-step { position: relative; }
.step-bg-number { position: absolute; top: -2.5rem; left: -1rem; font-size: 6rem; font-weight: 900; color: #262626; z-index: 0; }
.step-number { position: relative; z-index: 10; width: 3rem; height: 3rem; background: #ea580c; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-weight: 700; font-size: 1.25rem; margin-bottom: 1rem; }
.process-step h3 { font-size: 1.25rem; font-weight: 700; margin-bottom: 0.5rem; }
.process-step p { color: #9ca3af; font-size: 0.875rem; line-height: 1.6; }

/* PORTFOLIO */
.portfolio-section { padding: 6rem 0; background: #ffffff; }
.portfolio-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.portfolio-item { height: 12rem; border-radius: 0.75rem; overflow: hidden; position: relative; cursor: pointer; }
.portfolio-item.large { grid-column: span 2; grid-row: span 2; height: auto; }
.portfolio-placeholder { width: 100%; height: 100%; background: linear-gradient(135deg, #9ca3af 0%, #6b7280 100%); transition: transform 0.7s; }
.portfolio-item:hover .portfolio-placeholder { transform: scale(1.05); }
.portfolio-overlay { position: absolute; inset: 0; background: rgba(0,0,0,0.4); opacity: 0; transition: opacity 0.3s; display: flex; flex-direction: column; justify-content: flex-end; padding: 2rem; color: #ffffff; }
.portfolio-item:hover .portfolio-overlay { opacity: 1; }
.portfolio-overlay h4 { font-weight: 700; font-size: 1.25rem; }
.portfolio-overlay p { font-size: 0.875rem; }
.portfolio-more { text-align: center; margin-top: 2.5rem; }
.btn-load-more { padding: 0.75rem 2rem; border: 1px solid #d1d5db; background: transparent; color: #6b7280; font-weight: 500; border-radius: 0.375rem; cursor: pointer; transition: all 0.3s; }
.btn-load-more:hover { background: #f9fafb; }

/* CONTACT */
.contact-section { padding: 6rem 0; background: #f5f5f5; }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; }
.contact-info h2 { font-size: 2rem; font-weight: 700; margin-bottom: 1.5rem; }
.contact-intro { color: #6b7280; font-size: 1.125rem; margin-bottom: 2rem; line-height: 1.7; }
.contact-cards-info { display: flex; flex-direction: column; gap: 1.5rem; }
.info-card { display: flex; align-items: flex-start; background: #ffffff; padding: 1.5rem; border-radius: 0.5rem; box-shadow: 0 2px 8px rgba(0,0,0,0.05); }
.info-icon { width: 1.5rem; height: 1.5rem; color: #ea580c; margin-right: 1rem; margin-top: 0.25rem; }
.info-card h3 { font-weight: 700; font-size: 1.125rem; margin-bottom: 0.25rem; }
.info-value { color: #171717; font-size: 1.25rem; font-weight: 600; margin-bottom: 0.25rem; }
.info-sub { color: #6b7280; font-size: 0.875rem; }
.contact-form-wrapper { background: #ffffff; padding: 2rem; border-radius: 1rem; box-shadow: 0 8px 32px rgba(0,0,0,0.08); }
.contact-form-wrapper h3 { font-size: 1.25rem; font-weight: 700; margin-bottom: 1.5rem; }
.contact-form { display: flex; flex-direction: column; gap: 1rem; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.form-group { display: flex; flex-direction: column; }
.form-group label { font-size: 0.875rem; font-weight: 500; color: #374151; margin-bottom: 0.25rem; }
.form-group input, .form-group select, .form-group textarea { padding: 0.75rem 1rem; background: #f9fafb; border: 1px solid #d1d5db; border-radius: 0.375rem; outline: none; transition: all 0.3s; font-family: inherit; }
.form-group input:focus, .form-group select:focus, .form-group textarea:focus { border-color: #ea580c; box-shadow: 0 0 0 3px rgba(234,88,12,0.1); }
.btn-submit { width: 100%; padding: 1rem; background: #ea580c; color: #ffffff; font-weight: 700; font-size: 1.125rem; border: none; border-radius: 0.5rem; cursor: pointer; transition: all 0.3s; box-shadow: 0 4px 16px rgba(234,88,12,0.3); }
.btn-submit:hover { background: #c2410c; }

/* FOOTER */
.footer { background: #171717; color: #9ca3af; padding: 3rem 0; border-top: 1px solid #262626; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 2rem; margin-bottom: 3rem; }
.footer-col h4 { color: #ffffff; font-weight: 700; margin-bottom: 1rem; }
.footer-col p { font-size: 0.875rem; line-height: 1.6; max-width: 28rem; }
.footer-col ul { list-style: none; }
.footer-col ul li { margin-bottom: 0.5rem; }
.footer-col a { color: #9ca3af; text-decoration: none; font-size: 0.875rem; transition: color 0.3s; }
.footer-col a:hover { color: #ffffff; }
.footer-bottom { text-align: center; padding-top: 2rem; border-top: 1px solid #262626; font-size: 0.75rem; }

/* RESPONSIVE */
@media (max-width: 1024px) {
    .about-grid, .contact-grid { grid-template-columns: 1fr; }
    .experience-badge { right: 1rem; }
    .footer-grid { grid-template-columns: 1fr; }
}
@media (max-width: 768px) {
    .nav-menu, .nav-cta { display: none; }
    .hamburger { display: flex; }
    .hero-title { font-size: 2.5rem; }
    .hero-subtitle { font-size: 1rem; }
    .section-title-main, .section-title-center { font-size: 1.75rem; }
    .portfolio-grid { grid-template-columns: 1fr; }
    .portfolio-item.large { grid-column: span 1; grid-row: span 1; }
    .process-grid { grid-template-columns: 1fr; }
    .services-grid-cards { grid-template-columns: 1fr; }
    .form-row { grid-template-columns: 1fr; }
}
