
body {
  font-family: 'Inter', sans-serif;
  background-color: #000;
  color: #000;
  margin: 0;
  padding: 0;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}


.app {
  overflow: hidden;
}


body {
  font-family: 'Inter', sans-serif;
  background-color: #000;
  color: #000;
  margin: 0;
  padding: 0;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}




.top-bar h1 {
  font-size: 18px;
  font-weight: 700;
  margin: 0;
  letter-spacing: -0.5px;
}

.nav-links {
  display: flex;
  gap: 18px;
}

.nav-links a {
  text-decoration: none;
  color: #000;
  font-size: 0.95em;
  font-weight: 500;
}

.nav-links a.active {
  border-bottom: 2px solid #000;
}


.menu-btn {
  display: none;
  font-size: 1.5em;
  background: none;
  border: none;
  cursor: pointer;
}

.mobile-menu {
  display: none;
  flex-direction: column;
  background-color: #d2c6da;
  text-align: center;
}

.mobile-menu a {
  padding: 10px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  text-decoration: none;
  color: #000;
}

.mobile-menu.open {
  display: flex;
}


@media (max-width: 768px) {
  .nav-links {
    display: none;
  }
  .menu-btn {
    display: block;
  }
}

@media (min-width: 769px) {
  .menu-btn, .mobile-menu {
    display: none;
  }
}

.mobile-menu {
  display: none;
  flex-direction: column;
  background-color: #d2c6da;
  text-align: center;
}

.mobile-menu a {
  padding: 10px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  text-decoration: none;
  color: #000;
}

.mobile-menu.open {
  display: flex;
}



.watchlist {
  background-color: #fff;
  color: #000;
  border-radius: 40px;
  margin: 60px 20px;
  padding: 40px 20px;
  text-align: center;
  flex: 1;
  box-sizing: border-box;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
}

.watchlist h2 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 10px;
}

.watchlist p {
  color: #666;
  font-size: 14px;
  margin-bottom: 30px;
}


.watchlist-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
  justify-items: center;
}

.film-card {
  background-color: #f3eef7;
  border-radius: 16px;
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  width: 100%;
  max-width: 160px;
}

.film-card img {
  width: 100%;
  display: block;
  border-bottom: 1px solid #eee;
}

.film-card h3 {
  font-size: 13px;
  font-weight: 500;
  padding: 8px;
  margin: 0;
  color: #222;
  background-color: #fff;
}


.film-card:hover {
  transform: scale(1.03);
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.15);
}


@media (min-width: 768px) {
  .nav-links {
    display: flex;
  }

  .menu-btn, .mobile-menu {
    display: none;
  }

  .watchlist {
    max-width: 900px;
    margin: 100px auto;
    padding: 60px;
  }

  .watchlist-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
  }

  .film-card {
    max-width: 220px;
  }
}


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

body {
  font-family: 'Inter', sans-serif;
  background-color: #000; 
  color: #000;
  min-height: 100vh;
  display: flex;
  justify-content: center;
}

.app {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-width: 420px;
  min-height: 100vh;
  background-color: #000; 
  border-radius: 40px;
  overflow: hidden;
}


.top-bar {
  background-color: #d2c6da;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 20px;
  font-weight: 600;
}

.nav-links {
  display: flex;
  gap: 18px;
}

.nav-links a {
  text-decoration: none;
  color: #000;
  font-size: 0.95em;
}

.menu-btn {
  display: none;
  font-size: 1.5em;
  background: none;
  border: none;
  cursor: pointer;
}

.mobile-menu {
  display: none;
  flex-direction: column;
  background-color: #d2c6da;
  text-align: center;
}

.mobile-menu a {
  padding: 10px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  text-decoration: none;
  color: #000;
}

.mobile-menu.open {
  display: flex;
}


.hero {
  position: relative;
  width: 100%;
  overflow: hidden;
  background-color: #000;
}

.hero img {
  width: 100%;
  height: 70vh;
  object-fit: cover;
  filter: grayscale(100%);
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 40px;
  display: block;
}

.overlay-text {
  position: absolute;
  bottom: 18%;
  left: 8%;
  color: #c2b3d4;
}

.overlay-text h1 {
  font-size: 2em;
  font-weight: 700;
  line-height: 1.1em;
}


.info {
  background-color: #fff;
  padding: 30px 20px 60px;
  border-radius: 40px;
  margin-top: 0;
}

.info h2 {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: lighter;
  margin-top: 10px;
  font-size: 1.9em;
  line-height: 1.2em;
  margin-bottom: 10px;
}

.info p {
  font-size: 0.9em;
  line-height: 1.5em;
  color: #333;
}


@media (max-width: 768px) {
  .nav-links {
    display: none;
  }

  .menu-btn {
    display: block;
  }

  .hero img {
    height: 75vh;
  }

  .overlay-text h1 {
    font-size: 1.8em;
  }

  .info {
    padding: 25px 18px 50px;
    margin-top: 0;
  }
}


@media (min-width: 769px) {
  body {
    background-color: #d2c6da; 
  }

  .app {
    max-width: 100%;
    border-radius: 0;
    background-color: #d2c6da;
  }

  .hero {
    background-color: #d2c6da;
  }

  .hero img {
    height: 85vh;
    border-radius: 40px;
  }

  .overlay-text h1 {
    font-size: 2.6em;
  }

  .search {
    width: 220px;
  }

  .info {
    background-color: #fff;
    margin-top: 40px;
    border-radius: 40px;
    padding: 60px;
  }
}

.boton-filmoteca {
  display: inline-block;
  background-color: white;   
  color: black;            
  font-weight: bold;
  text-transform: uppercase; 
  border: none;
  border-radius: 30px;     
  padding: 12px 28px;
  font-size: 14px;
  text-decoration: none;   
  transition: background-color 0.3s ease, color 0.3s ease;
  white-space: nowrap;      
}

.boton-filmoteca:hover {
  background-color: #cbb7e6; 
  color: white;             
  cursor: pointer;
}