/* GTA Roleplay Website Styles */

/* ============= */
/* BASIS STYLES */
/* ============= */
body {
    margin: 0;
    font-family: 'Poppins', sans-serif;
    background-color: #0d0d0d;
    color: #f5f5f5;
}

/* ============= */
/* HERO SECTION */
/* ============= */
.hero {
    position: relative;
    height: 100vh;
    background: url('https://oosterbergrp.studiomediaone.nl/assets/img/fivem-herobackground.jpg') center/cover no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.hero .overlay {
    position: absolute;
    top: 0; left: 0; 
    width: 100%; height: 100%;
    background: rgba(0, 0, 0, 0.6);
}

.hero-content {
    position: relative;
    z-index: 2;
    max-width: 700px;
    padding: 0 20px;
}

.hero h1 {
    font-size: 2.9rem;
    margin-bottom: 20px;
    color: #ff4040;
    text-shadow: 2px 2px 6px rgba(0,0,0,0.7);
}

.hero p {
    font-size: 1.2rem;
    margin-bottom: 30px;
}

.btn-primary {
    padding: 12px 30px;
    background: #ff4040;
    color: #fff;
    text-decoration: none;
    border-radius: 6px;
    font-weight: bold;
    transition: background 0.3s ease;
}

.btn-primary:hover {
    background: #e13333;
}

/* ============= */
/* FEATURES */
/* ============= */
.features {
    padding: 80px 10%;
    background: #1a1a1a;
    text-align: center;
}

.features h2 {
    font-size: 2.5rem;
    margin-bottom: 50px;
    color: #ff4040;
}

.feature-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 30px;
}

.feature-card {
    background: #262626;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 6px 12px rgba(0,0,0,0.6);
    transition: transform 0.3s ease;
}

.feature-card:hover {
    transform: translateY(-5px);
}

.feature-card img {
    max-width: 50%;
    border-radius: 10px;
    margin-bottom: 15px;
}

.feature-card h3 {
    color: #ff4040;
    margin-bottom: 10px;
}

/* ============= */
/* CTA SECTION */
/* ============= */
.cta {
    padding: 80px 10%;
    text-align: center;
    background: linear-gradient(135deg, #ff4040, #ffcc00);
    color: #000;
}

.cta h2 {
    font-size: 2.5rem;
    margin-bottom: 20px;
}

.cta p {
    font-size: 1.2rem;
    margin-bottom: 30px;
}

.btn-secondary {
    padding: 12px 30px;
    background: #000;
    color: #ffcc00;
    text-decoration: none;
    border-radius: 6px;
    font-weight: bold;
    transition: background 0.3s ease;
}

.btn-secondary:hover {
    background: #1a1a1a;
}

/* ============= */
/* HEADER */
/* ============= */
.site-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #1a1a1a;
    padding: 15px 10%;
    position: sticky;
    top: 0;
    z-index: 999;
    flex-wrap: wrap;
}

.site-header .logo a {
    font-size: 1.8rem;
    font-weight: 700;
    color: #ff4040;
    text-decoration: none;
}

.main-nav ul {
    list-style: none;
    display: flex;
    gap: 20px;
    margin: 0;
    padding: 0;
    flex-wrap: wrap;
}

.main-nav a {
    color: #f5f5f5;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s ease;
}

.main-nav a:hover {
    color: #ffcc00;
}

.nav-btn {
    padding: 8px 18px;
    background: #ff4040;
    border-radius: 6px;
    color: #fff !important;
    transition: background 0.3s ease;
}

.nav-btn:hover {
    background: #e13333;
}

.team {
    padding: 60px 10%;
    background: #0d0d0d;
    color: #f5f5f5;
    text-align: center;
}

.team h1 {
    font-size: 2.5rem;
    color: #ff4040;
    margin-bottom: 20px;
}

.team .intro {
    font-size: 1.1rem;
    color: #ccc;
    margin-bottom: 50px;
}

.team-title {
    margin: 40px 0 20px;
    font-size: 1.8rem;
    color: #ffcc00;
    border-left: 4px solid #ffcc00;
    padding-left: 10px;
}

..team-bubbles {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
    justify-items: center;
    margin-bottom: 40px;
}

.bubble {
    text-align: center;
    background: rgba(0, 0, 0, 0.6);
    padding: 20px;
    border-radius: 50%;
    width: 140px;
    height: 140px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease;
}

.bubble img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    margin-bottom: 10px;
}

.bubble:hover {
    transform: scale(1.1);
}

.team-title {
    margin: 30px 0 15px;
    font-size: 1.8rem;
}

/* Kleuren per rang */
.head-founders { color: #e74c3c; }   /* Rood */
.founders {color: #ffad77; }
.ass-founders { color: #ddff00;}


/* ============= */
/* FOOTER */
/* ============= */
.site-footer {
    background: #0d0d0d;
    text-align: center;
    padding: 20px 10%;
    font-size: 0.9rem;
    color: #999;
}

.logo img {
    width: 90px;
    height: auto;
    display: block;
}

.site-footer .small-text {
    font-size: 0.8rem;
    color: #666;
    margin-top: 5px;
}

.apv {
    padding: 60px 10%;
    background: #1a1a1a;
    color: #f5f5f5;
}

.apv h1 {
    font-size: 2.5rem;
    color: #ff4040;
    margin-bottom: 20px;
    text-align: center;
}

.apv .intro {
    text-align: center;
    margin-bottom: 40px;
    font-size: 1.1rem;
    color: #ccc;
}

.apv-section {
    margin-bottom: 40px;
}

.apv-section h2 {
    color: #ffcc00;
    margin-bottom: 15px;
}

.apv-section ul {
    list-style: disc;
    margin-left: 20px;
    line-height: 1.8;
}


/* ======================== */
/* 📱 RESPONSIVE STYLING */
/* ======================== */

/* Tablets */
@media (max-width: 992px) {
    .hero h1 {
        font-size: 2.2rem;
    }

    .hero p {
        font-size: 1rem;
    }

    .features h2,
    .cta h2 {
        font-size: 2rem;
    }
}

/* Mobiel */
@media (max-width: 600px) {
    .site-header {
        flex-direction: column;
        align-items: flex-start;
        padding: 15px;
    }

    .main-nav {
        width: 100%;
        margin-top: 10px;
    }

    .main-nav ul {
        flex-direction: column;
        gap: 10px;
        width: 100%;
    }

    .main-nav ul li {
        width: 100%;
    }

    .main-nav ul li a {
        display: block;
        width: 100%;
        padding: 10px;
        background: #262626;
        border-radius: 6px;
        text-align: center;
    }

    .hero h1 {
        font-size: 1.8rem;
    }

    .hero p {
        font-size: 0.95rem;
    }

    .btn-primary,
    .btn-secondary {
        display: block;
        width: 100%;
    }

    .feature-card img {
        max-width: 80%;
    }
}
