@import url("https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;600;700&family=Inter:wght@400;500;600;700&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:root {
  --degen-green: #8efc00;
  --highlight-color: #8efc00;
  --text-gray: #9ca3af;
  --text-gray2: #989898;
  --bg-dark: #0e0e0e;
  --bg-card: #161616;
  --border-white: rgba(255, 255, 255, 0.1);
}

body {
  font-family: "SPACE GROTESK", sans-serif;
  background: #000;
  color: white;
  overflow-x: hidden;
  line-height: 1.5;
  min-height: 100vh;
  min-height: -webkit-fill-available;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.container {
  max-width: 100vw;
  margin: 0 auto;
  overflow-x: hidden;
  position: relative;
}

/* Header */
header {
  height: 64px;
  border-bottom: 1px solid var(--border-white);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 4rem;
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(0, 0, 0, 0.95);
}

.logo-section {
  display: flex;
  align-items: center;
  gap: 1rem;
  text-decoration: none;
}

.logo-svg {
  width: 50px;
  height: 50px;
}

.logo-text {
  font-size: 1.8rem;
  font-weight: 700;
  background: linear-gradient(90deg, var(--highlight-color), #fff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-decoration: none; /* Removes the underline */
  color: inherit;
}

.carbium-logo {
  display: flex;
  align-items: center;
  height: 100%;
}

nav {
  display: flex;
  gap: 2rem;
  align-items: center;
}

nav a {
  color: white;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 0.875rem;
  font-weight: 600;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

nav a:hover {
  color: var(--highlight-color);
}

.btn {
  padding: 0.75rem 1.5rem;
  border-radius: 0.5rem;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border: none;
  display: inline-block;
  text-decoration: none;
  color: black;
  background: var(--highlight-color);
}

.btn:hover {
  background: #7ee600;
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
}

/* Hero Section */
.hero {
  background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.7)),
    radial-gradient(
      circle at top right,
      rgba(142, 252, 0, 0.1) 0%,
      transparent 50%
    ),
    #000;
  min-height: 500px;
  padding: 6rem 4rem 4rem;
  position: relative;
  overflow: hidden;
  width: 100%;
  max-width: 100vw;
  display: flex;
}

.hero::before {
  content: "";
  position: absolute;
  top: -10%;
  right: -5%;
  width: 60%;
  height: 120%;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 800 600"><defs><linearGradient id="grad" x1="0%" y1="0%" x2="100%" y2="100%"><stop offset="0%" style="stop-color:%238EFC00;stop-opacity:0.3"/><stop offset="100%" style="stop-color:%2321c187;stop-opacity:0.1"/></linearGradient></defs><g opacity="0.3"><!-- Grid lines --><line x1="100" y1="100" x2="300" y2="150" stroke="url(%23grad)" stroke-width="0.5"/><line x1="300" y1="150" x2="450" y2="100" stroke="url(%23grad)" stroke-width="0.5"/><line x1="450" y1="100" x2="600" y2="200" stroke="url(%23grad)" stroke-width="0.5"/><line x1="600" y1="200" x2="700" y2="150" stroke="url(%23grad)" stroke-width="0.5"/><line x1="100" y1="100" x2="200" y2="250" stroke="url(%23grad)" stroke-width="0.5"/><line x1="200" y1="250" x2="400" y2="300" stroke="url(%23grad)" stroke-width="0.5"/><line x1="400" y1="300" x2="600" y2="200" stroke="url(%23grad)" stroke-width="0.5"/><line x1="300" y1="150" x2="400" y2="300" stroke="url(%23grad)" stroke-width="0.5"/><line x1="450" y1="100" x2="500" y2="350" stroke="url(%23grad)" stroke-width="0.5"/><line x1="500" y1="350" x2="700" y2="400" stroke="url(%23grad)" stroke-width="0.5"/><line x1="200" y1="250" x2="150" y2="400" stroke="url(%23grad)" stroke-width="0.5"/><line x1="150" y1="400" x2="350" y2="450" stroke="url(%23grad)" stroke-width="0.5"/><line x1="350" y1="450" x2="500" y2="350" stroke="url(%23grad)" stroke-width="0.5"/><line x1="600" y1="200" x2="650" y2="380" stroke="url(%23grad)" stroke-width="0.5"/><line x1="700" y1="150" x2="750" y2="300" stroke="url(%23grad)" stroke-width="0.5"/><!-- Nodes --><circle cx="100" cy="100" r="4" fill="%238EFC00" opacity="0.8"><animate attributeName="opacity" values="0.8;1;0.8" dur="3s" repeatCount="indefinite"/></circle><circle cx="300" cy="150" r="3" fill="%238EFC00" opacity="0.6"/><circle cx="450" cy="100" r="5" fill="%238EFC00" opacity="0.9"><animate attributeName="opacity" values="0.9;0.5;0.9" dur="4s" repeatCount="indefinite"/></circle><circle cx="600" cy="200" r="4" fill="%2321c187" opacity="0.7"/><circle cx="700" cy="150" r="3" fill="%238EFC00" opacity="0.5"/><circle cx="200" cy="250" r="4" fill="%2321c187" opacity="0.6"><animate attributeName="opacity" values="0.6;1;0.6" dur="3.5s" repeatCount="indefinite"/></circle><circle cx="400" cy="300" r="5" fill="%238EFC00" opacity="0.8"/><circle cx="500" cy="350" r="4" fill="%2321c187" opacity="0.7"/><circle cx="150" cy="400" r="3" fill="%238EFC00" opacity="0.5"/><circle cx="350" cy="450" r="4" fill="%2321c187" opacity="0.6"/><circle cx="700" cy="400" r="3" fill="%238EFC00" opacity="0.5"><animate attributeName="opacity" values="0.5;0.9;0.5" dur="5s" repeatCount="indefinite"/></circle><circle cx="650" cy="380" r="3" fill="%2321c187" opacity="0.4"/><circle cx="750" cy="300" r="4" fill="%238EFC00" opacity="0.6"/><!-- Floating particles --><circle cx="250" cy="200" r="2" fill="%238EFC00" opacity="0.3"><animate attributeName="cy" values="200;180;200" dur="6s" repeatCount="indefinite"/><animate attributeName="opacity" values="0.3;0.6;0.3" dur="6s" repeatCount="indefinite"/></circle><circle cx="550" cy="250" r="2" fill="%2321c187" opacity="0.3"><animate attributeName="cy" values="250;230;250" dur="5s" repeatCount="indefinite"/></circle><circle cx="480" cy="400" r="2" fill="%238EFC00" opacity="0.3"><animate attributeName="cy" values="400;380;400" dur="7s" repeatCount="indefinite"/></circle></g></svg>')
    no-repeat center;
  opacity: 0.5;
  pointer-events: none;
  animation: float 20s ease-in-out infinite;
}

.hero::after {
  content: "";
  position: absolute;
  top: 10%;
  right: 10%;
  width: 40%;
  height: 80%;
  background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 400 400"><defs><radialGradient id="glow"><stop offset="0%" style="stop-color:%238EFC00;stop-opacity:0.2"/><stop offset="100%" style="stop-color:%238EFC00;stop-opacity:0"/></radialGradient></defs><g opacity="0.5"><!-- Hexagon grid pattern --><path d="M100,50 L150,50 L175,90 L150,130 L100,130 L75,90 Z" stroke="%238EFC00" stroke-width="0.5" fill="none" opacity="0.3"/><path d="M200,100 L250,100 L275,140 L250,180 L200,180 L175,140 Z" stroke="%238EFC00" stroke-width="0.5" fill="none" opacity="0.3"/><path d="M150,200 L200,200 L225,240 L200,280 L150,280 L125,240 Z" stroke="%2321c187" stroke-width="0.5" fill="none" opacity="0.3"/><path d="M250,250 L300,250 L325,290 L300,330 L250,330 L225,290 Z" stroke="%238EFC00" stroke-width="0.5" fill="none" opacity="0.3"/><!-- Connecting lines --><line x1="150" y1="130" x2="175" y2="140" stroke="%238EFC00" stroke-width="0.3" opacity="0.5"/><line x1="175" y1="90" x2="200" y2="100" stroke="%238EFC00" stroke-width="0.3" opacity="0.5"/><line x1="225" y1="180" x2="225" y2="200" stroke="%2321c187" stroke-width="0.3" opacity="0.5"/><line x1="225" y1="280" x2="250" y2="290" stroke="%238EFC00" stroke-width="0.3" opacity="0.5"/><!-- Glowing center nodes --><circle cx="125" cy="90" r="3" fill="url(%23glow)"><animate attributeName="r" values="3;5;3" dur="4s" repeatCount="indefinite"/></circle><circle cx="225" cy="140" r="3" fill="url(%23glow)"><animate attributeName="r" values="3;4;3" dur="3s" repeatCount="indefinite"/></circle><circle cx="175" cy="240" r="3" fill="url(%23glow)"><animate attributeName="r" values="3;5;3" dur="5s" repeatCount="indefinite"/></circle><circle cx="275" cy="290" r="3" fill="url(%23glow)"><animate attributeName="r" values="3;4;3" dur="3.5s" repeatCount="indefinite"/></circle></g></svg>')
    no-repeat center;
  opacity: 0.3;
  pointer-events: none;
  animation: pulse 15s ease-in-out infinite;
}

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

@keyframes pulse {
  0%,
  100% {
    opacity: 0.3;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    opacity: 0.5;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
}

/* Network lines */
.hero {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.7)),
    radial-gradient(
      circle at top right,
      rgba(142, 252, 0, 0.1) 0%,
      transparent 50%
    ),
    url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1200 600"><defs><linearGradient id="lineGrad" x1="0%" y1="0%" x2="100%" y2="100%"><stop offset="0%" style="stop-color:%238EFC00;stop-opacity:0.1"/><stop offset="50%" style="stop-color:%238EFC00;stop-opacity:0.2"/><stop offset="100%" style="stop-color:%238EFC00;stop-opacity:0.1"/></linearGradient></defs><g opacity="0.2"><!-- Background grid --><line x1="600" y1="0" x2="600" y2="600" stroke="%238EFC00" stroke-width="0.2" stroke-dasharray="5,10"/><line x1="700" y1="0" x2="700" y2="600" stroke="%238EFC00" stroke-width="0.2" stroke-dasharray="5,10"/><line x1="800" y1="0" x2="800" y2="600" stroke="%238EFC00" stroke-width="0.2" stroke-dasharray="5,10"/><line x1="900" y1="0" x2="900" y2="600" stroke="%238EFC00" stroke-width="0.2" stroke-dasharray="5,10"/><line x1="1000" y1="0" x2="1000" y2="600" stroke="%238EFC00" stroke-width="0.2" stroke-dasharray="5,10"/><line x1="600" y1="100" x2="1200" y2="100" stroke="%238EFC00" stroke-width="0.2" stroke-dasharray="5,10"/><line x1="600" y1="200" x2="1200" y2="200" stroke="%238EFC00" stroke-width="0.2" stroke-dasharray="5,10"/><line x1="600" y1="300" x2="1200" y2="300" stroke="%238EFC00" stroke-width="0.2" stroke-dasharray="5,10"/><line x1="600" y1="400" x2="1200" y2="400" stroke="%238EFC00" stroke-width="0.2" stroke-dasharray="5,10"/><line x1="600" y1="500" x2="1200" y2="500" stroke="%238EFC00" stroke-width="0.2" stroke-dasharray="5,10"/></g></svg>');
  background-color: #000;
  background-position: center, center, right center;
  background-size: cover, cover, 50% 100%;
  background-repeat: no-repeat;
}

.hero-content {
  max-width: 650px;
  position: relative;
  z-index: 1;
}

.hero-decoration {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  pointer-events: none;
  z-index: 0;
}

.floating-element {
  position: absolute;
  width: 60px;
  height: 60px;
  border: 1px solid rgba(142, 252, 0, 0.3);
  border-radius: 50%;
  animation: floatElement 8s ease-in-out infinite;
}

.floating-element::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 10px;
  height: 10px;
  background: var(--highlight-color);
  border-radius: 50%;
  box-shadow: 0 0 20px rgba(142, 252, 0, 0.5);
}

.floating-element.large {
  width: 80px;
  height: 80px;
}

@keyframes floatElement {
  0%,
  100% {
    -webkit-transform: translateY(0) rotate(0deg);
    transform: translateY(0) rotate(0deg);
    opacity: 0.3;
  }
  25% {
    -webkit-transform: translateY(-30px) rotate(90deg);
    transform: translateY(-30px) rotate(90deg);
    opacity: 0.6;
  }
  50% {
    -webkit-transform: translateY(20px) rotate(180deg);
    transform: translateY(20px) rotate(180deg);
    opacity: 0.4;
  }
  75% {
    -webkit-transform: translateY(-10px) rotate(270deg);
    transform: translateY(-10px) rotate(270deg);
    opacity: 0.7;
  }
}

.hero h1 {
  font-size: 4rem;
  line-height: 1.1;
  margin-bottom: 1.5rem;
}

.hero h3 {
  font-size: 1.5rem;
  margin-bottom: 1rem;
  color: white;
}

.hero p {
  color: var(--text-gray2);
  margin-bottom: 2rem;
  font-size: 1.1rem;
}

.btn-group {
  display: flex;
  gap: 1.5rem;
  margin-top: 2rem;
}

.btn-secondary {
  padding: 0.75rem 1.5rem;
  border-radius: 0.5rem;
  font-weight: 700;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: inline-block;
  text-decoration: none;
  background: transparent;
  border: 1px solid var(--border-white);
  color: white;
}

.btn-secondary:hover {
  background: rgba(255, 255, 255, 0.1);
  -webkit-transform: translateY(-1px);
  transform: translateY(-1px);
}

/* Glow on Hover Effect */
.glow-on-hover {
  position: relative;
  z-index: 0;
}

.glow-on-hover::before {
  content: "";
  background: linear-gradient(
    45deg,
    #8efc00,
    #00ff99,
    #00a6ff,
    #8efc00,
    #21c187,
    #8efc00
  );
  position: absolute;
  top: -2px;
  left: -2px;
  background-size: 400%;
  z-index: -1;

  width: calc(100% + 4px);
  height: calc(100% + 4px);
  animation: glowing 20s linear infinite;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
  border-radius: 0.5rem;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.glow-on-hover:hover::before {
  opacity: 1;
}

@keyframes glowing {
  0% {
    background-position: 0 0;
  }
  50% {
    background-position: 400% 0;
  }
  100% {
    background-position: 0 0;
  }
}

/* Episodes Section */
.episodes-section {
  padding: 5rem 4rem;
  position: relative;
  overflow: hidden;
  background: linear-gradient(
    135deg,
    rgba(142, 252, 0, 0.05) 0%,
    rgba(33, 193, 135, 0.02) 50%,
    rgba(142, 252, 0, 0.01) 100%
  );
}

.episodes-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(
    90deg,
    transparent,
    var(--highlight-color),
    transparent
  );
}

.episodes-section::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(
    90deg,
    transparent,
    var(--highlight-color),
    transparent
  );
}

.section-title {
  font-size: 3rem;
  font-weight: 700;
  text-align: center;
  margin-bottom: 3rem;
  background: linear-gradient(90deg, var(--highlight-color), #fff);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.episodes-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  max-width: 1200px;
  margin: 0 auto;
}

/* Contact Form Section */
.contact-section {
  background: linear-gradient(
    135deg,
    rgba(142, 252, 0, 0.12) 0%,
    rgba(33, 193, 135, 0.06) 50%,
    rgba(142, 252, 0, 0.03) 100%
  );

  padding: 5rem 4rem;
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.contact-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(
    90deg,
    transparent,
    var(--highlight-color),
    transparent
  );
}

.contact-section::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(
    90deg,
    transparent,
    var(--highlight-color),
    transparent
  );
}

.contact-header {
  text-align: center;
  max-width: 600px;
  margin: 0 auto 3rem;
  touch-action: manipulation;
  position: relative;
  z-index: 10;
}

.contact-header h3 {
  font-size: clamp(2.5rem, 6vw, 3.5rem);
  margin-bottom: 1rem;
}

.contact-header p {
  color: var(--text-gray);
  font-size: 1.5rem;
}

.contact-form {
  max-width: 600px;
  margin: 0 auto;
  display: grid;
  gap: 1.5rem;
}

/* Footer */
footer {
  background: rgba(0, 0, 0, 0.9);
  padding: 3rem 4rem;
  border-top: 1px solid var(--border-white);
}

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

.footer-logo {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.footer-logo svg {
  width: 40px;
  height: 40px;
}

.social-links {
  display: flex;
  gap: 1.5rem;
}

.social-links a {
  color: var(--text-gray);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(142, 252, 0, 0.1);
  border: 1px solid transparent;
}

.social-links a:hover {
  color: var(--highlight-color);
  border-color: var(--highlight-color);
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.powered-by {
  color: var(--text-gray);
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 0.3em;
}

.powered-by span {
  color: var(--highlight-color);
}
.hero-image {
  width: 330px;
  position: absolute;
  top: 340px;
  right: 320px;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  cursor: pointer;
}

/* Large desktop media query for bigger hero image (15-inch+ screens) */
@media (min-width: 1540px) {
  .hero-image {
    width: 450px;
    top: 270px;
    right: 350px;
  }
}

.hero-mobile-image {
  display: none;
}

/* Mobile Responsiveness */
@media (max-width: 768px) {
  /* Reduce animation complexity on mobile for better performance */
  body::before {
    animation-duration: 35s;
    opacity: 0.4;
  }

  body::after {
    animation-duration: 40s;
    opacity: 0.3;
  }

  @keyframes bodyFloat {
    0%,
    100% {
      transform: translateY(0) translateX(0) scale(1);
      opacity: 0.4;
    }
    50% {
      transform: translateY(-10px) translateX(5px) scale(1.01);
      opacity: 0.5;
    }
  }

  @keyframes bodyFloatSecondary {
    0%,
    100% {
      transform: translateY(0) translateX(0) scale(1);
      opacity: 0.3;
    }
    50% {
      transform: translateY(-15px) translateX(8px) scale(1.02);
      opacity: 0.4;
    }
  }
  header {
    padding: 0 1.5rem;
    position: sticky;
    top: 0;
    width: 100%;
    max-width: 100vw;
  }
  .hero-mobile-container {
    display: grid;
    grid-template-columns: 250px 50px;
    align-items: center;
    justify-content: center;
    min-height: 60px;
  }
  .hero-mobile-image {
    display: block;
    width: 70px;
  }

  .logo-svg {
    width: 40px;
    height: 40px;
  }

  .logo-text {
    font-size: 1rem;
  }

  .carbium-logo svg {
    width: 100px;
    height: 24px;
  }

  .hero {
    padding: 4rem 1.5rem;
    min-height: 400px;
  }

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

  .hero h3 {
    font-size: 1.1rem;
  }

  .btn-group {
    flex-direction: column;
  }

  .info-section {
    padding: 2rem 1rem !important;
  }

  .info-grid {
    grid-template-columns: repeat(1, 1fr) !important;
  }

  .info-grid h2 {
    font-size: 1.5rem !important;
  }

  .episodes-container {
    grid-template-columns: 1fr;
  }

  .episodes-section {
    padding: 3rem 1.5rem;
  }

  .contact-section {
    padding: 3rem 1.5rem;
  }

  .contact-trigger-btn {
    padding: 18px 36px;
    font-size: 16px;
    min-height: 50px;
    width: 100%;
    max-width: 280px;
  }

  .form-row {
    grid-template-columns: 1fr;
  }

  .footer-content {
    flex-direction: column;
    text-align: center;
  }
  .hero-image {
    display: none !important;
  }
}

/* =========================
   SCROLL ANIMATIONS
   ========================= */

/* Add smooth scrolling to html */
html {
  scroll-behavior: smooth;
  height: -webkit-fill-available;
  touch-action: pan-y;
  overflow-x: hidden;
}

/* Fade in from bottom */
.fade-in-up {
  opacity: 0;
  -webkit-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: opacity 0.8s ease, -webkit-transform 0.8s ease,
    transform 0.8s ease;
  transition: opacity 0.8s ease, -webkit-transform 0.8s ease,
    transform 0.8s ease;
}

.fade-in-up.animate {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

/* Fade in from left */
.fade-in-left {
  opacity: 0;
  -webkit-transform: translateX(-50px);
  transform: translateX(-50px);
  -webkit-transition: opacity 0.8s ease, -webkit-transform 0.8s ease,
    transform 0.8s ease;
  transition: opacity 0.8s ease, -webkit-transform 0.8s ease,
    transform 0.8s ease;
}

.fade-in-left.animate {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

/* Fade in from right */
.fade-in-right {
  opacity: 0;
  -webkit-transform: translateX(50px);
  transform: translateX(50px);
  -webkit-transition: opacity 0.8s ease, -webkit-transform 0.8s ease,
    transform 0.8s ease;
  transition: opacity 0.8s ease, -webkit-transform 0.8s ease,
    transform 0.8s ease;
}

.fade-in-right.animate {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

/* Stagger delays */
.delay-100 {
  transition-delay: 0.1s;
}
.delay-200 {
  transition-delay: 0.2s;
}
.delay-300 {
  transition-delay: 0.3s;
}

/* =========================
   ENHANCED HOVER EFFECTS
   ========================= */

/* Logo hover enhancement - ADD to existing .logo-section */

/* Episode card hover enhancement - ADD to existing hover */

/* Contact button enhancement - removed duplicate */
