/* Reset & Basis */
* { margin: 0; padding: 0; box-sizing: border-box; }
body { font-family: 'Comfortaa', cursive; background-color: #fff; overflow-x: hidden; scroll-behavior: smooth; }

/* Header & Navbar - CONSISTENT MET ANDERE PAGINA'S */
header { position: absolute; top: 50px; left: 0; width: 100%; z-index: 1000; transition: 0.4s; }
header.sticky { position: fixed; top: 0; background: #fff; padding: 10px 0; box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1); }
header.sticky .logo, header.sticky .nav-links a, header.sticky .nav-icons a { color: #333; }
header.sticky .bar { background-color: #333; }
.navbar { display: flex; justify-content: space-between; align-items: center; max-width: 1600px; margin: 0 auto; padding: 0 60px; }
.nav-left { flex: 1; display: flex; justify-content: flex-start; }
.nav-links { flex: 2; display: flex; list-style: none; gap: 35px; justify-content: center; }
.nav-right { flex: 1; display: flex; justify-content: flex-end; align-items: center; gap: 25px; }

/* Logo Bold Styling */
.logo { font-size: 1.7rem; color: #fff; display: flex; align-items: center; gap: 15px; white-space: nowrap; }
.logo strong { font-weight: 700; }
.logo-img { height: 65px; width: auto; object-fit: contain; transition: 0.4s; }
header.sticky .logo-img { height: 50px; }
.nav-links a { text-decoration: none; color: #fff; font-size: 1.1rem; position: relative; padding-bottom: 5px; transition: 0.3s; }
.nav-links a::after { content: ''; position: absolute; width: 0; height: 2px; bottom: 0; left: 0; background: #1a2b8f; transition: 0.3s; }
.nav-links a:hover::after { width: 100%; }

/* Fix: Geen lijntjes onder iconen */
.nav-icons a::after, .footer-social-icons a::after, .mobile-social-icons a::after { content: none !important; display: none !important; }
.nav-icons { display: flex; gap: 25px; }
.nav-icons a { color: #fff; font-size: 1.3rem; text-decoration: none; }
.mobile-footer, .mobile-only { display: none; }

/* Hamburger & Menu Close */
.menu-close { display: none; position: absolute; top: 30px; right: 35px; font-size: 2.5rem; color: #333; cursor: pointer; }
.menu-toggle { display: none; cursor: pointer; flex-direction: column; gap: 5px; z-index: 2000; transition: opacity 0.3s ease; }
.nav-links.active ~ .nav-right .menu-toggle { opacity: 0; pointer-events: none; }
.bar { display: block; width: 25px; height: 3px; background: #fff; transition: 0.3s; }

/* Hero Section */
.hero-wrapper { padding: 25px; }
.hero-image-box { position: relative; height: 94vh; border-radius: 50px; display: flex; justify-content: center; align-items: center; text-align: center; overflow: hidden; }
.hero-img { position: absolute; width: 100%; height: 100%; object-fit: cover; z-index: 1; }
.hero-overlay { position: absolute; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.4); z-index: 2; }
.hero-content { position: relative; z-index: 3; color: #fff; padding: 20px; }
.hero-content h1 { font-size: clamp(1.8rem, 6vw, 5rem); font-weight: 700; letter-spacing: 1px; }
.logo-accent { color: #4b6cb7; font-weight: 900; text-shadow: 1px 0 0 currentColor; }
.secondary-hero .hero-image-box { height: 50vh; }

/* Cookies Intro */
.cookies-intro-section { padding: 80px 8% 60px; background: #ffffff; text-align: center; }
.cookies-intro-container { max-width: 900px; margin: 0 auto; }
.cookies-icon { width: 100px; height: 100px; background: linear-gradient(135deg, #f39c12 0%, #f1c40f 100%); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 30px; box-shadow: 0 15px 40px rgba(243, 156, 18, 0.25); }
.cookies-icon i { font-size: 3rem; color: #fff; }
.cookies-intro-container h2 { font-size: clamp(2rem, 4vw, 3rem); margin-bottom: 25px; color: #333; font-weight: 700; }
.intro-text { color: #666; font-size: 1.2rem; line-height: 1.8; margin-bottom: 30px; }
.last-updated { display: inline-flex; align-items: center; gap: 10px; background: #fff8f0; padding: 12px 25px; border-radius: 50px; color: #f39c12; font-weight: 600; font-size: 0.95rem; }
.last-updated i { font-size: 1.1rem; }

/* Content Layout */
.cookies-content-section { padding: 40px 8% 100px; background: #fafafa; }
.cookies-content-container { display: grid; grid-template-columns: 320px 1fr; gap: 40px; max-width: 1400px; margin: 0 auto; }

/* Sidebar */
.cookies-sidebar { position: sticky; top: 120px; height: fit-content; }
.sidebar-card { background: #fff; border-radius: 25px; padding: 30px; box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08); margin-bottom: 25px; }
.sidebar-card h3 { font-size: 1.3rem; color: #333; margin-bottom: 20px; font-weight: 700; }
.cookies-nav { display: flex; flex-direction: column; gap: 8px; }
.cookies-nav-link { display: flex; align-items: center; gap: 12px; padding: 12px 15px; border-radius: 12px; text-decoration: none; color: #666; font-size: 0.95rem; font-weight: 600; transition: all 0.3s ease; }
.cookies-nav-link i { font-size: 1.1rem; color: #f39c12; width: 20px; }
.cookies-nav-link:hover { background: #fff8f0; color: #f39c12; transform: translateX(5px); }
.cookies-nav-link.active { background: linear-gradient(135deg, #f39c12 0%, #f1c40f 100%); color: #fff; }
.cookies-nav-link.active i { color: #fff; }

/* Article */
.cookies-article { background: #fff; border-radius: 30px; padding: 50px; box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08); }
.cookies-section { margin-bottom: 60px; scroll-margin-top: 120px; }
.section-icon { width: 60px; height: 60px; background: #fff8f0; border-radius: 15px; display: flex; align-items: center; justify-content: center; margin-bottom: 20px; }
.section-icon i { font-size: 1.8rem; color: #f39c12; }
.cookies-section h2 { font-size: 1.9rem; color: #333; margin-bottom: 20px; font-weight: 700; }
.cookies-section p { color: #666; font-size: 1.05rem; line-height: 1.8; margin-bottom: 20px; }
.cookies-section a { color: #1a2b8f; text-decoration: none; font-weight: 600; transition: 0.3s; }
.cookies-section a:hover { color: #4b6cb7; text-decoration: underline; }

/* Info & Warning Boxes */
.info-box, .warning-box { padding: 25px 30px; border-radius: 20px; margin: 30px 0; }
.info-box { background: #f0f4ff; border-left: 4px solid #1a2b8f; }
.info-box h4 { color: #333; font-size: 1.1rem; margin-bottom: 15px; display: flex; align-items: center; gap: 10px; }
.info-box h4 i { color: #1a2b8f; }
.warning-box { background: #fff8f0; border-left: 4px solid #f39c12; display: flex; gap: 15px; align-items: flex-start; }
.warning-box i { font-size: 1.5rem; color: #f39c12; flex-shrink: 0; margin-top: 3px; }
.warning-box p { color: #666; line-height: 1.7; }

/* Cookie Table */
.cookie-table { margin: 25px 0; border-radius: 15px; overflow: hidden; border: 1px solid #f0f0f0; }
.cookie-row { display: grid; grid-template-columns: 1.5fr 1fr 2fr; gap: 20px; padding: 15px 20px; align-items: center; }
.cookie-row.cookie-header { background: #fafafa; font-weight: 700; color: #333; }
.cookie-row:not(.cookie-header) { border-bottom: 1px solid #f0f0f0; }
.cookie-row:last-child { border-bottom: none; }

/* Final Section */
.final-section { border-top: 2px solid #f0f0f0; padding-top: 40px; text-align: center; }

/* Footer - CONSISTENT MET ANDERE PAGINA'S */
.main-footer { background-color: #f8f9fa; color: #333; padding: 80px 8% 40px; border-radius: 60px 60px 0 0; margin-top: 50px; border-top: 1px solid #eee; }
.footer-container { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); gap: 40px; margin-bottom: 50px; }
.footer-brand .logo { margin-bottom: 20px; justify-content: flex-start; color: #333; }
.footer-brand .logo strong { font-weight: 700; }
.footer-brand p { color: #666; line-height: 1.6; margin-bottom: 25px; font-size: 0.95rem; }
.footer-social-icons { display: flex; gap: 12px; }
.footer-social-icons a { width: 40px; height: 40px; background: #fff; border: 1px solid #eee; border-radius: 50%; display: flex; align-items: center; justify-content: center; color: #1a2b8f; transition: 0.3s; text-decoration: none; }
.footer-social-icons a:hover { background-color: #1a2b8f; color: #fff; transform: translateY(-3px); border-color: #1a2b8f; }
.footer-col h4, .footer-contact-info h4 { color: #1a2b8f; margin-bottom: 25px; font-size: 1.1rem; font-weight: 700; }
.footer-col ul { list-style: none; }
.footer-col ul li { margin-bottom: 12px; }
.footer-col ul li a { color: #666; text-decoration: none; transition: 0.3s; font-size: 0.95rem; }
.footer-col ul li a:hover { color: #1a2b8f; padding-left: 5px; }
.contact-list { list-style: none; }
.contact-list li { display: flex; align-items: flex-start; gap: 12px; margin-bottom: 15px; color: #666; font-size: 0.95rem; }
.contact-list li i { color: #1a2b8f; font-size: 1rem; margin-top: 3px; width: 20px; text-align: center; }

/* Footer Bottom */
.footer-bottom { border-top: 1px solid #eee; padding-top: 30px; }
.footer-bottom-content { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 20px; }
.footer-bottom-content p { color: #888; font-size: 0.85rem; }
.footer-legal-links { display: flex; align-items: center; gap: 15px; }
.footer-legal-links a { color: #888; font-size: 0.85rem; text-decoration: none; transition: 0.3s; }
.footer-legal-links a:hover { color: #1a2b8f; }
.footer-legal-links .separator { color: #ddd; }

/* Mobiel Aanpassingen */
@media (max-width: 1200px) {
    .cookies-content-container { grid-template-columns: 1fr; }
    .cookies-sidebar { position: static; display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; margin-bottom: 30px; }
}

@media (max-width: 992px) {
    .cookie-row { grid-template-columns: 1fr; gap: 10px; }
    .cookie-row > div { padding: 5px 0; }
}

@media (max-width: 768px) {
    header { top: 35px; }
    .navbar { padding: 0 35px; }
    .nav-icons { display: none; }
    .menu-toggle { display: flex; }
    .nav-links { position: fixed; top: 0; left: 100%; width: 100%; height: 100vh; background: #fff; flex-direction: column; justify-content: center; align-items: center; transition: 0.5s; z-index: 1500; }
    .nav-links.active { left: 0; }
    .mobile-only { display: block; }
    .menu-close { display: block; }
    .nav-links a { color: #333; font-size: 1.6rem; font-weight: 700; }
    
    .hero-wrapper { padding: 15px; }
    .hero-image-box { border-radius: 40px; }
    .secondary-hero .hero-image-box { height: 35vh; }
    
    .cookies-intro-section { padding: 60px 25px 40px; }
    .cookies-content-section { padding: 30px 20px 80px; }
    .cookies-sidebar { grid-template-columns: 1fr; }
    .cookies-article { padding: 30px 25px; border-radius: 25px; }
    .cookies-section { margin-bottom: 40px; }
    
    .main-footer { padding: 60px 25px 30px; border-radius: 40px 40px 0 0; text-align: center; }
    .footer-brand .logo, .footer-social-icons, .contact-list li { justify-content: center; }
    .footer-bottom-content { flex-direction: column; text-align: center; }
    .footer-legal-links { justify-content: center; }
}
