/* ========================================
   VIA DE SAÍDA - CUSTOM STYLE OVERRIDE
   Aplicando cores e estilo do design original
   ======================================== */

/* Importar fonte Black Ops One */
@import url('https://fonts.googleapis.com/css2?family=Black+Ops+One&display=swap');

/* ========================================
   COLOR OVERRIDES - Amarelo e Preto
   ======================================== */

:root {
  /* Cores principais - Substituindo o azul do Orbit por amarelo */
  --accent-color: #FFD700 !important; /* Amarelo vibrante */
  --primary-yellow: #FFD700;
  --accent-yellow: #F2C94C;
  
  /* Backgrounds escuros */
  --background-color: #0a0a0a !important;
  --dark-bg: #0a0a0a;
  --card-bg: #141414;
  --surface-color: #1a1a1a !important;
  
  /* Textos */
  --default-color: #f0f0f0 !important;
  --heading-color: #ffffff !important;
  --text-light: #f0f0f0;
  --text-gray: #a0a0a0;
  
  /* Nav colors */
  --nav-color: #f0f0f0 !important;
  --nav-hover-color: #FFD700 !important;
  --nav-mobile-background-color: #0a0a0a !important;
  --nav-dropdown-background-color: #141414 !important;
  --nav-dropdown-hover-color: #FFD700 !important;
}

/* ========================================
   TYPOGRAPHY - Black Ops One para títulos
   ======================================== */

h1, h2, h3, h4, h5, h6,
.hero-headline,
.section-title h2,
.sitename {
  font-family: 'Black Ops One', system-ui, sans-serif !important;
  text-transform: uppercase;
  letter-spacing: 2px;
}

/* ========================================
   HEADER & NAVIGATION
   ======================================== */

.header {
  background: rgba(10, 10, 10, 0.98) !important;
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(255, 215, 0, 0.2);
}

/* Logo maior no header */
.header .logo {
  padding: 4px 0;
}

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

.sitename {
  color: #FFD700 !important;
  text-shadow: 0 0 15px rgba(255, 215, 0, 0.4);
}

.navmenu a {
  color: #f0f0f0 !important;
}

.navmenu a:hover,
.navmenu .active {
  color: #FFD700 !important;
}

.btn-getstarted {
  background: #FFD700 !important;
  color: #000 !important;
  font-weight: 900;
  border: 2px solid #FFD700;
  box-shadow: 0 0 15px rgba(255, 215, 0, 0.3);
  font-family: 'Montserrat', sans-serif;
  text-transform: uppercase;
}

.btn-getstarted:hover {
  background: #ffe033 !important;
  box-shadow: 0 0 25px rgba(255, 215, 0, 0.6);
  transform: translateY(-2px);
}

/* Header social icons */
.header-social {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  margin-right: 1.5rem;
}

.header-social a {
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(255, 215, 0, 0.1);
  border: 1px solid rgba(255, 215, 0, 0.25);
  color: #FFD700 !important;
  font-size: 1.15rem;
  transition: all 0.3s ease;
}

.header-social a:hover {
  background: #FFD700;
  color: #000 !important;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(255, 215, 0, 0.35);
}

/* ========================================
   HERO SECTION
   ======================================== */

.hero {
  background: radial-gradient(circle at center, #1a1a1a 0%, #000000 100%);
  position: relative;
}

/* Grade techno no fundo */
.hero::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background-image: 
    linear-gradient(rgba(255, 215, 0, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 215, 0, 0.03) 1px, transparent 1px);
  background-size: 50px 50px;
  z-index: 0;
  pointer-events: none;
}

.hero-tag {
  background: rgba(255, 215, 0, 0.1) !important;
  color: #FFD700 !important;
  border: 1px solid rgba(255, 215, 0, 0.3);
}

.tag-dot {
  background: #FFD700 !important;
}

.hero-headline {
  color: #ffffff;
  text-shadow: 0 0 30px rgba(255, 215, 0, 0.2);
  font-size: 3.5rem;
}

.cta-button {
  background: #FFD700 !important;
  color: #000 !important;
  font-weight: 900;
  box-shadow: 0 0 20px rgba(255, 215, 0, 0.4);
}

.cta-button:hover {
  background: #ffe033 !important;
  box-shadow: 0 5px 30px rgba(255, 215, 0, 0.6);
  transform: translateY(-3px);
}

.cta-link {
  color: #FFD700 !important;
}

/* Stats Cards */
.stat-card {
  background: #141414 !important;
  border: 1px solid #2a2a2a;
}

.stat-card-primary {
  border-color: #FFD700 !important;
  box-shadow: 0 0 20px rgba(255, 215, 0, 0.15);
}

.stat-card-accent {
  border-color: #F2C94C !important;
}

.stat-icon-wrap {
  background: rgba(255, 215, 0, 0.1) !important;
  color: #FFD700 !important;
}

.stat-value {
  color: #FFD700 !important;
}

/* ========================================
   SECTIONS
   ======================================== */

.section {
  background: #0a0a0a;
}

.section.light-background {
  background: #0f0f0f !important;
  --background-color: #0f0f0f;
  --surface-color: #1a1a1a;
}

.section-title h2 {
  color: #FFD700 !important;
  text-shadow: 0 0 20px rgba(255, 215, 0, 0.2);
}

.section-title p {
  color: #a0a0a0;
}

.section-subtitle {
  color: #FFD700 !important;
  font-weight: 700;
  text-transform: uppercase;
}

.section-badge {
  background: rgba(255, 215, 0, 0.1) !important;
  color: #FFD700 !important;
  border: 1px solid rgba(255, 215, 0, 0.3);
}

/* ========================================
   SERVICE CARDS / CATEGORY CARDS
   ======================================== */

.service-card {
  background: #141414 !important;
  border: 1px solid #2a2a2a !important;
  transition: all 0.3s ease;
}

.service-card:hover {
  border-color: #FFD700 !important;
  box-shadow: 0 10px 40px rgba(255, 215, 0, 0.2) !important;
  transform: translateY(-5px);
}

.service-card.featured {
  border-color: #FFD700 !important;
  box-shadow: 0 5px 30px rgba(255, 215, 0, 0.25) !important;
}

.icon-wrapper {
  background: rgba(255, 215, 0, 0.1) !important;
  color: #FFD700 !important;
}

.service-card:hover .icon-wrapper {
  background: #FFD700 !important;
  color: #000 !important;
}

.featured-badge {
  background: #FFD700 !important;
  color: #000 !important;
}

.service-link {
  color: #FFD700 !important;
}

/* ========================================
   PORTFOLIO / EPISODES
   ======================================== */

.portfolio-filters li {
  background: #141414 !important;
  color: #f0f0f0 !important;
  border: 1px solid #2a2a2a;
}

.portfolio-filters li:hover,
.portfolio-filters li.filter-active {
  background: #FFD700 !important;
  color: #000 !important;
  border-color: #FFD700;
}

.project-card {
  background: #141414 !important;
  border: 1px solid #2a2a2a !important;
}

.project-card:hover {
  border-color: #FFD700 !important;
  box-shadow: 0 10px 40px rgba(255, 215, 0, 0.2) !important;
}

.project-card.featured {
  border-color: #FFD700 !important;
  box-shadow: 0 5px 30px rgba(255, 215, 0, 0.25) !important;
}

.category-badge {
  background: rgba(255, 215, 0, 0.15) !important;
  color: #FFD700 !important;
  border: 1px solid rgba(255, 215, 0, 0.3);
}

.featured-badge {
  background: #FFD700 !important;
  color: #000 !important;
}

.action-btn {
  background: rgba(255, 215, 0, 0.9) !important;
  color: #000 !important;
}

.action-btn:hover {
  background: #FFD700 !important;
}

.tech-tags span {
  background: rgba(255, 215, 0, 0.1) !important;
  color: #FFD700 !important;
  border: 1px solid rgba(255, 215, 0, 0.3);
}

/* CTA Section */
.cta-section {
  background: linear-gradient(135deg, #141414 0%, #0a0a0a 100%);
  border: 1px solid rgba(255, 215, 0, 0.2);
}

.cta-label {
  color: #FFD700 !important;
}

.btn-cta-primary {
  background: #FFD700 !important;
  color: #000 !important;
  font-weight: 900;
  box-shadow: 0 5px 25px rgba(255, 215, 0, 0.4);
}

.btn-cta-primary:hover {
  background: #ffe033 !important;
  box-shadow: 0 10px 35px rgba(255, 215, 0, 0.6);
}

.btn-cta-secondary {
  border: 2px solid #FFD700 !important;
  color: #FFD700 !important;
}

.btn-cta-secondary:hover {
  background: #FFD700 !important;
  color: #000 !important;
}

/* ========================================
   ABOUT SECTION
   ======================================== */

.about-content h2 {
  color: #ffffff;
}

.feature-card i {
  color: #FFD700 !important;
}

.btn-primary-custom {
  background: #FFD700 !important;
  color: #000 !important;
  font-weight: 900;
  border: 2px solid #FFD700;
}

.btn-primary-custom:hover {
  background: #ffe033 !important;
  box-shadow: 0 5px 20px rgba(255, 215, 0, 0.5);
}

.stat-box .number {
  color: #FFD700 !important;
}

/* ========================================
   WHY US SECTION
   ======================================== */

.feature-box {
  background: #141414 !important;
  border: 1px solid #2a2a2a;
}

.feature-box:hover {
  border-color: #FFD700 !important;
}

.feature-box.highlight {
  border-color: #FFD700 !important;
  box-shadow: 0 5px 30px rgba(255, 215, 0, 0.2);
}

.feature-ribbon {
  background: #FFD700 !important;
  color: #000 !important;
}

.feature-icon {
  background: rgba(255, 215, 0, 0.1) !important;
  color: #FFD700 !important;
}

.feature-link {
  color: #FFD700 !important;
}

.step-marker {
  background: #FFD700 !important;
  color: #000 !important;
  font-weight: 900;
}

.timeline-connector {
  background: rgba(255, 215, 0, 0.3) !important;
}

/* Legibilidade - Nossa Metodologia (process timeline) */
.why-us .process-timeline {
  background: #141414 !important;
  border: 1px solid rgba(255, 215, 0, 0.22) !important;
}

.why-us .process-timeline .timeline-title,
.why-us .process-timeline .timeline-steps .timeline-step .step-info strong {
  color: #ffffff !important;
}

.why-us .process-timeline .timeline-steps .timeline-step .step-info span {
  color: #c4c4c4 !important;
}

/* Legibilidade - O Que Você Vai Encontrar (capabilities) */
.why-us .capabilities-section .capabilities-heading {
  color: #FFD700 !important;
}

.why-us .capabilities-section .capabilities-grid .capability-card {
  background: #141414 !important;
  border: 1px solid #2a2a2a !important;
}

.why-us .capabilities-section .capabilities-grid .capability-card:hover {
  background: #161616 !important;
  border-color: rgba(255, 215, 0, 0.5) !important;
}

.why-us .capabilities-section .capabilities-grid .capability-card .capability-icon {
  background: rgba(255, 215, 0, 0.12) !important;
}

.why-us .capabilities-section .capabilities-grid .capability-card h6 {
  color: #ffffff !important;
}

.why-us .capabilities-section .capabilities-grid .capability-card p {
  color: #c4c4c4 !important;
}

.btn-main {
  background: #FFD700 !important;
  color: #000 !important;
  font-weight: 900;
}

.btn-outline {
  border: 2px solid #FFD700 !important;
  color: #FFD700 !important;
}

.btn-outline:hover {
  background: #FFD700 !important;
  color: #000 !important;
}

/* ========================================
   TESTIMONIALS
   ======================================== */

.testimonial-card {
  background: #141414 !important;
  border: 1px solid #2a2a2a;
}

.stars i {
  color: #FFD700 !important;
}

.quote-mark {
  color: #FFD700 !important;
}

.satisfied-badge {
  background: rgba(255, 215, 0, 0.1) !important;
  color: #FFD700 !important;
}

.btn-view-all {
  color: #FFD700 !important;
}

.swiper-pagination-bullet-active {
  background: #FFD700 !important;
}

/* ========================================
   TEAM SECTION
   ======================================== */

.team-card {
  background: #141414 !important;
  border: 1px solid #2a2a2a;
}

.team-card:hover {
  border-color: #FFD700 !important;
  box-shadow: 0 10px 40px rgba(255, 215, 0, 0.2);
}

.team-card.featured {
  border-color: #FFD700 !important;
  box-shadow: 0 5px 30px rgba(255, 215, 0, 0.25);
}

.member-badge {
  background: #FFD700 !important;
  color: #000 !important;
}

.social-links a {
  border-color: #FFD700 !important;
  color: #FFD700 !important;
}

.social-links a:hover {
  background: #FFD700 !important;
  color: #000 !important;
}

/* ========================================
   CONTACT SECTION
   ======================================== */

.contact-intro {
  text-align: center;
  margin-bottom: 3rem;
}

.contact-intro h3 {
  font-size: 2.5rem;
  color: #FFD700 !important;
  margin-bottom: 1rem;
}

.contact-intro .lead {
  font-size: 1.1rem;
  color: #a0a0a0;
}

/* Contact Cards */
.contact-card {
  background: #141414 !important;
  border: 2px solid #2a2a2a;
  border-radius: 20px;
  padding: 3rem 2rem;
  text-align: center;
  position: relative;
  overflow: hidden;
  transition: all 0.4s ease;
  height: 100%;
}

.contact-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 40px rgba(255, 215, 0, 0.3);
}

.contact-card .card-icon {
  width: 80px;
  height: 80px;
  margin: 0 auto 1.5rem;
  background: rgba(255, 215, 0, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.5rem;
  transition: all 0.4s ease;
}

.contact-card h4 {
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
  color: #FFD700 !important;
}

.contact-card p {
  color: #a0a0a0;
  margin-bottom: 1.5rem;
}

.contact-card .contact-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  padding: 1rem 2rem;
  background: #000;
  color: #FFD700 !important;
  border-radius: 12px;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.3s ease;
  margin-top: auto;
}

.contact-card .contact-link:hover {
  background: #141414;
  transform: scale(1.05);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.contact-card .contact-link i {
  font-size: 1.2rem;
  transition: transform 0.3s ease;
}

.contact-card .contact-link:hover i {
  transform: translateX(5px);
}

.contact-card .card-decoration {
  position: absolute;
  bottom: -50px;
  right: -50px;
  width: 150px;
  height: 150px;
  background: rgba(255, 215, 0, 0.05);
  border-radius: 50%;
  transition: all 0.4s ease;
}

.contact-card:hover .card-decoration {
  transform: scale(1.5);
  opacity: 0.3;
}

/* WhatsApp Card */
.whatsapp-card:hover {
  border-color: #25D366 !important;
  box-shadow: 0 15px 40px rgba(37, 211, 102, 0.4);
}

.whatsapp-card .card-icon {
  background: rgba(37, 211, 102, 0.1) !important;
  color: #25D366 !important;
}

.whatsapp-card:hover .card-icon {
  background: #25D366 !important;
  color: #000 !important;
  transform: scale(1.1) rotate(360deg);
}

/* Email Card */
.email-card:hover {
  border-color: #FFD700 !important;
  box-shadow: 0 15px 40px rgba(255, 215, 0, 0.4);
}

.email-card .card-icon {
  background: rgba(255, 215, 0, 0.1) !important;
  color: #FFD700 !important;
}

.email-card:hover .card-icon {
  background: #FFD700 !important;
  color: #000 !important;
  transform: scale(1.1) rotate(360deg);
}

/* Instagram Card */
.instagram-card:hover {
  border-color: #E4405F !important;
  box-shadow: 0 15px 40px rgba(228, 64, 95, 0.4);
}

.instagram-card .card-icon {
  background: rgba(228, 64, 95, 0.1) !important;
  color: #E4405F !important;
}

.instagram-card:hover .card-icon {
  background: linear-gradient(45deg, #F58529, #DD2A7B, #8134AF, #515BD4) !important;
  color: #fff !important;
  transform: scale(1.1) rotate(360deg);
}

/* Contact Stats */
.contact-stats {
  margin-top: 4rem;
  padding: 3rem;
  background: rgba(255, 215, 0, 0.05);
  border-radius: 20px;
  border: 1px solid rgba(255, 215, 0, 0.2);
}

.contact-stats .stat-box {
  text-align: center;
  padding: 2rem 1.5rem;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 15px;
  border: 1px solid rgba(255, 215, 0, 0.1);
  transition: all 0.3s ease;
}

.contact-stats .stat-box:hover {
  background: rgba(255, 215, 0, 0.05);
  border-color: rgba(255, 215, 0, 0.3);
  transform: translateY(-5px);
}

.contact-stats .stat-icon {
  font-size: 2rem;
  color: #FFD700;
  margin-bottom: 0.5rem;
  display: block;
}

.contact-stats .stat-value {
  display: block;
  font-size: 2rem;
  font-family: 'Black Ops One', sans-serif;
  color: #FFD700;
  margin-bottom: 0.5rem;
}

.contact-stats .stat-label {
  color: #a0a0a0;
  font-size: 0.9rem;
}

/* Social Connect Section */
.social-connect-section {
  margin-top: 3rem;
  text-align: center;
  padding: 2rem;
  background: #141414;
  border-radius: 15px;
  border: 1px solid #2a2a2a;
}

.social-connect-section h5 {
  color: #FFD700 !important;
  margin-bottom: 1.5rem;
}

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

.platform-link {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  padding: 1rem 1.5rem;
  background: #0a0a0a;
  border: 2px solid #2a2a2a;
  border-radius: 10px;
  color: #f0f0f0 !important;
  text-decoration: none;
  transition: all 0.3s ease;
}

.platform-link i {
  font-size: 1.5rem;
  color: #FFD700;
}

.platform-link:hover {
  border-color: #FFD700;
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(255, 215, 0, 0.2);
}

.platform-link span {
  font-size: 0.85rem;
  font-weight: 600;
}

/* ========================================
   FOOTER
   ======================================== */

.footer {
  background: #000 !important;
  border-top: 1px solid rgba(255, 215, 0, 0.2);
}

.footer h4 {
  color: #FFD700 !important;
}

.footer a:hover {
  color: #FFD700 !important;
}

/* Logo no footer */
.footer .footer-info .logo img {
  height: 110px;
  width: auto;
  display: block;
}

.social-links a {
  background: #141414 !important;
  border: 2px solid #2a2a2a !important;
  color: #f0f0f0 !important;
}

.social-links a:hover {
  border-color: #FFD700 !important;
  color: #FFD700 !important;
  transform: scale(1.1);
}

.btn-subscribe {
  background: #FFD700 !important;
  color: #000 !important;
}

.sitename {
  color: #FFD700 !important;
}

/* Footer Contact Section */
.footer-contact {
  background: rgba(255, 215, 0, 0.05);
  padding: 2rem;
  border-radius: 15px;
  border: 1px solid rgba(255, 215, 0, 0.2);
}

.footer-contact h4 {
  font-size: 1.3rem;
  margin-bottom: 1rem;
}

.footer-contact p {
  color: #a0a0a0;
  margin-bottom: 1.5rem;
  font-size: 0.9rem;
}

.contact-info-footer .info-item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.75rem;
  background: #141414;
  border-radius: 8px;
  margin-bottom: 0.75rem;
  transition: all 0.3s ease;
}

.contact-info-footer .info-item:hover {
  background: rgba(255, 215, 0, 0.1);
  transform: translateX(5px);
}

.contact-info-footer .info-item i {
  font-size: 1.2rem;
  color: #FFD700;
}

.contact-info-footer .info-item a {
  color: #f0f0f0 !important;
  text-decoration: none;
  font-weight: 600;
  transition: color 0.3s ease;
}

.contact-info-footer .info-item:hover a {
  color: #FFD700 !important;
}

/* ========================================
   SCROLL TOP BUTTON
   ======================================== */

.scroll-top {
  background: #FFD700 !important;
  color: #000 !important;
  box-shadow: 0 0 20px rgba(255, 215, 0, 0.4);
}

.scroll-top:hover {
  background: #ffe033 !important;
  box-shadow: 0 0 30px rgba(255, 215, 0, 0.6);
}

/* ========================================
   PRELOADER
   ======================================== */

#preloader {
  background: #0a0a0a !important;
}

/* ========================================
   STATS & COUNTERS
   ======================================== */

.stat-item .stat-number {
  color: #FFD700 !important;
  font-family: 'Black Ops One', sans-serif;
}

.stat-card {
  background: #141414 !important;
  border: 1px solid #2a2a2a;
}

.stat-card:hover {
  border-color: #FFD700 !important;
  box-shadow: 0 5px 25px rgba(255, 215, 0, 0.2);
}

/* ========================================
   RESPONSIVE ADJUSTMENTS
   ======================================== */

@media (max-width: 768px) {
  .hero-headline {
    font-size: 2.5rem;
  }
  
  h1, h2, h3 {
    letter-spacing: 1px;
  }
}

/* ========================================
   ANIMATIONS & EFFECTS
   ======================================== */

/* Glow effect on hover */
.service-card:hover,
.project-card:hover,
.team-card:hover {
  animation: glow-pulse 1.5s ease-in-out infinite alternate;
}

@keyframes glow-pulse {
  from {
    box-shadow: 0 5px 20px rgba(255, 215, 0, 0.2);
  }
  to {
    box-shadow: 0 10px 40px rgba(255, 215, 0, 0.4);
  }
}

/* Floating animation for decorative shapes */
.floating-shape {
  background: radial-gradient(circle, rgba(255, 215, 0, 0.1) 0%, transparent 70%);
}

/* Techno grid background for sections */
.section::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background-image: 
    linear-gradient(rgba(255, 215, 0, 0.01) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 215, 0, 0.01) 1px, transparent 1px);
  background-size: 100px 100px;
  pointer-events: none;
  opacity: 0.5;
}

/* ========================================
   OUÇA AGORA SECTION - PLATAFORMAS
   ======================================== */

/* Listen Intro */
.listen-intro {
  background: linear-gradient(135deg, rgba(255, 215, 0, 0.1) 0%, rgba(242, 201, 76, 0.05) 100%);
  border: 2px solid rgba(255, 215, 0, 0.2);
  border-radius: 20px;
  padding: 3rem;
  margin-bottom: 3rem;
  position: relative;
  overflow: hidden;
}

.listen-intro::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(255, 215, 0, 0.1) 0%, transparent 70%);
  animation: pulse-glow 3s ease-in-out infinite;
}

.badge-live {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: #FFD700;
  color: #000;
  padding: 0.5rem 1rem;
  border-radius: 50px;
  font-weight: 700;
  font-size: 0.85rem;
  margin-bottom: 1rem;
  position: relative;
}

.pulse-dot {
  width: 8px;
  height: 8px;
  background: #ff0000;
  border-radius: 50%;
  animation: pulse-dot 1.5s ease-in-out infinite;
}

@keyframes pulse-dot {
  0%, 100% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.3);
    opacity: 0.7;
  }
}

.listen-intro h3 {
  font-size: 2rem;
  color: #FFD700 !important;
  margin-bottom: 1rem;
}

.intro-text {
  color: #a0a0a0;
  font-size: 1.1rem;
  line-height: 1.6;
}

.stats-highlight {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.stats-highlight .stat {
  text-align: center;
  padding: 1.5rem;
  background: rgba(255, 215, 0, 0.05);
  border: 1px solid rgba(255, 215, 0, 0.2);
  border-radius: 15px;
}

.stats-highlight .stat .number {
  display: block;
  font-family: 'Black Ops One', sans-serif;
  font-size: 2.5rem;
  color: #FFD700;
  line-height: 1;
  margin-bottom: 0.5rem;
}

.stats-highlight .stat .label {
  color: #a0a0a0;
  font-size: 0.9rem;
}

/* Platform Cards */
.platforms-grid {
  margin-bottom: 3rem;
}

.platform-card {
  background: #141414;
  border: 2px solid #2a2a2a;
  border-radius: 25px;
  padding: 3rem 2rem;
  position: relative;
  overflow: hidden;
  transition: all 0.4s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.platform-card:hover {
  transform: translateY(-10px);
  border-color: currentColor;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
}

.platform-badge {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  background: rgba(255, 215, 0, 0.15);
  color: #FFD700;
  padding: 0.4rem 1rem;
  border-radius: 20px;
  font-size: 0.75rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 0.3rem;
}

.platform-icon {
  font-size: 4rem;
  margin-bottom: 1.5rem;
  color: #FFD700;
  transition: all 0.4s ease;
}

.platform-card:hover .platform-icon {
  transform: scale(1.1) rotate(5deg);
}

.platform-info h3 {
  font-size: 1.8rem;
  margin-bottom: 1rem;
  color: #fff !important;
}

.platform-info p {
  color: #a0a0a0;
  line-height: 1.6;
  margin-bottom: 1.5rem;
}

.platform-stats {
  display: flex;
  gap: 1.5rem;
  margin-bottom: 2rem;
  flex-wrap: wrap;
}

.platform-stats span {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  color: #f0f0f0;
  font-size: 0.9rem;
}

.platform-stats i {
  color: #FFD700;
}

.platform-btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1.5rem;
  border-radius: 12px;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.3s ease;
  margin-top: auto;
}

.platform-btn i {
  font-size: 1.5rem;
  transition: transform 0.3s ease;
}

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

.platform-decoration {
  position: absolute;
  bottom: -30%;
  right: -10%;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  opacity: 0.1;
  transition: all 0.4s ease;
}

.platform-card:hover .platform-decoration {
  transform: scale(1.2);
  opacity: 0.2;
}

/* Spotify Card */
.spotify-card {
  border-color: #1DB954;
}

.spotify-card .platform-icon {
  color: #1DB954;
}

.spotify-btn {
  background: #1DB954;
  color: #fff !important;
}

.spotify-btn:hover {
  background: #1ed760;
  box-shadow: 0 5px 20px rgba(29, 185, 84, 0.4);
}

.spotify-decoration {
  background: #1DB954;
}

/* YouTube Card */
.youtube-card {
  border-color: #FF0000;
}

.youtube-card .platform-icon {
  color: #FF0000;
}

.youtube-btn {
  background: #FF0000;
  color: #fff !important;
}

.youtube-btn:hover {
  background: #ff1a1a;
  box-shadow: 0 5px 20px rgba(255, 0, 0, 0.4);
}

.youtube-decoration {
  background: #FF0000;
}

/* Apple Card */
.apple-card {
  border-color: #A855F7;
}

.apple-card .platform-icon {
  color: #A855F7;
}

.apple-btn {
  background: #A855F7;
  color: #fff !important;
}

.apple-btn:hover {
  background: #b876f8;
  box-shadow: 0 5px 20px rgba(168, 85, 247, 0.4);
}

.apple-decoration {
  background: #A855F7;
}

/* Deezer Card */
.deezer-card {
  border-color: #FF6600;
}

.deezer-card .platform-icon {
  color: #FF6600;
}

.deezer-btn {
  background: #FF6600;
  color: #fff !important;
}

.deezer-btn:hover {
  background: #ff7518;
  box-shadow: 0 5px 20px rgba(255, 102, 0, 0.4);
}

.deezer-decoration {
  background: #FF6600;
}

/* More Platforms */
.more-platforms {
  text-align: center;
  padding: 3rem 2rem;
  background: rgba(255, 215, 0, 0.03);
  border-radius: 20px;
  border: 1px solid rgba(255, 215, 0, 0.1);
  margin-bottom: 3rem;
}

.more-platforms h4 {
  font-size: 1.2rem;
  color: #FFD700 !important;
  margin-bottom: 1.5rem;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.platform-links {
  display: flex;
  justify-content: center;
  gap: 1rem;
  flex-wrap: wrap;
}

.mini-platform {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.5rem;
  padding: 1rem 1.5rem;
  background: #141414;
  border: 2px solid #2a2a2a;
  border-radius: 12px;
  color: #f0f0f0 !important;
  text-decoration: none;
  transition: all 0.3s ease;
  min-width: 120px;
}

.mini-platform i {
  font-size: 2rem;
  color: #FFD700;
}

.mini-platform:hover {
  transform: translateY(-5px);
  border-color: #FFD700;
  box-shadow: 0 10px 30px rgba(255, 215, 0, 0.2);
}

.mini-platform span {
  font-size: 0.85rem;
  font-weight: 600;
}

/* Bottom CTA */
.bottom-cta {
  background: linear-gradient(135deg, #FFD700 0%, #F2C94C 100%);
  border-radius: 25px;
  padding: 3rem;
  color: #000;
  position: relative;
  overflow: hidden;
}

.bottom-cta::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="50" cy="50" r="40" fill="none" stroke="rgba(0,0,0,0.05)" stroke-width="1"/></svg>');
  opacity: 0.3;
}

.bottom-cta .cta-content {
  display: flex;
  align-items: center;
  gap: 2rem;
  position: relative;
  z-index: 1;
}

.bottom-cta .cta-icon {
  font-size: 3rem;
  flex-shrink: 0;
}

.bottom-cta .cta-icon i {
  animation: bell-ring 2s ease-in-out infinite;
}

@keyframes bell-ring {
  0%, 100% {
    transform: rotate(0deg);
  }
  10%, 30% {
    transform: rotate(-10deg);
  }
  20%, 40% {
    transform: rotate(10deg);
  }
  50% {
    transform: rotate(0deg);
  }
}

.bottom-cta .cta-text {
  flex: 1;
}

.bottom-cta .cta-text h3 {
  color: #000 !important;
  margin-bottom: 0.5rem;
  font-size: 1.8rem;
}

.bottom-cta .cta-text p {
  color: rgba(0, 0, 0, 0.7);
  margin: 0;
}

.btn-subscribe {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  padding: 1rem 2rem;
  background: #FFD700 !important;
  color: #000 !important;
  border-radius: 12px;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.3s ease;
  white-space: nowrap;
}

.btn-subscribe:hover {
  background: #F2C94C !important;
  transform: scale(1.05);
  box-shadow: 0 10px 30px rgba(255, 215, 0, 0.4);
}

/* Responsive */
@media (max-width: 992px) {
  .listen-intro {
    padding: 2rem;
  }
  
  .platform-card {
    padding: 2rem 1.5rem;
  }
  
  .bottom-cta .cta-content {
    flex-direction: column;
    text-align: center;
  }
  
  .platform-links {
    gap: 0.75rem;
  }
  
  .mini-platform {
    min-width: 100px;
    padding: 0.75rem 1rem;
  }
}

@media (max-width: 768px) {
  .stats-highlight {
    flex-direction: row;
    justify-content: space-around;
  }
  
  .listen-intro h3 {
    font-size: 1.5rem;
  }
  
  .platform-icon {
    font-size: 3rem !important;
  }
  
  .platform-info h3 {
    font-size: 1.5rem;
  }
}

@keyframes pulse-glow {
  0%, 100% {
    opacity: 0.3;
  }
  50% {
    opacity: 0.6;
  }
}

/* ========================================
   EPISÓDIOS EM DESTAQUE
   ======================================== */

.episodes {
  background: #0a0a0a;
}

.episode-card {
  background: #141414;
  border: 2px solid #2a2a2a;
  border-radius: 20px;
  padding: 2rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
  transition: all 0.4s ease;
}

.episode-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #FFD700, transparent);
  opacity: 0;
  transition: opacity 0.4s ease;
}

.episode-card:hover {
  transform: translateY(-8px);
  border-color: rgba(255, 215, 0, 0.5);
  box-shadow: 0 15px 40px rgba(255, 215, 0, 0.15);
}

.episode-card:hover::before {
  opacity: 1;
}

.episode-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.25rem;
}

.episode-icon {
  width: 54px;
  height: 54px;
  border-radius: 15px;
  background: rgba(255, 215, 0, 0.1);
  color: #FFD700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  transition: all 0.4s ease;
}

.episode-card:hover .episode-icon {
  background: #FFD700;
  color: #000;
  transform: rotate(-8deg) scale(1.05);
}

.episode-tag {
  background: rgba(255, 215, 0, 0.15);
  color: #FFD700;
  border: 1px solid rgba(255, 215, 0, 0.3);
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 0.35rem 0.8rem;
  border-radius: 50px;
}

.episode-number {
  display: block;
  font-size: 0.8rem;
  color: #a0a0a0;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 0.4rem;
}

.episode-card h3 {
  font-size: 1.35rem;
  color: #fff;
  margin-bottom: 0.75rem;
  line-height: 1.3;
}

.episode-card p {
  color: #a0a0a0;
  line-height: 1.65;
  font-size: 0.95rem;
  margin-bottom: 1.75rem;
  flex-grow: 1;
}

.episode-link {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.75rem;
  width: 100%;
  padding: 0.85rem 1.25rem;
  background: #0a0a0a;
  border: 2px solid rgba(255, 215, 0, 0.25);
  border-radius: 12px;
  color: #FFD700;
  font-weight: 700;
  text-decoration: none;
  transition: all 0.3s ease;
}

.episode-link i {
  font-size: 1.4rem;
  transition: transform 0.3s ease;
}

.episode-link:hover {
  background: #FFD700;
  color: #000;
  border-color: #FFD700;
  box-shadow: 0 10px 25px rgba(255, 215, 0, 0.35);
}

.episode-link:hover i {
  transform: translateX(4px);
}

/* ========================================
   INSTAGRAM SECTION
   ======================================== */

.instagram-content h2 {
  color: #fff;
  margin-bottom: 1rem;
}

.instagram-badge {
  background: rgba(255, 215, 0, 0.1);
  color: #FFD700;
  border: 1px solid rgba(255, 215, 0, 0.3);
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.45rem 1rem;
  border-radius: 50px;
  font-size: 0.85rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.instagram-topic-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}

.topic-card {
  background: #141414;
  border: 2px solid #2a2a2a;
  border-radius: 16px;
  padding: 1.5rem 1.25rem;
  display: flex;
  align-items: center;
  gap: 0.9rem;
  transition: all 0.3s ease;
}

.topic-card i {
  font-size: 1.8rem;
  color: #FFD700;
  transition: transform 0.3s ease;
}

.topic-card span {
  font-weight: 700;
  color: #f0f0f0;
  font-size: 0.95rem;
  line-height: 1.3;
}

.topic-card:hover {
  border-color: rgba(255, 215, 0, 0.5);
  transform: translateY(-4px);
  box-shadow: 0 10px 30px rgba(255, 215, 0, 0.12);
}

.topic-card:hover i {
  transform: scale(1.15);
}

/* ========================================
   TEAM - FOTO DE GRUPO E NOMES
   ======================================== */

.team-photo-wrap {
  max-width: 1100px;
  margin: 0 auto 3rem;
  border: 3px solid rgba(255, 215, 0, 0.25);
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
  position: relative;
}

.team-group-photo {
  width: 100%;
  display: block;
  height: auto;
}

.team-names-wrap {
  text-align: center;
  margin-bottom: 3rem;
}

.team-names-title {
  font-size: 1.2rem;
  color: #FFD700;
  margin-bottom: 1.5rem;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.team-names {
  display: flex;
  flex-wrap: wrap;
  gap: 0.9rem;
  justify-content: center;
}

.team-name-chip {
  background: #141414;
  border: 2px solid rgba(255, 215, 0, 0.3);
  color: #f0f0f0;
  font-weight: 700;
  padding: 0.6rem 1.4rem;
  border-radius: 50px;
  font-size: 1rem;
  transition: all 0.3s ease;
}

.team-name-chip:hover {
  background: #FFD700;
  color: #000;
  border-color: #FFD700;
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(255, 215, 0, 0.3);
}

/* ========================================
   CURSO EM BREVE
   ======================================== */

.course {
  background: #0f0f0f !important;
}

.course-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: rgba(255, 215, 0, 0.1);
  color: #FFD700;
  border: 1px solid rgba(255, 215, 0, 0.3);
  padding: 0.5rem 1.1rem;
  border-radius: 50px;
  font-weight: 700;
  font-size: 0.85rem;
  margin-bottom: 1.25rem;
}

.course-info h3 {
  color: #fff;
  font-size: 1.9rem;
  margin-bottom: 1rem;
  line-height: 1.3;
}

.course-topics-title {
  color: #FFD700 !important;
  font-size: 1rem;
  margin-bottom: 1rem;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}

.course-topics {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.75rem 1.5rem;
}

.course-topics li {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  color: #d0d0d0;
  font-size: 0.95rem;
  font-weight: 500;
}

.course-topics li i {
  color: #FFD700;
  flex-shrink: 0;
}

.course-form-card {
  background: #141414;
  border: 2px solid rgba(255, 215, 0, 0.25);
  border-radius: 22px;
  padding: 2.5rem;
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.4);
  position: relative;
  overflow: hidden;
}

.course-form-card::after {
  content: '';
  position: absolute;
  bottom: -60px;
  right: -60px;
  width: 180px;
  height: 180px;
  background: rgba(255, 215, 0, 0.05);
  border-radius: 50%;
  pointer-events: none;
}

.course-form-card h4 {
  color: #FFD700;
  font-size: 1.4rem;
  margin-bottom: 0.5rem;
  display: flex;
  align-items: center;
  gap: 0.6rem;
}

.course-form-card > p {
  color: #a0a0a0;
}

.course-form .form-label {
  color: #f0f0f0;
  font-weight: 600;
  font-size: 0.9rem;
}

.course-form .form-control,
.course-form .form-select {
  background: #0a0a0a;
  border: 2px solid #2a2a2a;
  color: #f0f0f0;
  border-radius: 10px;
  padding: 0.75rem 1rem;
  transition: all 0.3s ease;
}

.course-form .form-control:focus,
.course-form .form-select:focus {
  background: #0a0a0a;
  border-color: #FFD700;
  color: #fff;
  box-shadow: 0 0 0 0.2rem rgba(255, 215, 0, 0.15);
}

.course-form .form-control::placeholder {
  color: #6e6e6e;
}

.course-form .form-select option {
  background: #0a0a0a;
  color: #f0f0f0;
}

.btn-submit-course {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  width: 100%;
  margin-top: 0.5rem;
  padding: 1rem 1.5rem;
  background: #FFD700;
  color: #000;
  border: none;
  border-radius: 12px;
  font-weight: 900;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 8px 25px rgba(255, 215, 0, 0.35);
}

.btn-submit-course i {
  font-size: 1.3rem;
  transition: transform 0.3s ease;
}

.btn-submit-course:hover {
  background: #ffe033;
  transform: translateY(-3px);
  box-shadow: 0 12px 35px rgba(255, 215, 0, 0.5);
}

.btn-submit-course:hover i {
  transform: translateX(4px);
}

.course-success {
  text-align: center;
  padding: 2.5rem 1.5rem;
}

.course-success i {
  font-size: 4rem;
  color: #FFD700;
  display: block;
  margin-bottom: 1rem;
  animation: success-pop 0.5s ease;
}

.course-success h5 {
  color: #FFD700;
  font-size: 1.5rem;
  margin-bottom: 0.75rem;
}

.course-success p {
  color: #a0a0a0;
}

@keyframes success-pop {
  0% { transform: scale(0); }
  70% { transform: scale(1.2); }
  100% { transform: scale(1); }
}

/* ========================================
   FOOTER - AVISO EDUCACIONAL
   ======================================== */

.footer-notice {
  padding: 2rem 0 3rem;
}

.educational-notice {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  background: rgba(255, 215, 0, 0.05);
  border: 1px solid rgba(255, 215, 0, 0.2);
  border-radius: 14px;
  padding: 1.5rem;
}

.educational-notice i {
  font-size: 1.5rem;
  color: #FFD700;
  flex-shrink: 0;
  margin-top: 0.2rem;
}

.educational-notice p {
  color: #a0a0a0;
  font-size: 0.9rem;
  line-height: 1.6;
  margin: 0;
}

/* ========================================
   RESPONSIVE - NOVAS SEÇÕES
   ======================================== */

@media (max-width: 768px) {
  .instagram-topic-grid {
    grid-template-columns: 1fr 1fr;
    gap: 0.75rem;
  }

  .topic-card {
    padding: 1rem;
    flex-direction: column;
    text-align: center;
  }

  .topic-card i {
    font-size: 1.5rem;
  }

  .course-topics {
    grid-template-columns: 1fr;
  }

  .course-form-card {
    padding: 1.75rem 1.25rem;
  }
}

@media (max-width: 480px) {
  .instagram-topic-grid {
    grid-template-columns: 1fr;
  }

  .team-name-chip {
    font-size: 0.9rem;
    padding: 0.5rem 1.1rem;
  }
}
