/* 
@media (max-width: 767px) {
  .main-content {
    padding: 40px 5px 80px;
    width: 100%;
  }
  .main-heading {
    font-size: 1.5rem;
  }
  .script-text {
    font-size: 1.1rem;
  }
  .tv-container {
    width: 99vw;
    height: 220px;
    margin: 20px auto;
  }
  .tv-screen {
    top: 10%;
    left: 10%;
    width: 80%;
    height: 70%;
  }
  .section-two-content {
    font-size: 1.1rem;
  }
  .overlapping-man {
    display: none;
  }
  .fire-columns {
    flex-direction: column;
    gap: 8px;
  }
  .fire-columns > div {
    min-width: 90vw;
    max-width: 98vw;
    font-size: 0.8rem;
    padding: 10px 5px;
  }
  .section-three-text h2 {
    font-size: 1.2rem;
  }
  .section-three-text > p {
    font-size: 0.9rem;
  }
  .money-glow {
    font-size: 4rem;
  }
  .money-text h2 {
    font-size: 1rem;
  }
  .money-sub {
    font-size: 0.7rem;
  }
  .sticky-toolbar,
  .controls {
    padding: 8px 2px;
    font-size: 0.8rem;
  }
  .classic-spacebar {
    font-size: 0.9rem;
    padding: 6px 20px;
  }
  .site-footer {
    padding: 40px 5px;
    font-size: 12px;
  }
  .overlapping-man,
  .lambo-divider,
  .lambo-divider-wrapper {
    display: none !important;
  }
  .power-control {
    display: inline-block !important;
    top: 70.5% !important;
    left: 36.5% !important;
  }
  .pause-control {
    display: inline-block !important;
    top: 70.5% !important;
    left: 46.5% !important;
  }
  .volume-control {
    display: inline-block !important;
    top: 70.5% !important;
    left: 55.5% !important;
  }
}

@media (max-width: 480px) {
  .main-heading {
    font-size: 1.1rem;
  }
  .tv-container {
    height: 140px;
  }
  .fire-columns > div {
    min-width: 98vw;
    max-width: 100vw;
    font-size: 0.7rem;
  }
  .section-three-text h2 {
    font-size: 1rem;
  }
  .classic-spacebar {
    font-size: 0.7rem;
    padding: 4px 10px;
  }
  .section-one {
    padding: 20px 5px;
  }
  .power-control {
    display: inline-block !important;
    top: 69.5% !important;
    left: 32.5% !important;
  }
  .pause-control {
    display: inline-block !important;
    top: 69.5% !important;
    left: 44.5% !important;
  }
  .volume-control {
    display: inline-block !important;
    top: 69.5% !important;
    left: 56.5% !important;
  }
  .channel-up-control {
    display: inline-block !important;
    top: 28.5% !important;
    left: 71.5% !important;
  }
  .channel-down-control {
    display: inline-block !important;
    top: 39.5% !important;
    left: 71.5% !important;
  }

  .section-three {
    width: 70%;
    padding: 20px 5px;
  }
} */



.tv-container {
  position: relative;
  width: 800px;
  height: 600px;
  margin: 50px auto;
  animation: fadeInUp 1s ease-out 1.2s both;
}

.tv-screen {
  position: absolute;
  top: 11%;
  left: 19%;
  width: 46%;
  height: 48%;
  background: #000;
  border-radius: 6px;
  overflow: hidden;
  z-index: 1;
}

.black-screen {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  z-index: 5;
  transition: opacity 0.5s ease;
}

.black-screen.hidden {
  opacity: 0;
  pointer-events: none;
}

.tv-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  transition: opacity 0.5s ease;
  z-index: 1;
}

.tv-video.active {
  opacity: 1;
}

.tv-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../img/image.png") center/contain no-repeat;
  background-size: contain;
  pointer-events: none;
  z-index: 2;
}

.channel-display {
  position: absolute;
  top: 12px;
  right: 12px;
  background: rgba(0, 0, 0, 0.9);
  color: #00ff00;
  padding: 6px 10px;
  border-radius: 4px;
  font-family: "Space Grotesk", monospace;
  font-size: 0.8rem;
  font-weight: 600;
  border: 1px solid rgba(0, 255, 0, 0.4);
  z-index: 15;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.channel-display.visible {
  opacity: 1;
}

.tv-text-overlay {
  position: absolute;
  bottom: 12px;
  left: 12px;
  color: #00ff00;
  font-family: "Space Grotesk", monospace;
  font-size: 0.8rem;
  text-shadow: 0 0 10px #00ff00;
  background: rgba(0, 0, 0, 0.9);
  padding: 8px 12px;
  border-radius: 5px;
  backdrop-filter: blur(5px);
  border: 1px solid rgba(0, 255, 0, 0.5);
  white-space: pre-line;
  z-index: 15;
  max-width: 200px;
  font-weight: 600;
  line-height: 1.3;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.tv-text-overlay.visible {
  opacity: 1;
}

.power-control {
  position: absolute;
  top: 71.5%;
  left: 34.5%;
  z-index: 3;
}

.power-button {
  width: 60px;
  height: 25px;
  background: linear-gradient(145deg, #d4c4a0, #b8a882);
  border: 2px solid #a89878;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.2s ease;
  box-shadow: inset 0 2px 4px rgba(255, 255, 255, 0.3),
    inset 0 -2px 4px rgba(0, 0, 0, 0.2), 0 3px 6px rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Space Grotesk", sans-serif;
  font-weight: 600;
  font-size: 0.6rem;
  color: #4a4030;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.3);
}

.pause-control {
  position: absolute;
  bottom: 24.5%;
  left: 46.3%;
  z-index: 3;
}

.pause-button {
  width: 60px;
  height: 25px;
  background: linear-gradient(145deg, #d4c4a0, #b8a882);
  border: 2px solid #a89878;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.2s ease;
  box-shadow: inset 0 2px 4px rgba(255, 255, 255, 0.3),
    inset 0 -2px 4px rgba(0, 0, 0, 0.2), 0 3px 6px rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Space Grotesk", sans-serif;
  font-weight: 600;
  font-size: 0.8rem;
  color: #4a4030;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.3);
}

.volume-control {
  position: absolute;
  bottom: 24.5%;
  left: 57.8%;
  z-index: 3;
}

.volume-button {
  width: 60px;
  height: 25px;
  background: linear-gradient(145deg, #d4c4a0, #b8a882);
  border: 2px solid #a89878;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.2s ease;
  box-shadow: inset 0 2px 4px rgba(255, 255, 255, 0.3),
    inset 0 -2px 4px rgba(0, 0, 0, 0.2), 0 3px 6px rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Space Grotesk", sans-serif;
  font-weight: 600;
  font-size: 0.55rem;
  color: #4a4030;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.3);
}

.channel-up-control {
  position: absolute;
  top: 25%;
  right: 17.5%;
  z-index: 3;
}

.channel-up-button {
  width: 100px;
  height: 60px;
  background: linear-gradient(145deg, #d4c4a0, #b8a882);
  border: 2px solid #a89878;
  border-radius: 15px;
  cursor: pointer;
  transition: all 0.2s ease;
  box-shadow: inset 0 2px 4px rgba(255, 255, 255, 0.3),
    inset 0 -2px 4px rgba(0, 0, 0, 0.2), 0 3px 6px rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Space Grotesk", sans-serif;
  font-weight: 600;
  font-size: 0.75rem;
  color: #4a4030;
  text-transform: uppercase;
  letter-spacing: 0.2px;
  text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.3);
}

.channel-down-control {
  position: absolute;
  top: 40%;
  right: 17.5%;
  z-index: 3;
}

.channel-down-button {
  width: 100px;
  height: 60px;
  background: linear-gradient(145deg, #d4c4a0, #b8a882);
  border: 2px solid #a89878;
  border-radius: 15px;
  cursor: pointer;
  transition: all 0.2s ease;
  box-shadow: inset 0 2px 4px rgba(255, 255, 255, 0.3),
    inset 0 -2px 4px rgba(0, 0, 0, 0.2), 0 3px 6px rgba(0, 0, 0, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Space Grotesk", sans-serif;
  font-weight: 600;
  font-size: 0.75rem;
  color: #4a4030;
  text-transform: uppercase;
  letter-spacing: 0.2px;
  text-shadow: 1px 1px 2px rgba(255, 255, 255, 0.3);
}

.power-button:hover,
.pause-button:hover,
.volume-button:hover,
.channel-up-button:hover,
.channel-down-button:hover {
  transform: translateY(-1px);
  box-shadow: inset 0 2px 4px rgba(255, 255, 255, 0.4),
    inset 0 -2px 4px rgba(0, 0, 0, 0.3), 0 5px 10px rgba(0, 0, 0, 0.4);
}

.power-button:active,
.pause-button:active,
.volume-button:active,
.channel-up-button:active,
.channel-down-button:active {
  transform: translateY(1px) scale(0.95);
  box-shadow: inset 0 3px 6px rgba(0, 0, 0, 0.4),
    inset 0 -1px 2px rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.2);
  background: linear-gradient(145deg, #b8a882, #a89878);
}

.power-button.active,
.pause-button.active,
.volume-button.active,
.channel-up-button.active,
.channel-down-button.active {
  background: linear-gradient(145deg, #c4b494, #a89878);
  border-color: #8a7a5a;
  color: #2a2520;
}
