/* HAFLA MAG Main Styles */
@import url('fonts.css');

/* Base Typography */
body {
    font-family: 'FK Grotesk', sans-serif;
    line-height: 1.6;
    font-weight: 400;
}

h1, h2 {
    font-family: 'FK Raster Grotesk', sans-serif;
    font-weight: bold;
    letter-spacing: -0.02em;
}

h3, h4, h5, h6 {
    font-family: 'FK Grotesk', sans-serif;
    font-weight: 700;
    letter-spacing: -0.01em;
}

.hero-section .slide-content h1 {
    font-family: 'FK Raster Grotesk', sans-serif;
    font-size: 4.5rem;
    font-weight: bold;
    letter-spacing: -0.03em;
}

.slide-content .subtitle {
    font-family: 'FK Grotesk', sans-serif;
    font-size: 1.5rem;
    font-weight: 500;
}

.section-title {
    font-family: 'FK Raster Grotesk', sans-serif;
    font-size: 2.5rem;
    font-weight: bold;
    letter-spacing: -0.02em;
}

.article-title, .event-title {
    font-family: 'FK Grotesk', sans-serif;
    font-weight: 700;
    letter-spacing: -0.01em;
}

.category-badge {
    font-family: 'FK Raster Grotesk Compact', 'FK Raster Grotesk', sans-serif;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.event-date-badge {
    font-family: 'FK Raster Grotesk', sans-serif;
}

.event-date-badge .day {
    font-family: 'FK Raster Grotesk', sans-serif;
    font-weight: bold;
}

.event-date-badge .month {
    font-family: 'FK Grotesk', sans-serif;
    font-weight: 600;
}

.artist-name {
    font-family: 'FK Raster Grotesk', sans-serif;
    font-size: 2rem;
    font-weight: bold;
    letter-spacing: -0.02em;
}

.artist-bio {
    font-family: 'FK Grotesk', sans-serif;
    line-height: 1.6;
}

.navbar-brand {
    font-family: 'FK Raster Grotesk', sans-serif;
    font-size: 1.8rem;
    font-weight: bold;
    letter-spacing: -0.02em;
}

.nav-link {
    font-family: 'FK Grotesk', sans-serif;
    font-weight: 500;
    letter-spacing: 0.02em;
}

.btn, .button {
    font-family: 'FK Grotesk', sans-serif;
    font-weight: 600;
}

.feature-title {
    font-family: 'FK Raster Grotesk', sans-serif;
    font-weight: bold;
    letter-spacing: -0.02em;
}

.feature-subtitle {
    font-family: 'FK Grotesk', sans-serif;
    font-weight: 500;
}

.news-title {
    font-family: 'FK Raster Grotesk', sans-serif;
    font-weight: bold;
    letter-spacing: -0.02em;
}

.news-excerpt {
    font-family: 'FK Grotesk', sans-serif;
}

.footer h5 {
    font-family: 'FK Raster Grotesk', sans-serif;
    font-weight: bold;
    letter-spacing: -0.02em;
}

.footer-menu a, .footer p {
    font-family: 'FK Grotesk', sans-serif;
}

/* Form Elements */
input, textarea, select {
    font-family: 'FK Grotesk', sans-serif;
}

/* Special Elements */
.hero-btn {
    font-family: 'FK Raster Grotesk', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.read-more, .view-more {
    font-family: 'FK Grotesk', sans-serif;
    font-weight: 600;
}

/* Hero Section Slider */
.hero-section {
    position: relative;
    width: 100%;
    height: 100vh;
    min-height: 600px;
    overflow: hidden;
}

.hero-slider {
    width: 100%;
    height: 100%;
    position: relative;
}

.slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

.slide.active {
    opacity: 1;
    z-index: 1;
}

.slide::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0,0,0,0.4), rgba(0,0,0,0.7));
}

.slide-logo {
    position: absolute;
    top: 40px;
    right: 40px;
    width: 120px;
    height: auto;
    z-index: 2;
}

.slide-logo {
    width: 200px; 
    top: 35px; 
}

.hero-content {
    position: absolute;
    z-index: 2;
    color: #fff;
    padding: 0 80px;
    max-width: 800px;
    top: 35%;
    transform: translateY(-50%);
}

.hero-content.content-right {
    right: 0;
    text-align: right;
}

.hero-content.content-left {
    left: 0;
    text-align: left;
}

.content-top {
    margin-bottom: 30px;
}

.hero-content h1 {
    font-family: 'FK Raster Grotesk', sans-serif;
    font-size: 4.5rem;
    font-weight: bold;
    margin-bottom: 1.5rem;
    line-height: 1.1;
    text-transform: uppercase;
    letter-spacing: -0.02em;
}

.hero-content p {
    font-family: 'FK Grotesk', sans-serif;
    font-size: 1.2rem;
    line-height: 1.6;
    margin-bottom: 2rem;
    opacity: 0.9;
    max-width: 600px;
}

.hero-content.content-right p {
    margin-left: auto;
}

.hero-content .small-text {
    font-size: 1.1rem;
    line-height: 1.5;
}

.highlight {
    color: #e5ff00;
}

.slider-navigation {
    position: flex;
    bottom: 40px;
    right: 40px;
    z-index: 10;
}

.slider-arrow {
    background: rgba(229, 255, 0, 0.2);
    border: 2px solid #e5ff00;
    color: #e7ff85;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.slider-arrow:hover {
    background: #e5ff00;
    color: #000;
}

.slider-arrow i {
    font-size: 1.2rem;
}

/* Swiper Navigation */
.hero-swiper .swiper-button-next,
.hero-swiper .swiper-button-prev {
    color: #e5ff00;
    width: 50px;
    height: 50px;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    transition: all 0.3s ease;
}

.hero-swiper .swiper-button-next:hover,
.hero-swiper .swiper-button-prev:hover {
    background-color: #000;
}

.hero-swiper .swiper-button-next:after,
.hero-swiper .swiper-button-prev:after {
    font-size: 1.5rem;
}

/* Swiper Pagination */
.hero-swiper .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: #fff;
    opacity: 0.5;
    transition: all 0.3s ease;
}

.hero-swiper .swiper-pagination-bullet-active {
    background: #e5ff00;
    opacity: 1;
}

/* Animations */
@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Hero Section */
.hero-section {
    position: relative;
    height: 80vh;
    min-height: 600px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background: #000;
    margin-bottom: 50px;
}

.hero-content {
    position: relative;
    z-index: 2;
    text-align: center;
    padding: 0 20px;
}

.hero-title {
    font-family: 'FK Raster Grotesk', sans-serif;
    font-size: 5rem;
    font-weight: bold;
    letter-spacing: -0.03em;
    color: #fff;
    margin-bottom: 20px;
    text-transform: uppercase;
    animation: fadeInDown 1s ease-out;
}

.hero-subtitle {
    font-size: 1.5rem;
    color: #e5ff00;
    margin-bottom: 30px;
    font-family: 'FK Grotesk', sans-serif;
    animation: fadeInUp 1s ease-out 0.3s;
}

.hero-background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    animation: rotate 40s linear infinite;
    transform-style: preserve-3d;
    perspective: 1000px;
}

.music-element {
    position: absolute;
    font-size: 2.5rem;
    color: rgba(229, 255, 0, 0.4);
    animation: float 8s ease-in-out infinite;
    transform-style: preserve-3d;
    backdrop-filter: blur(2px);
    transition: color 0.3s ease;
    font-family: 'FK Grotesk', sans-serif;
}

.music-element:hover {
    color: #f4ff92;
}

.music-element i {
    animation: spin 12s linear infinite;
}

.note-1 {
    top: 15%;
    left: 10%;
    animation-delay: 0s;
    font-size: 3rem;
}

.headphone {
    top: 65%;
    left: 75%;
    animation-delay: -1s;
    font-size: 4rem;
}

.vinyl {
    top: 35%;
    left: 45%;
    animation-delay: -2s;
    font-size: 3.5rem;
}

.note-2 {
    top: 75%;
    left: 25%;
    animation-delay: -3s;
    font-size: 2.5rem;
}

.wave {
    top: 25%;
    left: 65%;
    animation-delay: -4s;
    font-size: 3rem;
}

.radio {
    top: 45%;
    left: 85%;
    animation-delay: -5s;
    font-size: 3.2rem;
}

.microphone {
    top: 85%;
    left: 55%;
    animation-delay: -6s;
    font-size: 3.8rem;
}

.guitar {
    top: 15%;
    left: 35%;
    animation-delay: -7s;
    font-size: 3.3rem;
}

.drum {
    top: 55%;
    left: 15%;
    animation-delay: -8s;
    font-size: 3.1rem;
}

.note-3 {
    top: 35%;
    left: 75%;
    animation-delay: -9s;
    font-size: 2.8rem;
}

.sliders {
    top: 70%;
    left: 90%;
    animation-delay: -10s;
    font-size: 3rem;
}

.compact-disc {
    top: 10%;
    left: 80%;
    animation-delay: -11s;
    font-size: 3.6rem;
}

.wave-2 {
    top: 85%;
    left: 40%;
    animation-delay: -12s;
    font-size: 2.7rem;
}

.podcast {
    top: 30%;
    left: 95%;
    animation-delay: -13s;
    font-size: 3.4rem;
}

.volume {
    top: 5%;
    left: 50%;
    animation-delay: -14s;
    font-size: 3.1rem;
}

@keyframes float {
    0%, 100% {
        transform: translateY(0) translateX(0);
    }
    25% {
        transform: translateY(-20px) translateX(10px);
    }
    50% {
        transform: translateY(0) translateX(20px);
    }
    75% {
        transform: translateY(20px) translateX(10px);
    }
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes pulse {
    0%, 100% {
        transform: scale(1);
        opacity: 0.8;
    }
    50% {
        transform: scale(1.2);
        opacity: 1;
    }
}

@media (max-width: 768px) {
    .hero-section {
        height: 60vh;
        min-height: 400px;
    }

    .hero-title {
        font-size: 3rem;
    }

    .hero-subtitle {
        font-size: 1.2rem;
    }

    .music-element {
        font-size: 2rem;
    }

    .headphone, .vinyl, .guitar, .drum {
        font-size: 2.5rem;
    }

    .note-1, .note-2, .note-3, .wave, .wave-2 {
        font-size: 1.8rem;
    }

    .radio, .microphone, .sliders, .compact-disc, .podcast, .volume {
        font-size: 2.2rem;
    }
}

/* Featured Grid */
.featured-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    margin: 4rem 0;
}

.grid-item {
    position: relative;
    min-height: 400px;
    border-radius: 15px;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    transition: transform 0.3s ease;
}

.grid-item:hover {
    transform: scale(1.02);
}

.grid-item.main-feature {
    grid-column: 1 / -1;
    min-height: 500px;
}

.content-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 3rem;
    background: linear-gradient(to top, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0.6) 50%, transparent 100%);
    color: #fff;
}

.feature-title {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    color: #f2ff7f;
    text-transform: uppercase;
}

.grid-item:not(.main-feature) .feature-title {
    font-size: 2rem;
}

.feature-subtitle {
    font-size: 1.2rem;
    margin-bottom: 1.5rem;
    opacity: 0.9;
    max-width: 600px;
}

.feature-link {
    display: inline-block;
    color: #f2ff7f;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1rem;
    transition: all 0.3s ease;
    text-transform: uppercase;
}

.feature-link:hover {
    transform: translateX(10px);
    color: #fff;
}

/* Latest News Section */
.section-title {
    font-family: 'FK Raster Grotesk', sans-serif;
    font-size: 2.5rem;
    font-weight: bold;
    letter-spacing: -0.02em;
    margin: 60px 0 30px;
    color: #e5ff00;
    text-align: center;
}

.news-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-bottom: 60px;
}

.news-item {
    background: #111;
    padding: 25px;
    border-radius: 8px;
    transition: transform 0.3s;
}

.news-item:hover {
    transform: translateY(-5px);
}

.news-title {
    font-size: 1.5rem;
    margin-bottom: 15px;
    color: #fff;
    font-family: 'FK Raster Grotesk', sans-serif;
    font-weight: bold;
    letter-spacing: -0.02em;
}

.news-excerpt {
    color: #ccc;
    margin-bottom: 20px;
    line-height: 1.6;
    font-family: 'FK Grotesk', sans-serif;
}

.news-link {
    color: #e5ff00;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s;
    font-family: 'FK Grotesk', sans-serif;
}

.news-link:hover {
    color: #fff;
}

/* Events Section */
.events-slider {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 20px;
    margin-bottom: 60px;
}

.event-card {
    background: #111;
    padding: 25px;
    border-radius: 8px;
    transition: transform 0.3s;
}

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

.event-date {
    font-size: 1.8rem;
    font-weight: bold;
    letter-spacing: -0.02em;
    color: #e5ff00;
    margin-bottom: 15px;
    font-family: 'FK Raster Grotesk', sans-serif;
}

.event-title {
    font-family: 'FK Grotesk', sans-serif;
    font-size: 1.3rem;
    color: #fff;
    margin-bottom: 10px;
    font-weight: 700;
    letter-spacing: -0.01em;
}

.event-venue {
    color: #ccc;
    margin-bottom: 20px;
    font-family: 'FK Grotesk', sans-serif;
}

.event-link {
    color: #e5ff00;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s;
    font-family: 'FK Grotesk', sans-serif;
}

.event-link:hover {
    color: #fff;
}

/* Events Page Styles */
.events-header {
    background-position: center 25%;
}

.events-container {
    padding: 40px 0;
}

.events-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(380px, 1fr));
    gap: 30px;
    margin-bottom: 50px;
}

.event-card {
    background: #111;
    border-radius: 15px;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
}

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

.event-image {
    position: relative;
    height: 280px;
    overflow: hidden;
}

.event-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.event-card:hover .event-image img {
    transform: scale(1.1);
}

.event-type-badge {
    position: absolute;
    top: 20px;
    right: 20px;
    background: rgba(229, 255, 0, 0.9);
    color: #000;
    padding: 8px 16px;
    border-radius: 20px;
    font-weight: 600;
    font-size: 0.9rem;
    z-index: 1;
    font-family: 'FK Grotesk', sans-serif;
}

.event-date-badge {
    position: absolute;
    left: 20px;
    bottom: -30px;
    background: #e5ff00;
    color: #000;
    padding: 15px;
    border-radius: 10px;
    text-align: center;
    min-width: 80px;
    z-index: 1;
    box-shadow: 0 4px 15px rgba(229, 255, 0, 0.3);
    font-family: 'FK Grotesk', sans-serif;
}

.event-date-badge .day {
    display: block;
    font-size: 1.8rem;
    font-weight: bold;
    letter-spacing: -0.02em;
    margin-bottom: 5px;
    font-family: 'FK Raster Grotesk', sans-serif;
}

.event-date-badge .month {
    display: block;
    font-size: 1rem;
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'FK Grotesk', sans-serif;
}

.event-content {
    padding: 40px 25px 25px;
}

.event-title {
    font-family: 'FK Grotesk', sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: -0.01em;
    margin-bottom: 15px;
    color: #fff;
}

.event-meta {
    display: flex;
    gap: 20px;
    margin-bottom: 15px;
    color: #888;
    font-size: 0.9rem;
    font-family: 'FK Grotesk', sans-serif;
}

.event-location, .event-time {
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: 'FK Grotesk', sans-serif;
}

.event-description {
    color: #ccc;
    margin-bottom: 25px;
    line-height: 1.6;
    font-family: 'FK Grotesk', sans-serif;
}

.event-footer {
    border-top: 1px solid #333;
    padding-top: 20px;
    text-align: right;
}

.event-details-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #e5ff00;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    font-family: 'FK Grotesk', sans-serif;
}

.event-details-btn i {
    transition: transform 0.3s ease;
}

.event-details-btn:hover {
    color: #fff;
}

.event-details-btn:hover i {
    transform: translateX(5px);
}

.no-events {
    grid-column: 1 / -1;
    text-align: center;
    padding: 50px;
}

.no-events .alert {
    background: #111;
    padding: 40px;
    border-radius: 15px;
    display: inline-block;
}

.no-events i {
    font-size: 3rem;
    color: #e5ff00;
    margin-bottom: 20px;
}

.city-select {
    width: 300px;
}

@media (max-width: 768px) {
    .events-grid {
        grid-template-columns: 1fr;
    }
    
    .event-meta {
        flex-direction: column;
        gap: 10px;
    }
    
    .city-select {
        width: 100%;
    }
}

/* Articles Page Styles */
.page-header {
    height: 50vh;
    background-size: cover;
    background-position: center;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-bottom: 50px;
}

.page-header::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7));
}

.header-content {
    position: relative;
    z-index: 1;
    color: #fff;
}

.header-content h1 {
    font-size: 4rem;
    font-weight: bold;
    letter-spacing: -0.03em;
    margin-bottom: 20px;
    color: #e5ff00;
    text-transform: uppercase;
    font-family: 'FK Raster Grotesk', sans-serif;
}

.header-content .lead {
    font-size: 1.5rem;
    letter-spacing: 2px;
    opacity: 0.9;
    font-family: 'FK Grotesk', sans-serif;
}

.articles-container {
    padding: 40px 0;
}

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

.filter-form {
    display: flex;
    gap: 20px;
    justify-content: center;
    align-items: center;
}

.category-select {
    width: 300px;
}

.custom-select {
    background-color: #111;
    border: 1px solid #333;
    color: #fff;
    padding: 12px;
    border-radius: 8px;
}

.filter-btn {
    background-color: #dfff6b;
    color: #000;
    border: none;
    padding: 8px 20px;
    margin: 0 5px 10px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.filter-btn:hover {
    background-color: #fff;
    color: #000;
}

.articles-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    gap: 30px;
    margin-bottom: 50px;
}

.article-card {
    background: #111;
    border-radius: 12px;
    overflow: hidden;
    transition: transform 0.3s ease;
    position: relative;
}

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

.article-image {
    position: relative;
    height: 250px;
    overflow: hidden;
}

.article-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.article-card:hover .article-image img {
    transform: scale(1.1);
}

.category-badge {
    position: absolute;
    top: 20px;
    right: 20px;
    background: rgba(229, 255, 0, 0.9);
    color: #000;
    padding: 8px 16px;
    border-radius: 20px;
    font-weight: 600;
    font-size: 0.9rem;
    font-family: 'FK Raster Grotesk Compact', 'FK Raster Grotesk', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.article-content {
    padding: 25px;
}

.article-title {
    font-family: 'FK Grotesk', sans-serif;
    font-size: 1.5rem;
    font-weight: 700;
    letter-spacing: -0.01em;
    margin-bottom: 15px;
    color: #fff;
}

.article-excerpt {
    color: #ccc;
    margin-bottom: 20px;
    line-height: 1.6;
    font-family: 'FK Grotesk', sans-serif;
}

.article-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px solid #333;
}

.article-date {
    color: #888;
    font-size: 0.9rem;
    font-family: 'FK Grotesk', sans-serif;
}

.article-date i {
    margin-right: 5px;
}

.read-more {
    color: #e5ff00;
    text-decoration: none;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: color 0.3s;
    font-family: 'FK Grotesk', sans-serif;
}

.read-more:hover {
    color: #fff;
}

.read-more i {
    transition: transform 0.3s;
}

.read-more:hover i {
    transform: translateX(5px);
}

.no-articles {
    grid-column: 1 / -1;
    text-align: center;
    padding: 50px;
}

.no-articles .alert {
    background: #111;
    padding: 30px;
    border-radius: 12px;
    display: inline-block;
}

.no-articles i {
    font-size: 3rem;
    color: #e5ff00;
    margin-bottom: 20px;
}

.pagination-wrapper {
    display: flex;
    justify-content: center;
    margin-top: 50px;
}

.pagination-list {
    display: flex;
    gap: 10px;
    list-style: none;
    padding: 0;
}

.pagination-item a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: #111;
    color: #fff;
    text-decoration: none;
    border-radius: 8px;
    transition: all 0.3s;
    font-family: 'FK Grotesk', sans-serif;
}

.pagination-item.active a,
.pagination-item a:hover {
    background: #e5ff00;
    color: #000;
}

/* Artists Page Styles */
.artists-header {
    background-position: top center;
}

.artists-container {
    padding: 40px 0;
}

.artists-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    gap: 30px;
    margin-bottom: 50px;
}

.artist-card {
    background: #111;
    border-radius: 15px;
    overflow: hidden;
    transition: all 0.3s ease;
    position: relative;
}

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

.artist-image {
    position: relative;
    height: 400px;
    overflow: hidden;
}

.artist-image::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 50%;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
}

.artist-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.artist-card:hover .artist-image img {
    transform: scale(1.1);
}

.genre-badge {
    position: absolute;
    top: 20px;
    right: 20px;
    background: rgba(229, 255, 0, 0.9);
    color: #000;
    padding: 8px 16px;
    border-radius: 20px;
    font-weight: 600;
    font-size: 0.9rem;
    z-index: 1;
    font-family: 'FK Raster Grotesk Compact', 'FK Raster Grotesk', sans-serif;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.artist-content {
    position: relative;
    margin-top: -100px;
    padding: 30px;
    z-index: 1;
}

.artist-name {
    font-family: 'FK Raster Grotesk', sans-serif;
    font-size: 2rem;
    font-weight: bold;
    letter-spacing: -0.02em;
    margin-bottom: 15px;
    color: #fff;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

.artist-meta {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
    font-family: 'FK Grotesk', sans-serif;
}

.artist-origin {
    color: #e5ff00;
    font-size: 1rem;
    display: flex;
    align-items: center;
    gap: 8px;
    font-family: 'FK Grotesk', sans-serif;
}

.artist-bio {
    color: #ccc;
    margin-bottom: 25px;
    line-height: 1.6;
    font-family: 'FK Grotesk', sans-serif;
}

.artist-social {
    display: flex;
    gap: 15px;
    margin-bottom: 25px;
}

.social-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: #111;
    color: #fff;
    border-radius: 50%;
    margin: 0 5px;
    text-decoration: none;
    transition: background-color 0.3s, color 0.3s;
}

.social-link:hover {
    background: #e5ff00;
    color: #000;
}

.artist-footer {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    padding-top: 20px;
    text-align: right;
}

.view-profile-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #e5ff00;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
    font-family: 'FK Grotesk', sans-serif;
}

.view-profile-btn i {
    transition: transform 0.3s ease;
}

.view-profile-btn:hover {
    color: #fff;
}

.view-profile-btn:hover i {
    transform: translateX(5px);
}

.no-artists {
    grid-column: 1 / -1;
    text-align: center;
    padding: 50px;
}

.no-artists .alert {
    background: #111;
    padding: 40px;
    border-radius: 15px;
    display: inline-block;
}

.no-artists i {
    font-size: 3rem;
    color: #e5ff00;
    margin-bottom: 20px;
}

.genre-select {
    width: 300px;
}

@media (max-width: 768px) {
    .artists-grid {
        grid-template-columns: 1fr;
    }
    
    .artist-image {
        height: 300px;
    }
    
    .artist-content {
        margin-top: -80px;
    }
    
    .artist-name {
        font-size: 1.8rem;
    }
    
    .genre-select {
        width: 100%;
    }
}

.navbar-nav .nav-link {
    color: #fff !important;
    font-weight: 500;
    letter-spacing: 1.5px;
    margin: 0 15px;
    transition: color 0.3s;
    text-transform: uppercase;
    font-size: 0.9rem;
    font-family: 'FK Grotesk', sans-serif;
}

.navbar-brand {
    font-family: 'FK Raster Grotesk', sans-serif;
    font-size: 1.8rem;
    font-weight: bold;
    letter-spacing: -0.02em;
}

/* Dropdown Menu Styles - Currently disabled
.nav-links .dropdown {
    position: relative;
}

.nav-links .dropdown-toggle {
    position: relative;
    padding-right: 1.5rem;
}

.nav-links .dropdown-toggle::after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #e5ff00;
    transition: transform 0.3s ease;
}

.nav-links .dropdown:hover .dropdown-toggle::after {
    transform: translateY(-50%) rotate(180deg);
}

.nav-links .dropdown-menu {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%) translateY(-10px);
    background-color: rgba(0, 0, 0, 0.95);
    border: 2px solid rgba(229, 255, 0, 0.2);
    border-radius: 4px;
    padding: 0.5rem 0;
    min-width: 200px;
    z-index: 1001;
    transition: all 0.3s ease;
    pointer-events: none;
}

.nav-links .dropdown:hover .dropdown-menu {
    visibility: visible;
    opacity: 1;
    transform: translateX(-50%) translateY(0);
    pointer-events: auto;
}

.nav-links .dropdown-menu li {
    margin: 0;
}

.nav-links .dropdown-menu a {
    display: block;
    padding: 0.75rem 1.5rem;
    color: #ffffff;
    text-decoration: none;
    transition: all 0.3s ease;
    white-space: nowrap;
    text-align: center;
}

.nav-links .dropdown-menu a:hover {
    background-color: rgba(229, 255, 0, 0.1);
    color: #e5ff00;
}
*/

/* Header Styles */
.site-header {
    background-color: rgba(0, 0, 0, 0.95);
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 1000;
    padding: 1rem 0;
    border-bottom: 2px solid rgba(229, 255, 0, 0.2);
}

.main-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1rem;
}

.nav-brand {
    display: flex;
    align-items: center;
}

.nav-brand a {
    color: #ffffff;
    text-decoration: none;
    font-size: 1.5rem;
    font-weight: bold;
}

.nav-brand img {
    height: 40px;
    margin-right: 1rem;
}

.nav-links {
    display: flex;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 1.5rem;
}

.nav-links li {
    margin: 0;
    padding: 0;
}

.nav-links a {
    color: #ffffff;
    text-decoration: none;
    font-size: 1rem;
    font-weight: 500;
    transition: color 0.3s;
    padding: 0.5rem 0;
    position: relative;
}

.nav-links a:hover {
    color: #e5ff00;
}

.nav-links a::after {
    content: '';
    position: absolute;
    width: 0;
    height: 2px;
    bottom: 0;
    left: 50%;
    background-color: #e5ff00;
    transition: all 0.3s ease;
}

.nav-links a:hover::after {
    width: 100%;
    left: 0;
}

/* Footer Styles */
.site-footer {
    background-color: #000000;
    color: #ffffff;
    padding: 3rem 0;
    margin-top: 4rem;
}

.footer-content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1rem;
}

.footer-section {
    flex: 1;
    margin: 0 1rem;
}

.footer-section h3 {
    color: #e5ff00;
    margin-bottom: 1.5rem;
    font-size: 1.2rem;
}

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 0.75rem;
}

.footer-links a {
    color: #ffffff;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-links a:hover {
    color: #e5ff00;
}

.social-links {
    display: flex;
    gap: 1rem;
    margin-top: 1rem;
}

.social-link {
    color: #ffffff;
    text-decoration: none;
    font-size: 1.5rem;
    transition: color 0.3s ease;
}

.social-link:hover {
    color: #e5ff00;
}

.footer-bottom {
    text-align: center;
    margin-top: 2rem;
    padding-top: 2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

/* Responsive Navigation */
@media (max-width: 768px) {
    .main-nav {
        flex-direction: column;
        padding: 1rem;
    }

    .nav-links {
        flex-direction: column;
        width: 100%;
        margin-top: 1rem;
        gap: 0.5rem;
    }

    .footer-content {
        flex-direction: column;
        text-align: center;
    }

    .footer-section {
        margin: 1rem 0;
    }

    .social-links {
        justify-content: center;
    }
}

/* Footer Styles */
.footer {
    background-color: #000;
    padding: 4rem 0;
    margin-top: 4rem;
}

.footer h5 {
    font-family: 'FK Raster Grotesk', sans-serif;
    font-size: 1.2rem;
    margin-bottom: 1.5rem;
    color: #e5ff00;
    font-weight: bold;
    letter-spacing: -0.02em;
}

.footer-menu {
    text-transform: uppercase;
    letter-spacing: 1px;
}

.footer-menu li {
    margin-bottom: 1rem;
}

.footer-menu a {
    font-family: 'FK Grotesk', sans-serif;
    font-weight: 500;
    font-size: 0.9rem;
    text-decoration: none;
    transition: color 0.3s ease;
    color: #fff !important;
}

.footer-menu a:hover {
    color: #e5ff00 !important;
}

.social-icons {
    display: flex;
    justify-content: center;
    gap: 1.5rem;
}

.social-icons a {
    font-size: 1.2rem;
    transition: color 0.3s ease;
}

.social-icons a:hover {
    color: #e5ff00 !important;
}

.footer-logo {
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer-logo img {
    width: 75px;
    height: 75px;
    margin-right: 40px;
}

.footer hr {
    border-color: rgba(229, 255, 0, 0.2);
    margin: 2rem 0;
}

.footer p {
    font-family: 'FK Grotesk', sans-serif;
    font-size: 0.9rem;
    color: #888;
}

.btn {
    border-radius: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: background-color 0.3s, color 0.3s;
}

.btn-primary {
    background-color: #d3ff6d;
    border: none;
    color: #000;
}

.btn-primary:hover {
    background-color: #fff;
    color: #000;
}

.btn-secondary {
    background-color: #333;
    border: none;
    color: #fff;
}

.btn-secondary:hover {
    background-color: #e5ff00;
    color: #000;
}

.hero-btn {
    background-color: #e5ff00;
    color: #000;
    padding: 12px 30px;
    border: none;
    border-radius: 0;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    transition: background-color 0.3s;
}

.hero-btn:hover {
    background-color: #fff;
    color: #000;
}

/* Auth Buttons */
.auth-buttons .btn {
    padding: 8px 20px;
    margin-left: 10px;
    border-radius: 25px;
    font-weight: 500;
    transition: background-color 0.3s, color 0.3s;
}

.btn-login {
    background-color: black;
    border: 2px solid #f4ff8e;
    color: #f4ff8e;
}

.btn-login:hover {
    background-color: #f4ff8e;
    color: #000;
}

.btn-register {
    background-color: #000000;
    border: 2px solid #f4ff8e;
    color: #f4ff8e;
}

.btn-register:hover {
    background-color: #f4ff8e;
    border-color: #fff;
    color: #000;
}

/* Form Buttons */
.form-btn {
    background-color: #e5ff00;
    color: #000;
    padding: 12px 30px;
    border: none;
    border-radius: 25px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    width: 100%;
    margin-top: 20px;
    transition: background-color 0.3s, color 0.3s;
}

.form-btn:hover {
    background-color: #fff;
    color: #000;
}

/* Contact Form */
.contact-form .form-control {
    border-radius: 25px;
    padding: 12px 20px;
    background-color: #111;
    border: 1px solid #333;
    color: #fff;
    margin-bottom: 15px;
}

.contact-form .form-control:focus {
    border-color: #e5ff00;
    box-shadow: none;
}

.contact-form textarea.form-control {
    min-height: 150px;
    resize: vertical;
}

.contact-form .btn-submit {
    background-color: #e5ff00;
    color: #000;
    padding: 12px 40px;
    border: none;
    border-radius: 25px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    transition: background-color 0.3s, color 0.3s;
}

.contact-form .btn-submit:hover {
    background-color: #fff;
    color: #000;
}

.btn-login, .btn-register {
    padding: 8px 25px;
    border-radius: 30px;
    font-family: 'FK Grotesk', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: background-color 0.3s;
}

.btn-login {
    background-color: transparent;
    color: #e5ff00;
    border: none;
}

.btn-login:hover {
    background-color: #e5ff00;
    color: #000;
}

.btn-register {
    background-color: #e5ff00;
    color: #000;
    border: none;
}

.btn-register:hover {
    background-color: #fff;
    color: #000;
}

/* Contact Form */
.contact-form {
    margin-top: 30px;
}

.contact-form .form-control {
    background-color: #fff;
    border: none;
    border-radius: 4px;
    padding: 12px 15px;
    margin-bottom: 20px;
    color: #000;
    font-family: 'FK Grotesk', sans-serif;
}

.contact-form .form-control:focus {
    box-shadow: none;
    border: none;
}

.contact-form textarea.form-control {
    min-height: 150px;
    resize: vertical;
}

.contact-form label {
    color: #fff;
    margin-bottom: 8px;
    font-family: 'FK Grotesk', sans-serif;
}

.btn-send-message {
    background-color: #e5ff00;
    color: #000;
    padding: 12px 30px;
    border: none;
    border-radius: 30px;
    font-family: 'FK Grotesk', sans-serif;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: background-color 0.3s;
    width: auto;
    display: inline-block;
}

.btn-send-message:hover {
    background-color: #fff;
    color: #000;
}

/* Section Headers */
.section-header {
    text-align: center;
    margin-bottom: 3rem;
}

.section-title {
    font-size: 2.5rem;
    font-weight: 600;
    margin-bottom: 1rem;
    color: #333;
}

.section-line {
    width: 60px;
    height: 3px;
    background: var(--primary-color);
    margin: 0 auto;
}

/* News Page Styles */
.featured-news-grid {
    margin-bottom: 4rem;
}

.featured-article {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    margin-bottom: 2rem;
}

.article-image {
    position: relative;
    overflow: hidden;
}

.article-image img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}

.category-tag {
    position: absolute;
    top: 20px;
    right: 20px;
    background: var(--primary-color);
    color: #fff;
    padding: 5px 15px;
    border-radius: 20px;
    font-size: 0.9rem;
}

.article-content {
    padding: 2rem;
}

.article-content h3 {
    font-size: 1.8rem;
    margin-bottom: 1rem;
    color: #333;
}

.article-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 1.5rem;
}

.trending-articles {
    background: #fff;
    border-radius: 10px;
    padding: 2rem;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.trending-article {
    display: flex;
    align-items: flex-start;
    padding: 1.5rem 0;
    border-bottom: 1px solid #eee;
}

.trending-article:last-child {
    border-bottom: none;
}

.trending-article .number {
    font-size: 2rem;
    font-weight: 700;
    color: var(--primary-color);
    margin-right: 1rem;
    line-height: 1;
}

/* Events Page Styles */
.featured-event-card {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    margin-bottom: 2rem;
}

.event-image {
    position: relative;
    height: 300px;
}

.event-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.event-date {
    position: absolute;
    top: 20px;
    left: 20px;
    background: var(--primary-color);
    color: #fff;
    padding: 10px;
    border-radius: 5px;
    text-align: center;
}

.event-date .day {
    font-size: 1.8rem;
    font-weight: 700;
    display: block;
    line-height: 1;
}

.event-date .month {
    font-size: 1rem;
    text-transform: uppercase;
}

.event-content {
    padding: 2rem;
}

.event-category {
    display: inline-block;
    background: #f5f5f5;
    color: #666;
    padding: 5px 15px;
    border-radius: 20px;
    margin-bottom: 1rem;
}

.location {
    color: #666;
    margin-bottom: 1rem;
    display: block;
}

.location i {
    margin-right: 5px;
    color: var(--primary-color);
}

.calendar-event {
    background: #fff;
    border-radius: 10px;
    padding: 1.5rem;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    display: flex;
    align-items: center;
}

.date-tag {
    background: var(--primary-color);
    color: #fff;
    padding: 10px;
    border-radius: 5px;
    text-align: center;
    margin-right: 1rem;
    min-width: 80px;
}

.category-card {
    background: #fff;
    border-radius: 10px;
    padding: 1.5rem;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    display: block;
    color: #333;
    text-decoration: none;
    transition: transform 0.3s ease;
}

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

.category-card .icon {
    font-size: 2.5rem;
    color: var(--primary-color);
    margin-bottom: 1rem;
}

/* Artists Page Styles */
.featured-artist-card {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    margin-bottom: 2rem;
}

.artist-image {
    position: relative;
    height: 400px;
}

.artist-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.social-links {
    position: absolute;
    bottom: 20px;
    right: 20px;
    display: flex;
    gap: 10px;
}

.social-links a {
    width: 40px;
    height: 40px;
    background: rgba(255,255,255,0.9);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary-color);
    transition: all 0.3s ease;
}

.social-links a:hover {
    background: var(--primary-color);
    color: #fff;
}

.artist-content {
    padding: 2rem;
}

.genre {
    display: inline-block;
    background: #f5f5f5;
    color: #666;
    padding: 5px 15px;
    border-radius: 20px;
    margin-bottom: 1rem;
}

.artist-card {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.artist-card .artist-image {
    height: 300px;
    position: relative;
}

.artist-card .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.artist-card:hover .overlay {
    opacity: 1;
}

.artist-info {
    padding: 1.5rem;
    text-align: center;
}

.genre-card {
    background: #fff;
    border-radius: 10px;
    padding: 1.5rem;
    text-align: center;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    display: block;
    color: #333;
    text-decoration: none;
    transition: transform 0.3s ease;
}

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

.genre-card .name {
    font-size: 1.2rem;
    font-weight: 600;
    display: block;
    margin-bottom: 0.5rem;
}

.genre-card .count {
    color: #666;
    font-size: 0.9rem;
}

/* Common Section Styles */
.newsletter-section,
.submit-event-section,
.artist-submission-section {
    background: #f8f9fa;
    padding: 4rem 0;
    margin-top: 4rem;
}

.newsletter-form .input-group {
    max-width: 500px;
    margin: 0 auto;
}

.btn-primary {
    background: var(--primary-color);
    border-color: var(--primary-color);
    padding: 0.5rem 1.5rem;
}

.btn-primary:hover {
    background: var(--primary-color-dark);
    border-color: var(--primary-color-dark);
}

.btn-outline-primary {
    color: var(--primary-color);
    border-color: var(--primary-color);
}

.btn-outline-primary:hover {
    background: var(--primary-color);
    border-color: var(--primary-color);
    color: #fff;
}

/* Dark theme colors */
:root {
    --primary-color: #f0ff8d;
    --primary-color-dark: #e8ff94;
    --dark-bg: #121212;
    --dark-card: #1E1E1E;
    --dark-hover: #2D2D2D;
    --text-light: #FFFFFF;
    --text-muted: #BBBBBB;
}

/* Update container backgrounds */
.container-fluid {
    background-color: var(--dark-bg);
}

.featured-article, .trending-articles, .featured-event-card,
.calendar-event, .category-card, .featured-artist-card,
.artist-card, .genre-card, .news-card {
    background-color: var(--dark-card);
    color: var(--text-light);
}

/* Update text colors */
h1, h2, h3, h4, h5, h6 {
    color: var(--text-light);
}

p {
    color: var(--text-muted);
}

/* Update buttons */
.btn-primary {
    background-color: var(--primary-color);
    border-color: var(--primary-color);
    color: var(--dark-bg);
}

.btn-outline-primary {
    color: var(--primary-color);
    border-color: var(--primary-color);
}

.btn-outline-primary:hover {
    background-color: var(--primary-color);
    color: var(--dark-bg);
}

/* Update category tags */
.category-tag, .event-category, .genre {
    background-color: var(--primary-color);
    color: var(--dark-bg);
}

/* Dark theme specific styles */
.trending-article {
    border-bottom-color: var(--dark-hover);
}

.trending-article .number {
    color: var(--primary-color);
}

.event-date {
    background-color: var(--primary-color);
    color: var(--dark-bg);
    font-weight: 600;
}

.location i {
    color: var(--primary-color);
}

.social-links a {
    background-color: var(--primary-color);
    color: var(--dark-bg);
}

.social-links a:hover {
    background-color: var(--primary-color-dark);
}

.category-card:hover,
.genre-card:hover {
    background-color: var(--dark-hover);
}

.newsletter-section,
.submit-event-section,
.artist-submission-section {
    background-color: var(--dark-card);
    color: var(--text-light);
    border-style: rounded;
}

.form-control {
    background-color: var(--dark-hover);
    border-color: var(--dark-hover);
    color: var(--text-light);
}

.form-control:focus {
    background-color: var(--dark-hover);
    border-color: var(--primary-color);
    color: var(--text-light);
    box-shadow: 0 0 0 0.2rem rgba(255, 215, 0, 0.25);
}

.form-control::placeholder {
    color: var(--text-muted);
}

.category-card .icon {
    color: var(--primary-color);
}

.article-meta,
.event-meta,
.artist-meta {
    color: var(--text-muted);
}

/* Reset and Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'FK Grotesk', sans-serif;
    line-height: 1.6;
    font-weight: 400;
}

/* Header Navigation Styles */
.site-header {
    background-color: #000;
    padding: 1rem 2rem;
    width: 100%;
    position: relative;
}

.main-nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1rem;
}

.nav-brand {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.nav-brand img {
    height: 40px;
    width: auto;
}

.nav-brand a {
    color: #e5ff00;
    text-decoration: none;
    font-size: 1.5rem;
    font-weight: bold;
}

.nav-links {
    display: flex;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 2rem;
}

.nav-links li {
    margin: 0;
    padding: 0;
}

.nav-links a {
    color: #fff;
    text-decoration: none;
    font-size: 1rem;
    font-weight: 500;
    transition: color 0.3s;
}

.nav-links a:hover {
    color: #e5ff00;
}

/* Auth Buttons */
.auth-buttons {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.btn-auth {
    display: inline-block;
    padding: 0.5rem 1.2rem;
    border-radius: 4px;
    font-size: 0.9rem;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease;
    border: 1px solid #f3ff89;
}

.btn-auth {
    background-color: transparent;
    color: #f3ff89;
}

.btn-auth:hover {
    background-color: #f3ff89;
    color: #000;
}

.btn-register {
    background-color: #f3ff89;
    color: #000;
}

.btn-register:hover {
    background-color: #fff;
    border-color: #fff;
}

.btn-logout {
    border-color: #ff4444;
    color: #ff4444;
}

.btn-logout:hover {
    background-color: #ff4444;
    color: #fff;
}

/* Responsive Navigation */
@media (max-width: 768px) {
    .nav-content {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background-color: #000;
        padding: 1rem;
        flex-direction: column;
    }

    .nav-content.active {
        display: flex;
    }

    .nav-links {
        flex-direction: column;
        width: 100%;
        gap: 1rem;
    }

    .auth-buttons {
        flex-direction: row;
        width: 100%;
        justify-content: center;
        padding-top: 1rem;
        border-top: 1px solid rgba(229, 255, 0, 0.1);
    }
}

/* Footer Styles */
.site-footer {
    background-color: #111;
    color: #fff;
    padding: 4rem 2rem 2rem;
}

.footer-content {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    gap: 2rem;
}

.footer-section {
    flex: 1;
}

.footer-section h3 {
    color: #e5ff00;
    margin-bottom: 1.5rem;
    font-size: 1.2rem;
}

.footer-links {
    display: flex;
    gap: 2rem;
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin: 0;
    padding: 0;
}

.footer-links a {
    color: #fff;
    text-decoration: none;
    transition: color 0.3s;
}

.footer-links a:hover {
    color: #e5ff00;
}

.social-links {
    display: flex;
    gap: 1rem;
    margin-top: 1rem;
}

.footer-bottom {
    text-align: center;
    margin-top: 3rem;
    padding-top: 2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

/* Responsive Design */
@media (max-width: 768px) {
    .nav-links, .footer-links {
        flex-wrap: wrap;
        gap: 1rem;
    }
    
    .footer-content {
        flex-direction: column;
        text-align: center;
    }
    /* changes */
    .footer-links {
        justify-content: center;
    }
    
    .social-links {
        justify-content: center;
    }
}

/* Contact Page Styles */
.contact-page {
    padding: 4rem 0;
    background-color: #111;
    min-height: calc(100vh - 200px);
}

.contact-page .row {
    display: flex;
    gap: 2rem;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1rem;
}

.contact-page .col-md-6 {
    flex: 1;
    min-width: 300px;
}

.contact-form-container,
.contact-info-container {
    background-color: #000;
    border-radius: 10px;
    padding: 2.5rem !important;
    height: 100%;
    border: 1px solid rgba(229, 255, 0, 0.1);
}

.contact-form-container h2,
.contact-info-container h2 {
    color: #f4ff8e;
    font-size: 2rem;
    margin-bottom: 2rem;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.contact-form-container .form-label {
    color: #fff;
    margin-bottom: 0.5rem;
}

.contact-form-container .form-control {
    background-color: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(229, 255, 0, 0.2);
    color: #fff;
    padding: 0.75rem;
    border-radius: 5px;
    margin-bottom: 1.5rem;
}

.contact-form-container .form-control:focus {
    background-color: rgba(255, 255, 255, 0.15);
    border-color: #f4ff8e;
    box-shadow: 0 0 0 2px rgba(229, 255, 0, 0.2);
}

.contact-form-container textarea.form-control {
    min-height: 150px;
    resize: vertical;
}

.btn-send-message {
    background-color: #f4ff8e;
    color: #000;
    padding: 0.75rem 2rem;
    border: none;
    border-radius: 5px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 100%;
}

.btn-send-message:hover {
    background-color: #f4ff8e;
    transform: translateY(-2px);
}

.contact-info-container h5 {
    color: #f4ff8e;
    margin: 1.5rem 0 0.75rem;
    font-size: 1.1rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.contact-info-container h5:first-of-type {
    margin-top: 0;
}

.contact-info-container p {
    color: #fff;
    margin-bottom: 1rem;
    line-height: 1.6;
}

.contact-info-container a {
    color: #e5ff00;
    text-decoration: none;
    transition: color 0.3s ease;
}

.contact-info-container a:hover {
    color: #fff;
}

.contact-info .social-links {
    margin-top: 1rem;
    display: flex;
    gap: 1rem;
}

.contact-info .social-links a {
    color: #ffffff;
    background-color: #000000;
    font-size: 1.5rem;
    transition: all 0.3s ease;
}

.contact-info .social-links a:hover {
    color: #e4ffaf;
    background-color: #000000;
    transform: translateY(-2px);
}

/* Alert Styles */
.alert {
    padding: 1rem;
    border-radius: 5px;
    margin-bottom: 1rem;
}

.alert-danger {
    background-color: rgba(220, 53, 69, 0.1);
    color: #dc3545;
    border: 1px solid rgba(220, 53, 69, 0.2);
}

/* Responsive Design */
@media (max-width: 768px) {
    .contact-page .row {
        flex-direction: column;
    }

    .contact-form-container,
    .contact-info-container {
        margin-bottom: 2rem;
    }
}

/* Social Media Logos */
.social-links {
    display: flex;
    align-items: center;
    gap: 2rem;
    margin-top: 1.5rem;
}

.social-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #000000;
    color: #ffffff !important;
    font-size: 15px;
    transition: all 0.3s ease;
}

.social-logo:hover {
    transform: scale(1.1);
}

.social-logo i {
    line-height: 1;
}

/* Artists Showcase Section */
.artists-showcase {
    padding: 6rem 0;
    background-color: #000000;
    margin: 4rem 0;
}

.artists-showcase {
    padding: 6rem 0;
    background-color: #000000;
    margin: 4rem 0;
}

.section-header {
    text-align: center;
    margin-bottom: 4rem;
}

.section-header h2 {
    font-family: 'FK Raster Grotesk', sans-serif;
    font-size: 3rem;
    color: #ffffff;
    margin-bottom: 1.5rem;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.section-header p {
    color: #888;
    font-size: 1.1rem;
}

.artists-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2.5rem;
    margin: 0 auto;
    max-width: 1400px;
}

.artist-card {
    position: relative;
    height: 450px;
    border-radius: 15px;
    overflow: hidden;
    transition: transform 0.3s ease;
}

.artist-image {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
}

.artist-card:hover {
    transform: translateY(-15px);
}

.artist-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.95) 0%, rgba(0,0,0,0.7) 60%, transparent 100%);
    padding: 2.5rem;
    transition: all 0.3s ease;
}

.artist-content {
    color: #fff;
}

.artist-category {
    display: inline-block;
    color: #f2ff7f;
    font-size: 0.9rem;
    text-transform: uppercase;
    margin-bottom: 1rem;
    font-weight: 600;
    letter-spacing: 2px;
}

.artist-content h3 {
    color: #fff;
    font-size: 2rem;
    margin-bottom: 1rem;
    font-weight: 700;
}

.artist-content p {
    color: rgba(255,255,255,0.9);
    font-size: 1.1rem;
    margin-bottom: 1.5rem;
    line-height: 1.6;
}

.btn-explore {
    display: inline-block;
    padding: 0.8rem 1.5rem;
    background-color: #f2ff7f;
    color: #000;
    text-decoration: none;
    border-radius: 5px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.btn-explore:hover {
    background-color: #fff;
    transform: translateY(-3px);
}

.section-footer {
    text-align: center;
    margin-top: 4rem;
}

.btn-view-all {
    display: inline-block;
    padding: 1rem 2.5rem;
    background-color: transparent;
    border: 2px solid #f2ff7f;
    color: #f2ff7f;
    text-decoration: none;
    font-weight: 600;
    font-size: 1.1rem;
    border-radius: 8px;
    transition: all 0.3s ease;
    text-transform: uppercase;
}

.btn-view-all:hover {
    background-color: #f2ff7f;
    color: #000;
}

/* Responsive Adjustments */
@media (max-width: 1200px) {
    .artists-grid {
        padding: 0 2rem;
    }
}

@media (max-width: 992px) {
    .featured-grid {
        gap: 1.5rem;
    }
    
    .artists-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 2rem;
    }
    
    .grid-item {
        min-height: 350px;
    }
    
    .grid-item.main-feature {
        min-height: 400px;
    }
    
    .feature-title {
        font-size: 2rem;
    }
    
    .grid-item:not(.main-feature) .feature-title {
        font-size: 1.8rem;
    }
}

@media (max-width: 768px) {
    .featured-grid {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .artists-grid {
        grid-template-columns: 1fr;
        padding: 0 1rem;
    }
    
    .content-overlay {
        padding: 2rem;
    }
    
    .section-header h2 {
        font-size: 2.5rem;
    }
    
    .feature-title {
        font-size: 1.8rem;
    }
    
    .feature-subtitle {
        font-size: 1rem;
    }
    
    .artist-card {
        height: 400px;
    }
}

/* Container and Section Styles */
.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 2rem;
    width: 100%;
}

section {
    margin: 4rem 0;
    position: relative;
}

/* Featured Grid Styles */
.featured-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    margin-top: 2rem;
}

.grid-item {
    position: relative;
    min-height: 300px;
    border-radius: 12px;
    overflow: hidden;
    background-size: cover;
    background-position: center;
}

.grid-item.main-feature {
    grid-column: span 2;
    min-height: 400px;
}

.content-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 2rem;
    background: linear-gradient(to top, rgba(0,0,0,0.8), transparent);
    color: #fff;
}

.feature-title {
    font-size: 2rem;
    margin-bottom: 0.5rem;
    color: #f2ff7f;
}

.feature-subtitle {
    font-size: 1.1rem;
    margin-bottom: 1rem;
    opacity: 0.9;
}

.feature-link {
    display: inline-block;
    color: #f2ff7f;
    text-decoration: none;
    font-weight: bold;
    font-size: 1.1rem;
    transition: all 0.3s ease;
}

.feature-link:hover {
    transform: translateX(5px);
}

/* Responsive Styles */
@media (max-width: 768px) {
    .container {
        padding: 1rem;
    }
    
    section {
        margin: 2rem 0;
    }
    
    .featured-grid {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .grid-item.main-feature {
        grid-column: span 1;
    }
    
    .feature-title {
        font-size: 1.5rem;
    }
}

/* Auth Form Styles */
.auth-form-container {
    min-height: calc(100vh - 100px);
    display: flex;
    align-items: center;
    justify-content: center;
}

.auth-form-container .card {
    background-color: #111;
    border: 1px solid rgba(229, 255, 0, 0.2);
    border-radius: 8px;
    max-width: 500px;
    width: 100%;
}

.auth-form-container .card-header {
    padding: 1.5rem;
    border-bottom: 2px solid #e5ff00;
}

.auth-form-container .card-body {
    padding: 2rem;
}

.auth-form-container .form-label {
    color: #e5ff00;
    font-weight: 500;
}

.auth-form-container .form-control {
    background-color: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(229, 255, 0, 0.2);
    color: #fff;
    padding: 0.75rem 1rem;
}

.auth-form-container .form-control:focus {
    background-color: rgba(255, 255, 255, 0.1);
    border-color: #e5ff00;
    box-shadow: 0 0 0 0.2rem rgba(229, 255, 0, 0.25);
}

.auth-form-container .input-group-text {
    background-color: rgba(229, 255, 0, 0.1);
    border: 1px solid rgba(229, 255, 0, 0.2);
    color: #e5ff00;
}

.auth-form-container .btn-primary {
    background-color: #e5ff00;
    border: none;
    color: #000;
    font-weight: 600;
    padding: 0.75rem 1.5rem;
    transition: all 0.3s ease;
}

.auth-form-container .btn-primary:hover {
    background-color: #d4ee00;
    transform: translateY(-1px);
}

.auth-form-container .form-check-label {
    color: #fff;
}

.auth-form-container .form-check-input:checked {
    background-color: #e5ff00;
    border-color: #e5ff00;
}

.auth-form-container .alert {
    background-color: rgba(220, 53, 69, 0.1);
    border: 1px solid rgba(220, 53, 69, 0.2);
    color: #dc3545;
}

@media (max-width: 768px) {
    .auth-form-container {
        min-height: calc(100vh - 80px);
        padding: 1rem;
    }
    
    .auth-form-container .card-body {
        padding: 1.5rem;
    }
}
