/* ==================================================== */
/* OVER-ONS.CSS - Power Radio Over Ons Pagina */
/* ==================================================== */

/* Base Styles */
body {
   background-color: #0f0f16;
   color: #ffffff;
   font-family: 'Open Sans', sans-serif;
   font-weight: 400;
   font-size: 16px;
   line-height: 1.6;
   margin: 0;
   padding: 0;
   overflow-x: hidden;
}

/* Header */
#wb_header {
   background-color: rgba(15, 15, 22, 0.95);
   backdrop-filter: blur(10px);
   position: fixed;
   top: 0;
   left: 0;
   right: 0;
   z-index: 1000;
   border-bottom: 1px solid rgba(255, 204, 0, 0.3);
   box-shadow: 0 4px 20px rgba(0, 0, 0, 0.5);
}

.header-container {
   max-width: 1200px;
   margin: 0 auto;
   padding: 15px 20px;
   display: flex;
   justify-content: space-between;
   align-items: center;
}

.logo a {
   display: block;
   transition: transform 0.3s ease;
}

.logo a:hover {
   transform: scale(1.05);
}

.logo img {
   max-width: 200px;
   height: auto;
   display: block;
}

/* Main Menu */
.main-menu ul {
   list-style: none;
   margin: 0;
   padding: 0;
   display: flex;
   gap: 5px;
}

.main-menu li {
   margin: 0;
}

.main-menu a {
   color: #ffffff;
   text-decoration: none;
   font-weight: 600;
   font-size: 14px;
   text-transform: uppercase;
   letter-spacing: 0.5px;
   padding: 10px 15px;
   border-radius: 6px;
   transition: all 0.3s ease;
   display: flex;
   align-items: center;
   gap: 8px;
   position: relative;
   overflow: hidden;
}

.main-menu a:before {
   content: '';
   position: absolute;
   bottom: 0;
   left: 50%;
   width: 0;
   height: 2px;
   background: linear-gradient(90deg, transparent, #ffcc00, transparent);
   transition: all 0.3s ease;
   transform: translateX(-50%);
}

.main-menu a:hover:before,
.main-menu a.active:before {
   width: 80%;
}

.main-menu a:hover {
   background: rgba(255, 204, 0, 0.1);
   color: #ffcc00;
}

.main-menu a.active {
   color: #ffcc00;
   background: rgba(255, 204, 0, 0.15);
}

.main-menu a i {
   font-size: 16px;
   width: 20px;
   text-align: center;
}

/* Main Content - Studio achtergrond */
#main-content {
   min-height: 100vh;
   padding: 150px 0 80px 0;
   background: 
      linear-gradient(rgba(15, 15, 22, 0.85), rgba(15, 15, 22, 0.9)),
      url('../images/Powerstudio2026c.png');
   background-size: cover;
   background-position: center center;
   background-repeat: no-repeat;
   background-attachment: fixed;
   position: relative;
   z-index: 1;
   overflow: hidden;
}

/* Extra overlay voor diepte */
#main-content::before {
   content: '';
   position: absolute;
   top: 0;
   left: 0;
   right: 0;
   bottom: 0;
   background: 
      radial-gradient(circle at 20% 30%, rgba(255, 204, 0, 0.1) 0%, transparent 30%),
      radial-gradient(circle at 80% 70%, rgba(255, 204, 0, 0.07) 0%, transparent 30%);
   z-index: -1;
}

.container {
   max-width: 1200px;
   margin: 0 auto;
   padding: 0 20px;
}

/* Page Header */
.page-header {
   text-align: center;
   margin-bottom: 60px;
   position: relative;
}

.page-header h1 {
   font-size: 3.5rem;
   font-weight: 800;
   margin: 0 0 15px 0;
   background: linear-gradient(135deg, #ffffff 0%, #ffcc00 100%);
   -webkit-background-clip: text;
   background-clip: text;
   color: transparent;
   text-transform: uppercase;
   letter-spacing: 1px;
   text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}

.page-header h1 i {
   color: #ffcc00;
   margin-right: 15px;
}

.page-subtitle {
   font-size: 1.3rem;
   color: rgba(255, 255, 255, 0.8);
   font-weight: 300;
   margin: 0;
   max-width: 600px;
   margin: 0 auto;
}

/* Hero Section */
.hero-section {
   background: linear-gradient(135deg, rgba(255, 204, 0, 0.15) 0%, rgba(15, 15, 22, 0.85) 100%);
   border-radius: 20px;
   padding: 50px;
   margin-bottom: 60px;
   border: 1px solid rgba(255, 204, 0, 0.3);
   box-shadow: 0 15px 40px rgba(255, 204, 0, 0.2);
   position: relative;
   overflow: hidden;
   backdrop-filter: blur(10px);
}

.hero-section:before {
   content: '';
   position: absolute;
   top: 0;
   left: 0;
   right: 0;
   height: 4px;
   background: linear-gradient(90deg, #ffcc00, #ffdd44, #ffcc00);
}

.hero-content {
   display: flex;
   align-items: center;
   gap: 50px;
}

.hero-text {
   flex: 1;
}

.hero-text h2 {
   font-size: 2.5rem;
   font-weight: 700;
   color: #ffcc00;
   margin: 0 0 20px 0;
   text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}

.hero-text p {
   color: rgba(255, 255, 255, 0.9);
   font-size: 1.1rem;
   line-height: 1.8;
   margin-bottom: 15px;
   text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}

.hero-image {
   flex: 0 0 300px;
   text-align: center;
   position: relative;
}

.decade-badge {
   display: inline-block;
   background: linear-gradient(135deg, #ffcc00 0%, #ffaa00 100%);
   color: #000000;
   padding: 30px;
   border-radius: 50%;
   width: 200px;
   height: 200px;
   display: flex;
   flex-direction: column;
   justify-content: center;
   align-items: center;
   font-weight: 800;
   box-shadow: 0 10px 30px rgba(255, 204, 0, 0.4);
   border: 5px solid rgba(255, 255, 255, 0.2);
}

.decade-badge .year {
   font-size: 3.5rem;
   line-height: 1;
   margin-bottom: 5px;
}

.decade-badge .label {
   font-size: 1.2rem;
   text-transform: uppercase;
   letter-spacing: 2px;
}

/* Timeline Section */
.timeline-section {
   margin-bottom: 80px;
}

.section-title {
   font-size: 2.2rem;
   font-weight: 700;
   color: #ffffff;
   margin: 0 0 40px 0;
   display: flex;
   align-items: center;
   gap: 15px;
   text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}

.section-title i {
   color: #ffcc00;
}

.timeline {
   position: relative;
   max-width: 900px;
   margin: 0 auto;
}

.timeline:before {
   content: '';
   position: absolute;
   left: 50%;
   top: 0;
   bottom: 0;
   width: 3px;
   background: linear-gradient(to bottom, transparent, #ffcc00, transparent);
   transform: translateX(-50%);
}

.timeline-item {
   display: flex;
   align-items: center;
   margin-bottom: 60px;
   position: relative;
}

.timeline-item:nth-child(odd) {
   flex-direction: row;
}

.timeline-item:nth-child(even) {
   flex-direction: row-reverse;
}

.timeline-year {
   flex: 0 0 150px;
   text-align: center;
   font-size: 2.2rem;
   font-weight: 800;
   color: #ffcc00;
   padding: 15px;
   background: rgba(255, 204, 0, 0.2);
   border-radius: 10px;
   border: 2px solid rgba(255, 204, 0, 0.4);
   margin: 0 40px;
   position: relative;
   z-index: 2;
   backdrop-filter: blur(5px);
   box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.timeline-year:before {
   content: '';
   position: absolute;
   width: 20px;
   height: 20px;
   background: #ffcc00;
   border-radius: 50%;
   top: 50%;
   transform: translateY(-50%);
   box-shadow: 0 0 10px rgba(255, 204, 0, 0.5);
}

.timeline-item:nth-child(odd) .timeline-year:before {
   right: -50px;
}

.timeline-item:nth-child(even) .timeline-year:before {
   left: -50px;
}

.timeline-content {
   flex: 1;
   background: rgba(255, 255, 255, 0.08);
   border-radius: 15px;
   padding: 30px;
   border: 1px solid rgba(255, 204, 0, 0.2);
   transition: all 0.3s ease;
   position: relative;
   backdrop-filter: blur(10px);
}

.timeline-content:hover {
   transform: translateY(-5px);
   background: rgba(255, 204, 0, 0.12);
   border-color: rgba(255, 204, 0, 0.4);
   box-shadow: 0 10px 30px rgba(255, 204, 0, 0.2);
}

.timeline-content h3 {
   font-size: 1.6rem;
   font-weight: 700;
   color: #ffcc00;
   margin: 0 0 15px 0;
   text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}

.timeline-content p {
   color: rgba(255, 255, 255, 0.9);
   font-size: 1.05rem;
   line-height: 1.7;
   margin-bottom: 20px;
   text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}

.timeline-features {
   display: flex;
   gap: 20px;
   flex-wrap: wrap;
}

.timeline-features span {
   display: flex;
   align-items: center;
   gap: 8px;
   color: #ffcc00;
   font-weight: 600;
   font-size: 0.9rem;
   background: rgba(255, 204, 0, 0.15);
   padding: 8px 15px;
   border-radius: 20px;
   border: 1px solid rgba(255, 204, 0, 0.3);
   text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}

.timeline-features i {
   font-size: 0.9rem;
}

/* Values Section */
.values-section {
   margin-bottom: 80px;
}

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

.value-card {
   background: linear-gradient(135deg, rgba(255, 255, 255, 0.08) 0%, rgba(15, 15, 22, 0.9) 100%);
   border-radius: 15px;
   padding: 35px 30px;
   text-align: center;
   border: 1px solid rgba(255, 204, 0, 0.2);
   transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
   position: relative;
   overflow: hidden;
   backdrop-filter: blur(10px);
}

.value-card:hover {
   transform: translateY(-10px) scale(1.02);
   border-color: rgba(255, 204, 0, 0.4);
   box-shadow: 0 20px 40px rgba(255, 204, 0, 0.15);
}

.value-card:before {
   content: '';
   position: absolute;
   top: 0;
   left: 0;
   right: 0;
   height: 3px;
   background: linear-gradient(90deg, #ffcc00, #ffdd44, #ffcc00);
}

.value-icon {
   width: 80px;
   height: 80px;
   background: linear-gradient(135deg, rgba(255, 204, 0, 0.25) 0%, rgba(15, 15, 22, 0.9) 100%);
   border-radius: 50%;
   display: flex;
   align-items: center;
   justify-content: center;
   margin: 0 auto 25px auto;
   border: 2px solid rgba(255, 204, 0, 0.4);
   box-shadow: 0 5px 15px rgba(255, 204, 0, 0.2);
}

.value-icon i {
   font-size: 2.5rem;
   color: #ffcc00;
}

.value-card h3 {
   font-size: 1.4rem;
   font-weight: 700;
   color: #ffffff;
   margin: 0 0 15px 0;
   text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}

.value-card p {
   color: rgba(255, 255, 255, 0.85);
   font-size: 1rem;
   line-height: 1.6;
   margin: 0;
   text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}

/* Today Section */
.today-section {
   background: linear-gradient(135deg, rgba(255, 204, 0, 0.15) 0%, rgba(15, 15, 22, 0.85) 100%);
   border-radius: 20px;
   padding: 50px;
   margin-bottom: 60px;
   border: 1px solid rgba(255, 204, 0, 0.3);
   box-shadow: 0 15px 40px rgba(255, 204, 0, 0.2);
   position: relative;
   overflow: hidden;
   backdrop-filter: blur(10px);
}

.today-section:before {
   content: '';
   position: absolute;
   top: 0;
   left: 0;
   right: 0;
   height: 4px;
   background: linear-gradient(90deg, #ffcc00, #ffdd44, #ffcc00);
}

.today-content h2 {
   font-size: 2.2rem;
   font-weight: 700;
   color: #ffcc00;
   margin: 0 0 25px 0;
   display: flex;
   align-items: center;
   gap: 15px;
   text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}

.today-content h2 i {
   font-size: 2rem;
}

.today-content > p {
   color: rgba(255, 255, 255, 0.9);
   font-size: 1.1rem;
   line-height: 1.8;
   margin-bottom: 40px;
   text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}

.today-content > p strong {
   color: #ffcc00;
   font-weight: 700;
}

.stats-grid {
   display: grid;
   grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
   gap: 25px;
   margin: 40px 0;
}

.stat-item {
   text-align: center;
   padding: 25px 15px;
   background: rgba(255, 255, 255, 0.08);
   border-radius: 12px;
   border: 1px solid rgba(255, 204, 0, 0.2);
   transition: all 0.3s ease;
   backdrop-filter: blur(5px);
}

.stat-item:hover {
   background: rgba(255, 204, 0, 0.15);
   border-color: rgba(255, 204, 0, 0.4);
   transform: translateY(-5px);
   box-shadow: 0 10px 20px rgba(255, 204, 0, 0.2);
}

.stat-number {
   font-size: 2.5rem;
   font-weight: 800;
   color: #ffcc00;
   margin-bottom: 10px;
   line-height: 1;
   text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}

.stat-label {
   font-size: 1rem;
   color: rgba(255, 255, 255, 0.85);
   font-weight: 500;
   text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}

.mission-statement {
   background: rgba(255, 204, 0, 0.15);
   border-radius: 15px;
   padding: 30px;
   margin: 40px 0;
   border: 1px solid rgba(255, 204, 0, 0.3);
   position: relative;
   backdrop-filter: blur(5px);
}

.mission-statement:before {
   content: '❝';
   position: absolute;
   top: -20px;
   left: 30px;
   font-size: 4rem;
   color: #ffcc00;
   opacity: 0.5;
}

.mission-statement p {
   color: rgba(255, 255, 255, 0.95);
   font-size: 1.2rem;
   line-height: 1.8;
   margin: 0;
   font-style: italic;
   text-align: center;
   text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
}

.tagline {
   text-align: center;
   margin-top: 40px;
   padding-top: 30px;
   border-top: 1px solid rgba(255, 204, 0, 0.3);
}

.tagline h3 {
   font-size: 2rem;
   font-weight: 800;
   color: #ffcc00;
   margin: 0;
   text-transform: uppercase;
   letter-spacing: 1px;
   text-shadow: 0 2px 5px rgba(0, 0, 0, 0.5);
}

/* Footer */
#footer {
   background: linear-gradient(135deg, #0a0a10 0%, #0f0f16 100%);
   padding: 50px 0 30px 0;
   border-top: 1px solid rgba(255, 255, 255, 0.1);
   position: relative;
}

#footer:before {
   content: '';
   position: absolute;
   top: 0;
   left: 0;
   right: 0;
   height: 3px;
   background: linear-gradient(90deg, #ffcc00, #ffdd44, #ffcc00);
}

.footer-container {
   max-width: 1200px;
   margin: 0 auto;
   padding: 0 20px;
   text-align: center;
}

.footer-logo {
   margin-bottom: 25px;
}

.footer-logo img {
   max-width: 180px;
   height: auto;
   opacity: 0.9;
   transition: opacity 0.3s ease, transform 0.3s ease;
}

.footer-logo img:hover {
   opacity: 1;
   transform: scale(1.05);
}

.footer-text {
   color: rgba(255, 255, 255, 0.7);
   font-size: 15px;
   line-height: 1.6;
   margin-bottom: 25px;
}

.footer-text p {
   margin: 8px 0;
}

.footer-social {
   display: flex;
   justify-content: center;
   gap: 20px;
   margin-top: 30px;
}

.social-link {
   display: inline-flex;
   align-items: center;
   justify-content: center;
   width: 45px;
   height: 45px;
   background: rgba(255, 255, 255, 0.05);
   border-radius: 50%;
   color: #ffffff;
   font-size: 1.2rem;
   transition: all 0.3s ease;
   text-decoration: none;
   border: 1px solid rgba(255, 255, 255, 0.1);
}

.social-link:hover {
   background: #ffcc00;
   color: #000000;
   transform: translateY(-5px);
   border-color: #ffcc00;
   box-shadow: 0 10px 20px rgba(255, 204, 0, 0.3);
}

/* Responsive Design */
@media (max-width: 1200px) {
   .container, .header-container {
      max-width: 1000px;
   }
}

@media (max-width: 1024px) {
   .page-header h1 {
      font-size: 2.8rem;
   }
   
   .hero-content {
      flex-direction: column;
      text-align: center;
      gap: 40px;
   }
   
   .hero-image {
      flex: 0 0 auto;
   }
   
   .timeline:before {
      left: 30px;
   }
   
   .timeline-item {
      flex-direction: row !important;
      margin-left: 80px;
   }
   
   .timeline-year {
      position: absolute;
      left: -130px;
      margin: 0;
      width: 100px;
   }
   
   .timeline-year:before {
      right: -40px !important;
      left: auto !important;
   }
   
   .footer-logo img {
      max-width: 160px;
   }
}

@media (max-width: 768px) {
   #wb_header {
      position: relative;
      top: 0;
   }
   
   .header-container {
      flex-direction: column;
      gap: 20px;
      padding: 20px 15px;
   }
   
   .logo img {
      max-width: 180px;
   }
   
   .main-menu ul {
      flex-wrap: wrap;
      justify-content: center;
      gap: 10px;
   }
   
   .main-menu a {
      padding: 8px 12px;
      font-size: 13px;
   }
   
   #main-content {
      padding: 40px 0 80px 0;
      background-attachment: scroll;
   }
   
   .page-header h1 {
      font-size: 2.2rem;
   }
   
   .page-subtitle {
      font-size: 1.1rem;
   }
   
   .hero-section,
   .today-section {
      padding: 30px 20px;
   }
   
   .hero-text h2 {
      font-size: 1.8rem;
   }
   
   .decade-badge {
      width: 150px;
      height: 150px;
   }
   
   .decade-badge .year {
      font-size: 2.5rem;
   }
   
   .timeline-item {
      margin-left: 60px;
   }
   
   .timeline-year {
      left: -110px;
      width: 80px;
      font-size: 1.8rem;
   }
   
   .stats-grid {
      grid-template-columns: repeat(2, 1fr);
   }
   
   .values-grid {
      grid-template-columns: 1fr;
   }
   
   .section-title {
      font-size: 1.8rem;
   }
   
   .footer-logo img {
      max-width: 150px;
   }
}

@media (max-width: 480px) {
   .page-header h1 {
      font-size: 1.8rem;
   }
   
   .section-title {
      font-size: 1.6rem;
   }
   
   .today-content h2 {
      font-size: 1.8rem;
   }
   
   .stats-grid {
      grid-template-columns: 1fr;
   }
   
   .tagline h3 {
      font-size: 1.5rem;
   }
   
   .mission-statement {
      padding: 20px 15px;
   }
   
   .mission-statement p {
      font-size: 1rem;
   }
   
   .footer-logo img {
      max-width: 130px;
   }
}