/* Base Styles and Variables */
:root {
    --primary-color: #4527a0;
    --secondary-color: #7b1fa2;
    --accent-color: #00bcd4;
    --background-color: #f5f7fa;
    --text-color: #333333;
    --light-text: #ffffff;
    --dark-bg: #1a1a2e;
    --card-bg: #ffffff;
    --border-radius: 8px;
    --transition: all 0.3s ease;
    --box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    --form-bg: #f8f9fa;
    --form-border: #e0e0e0;
    --form-focus: #6200ea;
}

/* Reset and Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: var(--text-color);
    background-color: var(--background-color);
    line-height: 1.6;
}

.container {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

img {
    max-width: 100%;
    height: auto;
}

a {
    text-decoration: none;
    color: var(--primary-color);
    transition: var(--transition);
}

ul {
    list-style: none;
}

section {
    padding: 80px 0;
}

.section-title {
    font-size: 2.5rem;
    margin-bottom: 40px;
    text-align: center;
    color: var(--primary-color);
    position: relative;
}

.section-title::after {
    content: '';
    display: block;
    width: 80px;
    height: 4px;
    background: var(--accent-color);
    margin: 15px auto;
    border-radius: 2px;
}

/* Button Styles */
.btn-primary, .btn-secondary {
    display: inline-block;
    padding: 12px 28px;
    border-radius: var(--border-radius);
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    transition: var(--transition);
    cursor: pointer;
    border: none;
}

.btn-primary {
    background-color: var(--primary-color);
    color: var(--light-text);
    border: 2px solid var(--primary-color);
}

.btn-primary:hover {
    background-color: transparent;
    color: var(--primary-color);
}

.btn-secondary {
    background-color: transparent;
    color: var(--secondary-color);
    border: 2px solid var(--secondary-color);
}

.btn-secondary:hover {
    background-color: var(--secondary-color);
    color: var(--light-text);
}

/* Header and Navigation */
.main_menu {
    background-color: var(--card-bg);
    box-shadow: var(--box-shadow);
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1000;
}

.navbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 0;
    position: relative;
}

.navbar-brand h1 {
    font-size: 1.8rem;
    color: var(--primary-color);
    margin: 0;
}

.nav-toggle {
    display: none;
}

.nav-toggle-label {
    display: none;
}

.hamburger {
    width: 30px;
    height: 3px;
    background: var(--text-color);
    position: relative;
    transition: var(--transition);
}

.hamburger:before,
.hamburger:after {
    content: '';
    position: absolute;
    width: 30px;
    height: 3px;
    background: var(--text-color);
    transition: var(--transition);
}

.hamburger:before {
    top: -8px;
}

.hamburger:after {
    top: 8px;
}

.nav-wrapper {
    display: flex;
    align-items: center;
    gap: 20px;
}

.nav-item {
    list-style: none;
}

.nav-link {
    color: var(--text-color);
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    padding: 5px 10px;
    transition: var(--transition);
    position: relative;
}

.nav-link:hover {
    color: var(--primary-color);
}

.nav-link::after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    background: var(--primary-color);
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    transition: var(--transition);
}

.nav-link:hover::after {
    width: 100%;
}

/* Hero Section */
.hero {
    background: linear-gradient(135deg, var(--dark-bg), var(--primary-color));
    color: var(--light-text);
    text-align: center;
    padding: 180px 0 100px;
    position: relative;
    overflow: hidden;
}

.hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100' viewBox='0 0 100 100'%3E%3Cg fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.05'%3E%3Cpath opacity='.5' d='M96 95h4v1h-4v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4H0v-1h15v-9H0v-1h15v-9H0v-1h15v-9H0v-1h15v-9H0v-1h15v-9H0v-1h15v-9H0v-1h15v-9H0v-1h15v-9H0v-1h15V0h1v15h9V0h1v15h9V0h1v15h9V0h1v15h9V0h1v15h9V0h1v15h9V0h1v15h9V0h1v15h9V0h1v15h4v1h-4v9h4v1h-4v9h4v1h-4v9h4v1h-4v9h4v1h-4v9h4v1h-4v9h4v1h-4v9h4v1h-4v9zm-1 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-9-10h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E") repeat;
    opacity: 0.1;
}

.hero-content h2 {
    font-size: 3.5rem;
    margin-bottom: 20px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.hero-content p {
    font-size: 1.5rem;
    margin-bottom: 30px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.hero-image {
    margin-top: 40px;
    padding: 20px;
}

.quantum-processor-illustration {
    width: 100%;
    max-width: 600px;
    height: 300px;
    margin: 0 auto;
    background: linear-gradient(45deg, rgba(69, 39, 160, 0.7), rgba(0, 188, 212, 0.7));
    border-radius: 15px;
    position: relative;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.quantum-processor-illustration::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.4) 0%, transparent 25%),
    radial-gradient(circle at 70% 50%, rgba(255, 255, 255, 0.3) 0%, transparent 20%),
    radial-gradient(circle at 40% 70%, rgba(255, 255, 255, 0.4) 0%, transparent 30%);
    animation: quantumPulse 8s infinite linear;
}

@keyframes quantumPulse {
    0% { transform: scale(1); opacity: 0.8; }
    50% { transform: scale(1.05); opacity: 1; }
    100% { transform: scale(1); opacity: 0.8; }
}

/* Features Section */
.features {
    background-color: var(--background-color);
    padding: 100px 0;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

.feature-card {
    background-color: var(--card-bg);
    padding: 30px;
    border-radius: var(--border-radius);
    box-shadow: var(--box-shadow);
    transition: var(--transition);
    text-align: center;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.feature-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: linear-gradient(90deg, var(--primary-color), var(--accent-color));
    z-index: -1;
    transition: var(--transition);
}

.feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.15);
}

.feature-card h3 {
    color: var(--primary-color);
    margin: 20px 0 15px;
    font-size: 1.5rem;
}

.feature-image {
    height: 180px;
    margin: 0 auto 20px;
    border-radius: 8px;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    position: relative;
}

.quantum-bits-image {
    background: linear-gradient(to right, #4a00e0, #8e2de2);
    position: relative;
}

.quantum-bits-image::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-image:
            radial-gradient(circle at 20% 30%, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0) 20%),
            radial-gradient(circle at 80% 70%, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0) 20%);
}

.quantum-entanglement-image {
    background: linear-gradient(to right, #1a2980, #26d0ce);
    position: relative;
}

.quantum-entanglement-image::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background:
            linear-gradient(45deg, transparent 45%, rgba(255, 255, 255, 0.5) 50%, transparent 55%),
            linear-gradient(135deg, transparent 45%, rgba(255, 255, 255, 0.5) 50%, transparent 55%);
    animation: entanglementPulse 3s infinite alternate;
}

@keyframes entanglementPulse {
    0% { opacity: 0.3; }
    100% { opacity: 0.8; }
}

.quantum-simulation-image {
    background: linear-gradient(to right, #ff416c, #ff4b2b);
    position: relative;
}

.quantum-simulation-image::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-image:
            linear-gradient(0deg, transparent 80%, rgba(255, 255, 255, 0.3) 85%, transparent 90%),
            linear-gradient(90deg, transparent 80%, rgba(255, 255, 255, 0.3) 85%, transparent 90%),
            linear-gradient(180deg, transparent 80%, rgba(255, 255, 255, 0.3) 85%, transparent 90%),
            linear-gradient(270deg, transparent 80%, rgba(255, 255, 255, 0.3) 85%, transparent 90%);
    background-size: 20px 20px;
}

.quantum-ai-image {
    background: linear-gradient(to right, #6a11cb, #2575fc);
    position: relative;
}

.quantum-ai-image::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background:
            radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.8) 0%, rgba(255, 255, 255, 0) 60%);
    animation: aiPulse 4s infinite;
}

@keyframes aiPulse {
    0% { transform: scale(0.8); opacity: 0.3; }
    50% { transform: scale(1.2); opacity: 0.7; }
    100% { transform: scale(0.8); opacity: 0.3; }
}

/* About Section */
.about {
    background-color: #f0f4f8;
    padding: 100px 0;
}

.about-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
}

.about-text {
    flex: 1;
}

.about-text .section-title {
    text-align: left;
}

.about-text .section-title::after {
    margin: 15px 0;
}

.about-text p {
    margin-bottom: 20px;
    font-size: 1.1rem;
}

.about-image {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.quantum-researchers-image {
    width: 100%;
    height: 400px;
    border-radius: 15px;
    overflow: hidden;
    background: linear-gradient(135deg, #3a1c71, #d76d77, #ffaf7b);
    position: relative;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}

.quantum-researchers-image::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-image:
            linear-gradient(90deg, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0) 100%),
            radial-gradient(circle at 70% 30%, rgba(255, 255, 255, 0.3) 0%, transparent 70%);
}

/* Educational Content Section (Services) */
.services {
    background-color: var(--card-bg);
    padding: 100px 0;
}

.services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

.service-card {
    padding: 30px;
    border-radius: var(--border-radius);
    background-color: #f8f9fa;
    transition: var(--transition);
    text-align: center;
    border: 1px solid #e9ecef;
    overflow: hidden;
}

.service-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--box-shadow);
    border-color: transparent;
}

.service-card h3 {
    color: var(--secondary-color);
    margin: 20px 0 15px;
    font-size: 1.5rem;
}

.service-image {
    height: 180px;
    width: 100%;
    border-radius: 8px;
    margin-bottom: 20px;
    background-size: cover;
    background-position: center;
    transition: var(--transition);
    position: relative;
}

.quantum-lab-image {
    background: linear-gradient(to bottom, #0f0c29, #302b63, #24243e);
    position: relative;
}

.quantum-lab-image::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background:
            radial-gradient(circle at 20% 50%, rgba(255, 255, 255, 0.2) 0%, transparent 30%),
            radial-gradient(circle at 80% 50%, rgba(255, 255, 255, 0.2) 0%, transparent 30%);
}

.quantum-interface-image {
    background: linear-gradient(to bottom, #3c1053, #ad5389);
    position: relative;
}

.quantum-interface-image::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-image:
            linear-gradient(transparent 0%, transparent 40%, rgba(255, 255, 255, 0.1) 45%, transparent 50%, transparent 100%),
            linear-gradient(90deg, transparent 0%, transparent 40%, rgba(255, 255, 255, 0.1) 45%, transparent 50%, transparent 100%);
    background-size: 20px 20px;
    animation: interfaceScan 4s infinite linear;
}

@keyframes interfaceScan {
    0% { background-position: 0 0; }
    100% { background-position: 20px 20px; }
}

.quantum-future-image {
    background: linear-gradient(to bottom, #000428, #004e92);
    position: relative;
}

.quantum-future-image::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-image:
            radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.4) 0%, transparent 80%);
    animation: futurePulse 5s infinite ease-in-out;
}

@keyframes futurePulse {
    0% { transform: scale(0.8); opacity: 0.5; }
    50% { transform: scale(1.2); opacity: 0.8; }
    100% { transform: scale(0.8); opacity: 0.5; }
}

/* Contact Form Section */
.contact-form-section {
    background-color: #f8f9fa;
    padding: 100px 0;
}

.contact-intro {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 40px;
    font-size: 1.2rem;
}

.contact-container {
    max-width: 700px;
    margin: 0 auto;
    background-color: var(--card-bg);
    border-radius: var(--border-radius);
    box-shadow: var(--box-shadow);
    padding: 40px;
}

.contact-form {
    display: grid;
    gap: 20px;
}

.form-group {
    display: flex;
    flex-direction: column;
}

.form-group label {
    margin-bottom: 8px;
    font-weight: 500;
    color: var(--text-color);
}

.form-group input,
.form-group textarea {
    padding: 12px 15px;
    border: 1px solid var(--form-border);
    border-radius: 4px;
    font-size: 1rem;
    transition: var(--transition);
}

.form-group input:focus,
.form-group textarea:focus {
    outline: none;
    border-color: var(--form-focus);
    box-shadow: 0 0 0 2px rgba(98, 0, 234, 0.1);
}

.form-group button {
    justify-self: start;
    margin-top: 10px;
}

/* Footer */
footer {
    background-color: var(--dark-bg);
    color: var(--light-text);
    padding: 80px 0 20px;
}

.footer-content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 40px;
    margin-bottom: 40px;
}

.footer-logo h2 {
    color: var(--light-text);
    margin-bottom: 15px;
}

.footer-logo p {
    color: rgba(255, 255, 255, 0.7);
}

.footer-links h3,
.footer-contact h3,
.footer-resources h3 {
    margin-bottom: 20px;
    color: var(--accent-color);
    font-size: 1.2rem;
}

.footer-links ul li,
.footer-resources ul li {
    margin-bottom: 10px;
}

.footer-links ul li a,
.footer-resources ul li a {
    color: rgba(255, 255, 255, 0.7);
    transition: var(--transition);
}

.footer-links ul li a:hover,
.footer-resources ul li a:hover {
    color: var(--light-text);
}

.footer-contact p {
    margin-bottom: 10px;
    color: rgba(255, 255, 255, 0.7);
}

.footer-cookies {
    padding: 30px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    margin-bottom: 20px;
}

.footer-cookies h3 {
    color: var(--accent-color);
    margin-bottom: 15px;
    font-size: 1.2rem;
}

.footer-cookies p {
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 15px;
    font-size: 0.95rem;
}

.footer-policies-links {
    display: flex;
    gap: 20px;
}

.footer-policies-links a {
    color: rgba(255, 255, 255, 0.6);
    transition: var(--transition);
    font-size: 0.95rem;
}

.footer-policies-links a:hover {
    color: var(--light-text);
}

.footer-bottom {
    padding-top: 20px;
    text-align: center;
}

.footer-bottom p {
    color: rgba(255, 255, 255, 0.5);
    font-size: 0.9rem;
}

/* Mobile Navigation */
@media screen and (max-width: 768px) {
    .nav-toggle-label {
        display: block;
        cursor: pointer;
        padding: 15px;
        z-index: 2;
    }

    .nav-wrapper {
        position: fixed;
        top: 0;
        left: -100%;
        width: 100%;
        height: 100vh;
        background: var(--card-bg);
        transition: var(--transition);
        padding-top: 80px;
        flex-direction: column;
        align-items: center;
    }

    .nav-toggle:checked ~ .nav-wrapper {
        left: 0;
    }

    .nav-toggle:checked ~ .nav-toggle-label .hamburger {
        background: transparent;
    }

    .nav-toggle:checked ~ .nav-toggle-label .hamburger:before {
        transform: rotate(45deg);
        top: 0;
    }

    .nav-toggle:checked ~ .nav-toggle-label .hamburger:after {
        transform: rotate(-45deg);
        top: 0;
    }

    .nav-item {
        margin: 15px 0;
    }

    .hero {
        padding: 150px 0 80px;
    }

    .hero-content h2 {
        font-size: 2.2rem;
    }

    .hero-content p {
        font-size: 1.2rem;
    }

    .quantum-processor-illustration {
        height: 200px;
    }

    .about-content {
        flex-direction: column;
    }

    .quantum-researchers-image {
        height: 250px;
        margin-top: 30px;
    }

    .section-title {
        font-size: 2rem;
    }

    .footer-content {
        grid-template-columns: 1fr;
        gap: 30px;
    }

    .footer-cookies {
        text-align: center;
    }

    .footer-policies-links {
        justify-content: center;
    }
}

/* Tablet devices */
@media screen and (min-width: 769px) and (max-width: 1024px) {
    .hero-content h2 {
        font-size: 3rem;
    }

    .quantum-processor-illustration {
        height: 250px;
    }

    .quantum-researchers-image {
        height: 350px;
    }

    .contact-container {
        width: 90%;
    }
}

/* Animations */
@keyframes fadeIn {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}

.feature-card,
.service-card,
.about-content,
.hero-content,
.contact-container {
    animation: fadeIn 0.8s ease-out forwards;
}

/* Unieke Secties Styling voor QuantumToekomst */

/* --- Sectie 1: Kwantum Tijdlijn --- */
.quantum-timeline {
    padding: 100px 0;
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    position: relative;
    overflow: hidden;
}

.quantum-timeline::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background:
            radial-gradient(circle at 10% 20%, rgba(69, 39, 160, 0.05) 0%, transparent 20%),
            radial-gradient(circle at 80% 60%, rgba(0, 188, 212, 0.07) 0%, transparent 30%);
    pointer-events: none;
}

.timeline {
    position: relative;
    max-width: 900px;
    margin: 50px auto 0;
    padding: 20px 0;
}

.timeline::before {
    content: '';
    position: absolute;
    width: 4px;
    background: linear-gradient(180deg, var(--primary-color) 0%, var(--accent-color) 100%);
    top: 0;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 2px;
}

.timeline-item {
    position: relative;
    margin-bottom: 50px;
    width: 100%;
    display: flex;
    justify-content: center;
}

.timeline-dot {
    position: absolute;
    width: 20px;
    height: 20px;
    left: 50%;
    top: 15px;
    transform: translateX(-50%);
    background: var(--primary-color);
    border-radius: 50%;
    z-index: 1;
    box-shadow: 0 0 0 4px rgba(69, 39, 160, 0.2);
    transition: all 0.3s ease;
}

.timeline-item:hover .timeline-dot {
    background: var(--accent-color);
    box-shadow: 0 0 0 6px rgba(0, 188, 212, 0.3), 0 0 20px rgba(0, 188, 212, 0.5);
}

.timeline-content {
    width: 45%;
    padding: 20px 30px;
    background: white;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    position: relative;
    transition: all 0.3s ease;
}

.timeline-item:nth-child(odd) .timeline-content {
    margin-left: auto;
    margin-right: 30px;
}

.timeline-item:nth-child(even) .timeline-content {
    margin-right: auto;
    margin-left: 30px;
}

.timeline-content::before {
    content: '';
    position: absolute;
    top: 15px;
    width: 20px;
    height: 20px;
    background: white;
    transform: rotate(45deg);
}

.timeline-item:nth-child(odd) .timeline-content::before {
    left: -10px;
}

.timeline-item:nth-child(even) .timeline-content::before {
    right: -10px;
}

.timeline-content h3 {
    font-size: 1.8rem;
    color: var(--primary-color);
    margin-bottom: 5px;
}

.timeline-content h4 {
    font-size: 1.3rem;
    color: var(--secondary-color);
    margin-bottom: 10px;
}

.timeline-content p {
    margin: 0;
    font-size: 1rem;
    line-height: 1.5;
}

.timeline-item:hover .timeline-content {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

/* --- Sectie 2: Interactieve Quantum Bits Visualisatie --- */
.quantum-visualization {
    padding: 100px 0;
    background-color: #0a0e2a;
    color: white;
    overflow: hidden;
    position: relative;
}

.quantum-visualization::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background:
            radial-gradient(circle at 20% 30%, rgba(123, 31, 162, 0.2) 0%, transparent 40%),
            radial-gradient(circle at 80% 70%, rgba(0, 188, 212, 0.2) 0%, transparent 40%);
    pointer-events: none;
}

.quantum-visualization .section-title {
    color: white;
}

.quantum-visualization .section-title::after {
    background: linear-gradient(90deg, var(--primary-color), var(--accent-color));
}

.section-intro {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 50px;
    font-size: 1.2rem;
    color: rgba(255, 255, 255, 0.9);
}

.qubits-display {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 60px;
    margin-bottom: 60px;
}

.classical-bit, .quantum-bit {
    flex: 1;
    min-width: 300px;
    max-width: 400px;
    text-align: center;
}

.classical-bit h3, .quantum-bit h3 {
    font-size: 1.6rem;
    margin-bottom: 20px;
    color: var(--accent-color);
}

.bit-visualization {
    background: rgba(255, 255, 255, 0.05);
    border-radius: 12px;
    padding: 30px;
    height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.3);
}

.bit-visualization p {
    margin-top: 30px;
    font-size: 0.95rem;
    color: rgba(255, 255, 255, 0.8);
}

.bit-state {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
}

.bit-circle {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.8rem;
    font-weight: bold;
    color: #0a0e2a;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.bit-label {
    margin: 0 15px;
    font-size: 1.2rem;
    color: rgba(255, 255, 255, 0.7);
}

/* Quantum Bit Animation */
.qubit-sphere {
    position: relative;
    width: 150px;
    height: 150px;
    margin: 0 auto;
    perspective: 800px;
}

.qubit-orbit {
    position: absolute;
    width: 100%;
    height: 100%;
    border: 2px dashed rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    animation: orbit 8s linear infinite;
}

.qubit-orbit.perpendicular {
    transform: rotateY(90deg);
    animation-direction: reverse;
}

@keyframes orbit {
    0% { transform: rotateZ(0deg) rotateX(60deg); }
    100% { transform: rotateZ(360deg) rotateX(60deg); }
}

.qubit-particle {
    position: absolute;
    width: 15px;
    height: 15px;
    background: var(--accent-color);
    border-radius: 50%;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    box-shadow: 0 0 10px var(--accent-color), 0 0 20px rgba(0, 188, 212, 0.5);
}

.qubit-label {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 1.4rem;
    color: rgba(255, 255, 255, 0.9);
    text-shadow: 0 0 10px rgba(0, 188, 212, 0.8);
}

/* Quantum Power Calculation */
.quantum-power {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

.power-calculation {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 40px;
    margin-bottom: 30px;
}

.calculation-box {
    flex: 1;
    min-width: 300px;
    max-width: 400px;
    padding: 25px;
    background: rgba(255, 255, 255, 0.05);
    border-radius: 10px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.calculation-box h4 {
    font-size: 1.3rem;
    margin-bottom: 20px;
    color: white;
}

.calculation-box.highlight {
    background: linear-gradient(135deg, rgba(69, 39, 160, 0.3), rgba(0, 188, 212, 0.2));
    box-shadow: 0 4px 20px rgba(0, 188, 212, 0.3);
    border: 1px solid rgba(0, 188, 212, 0.3);
}

.bit-row, .qubit-row {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin-bottom: 20px;
}

.bit, .qubit {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    border-radius: 5px;
}

.bit {
    background: rgba(255, 255, 255, 0.9);
    color: #0a0e2a;
}

.qubit {
    background: linear-gradient(135deg, var(--primary-color), var(--accent-color));
    color: white;
    box-shadow: 0 0 10px rgba(0, 188, 212, 0.5);
}

.quantum-note {
    font-size: 1.1rem;
    color: var(--accent-color);
    max-width: 600px;
    margin: 0 auto;
}

/* --- Sectie 3: Kwantumtoepassingen Met Foto's --- */
.quantum-applications {
    padding: 100px 0;
    background: linear-gradient(135deg, #ffffff 0%, #f5f7fa 100%);
    position: relative;
}

.applications-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
    margin-bottom: 60px;
}

.application-card {
    position: relative;
    height: 250px;
    border-radius: 15px;
    overflow: hidden;
    background: white;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    transition: all 0.4s ease;
}

.app-content {
    position: relative;
    z-index: 2;
    height: 100%;
    padding: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    transition: transform 0.3s ease;
}

.application-card:hover .app-content {
    transform: translateY(-5px);
}

.app-icon {
    width: 70px;
    height: 70px;
    margin-bottom: 20px;
    border-radius: 50%;
    background-size: 60%;
    background-position: center;
    background-repeat: no-repeat;
    background-color: rgba(69, 39, 160, 0.1);
    box-shadow: 0 5px 15px rgba(69, 39, 160, 0.2);
}

.molecule-icon {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='%234527a0' d='M12,2 C13.1045695,2 14,2.8954305 14,4 C14,4.5522847 13.8038882,5.0610726 13.4714894,5.4602234 L15.8241106,10.4 L20.6605809,10.4 C20.8820947,9.87152869 21.407197,9.5 22,9.5 C22.8284271,9.5 23.5,10.1715729 23.5,11 C23.5,11.8284271 22.8284271,12.5 22,12.5 C21.407197,12.5 20.8820947,12.1284713 20.6605809,11.6 L18.757225,11.6 L20.7431366,15.4 L20.6605809,15.4 C20.8820947,14.8715287 21.407197,14.5 22,14.5 C22.8284271,14.5 23.5,15.1715729 23.5,16 C23.5,16.8284271 22.8284271,17.5 22,17.5 C21.1715729,17.5 20.5,16.8284271 20.5,16 C20.5,15.4477153 20.6961118,14.9389274 21.0285106,14.5397766 L18.675889,9.6 L15.757225,9.6 L14.0982986,13.0702377 C15.2298617,13.1854781 16.1,14.1355282 16.1,15.3 C16.1,16.4045695 15.2045695,17.3 14.1,17.3 C13.1517115,17.3 12.3698602,16.6096607 12.138475,15.7073355 L8.24056289,13.2926856 C8.08633054,13.398303 7.9015971,13.4721952 7.7,13.5128321 L7.7,17.6 L10.6605809,17.6 C10.8820947,17.0715287 11.407197,16.7 12,16.7 C12.8284271,16.7 13.5,17.3715729 13.5,18.2 C13.5,19.0284271 12.8284271,19.7 12,19.7 C11.1715729,19.7 10.5,19.0284271 10.5,18.2 C10.5,17.9893464 10.5536015,17.7907886 10.6508302,17.6140278 L7.7,17.6 L7.7,13.5128321 C6.57452633,13.3204833 5.7,12.3365178 5.7,11.15 C5.7,10.1092551 6.36702259,9.2230663 7.3160427,8.9318105 L7.3160427,5.6681895 C6.36702259,5.3769337 5.7,4.49074487 5.7,3.45 C5.7,2.2634822 6.57452633,1.27951675 7.7,1.08716786 L7.7,1.05 C7.7,0.469857625 8.16985763,0 8.75,0 C9.33014237,0 9.8,0.469857625 9.8,1.05 L9.8,1.08716786 C10.925474,1.27951675 11.8,2.2634822 11.8,3.45 C11.8,3.73846922 11.7435321,4.01413492 11.6405417,4.26685932 L12.138475,4.59266457 C12.3698602,3.69033929 13.1517115,3 14.1,3 C13.1045695,3 12,3.1045695 12,2 M8.75,1.9 C8.28055963,1.9 7.9,2.28055963 7.9,2.75 C7.9,3.21944037 8.28055963,3.6 8.75,3.6 C9.21944037,3.6 9.6,3.21944037 9.6,2.75 C9.6,2.28055963 9.21944037,1.9 8.75,1.9 M12,3 C11.1715729,3 10.5,3.67157288 10.5,4.5 C10.5,5.32842712 11.1715729,6 12,6 C12.8284271,6 13.5,5.32842712 13.5,4.5 C13.5,3.67157288 12.8284271,3 12,3 M8.75,9 C8.28055963,9 7.9,9.38055963 7.9,9.85 C7.9,10.3194404 8.28055963,10.7 8.75,10.7 C9.21944037,10.7 9.6,10.3194404 9.6,9.85 C9.6,9.38055963 9.21944037,9 8.75,9 M14.1,15.5 C14.3209139,15.5 14.5,15.3209139 14.5,15.1 C14.5,14.8790861 14.3209139,14.7 14.1,14.7 C13.8790861,14.7 13.7,14.8790861 13.7,15.1 C13.7,15.3209139 13.8790861,15.5 14.1,15.5 Z'%3E%3C/path%3E%3C/svg%3E");
}

.security-icon {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='%234527a0' d='M12 1L3 5v6c0 5.55 3.84 10.74 9 12 5.16-1.26 9-6.45 9-12V5l-9-4zm0 10.99h7c-.53 4.12-3.28 7.79-7 8.94V12H5V6.3l7-3.11v8.8z'%3E%3C/path%3E%3C/svg%3E");
}

.optimization-icon {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='%234527a0' d='M15 3H5c-1.1 0-2 .9-2 2v14c0 1.1.9 2 2 2h14c1.1 0 2-.9 2-2V9l-6-6zm-1 5h-3V4h3v4zM5 19V5h5v5h9v9H5z'/%3E%3Cpath fill='%234527a0' d='M9 15h2v2H9zM12 15h2v2h-2zM15 15h2v2h-2zM9 12h2v2H9zM15 12h2v2h-2zM12 12h2v2h-2z'/%3E%3C/svg%3E");
}

.application-card h3 {
    margin-bottom: 15px;
    font-size: 1.5rem;
    color: var(--primary-color);
}

.application-card p {
    font-size: 1rem;
    color: var(--text-color);
    line-height: 1.5;
}

.glow-effect {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 5px;
    background: linear-gradient(90deg, var(--primary-color), var(--accent-color));
    transition: all 0.3s ease;
    z-index: 1;
}

.application-card:hover .glow-effect {
    height: 10px;
    box-shadow: 0 0 20px rgba(0, 188, 212, 0.5);
}

.application-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}

/* Quantum Images */
.quantum-images {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
}

.quantum-image {
    flex: 1;
    min-width: 300px;
    max-width: 500px;
    margin: 0;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    position: relative;
}

.quantum-image img {
    width: 100%;
    height: auto;
    display: block;
    transition: transform 0.5s ease;
}

.quantum-image:hover img {
    transform: scale(1.05);
}

.quantum-image figcaption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(0deg, rgba(10, 14, 42, 0.9) 0%, rgba(10, 14, 42, 0) 100%);
    color: white;
    padding: 20px 15px 15px;
    font-size: 0.9rem;
    text-align: center;
}

/* --- Artikel Sectie --- */
.article-section {
    padding: 100px 0;
    background-color: #f5f7fa;
}

.article-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 30px;
}

.article-card {
    background: white;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
}

.article-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}

.article-image {
    height: 200px;
    background-size: cover;
    background-position: center;
    position: relative;
}

.quantum-principles-img {
    background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),
    url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="100" height="100" viewBox="0 0 100 100"><rect width="100" height="100" fill="%234527a0"/><circle cx="50" cy="50" r="40" fill="none" stroke="%23ffffff" stroke-width="2"/><circle cx="50" cy="10" r="5" fill="%23ffffff"/><circle cx="50" cy="90" r="5" fill="%23ffffff"/><circle cx="10" cy="50" r="5" fill="%23ffffff"/><circle cx="90" cy="50" r="5" fill="%23ffffff"/></svg>');
    background-size: cover;
}

.quantum-algorithms-img {
    background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),
    url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="100" height="100" viewBox="0 0 100 100"><rect width="100" height="100" fill="%237b1fa2"/><path d="M10,80 L30,40 L50,60 L70,30 L90,50" stroke="%23ffffff" stroke-width="2" fill="none"/><circle cx="10" cy="80" r="3" fill="%23ffffff"/><circle cx="30" cy="40" r="3" fill="%23ffffff"/><circle cx="50" cy="60" r="3" fill="%23ffffff"/><circle cx="70" cy="30" r="3" fill="%23ffffff"/><circle cx="90" cy="50" r="3" fill="%23ffffff"/></svg>');
    background-size: cover;
}

.quantum-future-img {
    background: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),
    url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="100" height="100" viewBox="0 0 100 100"><rect width="100" height="100" fill="%2300bcd4"/><circle cx="30" cy="30" r="15" fill="none" stroke="%23ffffff" stroke-width="2"/><circle cx="70" cy="70" r="15" fill="none" stroke="%23ffffff" stroke-width="2"/><line x1="40" y1="40" x2="60" y2="60" stroke="%23ffffff" stroke-width="2"/><circle cx="30" cy="30" r="5" fill="%23ffffff"/><circle cx="70" cy="70" r="5" fill="%23ffffff"/></svg>');
    background-size: cover;
}

.article-content {
    padding: 25px;
}

.article-card h3 {
    font-size: 1.3rem;
    margin-bottom: 10px;
    color: var(--primary-color);
    transition: color 0.3s ease;
}

.article-card:hover h3 {
    color: var(--accent-color);
}

.article-meta {
    font-size: 0.85rem;
    color: #6c757d;
    margin-bottom: 15px;
}

.article-card p {
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 20px;
    color: var(--text-color);
}

.read-more {
    display: inline-block;
    color: var(--primary-color);
    font-weight: 600;
    font-size: 0.95rem;
    position: relative;
    transition: all 0.3s ease;
    padding-right: 20px;
}

.read-more::after {
    content: '→';
    position: absolute;
    right: 0;
    opacity: 0;
    transition: all 0.3s ease;
}

.read-more:hover {
    padding-right: 25px;
    color: var(--accent-color);
}

.read-more:hover::after {
    opacity: 1;
    right: 0;
}

/* Responsive Aanpassingen */
@media screen and (max-width: 768px) {
    .timeline::before {
        left: 30px;
    }

    .timeline-item {
        flex-direction: column;
        align-items: flex-start;
    }

    .timeline-dot {
        left: 30px;
    }

    .timeline-content {
        width: calc(100% - 50px);
        margin-left: 50px !important;
        margin-right: 0 !important;
    }

    .timeline-item:nth-child(odd) .timeline-content::before,
    .timeline-item:nth-child(even) .timeline-content::before {
        left: -10px;
        right: auto;
    }

    .qubits-display, .power-calculation {
        flex-direction: column;
        align-items: center;
    }

    .classical-bit, .quantum-bit, .calculation-box {
        min-width: 100%;
    }

    .quantum-images {
        flex-direction: column;
    }

    .quantum-image {
        max-width: 100%;
    }
}

/* Animaties voor de secties */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.timeline-item,
.classical-bit,
.quantum-bit,
.calculation-box,
.application-card,
.quantum-image,
.article-card {
    animation: fadeInUp 0.8s ease-out forwards;
    animation-delay: calc(var(--animation-order) * 0.1s);
    opacity: 0;
}

.value-card h3 {
    font-size: 1.3rem;
    color: var(--primary-color);
    margin-bottom: 15px;
}

.value-card p {
    font-size: 1rem;
    color: #555;
    line-height: 1.6;
}

/* Active nav link */
.nav-link.active {
    color: var(--primary-color);
    font-weight: 600;
}

.nav-link.active::after {
    width: 100%;
    background: var(--primary-color);
}

/* Responsive Styles */
@media screen and (max-width: 768px) {
    .about-hero {
        padding: 120px 0 60px;
    }

    .about-hero h1 {
        font-size: 2.5rem;
    }

    .about-hero p {
        font-size: 1.2rem;
    }

    .about-grid {
        flex-direction: column;
    }

    .about-content h2 {
        font-size: 1.8rem;
    }

    .team-image {
        height: 300px;
        margin-bottom: 30px;
    }

    .mission-point {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .point-content {
        text-align: center;
    }

    .team-grid, .values-grid {
        grid-template-columns: 1fr;
    }
}

/* Animation classes */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.about-hero-content,
.about-content,
.team-image,
.mission-point,
.team-member,
.value-card {
    animation: fadeInUp 0.8s ease-out forwards;
    animation-delay: calc(var(--animation-order, 0) * 0.1s);
}/* About Page Styles */

/* About Hero Section */
.about-hero {
    background: linear-gradient(135deg, #4527a0, #7b1fa2);
    color: white;
    padding: 150px 0 80px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.about-hero::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image:
            radial-gradient(circle at 20% 30%, rgba(255, 255, 255, 0.1) 0%, transparent 30%),
            radial-gradient(circle at 80% 70%, rgba(255, 255, 255, 0.1) 0%, transparent 30%);
    animation: pulseBg 10s infinite alternate;
}

@keyframes pulseBg {
    0% { opacity: 0.5; }
    100% { opacity: 1; }
}

.about-hero-content {
    position: relative;
    z-index: 2;
}

.about-hero h1 {
    font-size: 3.5rem;
    margin-bottom: 20px;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.about-hero p {
    font-size: 1.5rem;
    max-width: 700px;
    margin: 0 auto;
    opacity: 0.9;
}

/* Main About Section */
.about-main {
    padding: 80px 0;
    background-color: #f8f9fa;
}

.about-grid {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 50px;
}

.about-image-container {
    flex: 1;
    min-width: 300px;
}

.team-image {
    width: 100%;
    height: 500px;
    border-radius: 15px;
    background: linear-gradient(135deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.1)), url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="200" height="200" viewBox="0 0 200 200"><rect width="200" height="200" fill="%234527a0"/><circle cx="100" cy="70" r="50" fill="none" stroke="%23ffffff" stroke-width="2"/><circle cx="100" cy="60" r="20" fill="%23ffffff"/><path d="M70,120 Q100,180 130,120" stroke="%23ffffff" stroke-width="2" fill="none"/></svg>');
    background-size: cover;
    background-position: center;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    position: relative;
    overflow: hidden;
}

.about-content {
    flex: 2;
    min-width: 300px;
}

.about-content h2 {
    color: var(--primary-color);
    font-size: 2.2rem;
    margin-bottom: 20px;
    position: relative;
}

.about-content h2::after {
    content: '';
    display: block;
    width: 60px;
    height: 3px;
    background: var(--accent-color);
    margin-top: 10px;
}

.about-content p {
    font-size: 1.1rem;
    line-height: 1.7;
    margin-bottom: 25px;
    color: #444;
}

/* Mission Points */
.mission-points {
    margin-top: 40px;
}

.mission-point {
    display: flex;
    gap: 20px;
    margin-bottom: 25px;
    align-items: flex-start;
}

.point-icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: rgba(69, 39, 160, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    position: relative;
}

.education-icon::before {
    content: '';
    width: 30px;
    height: 30px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='%234527a0' d='M12 3L1 9l4 2.18v6L12 21l7-3.82v-6l2-1.09V17h2V9L12 3zm6.82 6L12 12.72 5.18 9 12 5.28 18.82 9zM17 15.99l-5 2.73-5-2.73v-3.72L12 15l5-2.73v3.72z'%3E%3C/path%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
}

.research-icon::before {
    content: '';
    width: 30px;
    height: 30px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='%234527a0' d='M9.5 16c-0.3 0-0.5-0.2-0.5-0.5v-7c0-0.3 0.2-0.5 0.5-0.5s0.5 0.2 0.5 0.5v7C10 15.8 9.8 16 9.5 16zM12.5 16c-0.3 0-0.5-0.2-0.5-0.5v-7c0-0.3 0.2-0.5 0.5-0.5s0.5 0.2 0.5 0.5v7C13 15.8 12.8 16 12.5 16zM15.5 16c-0.3 0-0.5-0.2-0.5-0.5v-7c0-0.3 0.2-0.5 0.5-0.5s0.5 0.2 0.5 0.5v7C16 15.8 15.8 16 15.5 16zM18.5 4H14V2.5c0-0.3-0.2-0.5-0.5-0.5h-2c-0.3 0-0.5 0.2-0.5 0.5V4H6.5C6.2 4 6 4.2 6 4.5v1C6 5.8 6.2 6 6.5 6h12c0.3 0 0.5-0.2 0.5-0.5v-1C19 4.2 18.8 4 18.5 4zM13 4h-1V3h1V4zM6 7.5v12c0 0.3 0.2 0.5 0.5 0.5h12c0.3 0 0.5-0.2 0.5-0.5v-12C19 7.2 18.8 7 18.5 7h-12C6.2 7 6 7.2 6 7.5zM18 19H7V8h11V19z'%3E%3C/path%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
}

.community-icon::before {
    content: '';
    width: 30px;
    height: 30px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='%234527a0' d='M16 11c1.66 0 2.99-1.34 2.99-3S17.66 5 16 5s-3 1.34-3 3 1.34 3 3 3zm-8 0c1.66 0 2.99-1.34 2.99-3S9.66 5 8 5 5 6.34 5 8s1.34 3 3 3zm0 2c-2.33 0-7 1.17-7 3.5V18c0 .55.45 1 1 1h12c.55 0 1-.45 1-1v-1.5c0-2.33-4.67-3.5-7-3.5zm8 0c-.29 0-.62.02-.97.05 1.16.84 1.97 1.97 1.97 3.45V18c0 .55-.45 1-1 1h6c.55 0 1-.45 1-1v-1.5c0-2.33-4.67-3.5-7-3.5z'%3E%3C/path%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
}

.point-content {
    flex: 1;
}

.point-content h3 {
    font-size: 1.3rem;
    color: var(--secondary-color);
    margin-bottom: 10px;
}

.point-content p {
    margin-bottom: 0;
    font-size: 1rem;
}

/* Team Section */
.team-section {
    padding: 100px 0;
    background-color: white;
}

.section-intro {
    text-align: center;
    max-width: 800px;
    margin: 0 auto 50px;
    font-size: 1.2rem;
    color: #666;
}

.team-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 30px;
}

.team-member {
    text-align: center;
    padding: 20px;
    border-radius: 10px;
    background-color: #f8f9fa;
    transition: all 0.3s ease;
}

.team-member:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.member-avatar {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    margin: 0 auto 20px;
    background-size: cover;
    background-position: center;
    border: 5px solid white;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.avatar-1 {
    background: linear-gradient(135deg, #4527a0, #7b1fa2);
    position: relative;
}

.avatar-1::after {
    content: 'EvdM';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-weight: bold;
    font-size: 1.5rem;
}

.avatar-2 {
    background: linear-gradient(135deg, #7b1fa2, #00bcd4);
    position: relative;
}

.avatar-2::after {
    content: 'LdV';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-weight: bold;
    font-size: 1.5rem;
}

.avatar-3 {
    background: linear-gradient(135deg, #00bcd4, #4527a0);
    position: relative;
}

.avatar-3::after {
    content: 'HJ';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-weight: bold;
    font-size: 1.5rem;
}

.avatar-4 {
    background: linear-gradient(135deg, #7b1fa2, #4527a0);
    position: relative;
}

.avatar-4::after {
    content: 'SB';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-weight: bold;
    font-size: 1.5rem;
}

.team-member h3 {
    font-size: 1.3rem;
    color: var(--primary-color);
    margin-bottom: 5px;
}

.member-title {
    display: block;
    font-size: 0.95rem;
    color: var(--secondary-color);
    margin-bottom: 15px;
    font-style: italic;
}

.team-member p {
    font-size: 0.95rem;
    color: #666;
    line-height: 1.6;
}

/* Values Section */
.values-section {
    padding: 100px 0;
    background-color: #f0f4f8;
    position: relative;
    overflow: hidden;
}

.values-section::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image:
            radial-gradient(circle at 10% 10%, rgba(69, 39, 160, 0.05) 0%, transparent 30%),
            radial-gradient(circle at 90% 90%, rgba(0, 188, 212, 0.05) 0%, transparent 30%);
    pointer-events: none;
}

.values-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 30px;
}

.value-card {
    background-color: white;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    text-align: center;
}

.value-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.value-icon {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    margin: 0 auto 20px;
    background-color: rgba(69, 39, 160, 0.1);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.accuracy-icon::before {
    content: '';
    width: 35px;
    height: 35px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='%234527a0' d='M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm-2 15l-5-5 1.41-1.41L10 14.17l7.59-7.59L19 8l-9 9z'%3E%3C/path%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
}

.accessibility-icon::before {
    content: '';
    width: 35px;
    height: 35px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='%234527a0' d='M12 2c1.1 0 2 .9 2 2s-.9 2-2 2-2-.9-2-2 .9-2 2-2zm9 7h-6v13h-2v-6h-2v6H9V9H3V7h18v2z'%3E%3C/path%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
}

.innovation-icon::before {
    content: '';
    width: 35px;
    height: 35px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' width='24' height='24'%3E%3Cpath fill='%234527a0' d='M9 21c0 .55.45 1 1 1h4c.55 0 1-.45 1-1v-1H9v1zm3-19C8.14 2 5 5.14 5 9c0 2.38 1.19 4.47 3 5.74V17c0 .55.45 1 1 1h6c.55 0 1-.45 1-1v-2.26c1.81-1.27 3-3.36 3-5.74 0-3.86-3.14-7-7-7zm2.85 11.1l-.85.6V16h-4v-2.3l-.85-.6A4.997 4.997 0 017 9c0-2.76 2.24-5 5-5s5 2.24 5 5c0 1.63-.8 3.16-2.15 4.1z'%3E%3C/path%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
}

.cookie-disclaimer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(135deg, var(--dark-bg), var(--primary-color));
    color: var(--light-text);
    z-index: 1000;
    padding: 15px 0;
    box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.2);
    transform: translateY(100%);
    animation: slideUp 0.5s forwards;
}

@keyframes slideUp {
    to {
        transform: translateY(0);
    }
}

.cookie-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
}

.cookie-text {
    flex: 1;
    min-width: 280px;
}

.cookie-text p {
    margin: 0;
    font-size: 0.95rem;
    line-height: 1.5;
    position: relative;
}

.cookie-text p::before {
    content: '';
    position: absolute;
    top: -5px;
    left: -5px;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.1);
    z-index: -1;
    animation: pulse 3s infinite alternate;
}

@keyframes pulse {
    0% { transform: scale(1); opacity: 0.3; }
    100% { transform: scale(1.5); opacity: 0; }
}

.cookie-button {
    display: flex;
    justify-content: flex-end;
}

.btn-accept {
    background-color: var(--accent-color);
    color: var(--light-text);
    border: none;
    padding: 10px 20px;
    border-radius: var(--border-radius);
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.btn-accept:hover {
    background-color: var(--light-text);
    color: var(--primary-color);
}

.btn-accept::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 5px;
    height: 5px;
    background: rgba(255, 255, 255, 0.5);
    opacity: 0;
    border-radius: 100%;
    transform: translate(-50%, -50%);
    transition: width 0.3s, height 0.3s, opacity 0.3s;
}

.btn-accept:hover::after {
    width: 100px;
    height: 100px;
    opacity: 0.3;
}

/* Quantum-inspired particles in the background */
.cookie-disclaimer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image:
            radial-gradient(circle at 10% 20%, rgba(255, 255, 255, 0.2) 0%, transparent 10%),
            radial-gradient(circle at 30% 70%, rgba(255, 255, 255, 0.2) 0%, transparent 8%),
            radial-gradient(circle at 50% 40%, rgba(255, 255, 255, 0.2) 0%, transparent 12%),
            radial-gradient(circle at 70% 60%, rgba(255, 255, 255, 0.2) 0%, transparent 6%),
            radial-gradient(circle at 90% 30%, rgba(255, 255, 255, 0.2) 0%, transparent 10%);
    z-index: -1;
}

@media screen and (max-width: 768px) {
    .cookie-content {
        flex-direction: column;
        text-align: center;
    }

    .cookie-button {
        justify-content: center;
        width: 100%;
    }
}